Home > Virtual > vmware – HA issues

vmware – HA issues

October 3rd, 2009 Daz Leave a comment Go to comments

Most of the time your HA issues are going to be DNS related. So ensure that your vcenter can ping all your hosts by FQDN without issue.  In some cases though a stubborn server may not want to play the game even when everything is configured properly.

This method is considered a “last effort” as you’ll need to run some CLI commands on the ESX box. But i have found it useful in a few situations.

This page has a great write up on which files HA uses and how to temporary stop the HA service. http://itknowledgeexchange.techtarget.com/virtualization-pro/vmware-ha-failure-got-you-down/

Remember to get to the console on ESXi you logon to the console press Alt-F1 then type “unsupported” (note: you cannot see what you are typing), then enter the root password.

The main bits are as follows;

Stop the HA service

service vmware-aam stop

Check that HA has stopped (if not then use kill command to kill them)

ps ax | grep aam | grep -v grep

Move the current HA config files to a backup directory (before restarting HA)

cd /etc/opt/vmware/aam

mkdir .old

mv * .old

mv .[a-z]* .old

Then back to your vcenter and select Reconfigure for VMware HA on the effected host. Fingers crossed that it starts up and reconfigures without any issues.

Related posts:

  1. vmware – issues stopping / starting a virtual machine I’ve had this issue in vSphere where a machine appears...
  2. VMWare “Another task is already in progress” error Straight from : http://community.spiceworks.com/how_to/show/662 I’m using ESXi 4.0, and i...
  3. vMA – Using HP Power Protector agent to shutdown virtual hosts Goal was to create a vMA which would send a...
  4. vmware – measuring iscsi write performance I picked this trick up off vmware support. If you’ve...
  5. vmware – replacing security server ssl cert This page is hard to find, but it has it...

Related posts brought to you by Yet Another Related Posts Plugin.

Categories: Virtual
  1. No comments yet.
  1. No trackbacks yet.
To submit your comment, click the image below where it asks you to... Clickcha - The One-click Captcha