Migrate vCenter 5.5 windows implementation to vCener 6.5 appliance

First of all we need to run Migration Assistance tool from vCenter 5.5 server. To do this we can mount the vCenter 6.7 installation media to the computer.

Inside the ISO file we can locate migration assistance in the folder migration-assistant

clip_image001

This exe will prompt for sso admin password Continue reading “Migrate vCenter 5.5 windows implementation to vCener 6.5 appliance”

Advertisement

how to identify vmdk locked owner

When we are trying to power on/vMotion/sVmotion virtual machines sometimes we may get vmdk locked errors. This can be due to one of the following reason.

  • Backup software has locked the vmdk file/s
  • Error of snapshot
  • Because of host failure multiple host tried to start the vm

How to we can release this lock file.

First we need to identify which host has locked this vmdk file.

Example

With the below example we can use vmkfstools -D command to identify the host

clip_image001

This will show us the host’s management network’s mac address

Then we need to check all the host and find the mac address. In a small environment it’s not a big thing. But if your environment is large, then we need to have some alternative solution.

Vmfsfilelockinfo will help us on this requirement. We can use this command with few parameters. Then it will give the ip address or host name of the esx host which has locked that vmdk file

clip_image002