systemInfo ​
Command:
systemInfo
Category: System Admin
Status: Production Ready
Description ​
Display comprehensive SAP HANA system information including database version, system overview, instance details, and configuration. This command provides three output formats: basic (version and overview), env (environment variables for connection setup), and dbx (detailed database explorer format).
Syntax ​
hana-cli systemInfo [options]Aliases ​
syssysinfosysInfosysteminfosystem-informationdbInfodbinfo
Command Diagram ​
Parameters ​
Options ​
| Option | Alias | Type | Default | Description |
|---|---|---|---|---|
--output | -o, --Output | string | basic | Output format. Choices: basic, env, dbx |
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 ​
Basic System Information ​
hana-cli systemInfoDisplay basic system information including HANA version and system overview.
Detailed Output ​
hana-cli systemInfo --output basicDisplay comprehensive system details with instance topology.
Environment Variables Format ​
hana-cli systemInfo --output envGenerate environment variables suitable for default-env.json configuration.
Database Explorer Format ​
hana-cli systemInfo --output dbxDisplay system information in Database Explorer compatible format.
systemInfoUI (UI Variant) ​
Command:
systemInfoUI
Status: Production Ready
Description: General System Details in Browser Based UI
Syntax:
hana-cli systemInfoUI [options]Aliases:
sysUIsysinfouisysInfoUIsysteminfoui
Parameters:
For a complete list of parameters and options, use:
hana-cli systemInfoUI --helpExample Usage:
hana-cli systemInfoUIExecute the command
Related Commands ​
See the Commands Reference for other commands in this category.