TMS zl Management and Configuration Guide ST.1.1.100226

8-15
High Availability
Updating Cluster Software
1. When the participant finishes rebooting, access the host switch’s CLI and
enter the Product OS context:
hostswitch# services <slot ID> 2
Replace <slot ID> with the letter of the chassis slot in which the module
is installed.
The prompt should look like the following:
hostswitch(tms-module-C)#
2. Enter the global configuration context for the module:
hostswitch(tms-module-C)# configure terminal
3. Configure an IP address for the TMS zl Module’s virtual interface on a
VLAN in the management-access zone:
For example:
hostswitch(tms-module-C:config)# vlan 5 ip address
10.1.5.99 255.255.255.0
4. Save the configuration on the TMS zl Module:
5. Access the participant’s Web browser interface at https://<IP address>.
6. Repeat the steps in “Update the Master’s Software” on page 8-14 for the
participant.
Syntax: configure terminal
Enters the configuration context for the module.
Syntax: vlan <VLAN ID> ip address <IP address> <mask>
Configures a static IP address for VLAN.
Replace <IP address> with the IP address for the module’s
virtual interface for that VLAN.
Replace <mask> with the subnet mask in dotted-decimal
format.
Syntax: write memory
Saves the running-config to the startup-config.