Skip to content

activateHDI ​

Command: activateHDI
Category: HDI Management
Status: Production Ready

Description ​

Activate the HDI service in a particular SAP HANA Tenant (Must be ran in the SYSTEMDB)

Syntax ​

bash
hana-cli activateHDI [tenant] [options]

Aliases ​

  • ahdi
  • ah

Command Diagram ​

Parameters ​

OptionTypeDefaultGroupDescription
[tenant]string(none)Positional ArgumentSAP HANA Tenant.
-a, --adminbooleanfalseConnection ParametersConnect via admin (default-env-admin.json).
--connstring(none)Connection ParametersConnection filename to override default-env.json.
--disableVerbose, --quietbooleanfalseTroubleshootingDisable verbose output by removing extra human-readable output. Useful for scripting commands.
-d, --debugbooleanfalseTroubleshootingDebug hana-cli itself by adding lots of intermediate details.
-h, --helpboolean(none)OptionsShow help.
-t, --tenantstring(none)OptionsSAP HANA Tenant.

For a complete list of parameters and options, use:

bash
hana-cli activateHDI --help

Examples ​

Basic Usage ​

bash
hana-cli activateHDI TenantDB

Activates the HDI service in the specified tenant database.

Using Option Flag ​

bash
hana-cli activateHDI --tenant TenantDB

Activate HDI service using the named option parameter.

With Admin Connection ​

bash
hana-cli activateHDI TenantDB --admin

Activate HDI service using admin credentials from default-env-admin.json.

See the Commands Reference for other commands in this category.

See Also ​