Configuring the Single-Interface LAN Option Using the Wizard

Prev Next

Use the commands and configuration wizard instructions in this section to configure the basic settings for a single-interface Central Management System cluster in a LAN deployment that uses a non-default interface.

Configure the primary node:

  1. Wait for all services to be in the "running" state:

    node1-hostname (config) # show ha status

Configure the secondary node:

Note

You can perform a manual failover to test the cluster.Failing over manually using the CLI

Examples

The following example shows the wizard steps used to configure the primary node using the single-interface LAN option.

...
Step 14: CM HA uses ether1 as CM HA default interface. Do you want to change CM HA interfaces? [yes] yes
Step 15: CM HA default interface name? [ether1] ether3
Step 16: CM HA default interface IPv4 address and masklen? [0.0.0.0/0] 10.0.0.1/30
Step 17: Configure CM HA default interface gateway? [no] no
Step 18: Neighbor node CM HA default interface IPv4 address and masklen? 10.0.0.2/30
Step 19: Do you want to configure CM HA backup interface? [yes] no
Step 20: Configure this node as primary CM HA node? [no] yes
...
Starting CM HA engine
Configuration changes saved.
...

The following example shows the wizard steps used to configure the secondary node using the single-interface LAN option.

...
Step 14: CM HA uses ether1 as CM HA default interface. Do you want to change CM HA interfaces? [yes] yes
Step 15: CM HA default interface name? [ether1] ether3
Step 16: CM HA default interface IPv4 address and masklen? [0.0.0.0/0] 10.0.0.2/30
Step 17: Configure CM HA default interface gateway? [no] no
Step 18: Neighbor node CM HA default interface IPv4 address and masklen? 10.0.0.1/30
Step 19: Do you want to configure CM HA backup interface? [yes] no
Step 20: Configure this node as primary CM HA node? [no] no
Step 21: CM HA primary node IP address? 172.16.127.144
Step 22: CM HA primary node admin account password? ********
Step 23: Confirm CM HA primary node admin account password? ********
...
Initiated CM HA node joining
Node joining has started
Please check the status with CLI 'show ha configuration'.
...
Starting CM HA engine
Configuration changes saved.
...