Forum Discussion

ACID1943's avatar
ACID1943
Level 3
13 years ago

Problem with ServiceGroup dependency

Hi   we have a veritas cluster server here, (totally new for me) . So the VCS manage a tamino application, this tamino application has two database instances f.e. db1 and db2 So i configured fo...
  • g_lee's avatar
    13 years ago

    If db1 and db2 are supposed to run on the same node (ie: they're not supposed to run on different nodes), then you only need one group.

    Add TaminoSrv DB2 resource to the existing Tamino group.

    Ensure the TaminoSrv resources are non-critical (Critical = 0) so if they fault they won't trigger failover (in your configuration they were already set as Critical = 0, but just make sure when you re-add the resource).

    If both databases rely on sag2utx, ensure you configure this dependency.

    So, if configured this way, when the group is brought online, after sag2utx is started db1 and db2 will be started.

    If db1 faults, the group will not failover, and unless there is dependency between the databases db2 should still remain up, and vice versa.