6.5 HP StoreAll OS CLI Reference Guide

Table Of Contents
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]
Use the -f or -h option to restrict the list of tasks to a specific file system or host, respectively. Use
the -s option to list only scheduled tasks. Use the -c option to list 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
196 StoreAll commands