Versions Compared

Key

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

...

Set a value of attribute of the resource per node.
It is used locally so that other values can be inserted for attribute values of all the nodes. 
(Modify command should be used to change the value.)

 

mcres -local testResource -r testResource -a attribute

 

global

Set a value of attribute of the testResource to all node. 
It is used publicly so that values can be inserted with common values for all nodes. 

 

mcres -global testResource -r testResource -a attribute [value]

 

Set a User’ attribute of the testResource to administrator

 

mcres -global testResource -r testResource -a User administrator

 

online 

...