Top
Systemwalker Software Configuration Manager Installation Guide
Systemwalker

A.2.2 When the Port Number for the File Transfer Infrastructure (the Discovery Function) is Duplicated

When the discovery function is used, 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

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. 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
  2. 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
  3. Restart the file transfer infrastructure.

    [Windows]

    • Admin server/linkage servers/business servers

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

    [Linux]

    • Admin server/business servers

      Execute the following commands:

      # service FJSVlnkcf stop
      # service FJSVlnkcf start