setClusterInfo

Sets the cluster configuration settings. See Section A.3.1, Cluster Configuration Commands.

Request

 <ncsRequest>
   <clusterConfig>
     <setClusterInfo>
       <basicInfo>
         <ipAddress>
         <port>
         <quorum>
           <timeout>
           <membership>
         <quorum>
       </basicInfo>
       <notificationInfo state=" " >
         <emailAddresses>
           <email>
         </emailAddresses>
         <notificationType>
           <onlyCritical/>
           <verbose/>
         </notificationType>
         <xmlMsg/>
       </notificationInfo>
       <priorityInfo>
         <resourceList>
           <name>
         </resourceList>
       </priorityInfo>
       <protocolInfo>
         <heartbeat>
         <tolerance>
         <masterWatchdog>
         <slaveWatchdog>
         <maxRetransmits>
       </protocolInfo>
     </setClusterInfo>
   </clusterConfig>
 </ncsRequest>  
 

Reply

 <ncsReply>
   <clusterConfig>
     <setClusterInfo>
       <result value=>
         <description>
       </result>
     </setClusterInfo>
   </clusterConfig>
 </ncsReply>
 

Elements

basicInfo

Provides basic information about a cluster:

Values

Description

ipAddress

Provides the IP address of the cluster.

port

The TCP port number for cluster management if using ConsoleOne.

quorum

  • timeout
  • membership

Specifies the cluster startup quorum configuration: the number of seconds to wait and the number of nodes for membership to establish quorum at startup.

notificationInfo state

(Optional) The value of the state for the following elements can be either enabled or disabled:

Values

Description

emailAddresses

  • email

A repeated list of email addresses to send notifcation emails.

notificationType

  • onlyCritical
  • verbose

Content notification information can be onlyCritical or verbose.

xmlMsg state

(Optional) The value of the state can be either enabled or disabled. If enabled, notification emails will be encoded in XML.

priorityInfo

(Optional) This is an ordered list of resource priorities, from highest priority cluster resource to the lowest.:

Values

Description

resource list

  • name

List of cluster resource names, repeated in the order of priority, from highest to lowest.

protocolInfo

Optional cluster settings:

Values

Description

heartbeat

Number of seconds.

tolerance

Number of seconds.

masterWatchdog

Number of seconds.

slaveWatchdog

Number of seconds.

maxRetransmits

Number of seconds.