6.1 HP IBRIX X9000 Network Storage System CLI Reference (TA768-96057, June 2012)

ibrix_sh
Manages shell tasks.
Description
The ibrix_sh command can be used to run the Linux shell commands cp and find on file serving
nodes and save the output. You can also list shell tasks in the cluster, display information about
the tasks, or delete tasks.
Synopsis
Execute a command on all file serving nodes:
ibrix_sh -c COMMAND -o OUTPUT_DIR
The results from the command are saved in the directory OUTPUT_DIR. The supported shell
commands are cp and find. All paths associated with these shell commands, including
OUTPUT_DIR, must be specified as absolute paths.
List shell tasks:
ibrix_sh -l [-f FILESYSTEM] [-h HOSTNAME]
The command can report all shell tasks in the cluster, or it can be restricted to a specific file system
and file serving node.
Display detailed information about shell tasks:
ibrix_sh -i [-f FILESYSTEMS] [-h HOSTNAME]
The command can report all shell tasks in the cluster, or it can be restricted to a specific file system
and file serving node.
Display detailed information for certain tasks:
ibrix_sh -i -n TASKIDS [-h HOSTNAME]
The tasks are specified by task ID. Use the -h option to limit the output to tasks running on the
specified file serving node.
Stop the task with the specified task ID:
ibrix_sh -k -n TASKID
Options
DescriptionOption
The command to be executed on the file serving nodes.-c COMMAND
A file system.-f FILESYSTEM or FILESYSTEMS
A file serving node.-h HOSTNAME
Displays detailed information about shell tasks.-i
Stops the task with the specified task ID.k
Lists shell tasks.l
A task name.n TASKID or TASKIDS
The output directory that will receive the results of the command.o OUTPUT_DIR
Shows the usage for this command.?
ibrix_sh 131