Print Download PDF Send Feedback

Previous

Next

Monitoring Cluster Interfaces

Description

This command lets you see the state of the Cluster Member interfaces and the virtual cluster interfaces.

ClusterXL treats the interfaces as Critical Devices. ClusterXL makes sure that interfaces can send and receive CCP packets.

ClusterXL also sets the required minimal number of functional interfaces to the largest number of functional interfaces ClusterXL detected since the last reboot. If the number of functional interfaces is less than the required number, ClusterXL declares the Cluster Member as failed and starts a failover. The same applies to the synchronization interfaces, where only good synchronization interfaces are counted.

When an interface is DOWN, it means that the interface cannot receive or send CCP packets, or both. An interface may also be able to receive, but not send CCP packets. The time you see in the command's output is the number of seconds that elapsed since the interface was last able to receive or send a CCP packet.

Syntax

Shell

Command

Gaia Clish

  1. set virtual-system <VSID>
  2. show cluster members interfaces {all | secured | virtual | vlans}

Expert mode

cphaprob [-vs all] [-a] [-m] if

Where:

Command

Description

show cluster members interfaces all

Shows full list of all cluster interfaces:

  • including the number of required interfaces
  • including Network Objective
  • including VLAN monitoring mode, or list of monitored VLAN interfaces

show cluster members interfaces secured

Shows only cluster interfaces (Cluster and Sync) and their states:

  • without Network Objective
  • without VLAN monitoring mode
  • without monitored VLAN interfaces

show cluster members interfaces virtual

Shows full list of cluster virtual interfaces and their states:

  • including the number of required interfaces
  • including Network Objective
  • without VLAN monitoring mode
  • without monitored VLAN interfaces

show cluster members interfaces vlans

Shows only monitored VLAN interfaces

cphaprob if

Shows only cluster interfaces (Cluster and Sync) and their states:

  • without Network Objective
  • without VLAN monitoring mode
  • without monitored VLAN interfaces

cphaprob -a if

Shows full list of cluster interfaces and their states:

  • including the number of required interfaces
  • including Network Objective
  • without VLAN monitoring mode
  • without monitored VLAN interfaces

cphaprob -a -m if

cphaprob -am if

Shows full list of all cluster interfaces and their states:

  • including the number of required interfaces
  • including Network Objective
  • including VLAN monitoring mode, or list of monitored VLAN interfaces

Output

The output of these commands must be identical to the configuration in the cluster object's Network Management page.

Example

Member2> show cluster members interfaces all

 

CCP mode: Automatic

Required interfaces: 3

Required secured interfaces: 1

 

eth0 Non-Monitored non sync(non secured)

eth3 UP non sync(non secured), unicast

eth4 UP non sync(non secured), unicast

bond0 UP sync(secured), unicast, bond High Availability

 

Virtual cluster interfaces: 2

 

eth3 192.168.151.7

eth4 192.168.1.5

 

 

No VLANs are monitored on the member

 

Member2>

Description of the output fields:

Field, or Text

Description

CCP mode

Shows the CCP mode that administrator configured with the set cluster member ccp <mode> command:

  • Automatic
  • Broadcast
  • Multicast
  • Unicast

Required interfaces

Shows the total number of monitored cluster interfaces, including the Sync interface.

This number is based on the configuration of the cluster object > Network Management page.

Required secured interfaces

Shows the total number of the required Sync interfaces.

This number is based on the configuration of the cluster object > Network Management page.

Non-Monitored

This means that Cluster Member does not monitor the state of this interface.

In SmartConsole, in the cluster object > Network Management page, administrator configured the Network Type Private for this interface.

UP

This means that Cluster Member monitors the state of this interface.

The current cluster state of this interface is UP, which means this interface can send and receive CCP packets.

In SmartConsole, in the cluster object > Network Management page, administrator configured one of these Network Types for this interface: Cluster, Sync, or Cluster + Sync.

DOWN

This means that Cluster Members monitors the state of this interface.

The current cluster state of this interface is DOWN, which means this interface cannot send CCP packets, receive CCP packets, or both.

In SmartConsole, in the cluster object > Network Management page, administrator configured one of these Network Types for this interface: Cluster, Sync, or Cluster + Sync.

sync(secured)

This interface role means that this is a Sync interface.

In SmartConsole, in the cluster object > Network Management page, administrator configured one of these Network Types for this interface: Sync, or Cluster + Sync.

non sync(non secured)

This interface role means that this interface does not transfer Delta Sync packets.

In SmartConsole, in the cluster object > Network Management page, administrator configured the Network Type Cluster for this interface.

unicast

This is the current CCP mode on this cluster interface.

multicast

This is the current CCP mode on this cluster interface.

broadcast

This is the current CCP mode on this cluster interface.

Virtual cluster interfaces

Shows the total number of the configured virtual cluster interfaces.

This number is based on the configuration of the cluster object > Network Management page.

No VLANs are monitored on the member

Shows the VLAN monitoring mode - there are no VLAN interfaces configured on the cluster interfaces.

Monitoring mode is Monitor all VLANs: All VLANs are monitored

Shows the VLAN monitoring mode - there are some VLAN interfaces configured on the cluster interfaces, and Cluster Member monitors all VLAN IDs.

Monitoring mode is Monitor specific VLAN: Only specified VLANs are monitored

Shows the VLAN monitoring mode - there are some VLAN interfaces configured on the cluster interfaces, and Cluster Member monitors only specific VLAN IDs.