Forum Discussion

Tilin_vcs's avatar
Tilin_vcs
Level 2
12 years ago

Service group Configure HELP!!!

 

hello:
 
I have 2 nodes (node1 Production) (Node 2 Quality)
 
How to configure the service group of production to realize that when one switchover or failover to node 2 the Quality Service Group take offline on node 2 before lifting the service group node 1 node 2 production in this.
  • Looks like this has already been discussed as per above comment. You have both options, to create offline-local dependency as mentioned in the other above link or write preonline triggers for both the service group, which could be extra scripting overhead though. Please continue further discussion on the thread mentioned above.

3 Replies

  • You can write a preonline trigger for the production service group. When you would try to failover/switch the production service group from node1 to node2, it would first offline the group on node1, then invoke the preonline trigger script on node1. You need to script the commands to offline the quality group on this particular node during preonline trigger. Please refer to the VCS admin guide for details about triggers.

  • is this same as "https://www-secure.symantec.com/connect/forums/how-configure-service-group#comment-8418081" ?

     

     

  • Looks like this has already been discussed as per above comment. You have both options, to create offline-local dependency as mentioned in the other above link or write preonline triggers for both the service group, which could be extra scripting overhead though. Please continue further discussion on the thread mentioned above.