HP 3PAR InForm OS 3.1.1 Command Line Interface Reference
canceltask
DESCRIPTION
The canceltask command cancels one or more tasks.
SYNTAX
canceltask [-f] all|<task_ID>...
AUTHORITY
• Super, Edit
• Any role granted the task_cancel right.
OPTIONS
–f
Forces the command. The command completes the process without prompting for confirmation.
SPECIFIERS
all
Cancels all active tasks. If not specified, a task ID(s) must be specified.
<task_ID>...
Cancels only tasks identified by their task IDs. The <task_ID> must be an unsigned integer from
1 through 9999. If not specified, all tasks are cancelled.
RESTRICTIONS
None.
EXAMPLES
The following example shows how to cancel a task using the task ID:
cli% canceltask 1
Are you sure you want to cancel task 1?
select q=quit y=yes n=no: y
NOTES
• See the HP 3PAR InForm OS CLI Administrator’s Manual for additional information and
examples regarding task management and task management commands.
• The canceltask command can return before a cancellation is completed. As a result,
resources reserved for a task might not be immediately available. This can prevent actions
like restarting the canceled task. Use the waittask command to ensure orderly completion
of the cancellation before taking other actions. See “waittask” (page 614) for details.
• The tunevv restart commands enables you to resume a canceled tunevv task. See
“tunevv” (page 602) for more information.
canceltask 55