This object contains fields which identify a particular IP address and it's current state as it pertains to high availability.
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
This object contains status information for an interface that has been configured as a high availability link.
Name | Type | Description | Attributes |
---|---|---|---|
node-state-list | List of PlcmHighAvailabilityNodeState | List of the current state of each of the nodes that belong to this high availability group | |
address-state-list | List of PlcmHighAvailabilityAddressState | List of the current state of addresses known by this host. This includes all partner's virtual addresses | |
physical-device-state-list | List of PlcmHighAvailabilityPhysicalDeviceState | List of the physical devices configured for high availability on this host along with their current states | |
ha-active | xs:boolean | Defines whether HA is active or not. If not active, the other lists will be empty | Mandatory |
sequence-number | xs:unsignedLong | 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. | |
ha-connected | xs:boolean | Defines whether this node is connected to the group, if HA is active. | |
our-id | xs:string | Identity of this node | |
local-management-ip | IpAddress | IP address associated with management services on this node | |
ha-mode | PlcmHighAvailabilityMode | Specifies which mode of high-availability the system is in. | |
entity-tag | EntityTag | 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. |
Name | Type | Description | Attributes |
---|---|---|---|
device-name | xs:string | Name of this physical device | Mandatory |
link-state | xs:boolean | Current state of the physical device. True means the link is up, false meaning the link is down. | Mandatory |
is-crossover | xs:boolean | True if the nodes are connected with a crossover cable, false otherwise. | Mandatory |
ha-connected | xs:boolean | This is our current connection state to the HA group for this interface. | Mandatory |
Name | Type | Description | Attributes |
---|---|---|---|
node-identifier | xs:string | High availability identifier for this node | Mandatory |
node-management-ip | IpAddress | IP address associated with management services on the node | |
connected | xs:boolean | Defines whether this node is currently connected to the group | Mandatory |
release-pending | xs:boolean | Indicates if a release is pending for this node. |
Name | Type | Description | Attributes |
---|---|---|---|
ip-address | IpAddress | Field containing the IP address | Mandatory |
associated-device-name | xs:string | Name of the network interface associated with the IP address | |
hostname | DomainName | Field containing hostname associated with the ip-address | Mandatory |
active | xs:boolean | A boolean field that defines whether this address is active. Active means that the IP address will respond to pings. | Mandatory |
our-address | xs:boolean | A boolean field that defines whether this address is defined to be owned on this node | Mandatory |
locally-plumbed | xs:boolean | If true, this field indicates that the IP address is actively owned by this host | Mandatory |
owner-node-id | xs:string | Identification of the owner of this address | Mandatory |
Name | Type | Restrictions |
---|---|---|
EntityTag | xs:string | Length of value must be >=1 Length of value must be <=64 |