When the port number of the file transfer infrastructure for the business server/linkage server to be managed is changed from the default, perform the following procedure to modify the connection settings of the file transfer infrastructure for the admin server of Systemwalker Software Configuration Manager.
Stop the file transfer infrastructure.
[Windows]
Stop the "Systemwalker File Transfer Library Control (SWCFMG)" service.
[Linux]
Execute the following commands:
# service FJSVlnkcf stop
Modify the network definitions.
Change the port number in the following network definition file:
[Windows]
%LNKCF_HOME%\lnk03\gen\network_def.txt * The installation folder for the file transfer infrastructure is set for the "%LNKCF_HOME%" environment variable.
[Linux]
/opt/FJSVlnkcf/lnk03/GEN/network_def.txt
Modify the value for the following <Port number of the file transfer infrastructure (FJSVlnkcf) for business servers and linkage servers using Systemwalker Software Configuration Manager V15.4.0 or earlier>:
path name=w_path7 : port=<Port number of the file transfer infrastructure (FJSVlnkcf) for business servers and linkage servers using Systemwalker Software Configuration Manager V15.4.0 or earlier> :
Note
<Port number of the file transfer infrastructure (FJSVlnkcf) for business servers and linkage servers using Systemwalker Software Configuration Manager V15.4.0 or earlier> is the port number for the file transfer infrastructure (FJSVlnkbs) that was used by the patch application function or the software parameter settings function. Do not change any parameter values other than the port number.
After modifying the network definition file, execute the following command to reflect the changes:
[Windows]
%LNKCF_HOME%\lnk03\bin\f3jtlxgentrn.exe -i 03 %LNKCF_HOME%\lnk03\gen\network_def.txt
[Linux]
/opt/FJSVlnkcf/lnk03/bin/f3jtlxgentrn -i 03 /opt/FJSVlnkcf/lnk03/GEN/network_def.txt
Start the file transfer infrastructure.
[Windows]
Start the "Systemwalker File Transfer Library Control (SWCFMG)" service.
[Linux]
Execute the following commands:
# service FJSVlnkcf start