Manage Tenant Script Options
The following table explains options for the OMS_Manage_Tenant.sh script.
Note: Ensure that the
OMS_Manage_Tenant.properties
properties file is configured with the correct values before invoking this script.
Option | Description |
---|---|
OMS_Manage_Tenant.sh
|
Add a tenant with configuration parameters present in the default properties file. |
OMS_Manage_Tenant.sh -f <file>
|
Adds a tenant with the configuration parameters present in the file specified through the
<file> command line argument.
|
OMS_Manage_Tenant.sh -h
|
Displays the options and general usage information related to the script. |
OMS_Manage_Tenant.sh -r
|
Removes a tenant with the tenant ID specified in the default properties file. |
OMS_Manage_Tenant.sh -r <tenantid>
|
Removes a tenant with the tenant ID specified through the
<tenantid> command line argument.
|
OMS_Manage_Tenant.sh -f <file> -r
|
Removes a tenant with the tenant ID specified in the file specified through the
<file> command line argument.
|