This section explains how to change the port numbers used for databases of management servers.
Stop the management server.
For details on how to stop the management server, refer to "Stopping" in the "FUJITSU Software Cloud Services Management Operation Guide".
Open following files using a text editor, according to the port numbers to change.
General DB
%FSCSM_HOME%\sys\conf\csm_csmsystem_config.xml
Billing DB
%FSCSM_HOME%\sys\conf\csm_csmaccounting_config.xml
Metering DB
%FSCSM_HOME%\sys\conf\csm_csmmetering_config.xml
Change the port number for the item "DB.URL".
Example
When changing the port number for the general system DB from 3807 to 3907, specify as follows.
[Before changing]
<entry key="DB.URL">jdbc:postgresql://localhost:3807/FSCSMSYSTEM?useUnicode=true&characterEncoding=UTF-8</entry>
[After changing]
<entry key="DB.URL">jdbc:postgresql://localhost:3907/FSCSMSYSTEM?useUnicode=true&characterEncoding=UTF-8</entry>
Open following files using a text editor, according to the port numbers to change.
General DB
%FSCSM_HOME%\db\CSMSYSTEM\postgresql.conf
Billing DB
%FSCSM_HOME%\db\CSMACCOUNTING\postgresql.conf
Metering DB
%FSCSM_HOME%\db\CSMMETERINGLOG\postgresql.conf
Change the value of the item "port".
Example
When changing the port number for the general system DB from 3807 to 3907, specify as follows.
[Before changing]
port = 3807
[After changing]
port = 3907
Restart the management server.
For details on how to restart, refer to "Starting and Stopping" in the "FUJITSU Software Cloud Services Management Operation Guide".
Note
The port number of the APP DB cannot be modified.