Configuring the cluster IP address using tmsh
You can configure the cluster IP address using tmsh after you connect a blade to a serial terminal console.
- Connect to the system using the serial console.
- Type the following key sequence to set the cluster IP address and subnet mask: tmsh modify sys cluster default address <ip_address/mask> Example: tmsh modify sys cluster default address 192.168.217.44/24
- Type the following key sequence to set the default gateway for the cluster: tmsh modify sys management-route default gateway <gateway_ip> Example: tmsh modify sys management-route default gateway 172.20.80.254
- Write the running configuration to the stored configuration files. tmsh sys save [base-config | config]
The system saves the new IP address, subnet mask, and gateway address for the cluster. You can now access the browser-based Configuration utility using the cluster IP address you assigned.