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

ibrix_task
Manages tasks running in the cluster.
Description
The ibrix_task command can be used to view information about active or inactive tasks in the
cluster. You can also pause, resume, or suspend tasks. Active tasks are typically starting, running,
or paused. Inactive tasks are typically stopped, either by running to completion or being stopped
in some way (for example, manually, by an error, or by failing to start).
Synopsis
List tasks in the cluster:
ibrix_task -l [-f FILESYSTEM] [-h HOSTNAME] [-s | -c]
The command can be restricted to a specific file system and/or file serving node. The -s option
lists only scheduled tasks. The -c option lists only inactive (stopped or completed) tasks.
Display detailed information about tasks:
ibrix_task -i [-f FILESYSTEMS] [-h HOSTNAME] [-c]
The -f option displays tasks for the specified file systems, and -h displays tasks running on the
specified file serving node.
Display detailed information for specific task IDs:
ibrix_task -i -n TASKIDS [-h HOSTNAME]
The -h option limits the output to tasks running on the specified file serving node.
Stop the task with the specified task ID:
ibrix_task -k -n TASKID [-F] [-s]
The -F option forcefully stops the task. When -s is used, the command stops scheduled operations
instead.
Pause the task with the specified task ID:
ibrix_task -p -n TASKID
Resume the task with the specified task ID:
ibrix_task -r -n TASKID
Delete an inactive task:
ibrix_task -d -n TASKID
Options
DescriptionOption
Forces the task with the specified task ID to stop.-F
Displays inactive tasks.-c
Deletes an inactive task.-d
One or more file systems.-f FILESYSTEM or FILESYSTEMS
A file serving node.-h HOSTNAME
Displays detailed information about tasks.-i
Stops the task with the specified task ID.-k
Lists tasks running in the cluster.-l
ibrix_task 141