When managing a business server of Systemwalker Software Configuration Manager V15.4.0 or earlier, perform the following procedure to modify the connection settings for the file transfer infrastructure for business servers of Systemwalker Software Configuration Manager.
Stop the file transfer infrastructure.
[Windows]
Stop the "Systemwalker File Transfer Library Control" service.
[Linux]
Execute the following commands:
# service FJSVlnkbs stop
[Solaris]
Execute the following commands:
# /etc/init.d/FJSVlnkbs stop
Modify the network definitions.
Change the port number in the following network definition file:
[Windows]
%LNKBS_HOME%\lnk02\gen\network_def.txt * The installation folder for the file transfer infrastructure is set for the "%LNKBS_HOME%" environment variable.
[Linux/Solaris]
/opt/FJSVlnkbs/lnk02/GEN/network_def.txt
Modify the value for the following <Port number of the file transfer infrastructure (FJSVlnkcf) for the admin server>:
path name=w_path7 : port=<Port number of the file transfer infrastructure (FJSVlnkcf) for the admin server> :
Note
<Port number of the file transfer infrastructure (FJSVlnkcf) for the admin server> is the port number of the file transfer infrastructure (FJSVlnkcf) for the admin server of Systemwalker Software Configuration Manager. 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]
%LNKBS_HOME%\lnk02\bin\f3jtlxgentrn.exe -i 02 %LNKBS_HOME%\lnk02\gen\network_def.txt
[Linux/Solaris]
/opt/FJSVlnkbs/lnk02/bin/f3jtlxgentrn -i 02 /opt/FJSVlnkbs/lnk02/GEN/network_def.txt
Start the file transfer infrastructure.
[Windows]
Start the "Systemwalker File Transfer Library Control" service.
[Linux]
Execute the following commands:
# service FJSVlnkbs start
[Solaris]
Execute the following commands:
# /etc/init.d/FJSVlnkbs start