Top
Systemwalker Software Configuration Manager Installation Guide
FUJITSU Software

A.2.1 When the Port Number for the File Transfer Infrastructure is Duplicated

The file transfer infrastructure uses port number 9764. If port number duplication occurs, this port number must be changed. Change the port number for the target server and for all the servers linking to that server.

Changing the content registered in the "services" file

[Windows]

Change the following port number in the "<Windows system installation directory>\SYSTEM32\DRIVERS\ETC\SERVICES" file to a free port number:

dtranh03    9764/tcp            #FJSVlnkcf

[Linux]

Change the following port number in the "/etc/services" file to a free port number:

dtranh03    9764/tcp            #FJSVlnkcf

[Solaris]

Change the following port number in the "/etc/services" file to a free port number:

dtranh03    9764/tcp            #FJSVlnkcf

Specify a port number between 1 and 65535.


Changing the network definition

For the port number specified in the network definition file for the file transfer infrastructure, specify the same value as the port number set above.

  1. Stop the file transfer infrastructure.

    [Windows]

    • Admin server/linkage servers/business servers

      Stop the "Systemwalker File Transfer Library Control (SWCFMG)" service.

    [Linux]

    • Admin server/business servers

      Execute the following commands:

      # service FJSVlnkcf stop

    [Solaris]

    • Business server

      Execute the following commands:

      # /etc/init.d/FJSVlnkcf stop
  2. Change the port number in the following network definition file:

    [Windows]

    • Admin server/linkage servers/business servers

      %LNKCF_HOME%\lnk03\gen\network_def.txt
      * The installation folder for the file transfer infrastructure is set to the "%LNKCF_HOME%" environment variable.
        The default folder for the admin server is C:\Fujitsu\Systemwalker\SWCFMGM\FJSVlnkcf.
        The default folder for linkage servers is C:\Fujitsu\Systemwalker\SWCFMGA\FJSVlnkcf.
        The default folder for business servers is C:\Fujitsu\Systemwalker\SWCFMGB\FJSVlnkcf.

    [Linux]

    • Admin server/business servers

      /opt/FJSVlnkcf/lnk03/GEN/network_def.txt

    [Solaris]

    • Business server

      /opt/FJSVlnkcf/lnk03/GEN/network_def.txt
  3. After changing the network definition file, execute the following command to update the definition information:

    [Windows]

    • Admin server/linkage servers/business servers

      %LNKCF_HOME%\lnk03\bin\f3jtlxgentrn.exe -i 03 %LNKCF_HOME%\lnk03\gen\network_def.txt

    [Linux]

    • Admin server/business servers

      /opt/FJSVlnkcf/lnk03/bin/f3jtlxgentrn -i 03 /opt/FJSVlnkcf/lnk03/GEN/network_def.txt

    [Solaris]

    • Business server

      /opt/FJSVlnkcf/lnk03/bin/f3jtlxgentrn -i 03 /opt/FJSVlnkcf/lnk03/GEN/network_def.txt
  4. Start the file transfer infrastructure.

    [Windows]

    • Admin server/linkage servers/business servers

      Start the "Systemwalker File Transfer Library Control (SWCFMG)" service.

    [Linux]

    • Admin server/business servers

      Execute the following commands:

      # service FJSVlnkcf start

    [Solaris]

    • Business server

      Execute the following commands:

      # /etc/init.d/FJSVlnkcf start