This section explains how to setup the management server and the coordination adapter platform (APP).
Execute the following command to perform the setup of the management server and the coordination adapter platform (APP).
%FSCSM_HOME%\setup\fscsm_setup <Parameters>
In <Parameters>, specify all of the parameters in "Table 2.1 List of Setup Parameters" in the listed order, starting from No.1. Insert a blank space between each parameter. For details on the port numbers used by the management server, refer to "A.1 Port Numbers".
Information
The parameters listed in the following "Table 2.1 List of Setup Parameters" need to be configured for the management server.
In addition, the parameters listed in "Table 2.2 List of Parameters Configured Automatically during Setup" are configured for the coordination adapter platform (APP). The parameters listed in this list are configured automatically within the system during setup.
No. | Parameter Name | Description |
---|---|---|
1 | AS_ADMIN_USER | The user name of the administrator of the Java EE execution environment. Example: Administrator |
2 | AS_ADMIN_PASSWORD | The password of the administrator of the Java EE execution environment. Example: User1234 |
3 | AS_BASE_PORT | The port number base for the Java EE execution environment (API domain). A number equal to this number plus the port number is configured for each port of the API domain (*1). Example: 3700 |
4 | AS_GUI_BASE_PORT | The port number base for the Java EE execution environment (GUI domain). A number equal to this number plus the port number is configured for each port of the GUI domain (*1). Example: 3600 |
5 | AS_APP_BASE_PORT | The port number base for the Java EE execution environment (APP domain). Th number equal to this number plus port number is configured as each port of the APP domain (*1). Example: 3900 |
6 | PGS_SERVER | The PostgreSQL server name. Only "localhost" can be specified. This parameter is used for the initialization and setup of databases. |
7 | PGS_PORT | The port number used for database connection (general). Example: 3807 |
8 | PGS_ACCOUNT_PORT | The port number used for database connection (billing). Example: 3808 |
9 | PGS_METER_PORT | The port number used for database connection (metering). Example: 3809 |
10 | PGS_APP_PORT | The port number used for database connection (APP). Example: 3810 |
11 | SMTP_HOST | The host name of the SMTP server. |
12 | SMTP_PORT | The port number for the SMTP server. |
13 | MAIL_ADDRESS | The destination address of emails from this product. Example: toaddr@example.com |
14 | MAIL_RESPONSE_ADDRESS | The sender address of emails from this product. Example: fromaddr@example.com |
*1: The port number to be used by each domain is calculated based on the specified port number base. For details, refer to "A.1 Port Numbers".
Example
%FSCSM_HOME%\setup\fscsm_setup Administrator User1234 3700 3600 3900 localhost 3807 3808 3809 3810 smtp.b.net 25 toaddr@example.com fromaddr@example.com
The parameters for the coordination adapter platform (APP) configured automatically during setup are shown below.
No. | Parameter Name | Description |
---|---|---|
1 | APP_BASE_URL | The URL used to access the coordination adapter platform (APP). Default: |
2 | APP_TIMER_INTERVAL | 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 |
3 | APP_ADMIN_MAIL_ADDRESS | 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 |
4 | BSS_WEBSERVICE_HOST_PORT | The URL host name and port number used by the coordination adapter platform (APP) to access management server domains (API and GUI domains). Default: localhost:<AS_GUI_BASE_PORT+80> |
5 | BSS_USER_PWD | The password for access to management server domains (API and GUI domains). Default: admin123 |
6 | BSS_USER_KEY | The user key for access to management server domains (API and GUI domains). Fixed value: 1000 This parameter cannot be modified. |
Note
For the user name (AS_ADMIN_USER), use alphanumeric characters, underscores ("_"), hyphens ("-"), or periods (".").
For the password (AS_ADMIN_PASSWORD), use eight or more characters, including alphanumeric characters, underscores ("_"), hyphens ("-"), and periods (".").
For the SMTP host name (SMTP_HOST), specify a host name or an IP address that can be accessed by the server. The user authentication settings for the SMTP server is configured as follows. For the procedure to change the setting, refer to "Appendix C Modifying Installation Environments".
Authentication: Disabled
User name: saas
Password: password
Specify each port number in the range from 1 to 65535.
For AS_BASE_PORT, AS_GUI_BASE_PORT, and AS_APP_BASE_PORT, specify a value in the range from 0 to 65359, because the ports up to "the specified number + 176" will be used.
Port numbers that are currently active can be checked using the following command. Do not specify the port numbers displayed by this command.
netstat -a -n
Specified port numbers may be used by other software that is not currently operating. Check and confirm the port numbers used by other software by referring to the documents of the already installed software.
For email addresses (MAIL_ADDRESS and MAIL_RESPONSE_ADDRESS), use alphanumeric characters, an at mark ("@"), underscores ("_"), hyphens ("-"), and periods (".").
Confirm execution
The message prompting for confirmation of execution of setup is displayed.
Enter "y" to execute setup or "n" to cancel setup, and then press the Enter key.
Are you sure you want to start setup of FUJITSU Software Cloud Services Management? (y/n)[n]
Start setup
When setup is started, the following message is displayed:
FUJITSU Software Cloud Services Management setup start.
Confirm completion
When setup is complete, the following message is displayed:
FUJITSU Software Cloud Services Management setup end.