...
Code Block |
---|
mccluster [-u userid -pw password] [-c clusterName] [-a attributeNameattribute] attrValattribute_value |
Options
옵션 | 설명 |
-h | 도움말을 출력합니다. |
-u | 사용자 ID를 지정합니다. |
-pw | -u 옵션의 사용자 비밀번호를 지정합니다. |
-c | 명령을 실행하기 위해 접근할 클러스터를 지정합니다. |
-a | 수정하기 위한 속성값 이름을 지정합니다. |
...
Code Block |
---|
mccluster -u admin -pw password -modify -c testCluster -a attribute attribute_value |
list
클러스터 상태를 출력합니다.
...