Versions Compared

Key

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

...

testGroup그룹에 복합 응용 타입으로 testResource 를 생성합니다. 



Code Block
mcres -u admin -pw password -add testResource -t resourceType -g testGroup



delete

testResource 리소스를 삭제합니다. 


Code Block
mcres -u admin -pw password -delete testResource



enable

testResource 리소스를 활성화시킵니다. 


Code Block
mcres -u admin -pw password -enable testResource



disable

testResource 리소스를 비활성화 시킵니다. 


Code Block
mcres -u admin -pw password -disable testResource




monitor

testGroup 에 속한 모든 리소스를 interval 간격으로 모니터링 합니다. 주기가 지정되지 않은 경우에는 3초가 기본값으로 지정됩니다. 


Code Block
mcres -u admin -pw password -monitor [testGroup] [-t interval(seconds)]



testGroup을 10초 간격으로 모니터링 합니다. 


Code Block
mcres -u admin -pw password -monitor testGroup -t 10




modify

testResource 리소스의 attribute를 value 값으로 수정합니다. 


Code Block
mcres -u admin -pw password -modify testResource -a attribute attribute_value [ -n node ]



testGroup의 testResource 리소스의 User속성 값을 administrator로 수정합니다. 


Code Block
mcres -u admin -pw password -modify testResource -a User administrator -n testGroup




local

testResource 속성 값을 모든 노드들의 속성값에 대하여 서로 다른 값을 입력할 수 있도록 지역화 합니다.

(실제 속성 값 수정은 modify 명령을 통해 수정해 주어야 합니다.)  


Code Block
mcres -u admin -pw password -local -r testResource -a attribute



global

testResource 의 속성을 모든 노드들의 속성값에 대하여 공통된 값을 입력할 수 있도록 공용화 합니다. 


Code Block
mcres -u admin -pw password -global -r testResource -a attribute [value]



testResource 의 속성 User를 전체 속성으로 값을 administrator로 설정합니다. 


Code Block
mcres -u admin -pw password -global -r testResource -a User administrator



 

online 

testNode에 있는 testResource 리소스를 온라인 시킵니다.


Code Block
mcres -u admin -pw password -online testResource -n testNode




offline

testNode의 testResource 리소스를 오프라인 시킵니다. 


Code Block
mcres -u admin -pw password -offline testResource -n testNode




offlineprop

testNode의 testResource 리소스의 자식 리소스를 오프라인 시킵니다. 


Code Block
mcres -u admin -pw password -offlineprop testResource -n testNode



probe

testNode의 testResource 리소스를 탐색합니다.


Code Block
mcres -u admin -pw password -probe testResource -n testNode




clear

testNode의 testResource 리소스의 에러를 제거합니다.


Code Block
mcres -u admin -pw password -clear testResource [ -n testNode ]



list

현재 리소스 상태를 출력합니다.


Code Block
mcres -u admin -pw password -list [resource [ -a attribute]] | [-g group [-a attribute]]