differences between Symantec ApplicationHA for Vmware and Symantec High Availability Solutions Guide for VMware
hi, Can anyone explain the main differences between Symantec ApplicationHA for Vmware and Symantec High Availability Solutions Guide for VMware? Kind of confuse about these two products. Thanks AllenSolved2.4KViews1like4CommentsFailover to secondary system upon ungraceful shutdown
I have configured a cluster with monitored services and it works as intended with one exception. If I hard/ungraceful power down, cluster does not fail over to the working system and start the services automatically. Below is the script that I use to create the cluster. I am hoping I just missed a setting. hastatus displayes the following last message App_Cluster SYSTEM_1 *FAULTED* OFFLINE If i bring the downed system backup up then the system decides to fail over the the other box. This is the script that I use to configure the cluster haconf -makerw haclus -modify PrintMsg 0 haclus -modify UserNames admin xxxxxxxxxxxxx haclus -modify ClusterAddress "127.0.0.1" haclus -modify Administrators admin haclus -modify SourceFile "./main.cf" haclus -modify ClusterName CMSApp hasys -add SYSTEM_1 hasys -modify SYSTEM_1 SourceFile "./main.cf" hasys -add SYSTEM_2 hasys -modify SYSTEM_2 SourceFile "./main.cf" hagrp -add APP_CLUSTER hagrp -modify APP_CLUSTER SystemList SYSTEM_1 0 SYSTEM_2 1 hagrp -modify APP_CLUSTER VCSi3Info "" "" -sys SYSTEM_1 hagrp -modify APP_CLUSTER AutoStartList SYSTEM_1 SYSTEM_2 hares -add Virtual_IP IP APP_CLUSTER hares -local Virtual_IP Device hares -modify Virtual_IP Device eth0 -sys SYSTEM_1 hares -modify Virtual_IP Device eth0 -sys SYSTEM_2 hares -modify Virtual_IP Address "192.168.0.3" hares -modify Virtual_IP NetMask "255.255.255.0" hares -modify Virtual_IP PrefixLen 1000 hares -modify Virtual_IP Enabled 1 hares -add Network_Card NIC APP_CLUSTER hares -local Network_Card Device hares -modify Network_Card Device eth0 -sys SYSTEM_1 hares -modify Network_Card Device eth0 -sys SYSTEM_2 hares -modify Network_Card PingOptimize 1 hares -modify Network_Card Mii 1 hares -modify Network_Card Enabled 1 thxSolved1.8KViews1like8Comments