Versions Compared

Key

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

...

 In MCCS, you can configure the dependency relationship of resources by using a tree.
From the above screen, we can find out about the dependency relationship among resources.
The network address resource as a parent depends on the NIC resource as its child. The complex app application resource as a parent depends on the network address resource as its child.
MCCS performs a failover on a group basis. Thus, all the resources within a group should be connected in this dependency relationship and they need to be put into a single group before we can provide meaningful service.
If we set two resources as a parent and an child, we can see it as two vertical levels. The max level can be checked in the 'MaxDependencyLevel' value in the group attribute menu.

...

[Figure] Setting Link


 The  The above screen shows how to set the link between the basic application the process resource (parent) and the network address resource (child).
The network address resource (child) depends on the basic application the process resource (parent).

  1. Select the group relationship editor screen.
  2. On the right palette screen, select 'Create Dependency'.
  3. You can see that the mouse cursor shape is changed to support linking.
  4. First, select the parent resource (basic app process resource) and then select the child resource (network address resource) to finish link setting.

 

Warning

 For linking process, first selected resource is parent resource and the one selected later is the child resource.

...

 Before assigning an IP address to the network address resource, you need to first have a physical network card. Without a network card, you cannot assign an IP address. If you set the NIC resource as an child and the network address resource as a parent, it will check whether the network card is normal when the network address resources tries to go online. 

 

Disk Resource, Network Address Resource,

...

Application Resource (ex: DB)

 Many applications record data in a disk or storage. Thus, applications must depend on disks in the dependency relationship.
If you use the DB, you need to designate the disk to record data in. Thus, for the DB, you must set the dependency relationship where the DB as a parent depends on the disk as a child.
If a client needs an IP address to access the DB, you must set the network address as an child and the DB as a parent. Based on this dependency relationship, when a group goes online in MCCS, first check the network address resource and confirm whether the disk are unlocked properly before running the DB.
Thus the DB should be set to depend on both the network address resource and the disk resource.
We can provide the following configurations based on the dependency relationships discussed so far.

...