HP 3PAR OS 3.1.3 Command Line Interface Reference

settask
DESCRIPTION
The settask command sets the priority on specified task.
SYNTAX
settask [-f] -pri <high|med|low> <task_ID>
AUTHORITY
Super, Edit
Any role that is granted the task_set right.
OPTIONS
-f
Forces the command. The command completes the process without prompting for confirmation.
-pri <high|med|low>
Specifies the priority of the task.
SPECIFIERS
<task_ID>
Sets the priority on a task specified by the task ID. The <task_ID> must be an unsigned integer
from 1 to 29999.
EXAMPLES
The following example shows how to set a priority on a task using the task ID:
cli% settask -pri high 497
Are you sure you want to set priority on task 497?
select q=quit y=yes n=no: y
high priortiy is set on task id: 497
NOTES
Physical copy or promotesv tasks are supported. Setting priority on other types of tasks will
result in an error.
Task priorities can only be set one at a time.
If the specified task is not active or valid, it will result in an error.
settask 327