Disable AutoFailOver from stopping services
I have several services that I am monitoring that are set to autofailover to a seconds system. It has some up that occasionally I need to restart a service without HA failing over to another system. I can disable the failover from happening using the following command hagrp -modify App_Cluster AutoFailOver 0 However what happens is that if the service is stopped HA continues to shutdown all the other services that are up. I was researching and I cam across disabling the Evacuate on HA, but even with it disabled, it still shuts down the other services. hagrp -modify App_Cluster Evacuate 0 I want the other services to continue to run even if one went down for some reason. What is the best way to accomplish this?Solved1.9KViews3likes4CommentsVirtual Machine Does Not Exist Error
Hi, I am using Application HA 6.0 with Veritas 6.0.5 on Red Hat Enterprise Linux6.5. I am following thisuser guide: http://kbdownload.symantec.com/resources/sites/BUSINESS/content/live/DOCUMENTATION/5000/DOC5106/en_US/appha_userguide_60_lin_kvm.pdf?__gda__=1429210399_5eb5a02820d1e9abf4c20cf90c19f37e When I get to here: hasys -value VirtGuest ConnectionState I get an error that the Virtual Machine does not exist. The output of the command: hares -value virt_name CEInfo Looks ok and I can see the hostname of the server. Also the Virtual Machine has been added as a KVM resource. I can see that the system has been successfully registered for Application HA: ./enable_applicationha -status virt_name VIRTUAL MACHINES REGISTRATION virt_name.................................................................................................................................................... Registered On a previous project a couple of years ago I can see the followingline inmain.cf: virtualsystem VirtGuest ( ) However this line is missing from the main.cf this time. However I really cannot remember what I did different. So my question is; how do I add a virtualsystem to the cluster? Which step should add this? Thanks for your help!1.2KViews1like1CommentHave VCS to send email to admin upon fault
We a looking for a way to have VCS sends off an e-mail alert when the cluster faults to an admin. Looking at some of the previous solutions, I have come across two possible solutions. First I need to setup the traps to detect the fault. https://www-secure.symantec.com/connect/forums/vcs-notifierhanotify Then I need to create a resource to send an alert. https://www-secure.symantec.com/connect/forums/alerting-feature-applicationha Is this correct? I might need help with finding the correct trap status for the fault alert. ThanksSolved3.1KViews1like9Comments