You can perform F5 viprion blade disable activity in two ways.
Disabling through CLI:
- Log in to the command line
- Set the VIPRION blade to Disabled by using the following command syntax:tmsh modify sys cluster default members { <slot number> { disabled } }
For example:
tmsh modify sys cluster default members { 2 { disabled } }
3. Set the VIPRION interfaces to Disabled by using the following command syntax:
tmsh modify net interface <slot number>/<interface> disabled
For example:
For single interface
tmsh modify net interface 2/1.1 disabled
For multiple interfaces
tmsh modify net interface 2/1.1 2/1.2 disabled
Webui Method:
- Log in to the Configuration utility by connecting to the floating management IP address of the cluster.
- Navigate to System > Clusters > Properties.
- Select the box next to the desired slot.
- Click Disable/Yield.