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 ​
ahdiah
Command Diagram ​
Parameters ​
| Option | Type | Default | Group | Description |
|---|---|---|---|---|
[tenant] | string | (none) | Positional Argument | SAP HANA Tenant. |
-a, --admin | boolean | false | Connection Parameters | Connect via admin (default-env-admin.json). |
--conn | string | (none) | Connection Parameters | Connection filename to override default-env.json. |
--disableVerbose, --quiet | boolean | false | Troubleshooting | Disable verbose output by removing extra human-readable output. Useful for scripting commands. |
-d, --debug | boolean | false | Troubleshooting | Debug hana-cli itself by adding lots of intermediate details. |
-h, --help | boolean | (none) | Options | Show help. |
-t, --tenant | string | (none) | Options | SAP HANA Tenant. |
For a complete list of parameters and options, use:
bash
hana-cli activateHDI --helpExamples ​
Basic Usage ​
bash
hana-cli activateHDI TenantDBActivates the HDI service in the specified tenant database.
Using Option Flag ​
bash
hana-cli activateHDI --tenant TenantDBActivate HDI service using the named option parameter.
With Admin Connection ​
bash
hana-cli activateHDI TenantDB --adminActivate HDI service using admin credentials from default-env-admin.json.
Related Commands ​
See the Commands Reference for other commands in this category.