Top
Systemwalker Software Configuration Manager Installation Guide
Systemwalker

A.2.1 When the Port for the File Transfer Infrastructure (the Patch Application Function or the Software Parameter Settings Function) is Duplicated

When either the patch application function or the software parameter settings function is used, the file transfer infrastructure uses port number 9664. 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:

dtranf02    9664/tcp            #FJSVlnkbs

[Linux]

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

dtranf02    9664/tcp            #FJSVlnkbs

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

      %LNKBS_HOME%\lnk02\gen\network_def.txt
      * The installation folder for the file transfer infrastructure is set to the "%LNKBS_HOME%" environment variable.

    [Linux]

    • Admin server/business servers

      /opt/FJSVlnkbs/lnk02/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

      %LNKBS_HOME%\lnk02\bin\f3jtlxgentrn.exe -i 02 %LNKBS_HOME%\lnk02\gen\network_def.txt

    [Linux]

    • Admin server/business servers

      /opt/FJSVlnkbs/lnk02/bin/f3jtlxgentrn -i 02 /opt/FJSVlnkbs/lnk02/gen/network_def.txt
  3. Restart the file transfer infrastructure.

    [Windows]

    • Admin server/linkage servers/business servers

      Restart the "Systemwalker File Transfer Library Control" service.

    [Linux]

    • Admin server/business servers

      Execute the following commands:

      # service FJSVlnkbs stop
      # service FJSVlnkbs start