Archive for the ‘vmware’ Category

VMware Player now ships with ISOs for VMwareTools

Tuesday, January 15th, 2008

Have a look in :

C:\Program Files\VMware\VMware Player\linux.iso\

VMware ESX 3 vcbRestore quick restore

Monday, November 26th, 2007

After backing up a VMWESX VM with vcbMounter you can use vcbRestore to perform a quick restore on another ESX server

Edit the catalog file

  • change SOURCE hostname to DEST hostname
  • check the same “resource pool” exists on DEST host (if not change it so it does)

for example

  • host=myserver.mydomain
  • resourcepool= “/ha-folder-root/ha-datacenter/host/myserver.mydomain/Resources”

VMware ESX 2 v VMware ESX 3 live VM backups

Monday, November 26th, 2007

Basically during the VMware ESX two phase live backup process

ESX 2 uses .redo and .redo.redo “redo files” while

ESX 3 uses -0001-delta.vmdk and -0002-delta.vmdk “snapshots”
In VMWESX 2 .redo and .redo.redo are used for live backups

Running

var.vmdk

Backup started

var.redo

var.vmdk

Backup completed (applying redo)

var.redo.redo

var.redo

var.vmdk

In VMWESX 3 snapshots -000001-delta.vmdk and -000002-delta.vmdk are used

Running VM

var-flat.vmdk

var.vmbk

Backup started

var-000001-delta.vmdk

var-000001.vmdk

Backup completed (applying, commiting, delete all, removing snapshots)

var-000002-delta.vmdk

var-000002.vmdk

var-000001-delta.vmdk

var-000001.vmdk

var-flat.vmdk

var.vmdk

VMware desktop virtualisation video

Monday, November 19th, 2007

vmware desktop virtualisation video

http://download3.vmware.com/demos/desktop/

Virtualisation.Info virtualisation blog

Monday, November 19th, 2007

http://www.virtualization.info/ continues to be a source of some of the best virtualisation articles available
http://www.virtualization.info/2007/01/hidden-risk-of-virtual-appliances.html

http://www.virtualization.info/2006/12/choosing-between-vmware-server-and-esx.html
http://www.virtualization.info/2007/11/thinsy-announces-7th-xen-based.html

http://www.virtualization.info/2007/11/red-hat-adopts-xen-31-in-its-new.html

http://www.virtualization.info/2007/11/whitepaper-understanding-full.html

( http://www.vmware.com/files/pdf/VMware_paravirtualization.pdf )

VMware Open Source guest tools

Thursday, November 15th, 2007

Open source VMware guest tools

 

VMware have announced that they’re open-sourcing most parts of our Linux/FreeBSD/Solaris guest tools.

You can see the site with details of what’s present (including kernel modules) here.

EasyVMX creator

Thursday, November 15th, 2007

EasyVMX! is the simple and failsafe way to create complete virtual machines for VMware Player on the web. You can then install any Windoz, Linux, BSD or Solaris, and test any LiveCDs in a safe environment.

VMware VI ESX VCB backup commands

Thursday, November 15th, 2007

You can put your default VCHOST, USERNAME, PASSWORD in /etc/vmware/backuptools if you prefer

VMFS folders
$ vcbUtil -h localhost -u root -p password -s vmfolders

VMs

$ vcbVmName -h localhost -u root -p password -s any:

Backup

$ vcbMounter -h localhost -u root -p password -a uuid:myvm -r /vmimages/vmbk

Restore (to same location)

$ vcbRestore -h localhost -u root -p password -a uuid:myvm -r /vmimages/vmbk

Restore (to different location)

$ vcbRestore -h localhost -u root -p password -s /vmimages/vmbk/myvm -a /vmimages/my-alt-catalog

VMware VI 2 VMware ESX 3 snapshot delta commit timings !

Wednesday, November 14th, 2007

Here are some vmwvi vmwesx snapshot apply commit delta “delete all” (sic) remove (sic) redo timings from VMTN users / threads !
18G = 2 hours
80G = 5 hours
450G = 8 hours

So instead of using VMware VI  ESX “snapshots” you might prefer to use vmbk.pl instead !

VMware ESX 3.0.2 needs EM64T and VT to run 64-bit guests

Friday, November 9th, 2007

It would appear that VMware ESX 3.0.2 needs your CPU to have EM64T and VT features and that Execute Disable is enabled in the BIOS (e.g. an Intel Xeon E5300 X5365) to run 64-bit VMware guest virtual machines !

Here are some other Red Hat RHEL 64 bit guest issues you might see

http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=2087

http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=2260

http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=2263

http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=10147

http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=2229