VMware Cloud Community
nava_thulasi39
Jump to solution

Where is HA and DRS configuration file stored?

Hello,

It may be a basic question.

But I still want to throw here.

Where is HA and DRS configuration file stored?

Thanks in advance.

If you find this or any other answer useful please consider awarding points by marking the answer correct or helpful
0 Kudos
1 Solution

Accepted Solutions
MauroBonder
VMware Employee
VMware Employee
Jump to solution

First, if you use vcenter how Virtual machine you need set configurations - example Restart virtual Machine High to vcenter. to minimize downtime of vcenter.

i recommend you read it http://www.vmware.com/pdf/vi3_vc_in_vm.pdf

How does the HA (High Availability) feature work?

•     VMware  HA continuously monitors all ESX Server hosts in a cluster and detects  failures. An agent placed on each host maintains a "heartbeat" with the  other hosts in the cluster and loss of a heartbeat initiates the process  of restarting all affected virtual machines on other hosts. You create  and manage clusters using VirtualCenter. The VirtualCenter Management  Server places an agent on each host in the cluster so each host can  communicate with other hosts to maintain state information and know what  to do in case of another host's failure. (The VirtualCenter Management  Server does not provide a single point of failure.) If the VirtualCenter  Management Server host goes down, HA functionality changes as follows.  HA clusters can still restart virtual machines on other hosts in case of  failure; however, the information about what extra resources are  available will be based on the state of the cluster before the  VirtualCenter Management Server went down. HA monitors whether  sufficient resources are available in the cluster at all times in order  to be able to restart virtual machines on different physical host  machines in the event of host failure. Safe restart of virtual machines  is made possible by the locking technology in the ESX Server storage  stack, which allows multiple ESX Servers to have access to the same  virtual machines file simultaneously.

•     Host  failure detection occurs 15 seconds after the HA service on a host has  stopped sending heartbeats to the other hosts in the cluster. A host  stops sending heartbeats if it is isolated from the network. At that  time, other hosts in the cluster treat this host as failed, while this  host declares itself as isolated from the network. By default, the  isolated host powers off its virtual machines. These virtual machines  can then successfully fail over to other hosts in the cluster. If the  isolated host has SAN access, it retains the disk lock on the virtual  machine files, and attempts to fail over the virtual machine to another  host fails. The virtual machine continues to run on the isolated host.  VMFS disk locking prevents simultaneous write operations to the virtual  machine disk files and potential corruption.

•     If  the network connection is restored before 12 seconds have elapsed,  other hosts in the cluster will not treat this as a host failure. In  addition, the host with the transient network connection problem does  not declare itself isolated from the network and continues running. In  the window between 12 and 14 seconds, the clustering service on the  isolated host declares itself as isolated and starts powering off  virtual machines with default isolation response settings. If the  network connection is restored during that time, the virtual machine  that had been powered off is not restarted on other hosts because the HA  services on the other hosts do not consider this host as failed yet. As  a result, if the network connection is restored in this window between  12 and 14 seconds after the host has lost connectivity, the virtual  machines are powered off but not failed over.

•     For more information on HA see http://download3.vmware.com/vmworld/2006/tac9413.pdf and http://kb.vmware.com/KanisaPlatform/Publishing/894/2956923_f.SAL_Public.html and http://www.vmware.com/pdf/vmware_ha_wp.pdf

*Please, don't forget the awarding points for "helpful" and/or "correct" answers. *Por favor, não esqueça de atribuir os pontos se a resposta foi útil ou resolveu o problema.* Thank you/Obrigado

View solution in original post

0 Kudos
4 Replies
MauroBonder
VMware Employee
VMware Employee
Jump to solution

you tell configuration full ? If yes, in data base of vcenter.

http://communities.vmware.com/message/626899#626899 this documents there reference vcenter 2.X but´s to vcenter 4 it´s same thing.

