storage
Command Function
Collects storage information, including drives and partitions.
Syntax
1 | ./kspect storage [-h] [-d | -f | -b | -s | -i] |
Parameter Description
Parameter |
Description |
|---|---|
None |
Collects all storage information, including drive and partition information. |
-h/--help |
Obtains help information. |
-d/--disk |
Displays drive information. |
-f/--filesystem |
Displays file system information. |
-b/--bmc |
Displays the drive information in the BMC. |
-s/--smart |
Display the drive health information. |
-i/--iostat |
Displays the iostat information. |
Example
- Collect all storage information.
1./kspect storage
- Collect only drive information.
1./kspect storage -d
Parent topic: Commands and Parameters