Previous Topic: disable Command (Server Management)--Disable a Server

Next Topic: power_on Command (Server Management)--Power on a Server

set Command (Server Management)--Set Server's HA Role

Set server configuration parameter

Syntax
server set <name> <prop>=<val> [ --force ]  
Options
<name>

Name of server for which to set information.

<prop>=<val>

Server parameter to modify. The following parameters may be set:

role

Server's HA role. May be one of the following:

'primary'

Server that is currently running the CA 3Tera AppLogic grid controller

'secondary'

Server that may run the CA 3Tera AppLogic grid controller in case of a controller server failure

'none'

Server will never run the CA 3Tera AppLogic grid controller and does not participate in controller HA

ha_network

Enable/disable network HA for the server (both external and backbone)

ha_backbone

Enable/disable network HA on the backbone network

ha_external

Enable/disable network HA on the external network

backbone

specify which switch is active for the backbone network

external

Specify which switch is active for the external network

hypervisor_name

Name of the hypervisor

hypervisor_lic_key

Hypervisor license key

--force

Skip the user verification prompt when setting a new primary server for a grid

Examples
server set srv1 role=primary

Set server srv1's role to primary

server set srv2 role=secondary

Set server srv2's role to secondary

server set srv1 ha_network=1

Enable network HA for the server (external and backbone)

server set srv2 ha_backbone=0

Disable network HA on the backbone network for the server

server set srv2 ha_external=0

Disable network HA on the external network for the server

server set srv2 backbone="11:22:33:44:55:66"

Set backbone NIC connected to switch with an ID of 11:22:33:44:55:66 as active, all backbone network traffic on srv2 passes through the NIC connected to that switch

server set srv2 external="77:88:99:AA:BB:CC"

Set external NIC connected to switch with an ID of 77:88:99:AA:BB:CC as active, all external network traffic on srv2 passes through the NIC connected to that switch

Notes: