Failover Service Group(Parent) on Top of Parallel Service Group(Child)
ENVIRONMENT
Cluster Nodes = Two
Cluster Nodes OS = RHEL 7.8
Cluster Version = 7.4.2
One parallel service group (redis app is running on both nodes)
One failover service group (vip is running on one node)
DETAIL
We have two applications (Redis). Each running on both HA nodes and the service group is configured as parallel group. However we have also configured another service group resource of virtual ip as failover service group.on same HA nodes
QUERY.
We want to make parallel service group as child and failover service group as parent so in this case the vip will be assigned on any one HA node. in case from child service group (which is parallel) if the application fails, the VIP should trigger failover to another HA node.(We want to do this because we want to save failover time of redis application)
My apology for overlooking the scenario.
You can set the service group dependency as "online local firm".
With service group dependency "online local firm" , when the child service group (parallel) faults, "parent is taken offline. parent fails over to other system and depends on child instance there."
Is this what you want?