*Please, don't forget the awarding points for "helpful" and/or "correct" answers. *Por favor, não esqueça de atribuir os pontos se a resposta foi útil ou resolveu o problema.* Thank you/Obrigado
0 Kudos
nava_thulasi39
Jump to solution

Thanks.

Ok, Now I need to elaborate my question.

Vcenter is required only to configure HA, Even Vcenter down also HA will work, right?

So I have encountered 1 question very recently regarding this.

HA configuration file exist in VCenter, then if Vcenter down, How HA works?

If you find this or any other answer useful please consider awarding points by marking the answer correct or helpful
0 Kudos
MauroBonder
VMware Employee
VMware Employee
Jump to solution

First, if you use vcenter how Virtual machine you need set configurations - example Restart virtual Machine High to vcenter. to minimize downtime of vcenter.

i recommend you read it http://www.vmware.com/pdf/vi3_vc_in_vm.pdf

How does the HA (High Availability) feature work?

•     VMware  HA continuously monitors all ESX Server hosts in a cluster and detects  failures. An agent placed on each host maintains a "heartbeat" with the  other hosts in the cluster and loss of a heartbeat initiates the process  of restarting all affected virtual machines on other hosts. You create  and manage clusters using VirtualCenter. The VirtualCenter Management  Server places an agent on each host in the cluster so each host can  communicate with other hosts to maintain state information and know what  to do in case of another host's failure. (The VirtualCenter Management  Server does not provide a single point of failure.) If the VirtualCenter  Management Server host goes down, HA functionality changes as follows.  HA clusters can still restart virtual machines on other hosts in case of  failure; however, the information about what extra resources are  available will be based on the state of the cluster before the  VirtualCenter Management Server went down. HA monitors whether  sufficient resources are available in the cluster at all times in order  to be able to restart virtual machines on different physical host  machines in the event of host failure. Safe restart of virtual machines  is made possible by the locking technology in the ESX Server storage  stack, which allows multiple ESX Servers to have access to the same  virtual machines file simultaneously.

•     Host  failure detection occurs 15 seconds after the HA service on a host has  stopped sending heartbeats to the other hosts in the cluster. A host  stops sending heartbeats if it is isolated from the network. At that  time, other hosts in the cluster treat this host as failed, while this  host declares itself as isolated from the network. By default, the  isolated host powers off its virtual machines. These virtual machines  can then successfully fail over to other hosts in the cluster. If the  isolated host has SAN access, it retains the disk lock on the virtual  machine files, and attempts to fail over the virtual machine to another  host fails. The virtual machine continues to run on the isolated host.  VMFS disk locking prevents simultaneous write operations to the virtual  machine disk files and potential corruption.

•     If  the network connection is restored before 12 seconds have elapsed,  other hosts in the cluster will not treat this as a host failure. In  addition, the host with the transient network connection problem does  not declare itself isolated from the network and continues running. In  the window between 12 and 14 seconds, the clustering service on the  isolated host declares itself as isolated and starts powering off  virtual machines with default isolation response settings. If the  network connection is restored during that time, the virtual machine  that had been powered off is not restarted on other hosts because the HA  services on the other hosts do not consider this host as failed yet. As  a result, if the network connection is restored in this window between  12 and 14 seconds after the host has lost connectivity, the virtual  machines are powered off but not failed over.

•     For more information on HA see http://download3.vmware.com/vmworld/2006/tac9413.pdf and http://kb.vmware.com/KanisaPlatform/Publishing/894/2956923_f.SAL_Public.html and http://www.vmware.com/pdf/vmware_ha_wp.pdf

*Please, don't forget the awarding points for "helpful" and/or "correct" answers. *Por favor, não esqueça de atribuir os pontos se a resposta foi útil ou resolveu o problema.* Thank you/Obrigado
0 Kudos
depping
Leadership
Leadership
Jump to solution

HA configuration is stored in a local on disk database.

0 Kudos