Top
Cloud Services Management V1.1.0 Installation Guide
FUJITSU Software

C.3.1 Reconfiguring the Coordination Adapter Platform (APP) Using the Reconfiguration Command

Use the following command to modify the database of the coordination adapter platform (APP) and registration information of APP domains.

Format
%FSCSM_HOME%\setup\fscsm_changeAPPInteg "<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>".

Parameters

The following parameters can be specified.

Table C.1 Reconfiguration Command Parameters

No.

Parameter Name

Required

Description

1

APP_BASE_URL

No

The URL used to access the coordination adapter platform (APP).

Format:

http://<hostname or IP address of the management server>:< AS_APP_BASE_PORT+80>/oscm-app

Example: http://example.com:8880/oscm-app

2

APP_TIMER_INTERVAL

No

The polling (status check) interval. The coordination adapter platform (APP) checks the statuses of servers deployed on the cloud at the interval specified here to see if deployment has been completed.

Reducing the polling (status check) interval reduces the time taken for deployment to be completed, but may increase the burden on the servers where Cloud Services Management is installed and the cloud.

The unit is milliseconds.

Default: 15000

Example: 20000

3

APP_ADMIN_MAIL_ADDRESS

No

The email address used for notifications. When trouble occurs during the operation of the coordination adapter platform (APP), the information is sent to this email address.

Default: The value of the MAIL_ADDRESS parameter

Example: admin@example.com

4

BSS_WEBSERVICE_HOST_PORT

No

The URL host name and port number used by the coordination adapter platform (APP) to access management server domains (API and GUI domains).

Format:

Specify in the format of <hostname or IP address of the management server>:<HTTP SSL listener port for management server domains>.

Example: localhost:8081

No: Can be omitted.

Note

  • Do not use double quotes ( " ) in any parameter values.

  • For APP_TIMER_INTERVAL, enter a number between 1 and 180000.

  • BSS_WEBSERVICE_HOST_PORT must match the information specified for cn of the owner of the server certificate for management server domains (API and GUI domains).

  • For the port number in APP_BASE_URL, specify the port number of the HTTP listener port for the coordination adapter platform (APP).

Return Value

Return Value

Meaning

0

Command execution completed successfully

1

Error

Output

When reconfiguration fails, the failed operation name is output.

The execution result is output to a log file.

Privileges Required/Execution Environment

Administrator privileges are required.