...
- In the Group tab of the configuration tree of MCCS console, select the Group–> the '"Group" –> the "Resource dependency' " tab from detailed information panel.
- On the right palette screen, select '"Create Dependency'".
- Select the parent resource (e.g. App) first and then select the child resource (e.g. IP address), then dependency link will be set.
Warning |
---|
※ For linking process, first selected resource is parent resource and the one selected later is the child resource. |
Unlink
[Figure] Setting Unlink
...
- When you unlink the dependency, select '"Select' " icon from the palette"Palette".
- Select a dependency link to delete.
- On the selected link, right click with your mouse button and select 'Unlink' from the "Unlink" button from pop up menu and click 'OK'the "OK" button.
Dependency Attribute
You can review and edit a dependency attribute when you select a dependency among resources.
There are '"OnlineDependency' " and '"OfflineDependency'" in the dependency attribute.
This is applied when you bring online and take offline a resource within 'Restartlimit'. within "Restartlimit"(For more details about about Restartlimit, Please refer to "Chapter 7. Resource" in this manual.)
Attribute | Description | Type | Default | Edit | Note |
---|---|---|---|---|---|
OnlineDependency | This indicates that the child is also brought online or not when a resource online is initiated. | STRING | STRONG | O | |
OfflineDependency | This indicates that the parent is also taken offline or not when a resource offline is initiated. | STRING | STRONG | O |
...
For an instance, database service like MS-SQL or Oracle is not running properly without disk which contains data records. Therefore
Therefore, both resources are dependent on each other with the database service being the parent and the disk becoming the child resource.
If a client needs an IP address for accessing database, both resources are dependent on each other with the database service being the parent and the IP address being the child.
On the basis of the dependency rule, MCCS will bring online the database service after checking whether the IP address and disk resources resources were brought online properly when the group is brought online.
Accordingly, database service must depend on both IP address and disk resources at the same time to provide proper service.
...
[Figure] Example of bring online of resource r1(
OnlineDependency attribute of D1 between r1 and r2 is STRONG, OnlineDependency OnlineDependency attribute of D2 between r1 and r3 is WEAK.)
- MCCS check the Online Dependency attribute linked to r1.
- Child resources, r4 -> r2 -> r1, are brought online in order to hierarchy when initiate resource online of r1 due to attribute of D1 is STRONG.
(r3 isn't brought online due to attribute of D2 is WEAK.)
- OfflineDependency
[Figure] Example of take offline of resource r4.(
D1의 OfflineDependency attribute of D1 between r2 and r4 is STRONG, OfflineDependency OfflineDependency attribute of D2 between r3 and r4 is WEAK.)
- MCCS checks OfflineDependency attribute linked to r4.
- Parents resources, r1 -> r2 -> r4, are taken offline in order to hierarchy when initiate resource offline of r4 due to attribute of D1 is D1 STRONG.
(r3 isn't taken offline due to attribute of D2 is WEAK.)
...
[Figure] Example of Failure Occur 1
- As a failure is occurred at resource r2, resource r1 will be taken offline. (Since resource r1 depends on resource r2 which is failed, resource r1 may cannot be online properly).)
- Since resource r2 has critical attribute, resource r3 and a4 will be taken offline in order to failover the group.
- As a result, resource r2 is considered as failure and all resources in the group will be taken offline
...
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 "Chapter 7. Resource" for more details.)
[Figure] Example of Failure Occur 3
- On the assumption that the value of RestartLimit is 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.
Info |
---|
...
When it restart bring online of a group in a node due to failure, parent resources are taken offline first based on OfflineDependency attribute in the failure node. And then, bring online resources through the hierarchy |
...
. |