Reporting the changed host name or IP address of the dynamic workload broker server
About this task
- Master domain manager
- Backup master domain manager
- Dynamic domain manager
- Backup dynamic domain manager
If you changed the host name or the IP address on the dynamic workload broker server, or if you installed a new one run the procedure described in Reporting the changes in the WebSphere Application Server Liberty configuration file.
If you changed the host name or the IP address on a master domain manager or backup master domain manager and you ran the Reporting the changes in the WebSphere Application Server Liberty configuration file procedure, skip this section.
If you changed the host name or the IP address on the dynamic domain manager or backup dynamic domain manager you do not need to change the definition of your broker workstation (type broker), because the value of the node attribute is set to the localhost value to allow to switch between the dynamic workload broker server and its backup.
- Run the following command to stop the agent:
ShutDownLwa
- Edit the JobManager.ini file and change the host name or the IP address in the ResourceAdvisorURL property.
- Run the following command to start the agent:
StartUpLwa
- Open the JobDispatcherConfig.properties file and change the value of the JDURL=https://host_name property to reflect the new host name or IP address.
- Open the CliConfig.properties file and change the value of the ITDWBServerHost=/host_name property to reflect the new host name or IP address.
- Open the ResourceAdvisorConfig.properties file and change the value of the ResourceAdvisorURL=https://host_name property to reflect the new host name or IP address.
- From the <TWA_home>/TDWB/bin directory, run the following command:
- On Windows operating systems:
-
exportserverdata.bat
- On UNIX and Linux operating systems:
-
exportserverdata.sh
- Change all the entries that contain the old host name to reflect the new host name.
- Place the file back in the database, by running the following
command:
- On Windows operating systems:
importserverdata.bat
- On UNIX and Linux operating systems:
importserverdata.sh
- Stop WebSphere Application Server
Liberty, by running
the following command:
stopAppServer
- Start WebSphere Application Server
Liberty, by
running the following command:
startAppServer