Use the following command to modify the content of a coordination adapter database and specified parameter values for the service controllers that are added to APP domains.
For ROR coordination adapters
%FSCSM_HOME%\setup\fscsm_changeRORInteg "<Parameter name>=<Modified value>""[<Parameter name>=<Modified value>" ...]
For K5 coordination adapters
%FSCSM_HOME%\setup\fscsm_changeK5Integ "<Parameter name>=<Modified value>""[<Parameter name>=<Modified value>" ...]
For VMware coordination adapters
%FSCSM_HOME%\setup\fscsm_changeVMwareInteg "<Parameter name>=<Modified value>""[<Parameter name>=<Modified value>" ...]
Note
When specifying multiple parameters, enter a blank space between each set of "<Parameter name>=<Modified value>".
The following parameters can be specified.
No. | Parameter Name | Coordination Adapter | Description | ||||
---|---|---|---|---|---|---|---|
ROR | AWS | Azure | K5 | VMware | |||
1 | IAAS_ROR_LOCALE | No | - | - | - | - | The locale used to access ROR APIs. It is necessary to configure according to the ROR product (language) being used. Specify an ROR locale ("ja" for Japanese, "en" for English, or "zh" for Chinese). Default: ja |
2 | IAAS_ROR_USER_ID | No | - | - | - | - | The user ID of the ROR tenant administrator. |
3 | IAAS_ROR_PWD | No | - | - | - | - | The password of the ROR tenant administrator. |
4 | IAAS_ROR_TENANT | No | - | - | - | - | The ROR tenant name. |
5 | IAAS_ROR_HOST_PORT | No | - | - | - | - | The URL host name and port number for the ROR L-Platform API. Specify a host name and port number where the management function API of ROR is operating in the following format: <hostname or IP address>:<port number> Specify the host name referring to the server certificate. The URL of the L-Platform API of ROR is configured as follows during setup: https://<IAAS_ROR_HOST_PORT>/cfmgapi/endpoint |
6 | IAAS_K5_USER_ID | - | - | - | No | - | The user name for connecting to K5. |
7 | IAAS_K5_PWD | - | - | - | No | - | The user password for connecting to K5. |
8 | IAAS_K5_DOMAIN | - | - | - | No | - | The K5 domain name used for API access. |
9 | IAAS_K5_SSL_PROTOCOL | - | - | - | No | - | The encryption protocol used for connecting to K5. Only one type can be specified. When omitted, the default value is configured. Default: TLSv1.2 * K5 supports TLSv1.2 only. |
10 | IAAS_VMWARE_URL | - | - | - | - | No | The destination URL of the VMware API. https://<Host name of VMware vCenter Server>/sdk/vimService?wsdl |
11 | IAAS_VMWARE_USER_ID | - | - | - | - | Yes | The user ID for connecting to VMware vCenter Server. |
12 | IAAS_VMWARE_PWD | - | - | - | - | Yes | The password for connecting to VMware vCenter Server. |
Yes: Specification is mandatory.
No: Can be omitted.
-: Specification is not possible.
Note
Do not use double quotes ( " ) in any parameter values.
Enclose each parameter name and its value using double quotes according to the designated format.
To specify multiple parameters, separate them using blank spaces (" "). There are no restrictions on the specification order.
Return Value | Meaning |
---|---|
0 | Command execution completed successfully |
1 | Error |
When reconfiguration fails, the failed operation name is output.
The execution result is output to a log file.
Administrator privileges are required.