...
Code Block |
---|
mccluster [-u userid -pw password] [-c clusterName] [-a attributeNameattribute] attrValattribute_value |
Options
Option | Description |
-h | Display Help. |
-u | Designate the user ID. |
-pw | Enter the user password with the -u option. |
-c | Designate a cluster to be accessed to run the command. |
-a | Designate the attribute name to be modified. |
...
Code Block |
---|
mccluster -u admin -pw password -modify -c testCluster -a attribute attribute_value |
list
Display the cluster condition.
...