This section explains the procedure for changing the port numbers for the Admin Server.
This section explains the procedures for changing port numbers for the Self Service Portal/configuration management function.
Procedure for changing the port number of the Interstage Management Console
Use the Interstage Management Console to change the port number of the Interstage Management Console. Refer to the help for the Interstage Management Console for details on the change procedure.
Settings required when the port number for the file transfer infrastructure is duplicated
The file transfer infrastructure uses port number 9664. This port number must be changed if it already exists in a VM server environment. Make the change on the Admin Server that is linked to the VM server to be changed.
Change the following port number specified in the "<System drive>\WINDOWS\system32\drivers\etc\services" file to a vacant port number.
Change the following port number specified in the "/etc/services" file to a vacant port number.
dtranf02 9664/tcp # FJSVlnkbs
The port number can be a value between 1 and 65535.
For the port number specified in the network definition file for the file transfer infrastructure, specify the same value as the port number that has been set for the VM server.
Edit the following network definition file.
<CIMS installation folder>\Systemwalker\SWRBAM\FJSVlnkbs\lnk02\gen\network_def.txt
After the network definition file has been edited, apply the definition information as below.
<CIMS installation folder>\Systemwalker\SWRBAM\FJSVlnkbs\lnk02\bin\f3jtlxgentrn.exe -i 02 <CIMS installation folder>\Systemwalker\SWRBAM\FJSVlnkbs\lnk02\gen\network_def.txt
Restart the file transfer infrastructure.
Restart the "Systemwalker File Transfer Library Control" service.
Changing the port number of the server for the Cloud Portal
Use the following procedure to change the port number.
Stop the Manager by executing the following command.
Log in with Administrator privileges.
Execute the stop command.
> <CIMS installation folder>\CIMS\Manager\bin\cims mgrctl stop
Change the "portal.properties" file.
Open the following file.
<CIMS installation folder>\SWCTMG\SecurityManagement\conf\portal.properties
Change the port numbers specified in the following URLs:
- portalSsl.url
- authedPortal.url
- userManager.url
- personalInfo.url
- rManagerInfo.url
- orgInfo.url
- portala.logout.url
- pki.url
- aControl.url
- community.url
- sendmail.auth.url
Close the file that was opened in Step a.
Open a command prompt.
Execute the following command from the command prompt.
<CIMS installation folder>\SWCTMG\SecurityManagement\conf\bin\ctsec_bstrip.bat
Check that "Success" is displayed at the command prompt.
Close the command prompt.
Start the Interstage Management Console.
Use the following procedure to start the Interstage Management Console.
Select the[All Programs] - [Interstage] - [Application Server] - [Interstage Management Console] from the [Start] menu.
Modify the port number.
Select the [System] - [Services] - [Web server] - [ctmg-https-ext] - [Web Server Settings], and modify the port number.
Change the port number for protected resources.
Select the [System ] - [Security] - [Single Sign-on] - [Authentication infrastructure] -[Repository server] - [Protection resource] - [<FQDN, Port Number>], and modify the port number.
Output the business system configuration file.
Select the [System ] - [Security] - [Single Sign-on] - [Authentication infrastructure] - [Business system setup file tab].
Set the [Business] - [system information] as follows, input password (within 6 characters or more) and then click <Download>.
Item | Description |
---|---|
public URL | http://< FQDN of the Admin Server>:<3500(Port number of the Cloud Portal)>/ |
Linkage with Interstage Portalworks? | No |
Delete the business system.
Display a list by the [System] - [Security] - [Single Sign-on] - [Business system].
Delete the business system of the port number set (Change).
Delete the business system corresponding to the port number to be changed (the port number that is already set up).
Register an Admin Server.
Register an Admin Server by referring to "Registering the Admin Server".
Enable content cache suppression.
Use the business system configuration file that was downloaded in Step 6 and the password to enable content cache suppression by referring to "Prevention of Caching of Contents".
Update access control information.
Update access control information by referring to "Update Access Control Information".
Restart the Manager.
<CIMS installation folder>\CIMS\Manager\bin\cims mgrctl start
The processing results are output to the standard output. If the return value is 0, the command has terminated normally and the system has stopped.
Processing result | Return value |
---|---|
Normal termination | 0 |
Error | Other than 0 |