Versions Compared

Key

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

...

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.

...

 

mcgroup -u admin -pw password -modify test -a attribute attribute_value -n testNode

 

Modify the value of ‘AutoStart’ attribute of testGroup on testNode.

...