Remote cluster attributes

Table: Remote cluster attributes lists the RemoteCluster attributes. These attributes apply to remote clusters.

Table: Remote cluster attributes

Remote cluster Attributes

Definition

AdministratorGroups

(system use only)

List of operating system user account groups that have administrative privileges on the cluster. This attribute applies to clusters running in secure mode.

  • Type and dimension: string-keylist

  • Default: " "

Administrators

(system use only)

Contains list of users with Administrator privileges.

  • Type and dimension: string-keylist

  • Default: ""

CID

(system use only)

The CID of the remote cluster.

ClusState

(system use only)

Indicates the current state of the remote cluster as perceived by the local cluster.

  • Type and dimension: integer-scalar

  • Default: Not applicable

ClusterAddress

(user-defined)

Specifies the remote cluster's virtual IP address, which is used to connect to the remote cluster by the local cluster.

  • Type and dimension: string-scalar

  • Default: ""

ClusterName

(system use only)

The name of cluster.

  • Type and dimension: string-scalar

  • Default: ""

ClusterUUID

(system use only)

Unique ID assigned to the cluster by Availability Manager.

  • Type and dimension: string-scalar

  • Default: Not applicable

ConnectTimeout

(user-defined)

Specifies the time in milliseconds for establishing the WAC to WAC connection.

  • Type and dimension: integer-scalar

  • Default: 300

DeclaredState

(user-defined)

Specifies the declared state of the remote cluster after its cluster state is transitioned to FAULTED.

See Disaster declaration.

  • Type and dimension: string-scalar

  • Default: ""

The value can be set to one of the following values:

  • Disaster

  • Outage

  • Disconnect

  • Replica

EngineVersion

(system use only)

Specifies the major, minor, maintenance-patch, and point-patch version of VCS.

The value of EngineVersion attribute is in hexa-decimal format. To retrieve version information:

Major Version: EngineVersion >> 24 & 0xff
Minor Version: EngineVersion >> 16 & 0xff
Maint Patch: EngineVersion >>  8 & 0xff
Point Patch: EngineVersion & 0xff
  • Type and dimension: integer-scalar

  • Default: Not applicable

Guests

(system use only)

List of operating system user accounts that have Guest privileges on the cluster.

This attribute is valid for clusters running in secure mode.

  • Type and dimension: string-keylist

  • Default: ""

OperatorGroups

(system use only)

List of operating system user groups that have Operator privileges on the cluster. This attribute is valid for clusters running in secure mode.

  • Type and dimension: string-keylist

  • Default: 300 seconds

Operators

(system use only)

List of users with Cluster Operator privileges.

  • Type and dimension: string-keylist

  • Default: ""

RemoteConnectInterval

(user-defined)

Specifies the time in seconds between two successive attempts to connect to the remote cluster.

  • Type and dimension: integer-scalar

  • Default: 5

SocketTimeout

(user-defined)

Specifies the time in seconds for WAC to WAC heartbeat. If no IAA is received in the specified time, connection with the remote WAC is assumed to be broken.

  • Type and dimension: integer-scalar

  • Default: 180

SourceFile

(system use only)

File from which the configuration is read. Do not configure this attribute in main.cf.

Make sure the path exists on all nodes before running a command that configures this attribute.

  • Type and dimension: string-scalar

  • Default: Not applicable.

VCSFeatures

(system use only)

Indicates which VCS features are enabled. Possible values are:

0 - No features are enabled (VCS Simulator)

1 - L3+ is enabled

2 - Global Cluster Option is enabled

Even though the VCSFeatures is an integer attribute, when you query the value with the haclus -value command or the haclus -display command, it displays as the string L10N for value 1 and DR for value 2.

  • Type and dimension: integer-scalar

  • Default: Not applicable.

VCSMode

(system use only)

Denotes the mode for which VCS is licensed.

Even though the VCSMode is an integer attribute, when you query the value with the haclus -value command or the haclus -display command, it displays as the string UNKNOWN_MODE for value 0 and VCS for value 7.

  • Type and dimension: integer-scalar

  • Default:Not applicable

WACPort

(system use only)

The TCP port on which the wac (Wide-Area Connector) process on the remote cluster listens for connection from other clusters.

  • Type and dimension: integer-scalar

  • Default: 14155

More Information

Cluster attributes