Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 2

prereq for vmotion

-->
vmkernal network configured
shared storage
license
vm should be configure for vmotion
nic should be min 1 GB
if RDM , des server shoukd have acces to that
processor compatiblity
##################################
why to do v2v migration
-->we d v2v migration when we are migrating vm from 1 hyper to other
for examp;le migrating vm fromvmware workstation to vmware esx/esxi
########################################
prereq of p2v and v2v
-->
Decide on Hot OR cold.. If its AD, Mail or database server go for cold
For ad its recomended to create sep vm and promote it as a Dc and then deolish o
ld AD
If server is having serial port , still p2v is possible but vm will reside on es
x having serial port
If server havinf parralel device attached , thev converted Vm will reside on esx
server havinf parallel device attached to it
if physical server using usb device then u have to use usb anywgere which will a
llow usb to work up on network
check if enough of disk space is there for vm
check if enough of memory is there
check if enough of cpu is free for vm
Check the network to which phy macine is connected , it should be accessable to
virtual network
#################################################
why disk increase option is grayed out for my vm in esxi
->need to delete snapshot , as we can not increase disk size if the snapshot is
present
you night not be a admin user , so permision issue could be the issue
It might be disk drive used are different , try with v2v and it will solve the i
ssue , while converting
you need to select proper bus logic
still issue persisi , create one snapshot and then delete it and try
still not , reboot the vm

######################################################
All options are grayed out for Vm.
-->
*Permission issue
*task ruuning in baground for same vm , check using
to list all vm -- "vim-cmd vmsvc/getallvms"
to list runing service *vim-cmd vmsvc/get.tasklist vmid*
Now you you have a choice to either wait for the jobs to complete, or restart th
e Management agent to terminate this job
*invalid entry in vmx
Open the .vmx file using any text editor.
Search for any blank lines and delete them.
Note: To delete a single line using vi editor, press d twice.
Compare the .vmx file with a working virtual machine .vmx file and see if there
are any invalid arguments.
To apply the changes, reload the .vmx file by running the command:
"vim-cmd vmsvc/reload vmid"

You might also like