...
Attribute | Description | Type | Default | Edit | Note |
---|---|---|---|---|---|
Actions | Define the resource operation type. | STRING | X | ||
ArgList | It represents the necessary arguments for each type of resource. | STRING | X | ||
CleanTimeout | It represents the time out until execution of CleanProgram is finished. | INTEGER | 60 sec | O | |
FaultOnMonitorTimeouts | If the timeout specified by this value occurs, it is regarded as trouble. | INTEGER | 4 times | O | |
MonitorInterval | It represents the time interval until the next monitoring of online resource. | INTEGER | 10 sec | O | |
MonitorTimeout | It represents the time elapsed until monitoring is finished or terminated. | INTEGER | 10 sec | O | |
OfflineMonitorInterval | It is the time interval until the next monitoring of offline resource. | INTEGER | 60 sec | O | |
OfflineTimeout | It represents the max time until the final decision is made on the success/failure of resource going offline. | INTEGER | 300 sec | O | |
OnlineRetryLimit | Set the number of retries if the resource fails to restart. | INTEGER | 0 time | O | |
OnlineTimeout | It represents the max time until the final decision is made on the success/failure of resource going online. | INTEGER | 300 sec | O | |
OnlineTrustTime | It is the time to reset the restart number of resource. | INTEGER | 600 sec | O | |
OnlineWaitLimit | If the time our occurs while determining whether the resource goes online properly, it will retry as many times as designated. | NTEGER | 2 times | O | |
* ToleranceLimit | When the monitoring results cannot be trusted , monitoring will be retried as many times as designated. | INTEGER | 0 time | O |
CLI
...
Use (mctype
...
command)
리소스 타입에 관한 명령을 전달 합니다. 리소스 타입에 대해 속성 조회, 속성 값 변경 명령을 내릴 수 있습니다Sends command related the resource type. You can command to inquire about the attribute or change the attribute values.
Info |
---|
MCCS 는 설치시 최초 사용자 계정으로 id 가 'admin' 암호가 'password'인 계정을 생성합니다. |
When you install MCCS, the initial user account ID is set to 'admin' and the password is set to 'password'. |
Syntax
mctype [-u userid -pw password] -t resoruceType -a attribute |
Options
옵션Option | 설명Description |
-h | 도움말을 출력합니다Display Help. |
-u | 사용자 계정을 지정합니다Designate the user ID. |
-pw | 사용자 Password를 지정합니다Create the user password with the -u option. |
-r | 수정할 리소스 타입 이름을 지정 합니다Designate the name of resource type to be modified. |
-a | 수정할 리소스 타입의 속성 이름을 지정합니다Designate the attribute names for the resource type to be modified. |
-list | 리소스 타입 리스트가 나열 됩니다Display the list of resource types. |
Example
modify
MirrorDisk의 MonitorInterval 속성값을 수정합니다Modify the MonitorInterval attribute values for MirrorDisk.
mctype -modify -t MirrorDisk -a MonitorInterval value |
list
...
Display the attribute values for all the resource types.
(If you enter -t
...
resourceType, the attribute values for the designated resource type will be displayed.)
mcnode -list [t -resourceType] |