Video Screencast Help
Search Video Help Close Back
to help
Not able to make it to Vision this year? Get a sampling in the Best of Vision on Demand group.

Cluster manager.

Updated: 21 May 2010 | 1 comment
Powell's picture
0 0 Votes
Login to vote

Dear all,

 

One of the applications that's clustered has some manual intervention required when the resource change the state from online/offline vice-versa.

How do you get a message prompted to the operators on the cluster manager JAVA console for this purpose.

 

Cheers!

Message Edited by Powell on 11-18-2008 06:01 PM
Discussion Filed Under:

Comments

Tomer Gurantz's picture
24
Nov
2008
0 Votes 0
Login to vote

I don't think there is a way to get the change in the Java console (hagui).

 

I think your best bet is to either:

 

  1. setup notification via the NotifierMngr resource if you haven't already, and set the resource owner attribute for the resource to someones email address so that they get notified when the resource state has changed. 
  2. use a resource trigger script (resstatechange?) which will run whenever a resource changes its state. in the script, if this resource is the one that changed states, do whatever you need to to send notification (e.g. send an email, create a pop-up box on the machine, whatever). For sample trigger script see <VCS_HOME_DIR>/bin/sample_triggers, on UNIX VCS_HOME_DIR = /opt/VRTSvcs

 

Principal Learning Consultant with Symantec Education Course Development