Home/Catalog/VMWARE-VCHA-MIB

VMWARE-VCHA-MIB

AI MIB Summary

The VMWARE-VCHA-MIB monitors the operational state, role assignments (Active, Passive, Witness), and replication health of VMware vCenter High Availability clusters to detect failover events and split-brain conditions. It provides visibility into cluster quorum status and network connectivity for both public and private HA management interfaces to ensure continuous availability of the vCenter Server instance.

This MIB module describes the vCenter High Availability Service (VCHA). A VCHA cluster consists of three VMs identified by a single instance UUID. One is the Active vCenter VM that serves client requests. Second is the Passive VM that is identical to the Active vCenter VM in terms of database and filesystem state. Passive VM constantly receives updates from Active VM and takes over the role of Active vCenter VM in the event of a failover. Third is the Witness VM that acts as a quorum VM in a VCHA cluster. The sole purpose of Witness VM is to avoid classic split-brain problem in a VCHA cluster. client + | | +----------------v---+ +--------------------+ | Public IP | | | | | | | Active vCenter | | Passive vCenter | | | | | +---Private-IP+------+ +------+Private-IP---+ ^ <--------------------------> ^ | DB & File replication | + + + + + + +------> <----------+ +----Private-IP----+ | | | Witness vCenter | | (Quorum) | | | +------------------+ All events will not be repeated for the duration of a given state entered. It is highly recommended that the administrator links the SNMP trap receiver to both public network and vCenter HA cluster network, so that the monitoring system is able to get notified as long as one of the networks is up.
Main OID:
vmwVchaMIB.1.3.6.1.4.1.6876.53.1
38
Objects
Active
Status
5
Dependencies

Imported Objects

Objects

