storage
Command Function
Collects storage information, including drives and partitions.
Syntax
1
|
./kspect storage [-h] [-d | -f | -b | -s | -i | -r] |
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 |
Displays drive health information. |
|
-i/--iostat |
Displays iostat information. |
|
-r/--raid |
Displays RAID controller card information. |
Example
1
|
./kspect storage
|
If a -- is not displayed in red in the report, the related data is either unavailable or cannot be collected.
|
Item |
Description |
|---|---|
|
Disk Table |
Displays drive information, including Name, Model, Size, Mount Point, Type, HWType, FSType, Firmware, PCIe Addr, NUMA, and Link Speed/Width. |
|
Filesystem Table |
Displays file system information, including Mounted on, Filesystem, Size, Used/Avail/Use%, and Mount Options. |
|
Smart Health Table |
Displays drive health information, including Device, SN, Vendor, SS, HS, Temp, UC, TP, RR, FV, and TS/TL. |
|
IO Stat Table |
Displays iostat data, including Device, rkB/s, wkB/s, x_await, aqu-sz, and %util. |
|
Physical Storage Table |
Displays physical storage information, including Name, StatusIndicator, PowerState, Protocol, Manufacture, MediaType, TemperatureCelsius, CapableSpeedGbs, NegotiatedSpeedGbs, HoursOfPowerdUp, and Capacity. |
|
RAID Info Table |
Displays RAID controller card information, including the vendor, controller ID, serial number, product name, and firmware version. |
|
JSON Report |
The generated report is saved in the Tool_installation_path/output/kspect-storage-YYYYMMDD-HHMMSS directory and the file name is kspect-storage-YYYYMMDD-HHMMSS.json. |