Section | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
Attribute | Description | Type | Default | Edit | Note | ||
---|---|---|---|---|---|---|---|
Key Attribute | *Critical | When a failure occurs in the resource it indicated whether to failover the whole group. | BOOLEAN | X | |||
*Enabled | It is used when deciding whether to manage the resource. | BOOLEAN | X | ||||
General Attribute | *AgentState | 리소스의 에이전트 상태를 나타냅니다.It indicates the agent state of the resource | STRING | X | |||
BatchAfterOffline이 리소스를 종료한 후에 실행 할 배치 명령입니다. | This is a batch command to be executed after a resource is taken offline. | FILE | O | ||||
BatchAfterOnline | 이 리소스를 시작한 후에 실행 할 배치 명령입니다. | This is a batch command to be executed after a resource is brought online. | FILE | O | |||
BatchBeforeOffline | 이 리소스를 종료하기 전에 실행 할 배치 명령입니다. | FILE | O | ||||
BatchBeforeOnline | 이 리소스를 시작하기 전에 실행 할 배치 명령입니다. | FILE | O | ||||
BatchTimeout | 배치 파일을 실행하면 완료 될 때까지 대기하는 시간입니다. | INTEGER | 300초 It is the waiting time until execution of batch command completes. If execution result is over this time, it is considered as a failure. | INTEGER | 300sec | O | |
*CleanProgram | 리소스에 장애가 발생하여 다른 노드로 페일오버 하기 전에 | FILE | O | ||||
Failoverable리소스가 페일 오버 할 수 있는 상태인지를 알려줍니다 | It indicates whether the resource is in the state to be failover. | BOOLEAN | X | ||||
*Group리소스가 속한 그룹입니다. | It is the name of the group which the resource belongs | STRING | X | ||||
LastOnline마지막으로 온라인이었던 노드명을 알려줍니다. 병렬 그웁 내에서는 적용 되지 않습니다 | It is name of the node on which state of the resource is online lastly. | STRING | |||||
*Monitored | 리소스타입 속성값인 '모니터링 시간 제한'(MonitorTimeout) 설정값에 따라 | BOOLEAN | X | ||||
*NoAction | 리소스의 동작(Action) 속성을 나타냅니다. | BOOLEAN | X | ||||
*ResName | 리소스 이름입니다It is the name of the resource. | NAME | X | ||||
Restartlimit | 리소스가 장애로 판단되었을 때, | INTEGER | 0회0 | O | |||
*State | 리소스 상태입니다It is the resource state of each node. | STRING | X | ||||
*Type리소스의 | 에이전트 타입명을 나타냅니다It is the name of the agent type of the resource. | STRING | X |
※ 위의 표에서 '네트워크카드 리소스' 는 ' * ' 표시 되어있는 속성값만 사용합니다.※ There is no attributes attached "※" icon in monitor only resource like Network Interface Card
*Critical
This attribute shows to failover (true) or not (false) when failure has occured.
...
One thing that has to be careful when offline is when there is a parent resource.
Offline Propagation
You can take a resource offline by using this.
...
You can take a resource including parent resources offline by using this.
Clear Fault
장애가 발생한 리소스는 장애 표시를 남겨두고 관리자의 조치가 있기 전까지는 그 노드 내에서 해당 리소스를 시작할 수 없습니다.
...
리소스 장애 표시 제거는 하나의 리소스만 해당되지만 그룹의 장애 표시 제거는 그룹 내의 모든 장애 표시를 제거할 수 있습니다.
Delete
You can delete a resource by using this.
...