38 total
Object Name
vmwVCHANotifications
OBJECT IDENTIFIER
.1.3.6.1.4.1.6876.53.0
vmwVchaNodeJoinedThis informative notification is sent from the Active node when it notices a peer node rejoin the cluster. It is sent only once.
NOTIFICATION-TYPE
.1.3.6.1.4.1.6876.53.0.100
vmwVchaNodeLeftThis warning notification is sent from the Active node when it notices a peer node has left the cluster. This is sent only once. Operator should check the liveness and connectivity of the departed node and try to bring it back by either rebooting the appliance or resolving the network problem.
NOTIFICATION-TYPE
.1.3.6.1.4.1.6876.53.0.105
vmwVchaNodeIsolatedThis warning notification is sent when a node is network isolated from the cluster. This notification can only be sent from the isolated node, not by other nodes in the cluster. After being isolated, the node will reboot itself trigging coldStart notification. In case of Active node failure, the cluster will trigger a reelection and every slave node will be declared as isolated temporarily before the cluster re-election completes.
NOTIFICATION-TYPE
.1.3.6.1.4.1.6876.53.0.110
vmwVchaClusterStateChangedThis notification is sent only once from the Active node when vCenter HA cluster state changes to either healthy, degraded or isolated. Please see VmwVchaClusterStateType for detailed description of each state. And administrator should receive another notification describing the state change of cluster subsystem (cluster membership, DB replication or file replication) which is trigger of cluster state change.
NOTIFICATION-TYPE
.1.3.6.1.4.1.6876.53.0.130
vmwVchaClusterModeChangedThis notification is sent only once from the Active node when vCenter HA cluster mode changes to either enabled, maintenance or disabled.
NOTIFICATION-TYPE
.1.3.6.1.4.1.6876.53.0.150
vmwVchaPublicIpUpThis informative notification is sent only once when the public IP address is brought up on the Active node. At this time, the Active node is reachable from the client and will be able to serve client requests when services are up and running.
NOTIFICATION-TYPE
.1.3.6.1.4.1.6876.53.0.205
vmwVchaPublicIpDownThis informative notification is sent only once when the public network interface is brought down on the Active node. This can happen when InitiateFailover is invoked on the Active node or vcha process gracefully shuts down resulting in a reboot of the appliance (triggered by network isolation). During this time, clients cannot connect to vCenter Server and users will experience downtime until the public network interface is brought up. In either case, users should not expect more than five minutes of downtime. If VCHA cluster is still not connectable, the operator should verify the reachability of each node through the cluster network.
NOTIFICATION-TYPE
.1.3.6.1.4.1.6876.53.0.206
vmwVchaFailoverTriggeredThis informative notification is sent only once when a failover is triggered from the Active node to Passive node. Passive node should take over the Active role if the cluster is in healthy state.
NOTIFICATION-TYPE
.1.3.6.1.4.1.6876.53.0.210
vmwVchaFailoverSucceededThis informative notification is sent only once when the Passive node takes over the Active role and brings up the public network interface.
NOTIFICATION-TYPE
.1.3.6.1.4.1.6876.53.0.220
vmwVchaFailoverFailedDisabledModeThis warning notification is sent only once when the Active node fails to initiate a failover because the cluster is in disabled mode.
NOTIFICATION-TYPE
.1.3.6.1.4.1.6876.53.0.225
vmwVchaFailoverFailedNodeLostThis warning notification is sent only once when the Active node fails to initiate a failover because the cluster does not have all three nodes connected.
NOTIFICATION-TYPE
.1.3.6.1.4.1.6876.53.0.226
vmwVchaFailoverFailedPassiveNotReadyThis warning notification is sent only once when the Active node fails to initiate a failover because vPostgres service on the Passive node is not ready to take over.
NOTIFICATION-TYPE
.1.3.6.1.4.1.6876.53.0.227
vmwVchaContinueAsActiveThis informative notification is sent only once when the last Active node continue as the Active node to servce client's request. This can happen in many scenarios: 1. After triggering a planned failover, DB or file replicator failed to flush data to the Passive node and failover didn't proceed because of data loss. 2. After triggering a planned or forced failover, Passive node failed to pick up the Active role for reasons like: auto failover cannot happen in maintenance mode or cluster is in disabled mode.
NOTIFICATION-TYPE
.1.3.6.1.4.1.6876.53.0.230
vmwVchaDbReplicationStateChangedThis informative notification is sent only once from the Active node when database replication state changes to sync, async or no replication. Database replication is not healthy when it is in async or no replication state. Reasons include large network delays or vPostgres service becoming unresponsive on the Passive node.
NOTIFICATION-TYPE
.1.3.6.1.4.1.6876.53.0.300
vmwVchaFileReplicationStateChangedThis informative notification is sent only once from the Active node when file replication state changes to in-sync or out-of-sync. File replication state is out-of-sync when VCHA fails to set a watch on a file at the Active node or fails to replicate a file from the Active node to Passive. Administrators should check the corresponding KB article for recovery action.
NOTIFICATION-TYPE
.1.3.6.1.4.1.6876.53.0.350
vmwVchaMIBThis MIB module describes the vCenter High Availability Service (VCHA). A VCHA cluster consists of three VMs identified by a single instance UUID. One is the Active vCenter VM that serves client requests. Second is the Passive VM that is identical to the Active vCenter VM in terms of database and filesystem state. Passive VM constantly receives updates from Active VM and takes over the role of Active vCenter VM in the event of a failover. Third is the Witness VM that acts as a quorum VM in a VCHA cluster. The sole purpose of Witness VM is to avoid classic split-brain problem in a VCHA cluster. client + | | +----------------v---+ +--------------------+ | Public IP | | | | | | | Active vCenter | | Passive vCenter | | | | | +---Private-IP+------+ +------+Private-IP---+ ^ <--------------------------> ^ | DB & File replication | + + + + + + +------> <----------+ +----Private-IP----+ | | | Witness vCenter | | (Quorum) | | | +------------------+ All events will not be repeated for the duration of a given state entered. It is highly recommended that the administrator links the SNMP trap receiver to both public network and vCenter HA cluster network, so that the monitoring system is able to get notified as long as one of the networks is up.
MODULE-IDENTITY
.1.3.6.1.4.1.6876.53.1
vmwVchaMIBConformance
OBJECT IDENTIFIER
.1.3.6.1.4.1.6876.53.1.2
vmwVchaMIBCompliances
OBJECT IDENTIFIER
.1.3.6.1.4.1.6876.53.1.2.1
vmwVchaMIBBasicComplianceRev2The compliance statement for entities which implement VMWARE-VCHA-MIB.
Unknown
.1.3.6.1.4.1.6876.53.1.2.1.3
vmwVchaMIBGroups
OBJECT IDENTIFIER
.1.3.6.1.4.1.6876.53.1.2.2
vmwVchaNotificationInfoGroupThese objects provide notification details.
Unknown
.1.3.6.1.4.1.6876.53.1.2.2.1
vmwVchaNotificationGroupGroup of objects describing notifications (traps).
Unknown
.1.3.6.1.4.1.6876.53.1.2.2.2
vmwVchaInstanceUuidA string that uniquely identify the vCenter HA cluster. This is the same as instance UUID of the active vCenter Server.ro
OCTET STRING
.1.3.6.1.4.1.6876.53.5
vmwVchaPrivateAddressTypeThe type of cluster network interface: ipv4 or ipv6.ro
InetAddressType (INET-ADDRESS-MIB)
.1.3.6.1.4.1.6876.53.11
vmwVchaPublicAddressTypeThe type of public network interface: ipv4 or ipv6.ro
InetAddressType (INET-ADDRESS-MIB)
.1.3.6.1.4.1.6876.53.12
vmwVchaPrivateAddressAddrThis is the IP address of each node in cluster network that is used to communicate with other nodes in the cluster and transfer data between the Active node and the Passive node.ro
InetAddress (INET-ADDRESS-MIB)
.1.3.6.1.4.1.6876.53.15
vmwVchaPublicAddressAddrThe IP address of a node in public network that serves client's request.ro
InetAddress (INET-ADDRESS-MIB)
.1.3.6.1.4.1.6876.53.16
vmwVchaTargetNodeRoleRepresents the role of node being affected by the given event. See MIB module general description for detailed expalanation for each role.ro
VmwVchaNodeRoleType
.1.3.6.1.4.1.6876.53.20
vmwVchaClusterStatevCenter HA cluster states: healthy, degraded or isolated.ro
VmwVchaClusterStateType
.1.3.6.1.4.1.6876.53.25
vmwVchaClusterModevCenter HA cluster modes: enabled, maintenance or disabled.ro
VmwVchaClusterModeType
.1.3.6.1.4.1.6876.53.30
vmwVchaIsPlannedFailoverFor planned failover, the Active node flushes all the state to the Passive node, waits for the flush to complete before causing a failover. After the failover, the Passive node starts without any data loss. For unplanned failover, the failover is initiated immediately and may result in data loss.ro
TruthValue (SNMPv2-TC)
.1.3.6.1.4.1.6876.53.40
vmwVchaDbReplicationStateDatabase replication states: sync, async or no replication.ro
VmwVchaDbReplicationStateType
.1.3.6.1.4.1.6876.53.50
vmwVchaIsFileProviderInSyncThis variable represents the file replication provider state. When it is false, the service configuration and state files are out of sync between the Passive and Active nodes. This could result from file replication failures.ro
TruthValue (SNMPv2-TC)
.1.3.6.1.4.1.6876.53.55
vmwVchaFileReplicationProviderFile replication providers: service-config or service-state.ro
VmwVchaFileReplicationProviderType
.1.3.6.1.4.1.6876.53.60
vmwVchaActive
OBJECT IDENTIFIER
.1.3.6.1.4.1.6876.53.250
vmwVchaPassive
OBJECT IDENTIFIER
.1.3.6.1.4.1.6876.53.255
vmwVchaWitness
OBJECT IDENTIFIER
.1.3.6.1.4.1.6876.53.260
VMWARE-VCHA-MIB - SNMP MIB Reference | MIBs Explorer