Use the lscmdstatus command to display the status of any currently running service-aid task.
This command displays the status of any currently running service-aid task. If no task is running, then the completion status of the last task is displayed. Any user can specify this CLI command.
If no service-aid tasks run since the node was last restarted, the command returns immediately with no output. Otherwise, it display something similar to example below.
Attribute | Description |
---|---|
T3_status | Indicates the T3 recovery status. |
T3_status_data | Indicates the T3 recovery status activity. |
cpfiles_status | Indicates the cpfiles command status. |
cpfiles_status_data | Indicates the cpfiles command activity. |
snap_status | Indicates the snap command status. |
installsoftware_status | Indicates the installsoftware command status. |
supportupload_status | Indicates the upload activity status. The values are:
|
supportupload_status_data | Indicates upload activity information (for example uploading). |
supportupload_progress_percent | Indicates the upload progress percentage. The value is a number in the range 0 - 100. |
supportupload_throughout_KBps | Indicates the upload speed in kilobytes per second (KBps). The value is a number (integer). |
supportupload_filename | Indicates the file name. The standard length is 256 characters. |
download_status | Indicates the download activity status. The values are:
|
download_status_data | Indicates the download activity information (for example Downloading the bundle). |
download_progress_percent | Indicates the download progress percentage. The value is a number in the range 0 - 100. |
download_throughput_KBps | Indicates the download speed in kilobytes per second (KBps). The value is a number (integer). |
download_size | Indicates the total size of the selected bundle to download. The value must be a number (decimal) and must be in the format TiB, GiB, MiB, or KiB. |
sainfo lscmdstatus
The resulting output:
last_command satask cpfiles -prefix /dumps/test_cpf* -source 111825 last_command_status CMMVC8044I Command completed successfully. T3_status T3_status_data cpfiles_status Complete cpfiles_status_data Copied 2 of 2 snap_status Complete snap_filename /dumps/snap.single.111896.130123.151657.tgz installcanistersoftware_status Complete with no changessupportupload_status Active supportupload_status_data Uploading supportupload_progress_percent 56 supportupload_throughput_KBps 99939 supportupload_filename /dumps/snap.single.7830619-1.161219.161359.tgz downloadsoftware_status Active downloadsoftware_status_data Downloading the bundle downloadsoftware_progress_percent 38 downloadsoftware_throughput_KBps 321 downloadsoftware_size 467.6 MiB