Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

AttributeDescriptionTypeDefaultEditNote
ActionState

 It It represents the action status for the ongoing group.
Resource online in progress: STARTING
Resource offline in progress: STOPPING
Online/offline: WATCHING

STRING X

 

AutoDisabled

 Automatically Automatically disabled.
If a engine is being operated or monitoring of the resources in a group is not finished, it cannot guarantee exclusive execution of the resource and it is set to True.

BOOLEAN false 
AutoFailoverDetermine whether to perform automatic failover when trouble occurs within the group.BOOLEANtrueO 
AutoFaultClearTIme

 A failover occurs after trouble is detected, and it remains online for the given time limit. After that, all the trouble status will be removed.
'0' implies that troubles are not removed.

INTEGER0 secO 
AutoRestart

If a group is not started because of failures in resource for detection, determine whether to automatically start it when the resource or node is normalized.
It will operate properly only if AutoStart is set to true.

BOOLEANfalseO 
*AutoStartWhen the engine starts, it will notify when the group will be started automatically.BOOLEANtrueO 
BatchAfterOnline

Set the batch file to run after a group goes online.
Whether the batch file is successful or failed, it does not affect the progress of a group

FILE O 
BatchBeforeOffline

Set the batch file to run before a group goes offline.
Whether the batch file is successful or failed, it does not affect the progress of a group.

FILE O 
BatchTimeoutDesignate the time out for running the batch file.INTEGER300 secO 
Enabled

 It It allows group to be managed.
If the attribute value is set to 'false', a group cannot be controlled.

BOOLEANtrueO 
*Failover

Indicates whether there is an ongoing failover due to troubles.

BOOLEANfalseX 
GroupNameIt represents the registered name of group.NAME X 
Locked

 Permanent Permanent locking. Lock a group to prohibit all commands and operation.
Unlike temporary locking permanent, locking is maintained even after the server reboots.

BOOLEANfalseX 
MaxDependencyLevelDesignate the max vertical level that sets the dependencies among the resources in a group.INTEGER20 levelsX 
MonitoredIt indicates whether all the activated resources are monitored.BOOLEAN X 
OnlineCount

 It It is the number of resource online within a group.'0' means that a group is terminated.
The number of monitoring resources (network cards) is not included in the total number.

INTEGER X 
Parallel

 It It is a group's parallel attributes.
It indicates whether the resources in a group can be started at more than one node at the same time.
The value cannot be changed. It can be set only once when you create a group for the first time.

BOOLEANfalseX 
PreActiveIt represents the name of node where a group was executed before.STRING X 
StateThe attribute represents the group status of node (online, offline, trouble, unchecked).STRING X 
TargetNodeList

 It It is the list of nodes in a group subject to operation.It is sorted in the increasing order of priority. This is the criterion used for selecting a target node when performing a failover.

STRING X 
TLocked

 The The attribute indicates the status of 'temporary locking'.
It operates in the same way as the locked value but it is a temporary function that will be cancelled when the engine restarts.

BOOLEANfalseX 

...

Determine whether to automatically start a group when making a new connection to a cluster in the system booting phase.
 (If the MCCS service is restarted or a single node is restarted to connect to operating MCCS, it will be ignored.)
If a parallel group is offline at a local node or some members are online, it will automatically start.
In case of a failover group, the target node with the highest priority will be automatically started first. In case of locking or troubles, a group will not be started.

...

OptionDescription

-h

It prints help menu.

-uDesignate the user ID.
-pw

Designate Enter the user password .

-ip

It defines the node to access to execute command. If omitted, it will access to execute command for local node.

-p

It specifies the port to access to execute command.
If omitted, it will access to the default value and when you define specific port number as heartbeat, enter this followed by --p. 

-groupcommand

It defines group command.  
(add, delete, online, offline, move, clear, flush, modify, list, lock, unlock, state, monitor)

group

It enters name of the group. 

-a

[list] It defines the attribute value that should be listed if it is command.  
[modify] It lists the attribute and attribute value that should be changed if it is command. 
attribute : It defines the values of the group. 
attribute_value: It defines the values that should be changed.  

-r

It defines the resource to be managed.

-n

It defines node name to be managed.

-t

It defines the interval time.

-dep

It shows dependency of the group or the resource.

...