...
- When you remove the dependency relationship, press 'Select' in the palette.
- Select a link to remove.
- The selected link will have big points at the both ends of resource to indicate the selection made.
- On the selected link, right click with your mouse button and select 'Dependency Removal' in the popup screen.
의존성 속성
의존성이 구성되면, 의존성을 리소스 그룹 트리 뷰에서 확인 할 수 있습니다.
의존성을 선택하여 해당 의존성의 속성을 확인 및 변경 할 수 있습니다.
의존성의 속성에는 'OnlineDependency' 와 'OfflineDependency' 가 있습니다.
속성들은 개별 리소스의 온라인, 오프라인, 'Restartlimit'에 의한 리소스 재 시작 시 사용됩니다. (Restartlimit에 대한 상세한 내용은 "7. 리소스" 편을 참조해 주십시오.)
속성 | 설명 | 타입 | 기본값 | 수정 | 비고 |
---|---|---|---|---|---|
OnlineDependency | 개별 리소스의 온라인 시 자식 리소스의 온라인 수행 여부를 판단하는 속성입니다. | STRING | STRONG | O | |
OfflineDependency | 개별 리소스의 오프라인 시 부모 리소스의 오프라인 수행 여부를 판단하는 속성입니다. | STRING | STRONG | O |
|
Basic Dependency Cases among resources
...
[Figure] Resource State Information Charts
의존성 속성에 따른 동작
- OnlineDependency
[그림] 리소스(r1) 단일 온라인 예(D1의 OnlineDependency : STRONG, D2의 OnlineDependency : WEAK)
- r1에 연결된 의존성의 OnlineDependency속성을 확인합니다.
- D1의 속성값이 STRONG이므로, r4 -> r2 -> r1순으로 온라인 합니다.
(D2의 속성값은 WEAK이므로, r3는 온라인 하지 않습니다.)
- OfflineDependency
[그림] 리소스(r4) 단일 오프라인 예(D1의 OfflineDependency : STRONG, D2의 OfflineDependency : WEAK)
- r4에 연결된 의존성의 OfflineDependency속성을 확인합니다.
- D1의 속성값이 STRONG이므로, r1 -> r2 -> r4순으로 오프라인 합니다.
(D2의 속성값은 WEAK이므로, r3는 오프라인 하지 않습니다.)
Resource Critical Attributes
- Failure occurs from a resource on which critical resource depend.
...
RestartLimit is an attribute of the resource type. This value determines how many times the recovery will be attempted until it is finally confirmed that it is failure.
(Please refer to "67. Resource Type" for more details.)
[Figure] Example of Failure Occur 3
- On the assumption that the value of RestartLimit is 1 for resource r2, the first failure has occurred.
- MCCS will bring online resource r2 again as the value of RestartLimit.
At this time, resource r1 which depends on resource r2 will be taken offline. - resource r2 restart.
- resource r1 online.
- When another failure occurs on resource r2, all of the resource will be taken offline from resource r1 to r3 by order.
- Resource r3 will be taken offline.
- As a result, resource r2 is considered as failure and all resources in the group is offline status in the node.
※ 장애로 인한 리소스 재시작 시에는 의존성의 OfflineDependency 속성값에 따라 상위 리소스를 오프라인 하고 재시작합니다.
재시작 후에는 오프라인 한 리소스들에 대해서 다시 온라인를 합니다.