Top
Cloud Services Management V1.1.0 Installation Guide
FUJITSU Software

A.2.2 Procedure for Changing Port Numbers for Databases

This section explains how to change the port numbers used for databases of management servers.

  1. 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".

  2. 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 
  3. 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&amp;characterEncoding=UTF-8</entry> 

    [After changing]

    <entry key="DB.URL">jdbc:postgresql://localhost:3907/FSCSMSYSTEM?useUnicode=true&amp;characterEncoding=UTF-8</entry> 
  4. 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
  5. 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
  6. 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.