Upgrading your dynamic domain manager in SSL mode
About this task
If your environment is at Version 9.5 Fix Pack 4 or later, and you want to upgrade to Version 10.2.2 or later enabling SSL at the same time, perform the steps listed below to upgrade your dynamic domain manager.
If your environment is at a version earlier than Version 9.5 Fix Pack 4, you need to upgrade first to Version 9.5 Fix Pack 4, and then perform the steps listed below.
Procedure
- Install a master domain manager at Version 9.5 Fix Pack 4 or later, if not already present in your environment.
- Install a backup dynamic domain manager at Version 10.2.2.
-
To switch master domain manager capabilities from the master domain manager to the backup dynamic domain manager, launch a
switchmgr command from the backup dynamic domain manager at Version
10.2.2, as
follows:
whereconman switchmgr domain_name:newmgr_name
- domain_name
- Specifies the domain in which you want to switch managers.
- newmgr_name
- Specifies the name of the new domain manager, that is the current backup dynamic domain manager at Version 10.2.2.
-
On the previous backup dynamic domain manager, browse to
the BrokerWorkstation.properties file located in:
- On Windows systems
- <TWA_home>\broker\config
- On UNIX systems
- <TWA_DATA_DIR>/broker/config
- Add or uncomment the Broker.Workstation.PortSSL property and set it to true.
- Modify the backup dynamic domain manager workstation definition by adding the SECUREADDR and SECURITYLEVEL arguments. Ensure the SECUREADDR and TCPADDR arguments are set to the same value. For more information, see Workstation definition.
- Modify the previous master domain manager workstation definition by changing the type argument from mdm to fta. For more information, see Workstation definition.
- Modify the previous backup dynamic domain manager workstation definition by changing the type argument from fta to mdm. For more information, see Workstation definition.
-
Run a production plan to make the changes effective:
JnextPlan -for 0000
- Stop and start WebSphere Application Server Liberty Base, as described in Application server - starting and stopping.