disks ​
Command:
disks
Category: System Admin
Status: Production Ready
Description ​
Display details about disk devices used by SAP HANA including disk information from M_DISKS and disk usage statistics from M_DISK_USAGE. This command helps monitor storage capacity, usage patterns, and disk performance.
Syntax ​
bash
hana-cli disks [options]Aliases ​
diDisks
Command Diagram ​
Parameters ​
Connection Parameters ​
| Option | Alias | Type | Default | Description |
|---|---|---|---|---|
--admin | -a | boolean | false | Connect via admin (default-env-admin.json) |
--conn | - | string | - | Connection filename to override default-env.json |
Troubleshooting ​
| Option | Alias | Type | Default | Description |
|---|---|---|---|---|
--disableVerbose | --quiet | boolean | false | Disable verbose output - removes all extra output that is only helpful to human readable interface |
--debug | -d | boolean | false | Debug hana-cli itself by adding output of LOTS of intermediate details |
Examples ​
View Disk Information ​
bash
hana-cli disksDisplay disk devices and usage statistics for the SAP HANA system.
Related Commands ​
See the Commands Reference for other commands in this category.
See Also ​
- Category: System Admin
- hostInformation - Host resource information
- systemInfo - System information
- All Commands A-Z