Skip to content

encryptionStatus ​

Command: encryptionStatus
Category: Security
Status: Production Ready

Description ​

Check encryption configuration and status across data volumes, log volumes, backups, and network communication.

Syntax ​

bash
hana-cli encryptionStatus [options]

Aliases ​

  • encryption
  • encrypt

Command Diagram ​

Parameters ​

Positional Arguments ​

This command does not accept positional arguments.

Options ​

OptionAliasTypeDefaultDescription
--scope-sstringallEncryption scope to inspect. Choices: all, data, log, backup, network
--details-dbooleanfalseInclude detailed tables for volumes and recent backups.

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
--debug-dbooleanfalseEnable debug output

For the runtime-generated option list, run:

bash
hana-cli encryptionStatus --help

Examples ​

Basic Usage ​

bash
hana-cli encryptionStatus --scope backup --details

Inspect backup encryption configuration and include recent backup details.

  • certificates - List system certificates
  • healthCheck - Run general health checks

See the Commands Reference for other commands in this category.

See Also ​