Skip to content

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 ​

  • di
  • Disks

Command Diagram ​

Parameters ​

Connection Parameters ​

OptionAliasTypeDefaultDescription
--admin-abooleanfalseConnect via admin (default-env-admin.json)
--conn-string-Connection filename to override default-env.json

Troubleshooting ​

OptionAliasTypeDefaultDescription
--disableVerbose--quietbooleanfalseDisable verbose output - removes all extra output that is only helpful to human readable interface
--debug-dbooleanfalseDebug hana-cli itself by adding output of LOTS of intermediate details

Examples ​

View Disk Information ​

bash
hana-cli disks

Display disk devices and usage statistics for the SAP HANA system.

See the Commands Reference for other commands in this category.

See Also ​