Table 4. Additional Specific1 Information
Table 5. Additional Specific2 Information
| Task |
Additional Information |
Verify (Refers to the verify with repair of bad blocks task, which runs as a result of using the disk verify command with the /repair switch.) |
Displays the number of bad blocks found that were replaced. |
Related Information
container Commands:
disk Commands:
task Commands:
task resume
To resume one or all tasks previously suspended on the currently opened controller, use the task resume command. You suspend tasks with the task suspend command.
Syntax
task resume [/all{=boolean}] [{integer}]
Parameters
{integer}
- Specifies the task ID for the task to resume. Perform a
task list /all to display the task IDs for all tasks currently suspended on the open controller before resuming a specific task or all tasks.
Switches
/all{=boolean}
- Specifies whether to resume all suspended tasks. If you set this switch to
TRUE, the command resumes all tasks that were suspended on the currently opened controller.
- If you do not specify this switch or a valid task ID, the command displays an appropriate error message.
Examples
Before resuming a suspended task, use the task list command to identify any suspended tasks, as in the following example:
AFA0>task list
Executing: task list
TaskId Function Done% Container State Specific1 Specific2
------ -------- ------- --------- ----- --------- ---------
101 Scrub 24.6% 0 SUS 00000000 00000000
The following example shows the use of the task resume command to resume task 101, which was previously stopped with the task suspend command:
AFA0>task resume 101
Executing: task resume 101
Use the task list command after using the task resume command to display information about the task, as in the following example:
AFA0>task list
Executing: task list
TaskId Function Done% Container State Specific1 Specific2
------ -------- ------- --------- ----- --------- ---------
101 Scrub 24.6% 0 RUN 00000000 00000000
The following list describes the change in the display as a result of using the task resume command:
- The State column now displays
RUN (the task is running on the controller) instead of SUS (the task is suspended on the controller).
Related Information
task Commands:
task stop
To stop one or all tasks running on the currently opened controller, use the task stop command.
Syntax
task stop [/all{=boolean}] [{integer}]
Parameters
{integer}
- Specifies the task ID for the task to stop. Perform a
task list /all to display the task IDs for all tasks currently running on the open controller before stopping a specific task or all tasks.
Switches
/all{=boolean}
- Specifies whether to stop all running tasks. If you set this switch to
TRUE, the command stops all tasks that were running on the currently opened controller.
- If you do not specify this switch or a valid task ID, the command displays an appropriate error message.
Examples
Before stopping a running task, use the task list command to identify any currently running tasks, as in the following example:
AFA0>task list
Executing: task list
TaskId Function Done% Container State Specific1 Specific2
------ -------- ------- --------- ----- --------- ---------
101 Scrub 24.6% 0 RUN 00000000 00000000
The following example shows the use of the task stop command to stop task 101:
AFA0> task stop 101
Executing: task stop 101
Use the task list command after using the task stop command to display information about the task, as in the following example:
AFA0>task list
Executing: task list
No tasks currently running on controller.
Related Information
task Commands:
task suspend
To suspend one or all tasks running on the currently opened controller, use the task suspend command.
Syntax
task suspend [/all{=boolean}] [{integer}]
Parameters
{integer}
- Specifies the task ID for the task to suspend. Perform a ta
sk list /all to display the task IDs for all tasks currently running on the open controller before suspending a specific task or all tasks.
Switches
/all{=boolean}
- Specifies whether to suspend all running tasks. If you set this switch to
TRUE, the command suspends all tasks that were running on the currently opened controller.
- If you do not specify this switch or a valid task ID, the command displays an appropriate error message.
Examples
Before suspending a running task, use the task list command to identify any currently running tasks, as in the following example:
AFA0>task list
Executing: task list
TaskId Function Done% Container State Specific1 Specific2
------ -------- ------- --------- ----- --------- ---------
101 Scrub 24.6% 0 RUN 00000000 00000000
The following example shows the use of the task suspend command to suspend task 101:
AFA0> task suspend 101
Executing: task suspend 101
Use the task list command after using the task suspend command to display information about the task, as in the following example:
AFA0>task list
Executing: task list
TaskId Function Done% Container State Specific1 Specific2
------ -------- ------- --------- ----- --------- ---------
101 Scrub 24.6% 0 SUS 00000000 00000000
The following list describes the change in the display as a result of using the task suspend command:
- The State column now displays
SUS (the task is suspended on the controller) instead of RUN (the task is running on the controller).
Related Information
task Commands:
Back to Contents Page