PlcmHighAvailabilityStatus

PlcmHighAvailabilityAddressState

This object contains fields which identify a particular IP address and it's current state as it pertains to high availability.

PlcmHighAvailabilityNodeState

This object contains status information for a physical device that has been configured for high availability including the list of the virtual addresses and their current state

PlcmHighAvailabilityPhysicalDeviceState

This object contains status information for an interface that has been configured as a high availability link.

PlcmHighAvailabilityStatus

PlcmHighAvailabilityStatus Fields

NameTypeDescriptionAttributes
nodeStateListArray of PlcmHighAvailabilityNodeState List of the current state of each of the nodes that belong to this high availability group
addressStateListArray of PlcmHighAvailabilityAddressState List of the current state of addresses known by this host. This includes all partner's virtual addresses
physicalDeviceStateListArray of PlcmHighAvailabilityPhysicalDeviceState List of the physical devices configured for high availability on this host along with their current states
haActiveboolean Defines whether HA is active or not. If not active, the other lists will be empty Mandatory
sequenceNumberunsignedLong This field is an incrementing value starting at 1 that can be used to determine out-of-date information. It should be noted that the sequence will always start at 1. An entity receiving this packet may discard older packets but should recognize when the sequence has restarted and not simply check for newer values.
haConnectedboolean Defines whether this node is connected to the group, if HA is active.
ourIdstring Identity of this node
localManagementIpIpAddress IP address associated with management services on this node
haModePlcmHighAvailabilityMode Specifies which mode of high-availability the system is in.
entityTagEntityTag The unique value generated from the server object instance. This value is the same value that MUST be applied to the HTTP Entity Tag (ETag) header for a single instance of this object. Client modification of this field is not allowed for this instance.

PlcmHighAvailabilityPhysicalDeviceState Fields

NameTypeDescriptionAttributes
deviceNamestring Name of this physical device Mandatory
linkStateboolean Current state of the physical device. True means the link is up, false meaning the link is down. Mandatory
isCrossoverboolean True if the nodes are connected with a crossover cable, false otherwise. Mandatory
haConnectedboolean This is our current connection state to the HA group for this interface. Mandatory

PlcmHighAvailabilityNodeState Fields

NameTypeDescriptionAttributes
nodeIdentifierstring High availability identifier for this node Mandatory
nodeManagementIpIpAddress IP address associated with management services on the node
connectedboolean Defines whether this node is currently connected to the group Mandatory
releasePendingboolean Indicates if a release is pending for this node.

PlcmHighAvailabilityAddressState Fields

NameTypeDescriptionAttributes
ipAddressIpAddress Field containing the IP address Mandatory
associatedDeviceNamestring Name of the network interface associated with the IP address
hostnameDomainName Field containing hostname associated with the ip-address Mandatory
activeboolean A boolean field that defines whether this address is active. Active means that the IP address will respond to pings. Mandatory
ourAddressboolean A boolean field that defines whether this address is defined to be owned on this node Mandatory
locallyPlumbedboolean If true, this field indicates that the IP address is actively owned by this host Mandatory
ownerNodeIdstring Identification of the owner of this address Mandatory


Nested Types/Restrictions


NameTypeRestrictions
EntityTagstring
Length of value must be >=1
Length of value must be <=64