show space abnormal_file_system_info
Function
Parameters
Parameter |
Description |
Value |
---|---|---|
type=? | File system type. | The value can be "error", "running", or "timeout". |
controller=? | Controller ID. | The value is in the format of "XA", "XB", "XC", or "XD", where "X" is an integer ranging from 0 to 3, for example, "0A" or "1C". |
Example
-
Query file systems with errors.
developer:/>show space abnormal_file_system_info type=error controller=0A Execute Time File System ID Result Task Step Command Step Time(ns) ------------------- -------------- ------ --------------------------------- -------------------- -------- 2015-07-28 08:47:15 0 Error SPC_TASK_CREATE_START_SPC_BGR_SRV SPC_CMD_PUSH_SPACETX 29443794
-
Query timed out file systems.
developer:/>show space abnormal_file_system_info type=timeout controller=0A Execute Time File System ID Result Task Step Command Step Time(ns) ------------------- -------------- ------ --------------------------------- ------------ --------- 2015-07-27 16:57:54 0 Ok SPC_TASK_CREATE_START_SPC_BGR_SRV -- 256864002
-
Query file systems whose process is suspended.
developer:/>show space abnormal_file_system_info type=running controller=0A Execute Time File System ID Result Task Step Command Step Time(ns) ------------------- -------------- ------ --------------------------------- -------------------- -------- 2015-07-28 08:47:15 1 Running SPC_TASK_CREATE_START_SPC_BGR_SRV SPC_CMD_PUSH_SPACETX --