P2V Linux OS to VMware ESX

Posted on June 10th, 2009 in ESX Server, VMware, Virtualization by Gil Kreslavsky

New VMware P2V v4 client allows physical to virtual convert for various Linux distributives.
P2V allows transferring of Linux machines to Virtual VMware ESX compatible.

Currently supported versions are:

 

  • Red Hat Enterprise Linux 2.1, 3.0, 4.0, 5.0
  • Red Hat Linux Advanced Server 2.1
  • SUSE Linux Enterprise Server 8, 9, 10
  • Ubuntu Linux 5.x, 6.x, 7.x, 8.x

Other Linux versions can be converted by imaging tools to the following format:image

  • (*.vmc *.pvs *.vmx *.sv2i *.spf *.tib)
  • Microsoft Virtual Pc format  (*.vmc)
  • Parallels Virtualization ( *.pvs)
  • VMware Consolidated Backup (*.vmx)
  • Symantec LiveState Recovery Image (*.sv2i *.sv2)
  • StorageCraft Shadow Stor Image (*.spf)
  • Acronis True Image Backup (*.tib)

 

note:Linux sources should allow root login through SSH.

Vmware ESX 3 installation wizard

Posted on June 7th, 2009 in Videos by Gil Kreslavsky

Resize VMware VMDK File

Posted on May 20th, 2009 in ESX Server, VMware, Virtualization by Gil Kreslavsky

Resize a VMWare disk

You probably got end of free space on your virtual machine and looking how to increase your disk.

One of the ways to perform this task. is to use : VMware Converter.

Please make sure to have a good backup before you begin!!!

  1. Turn off the virtual machine;
  2. Start the VMWare Converter utility;
  3. Open the wizard;
  4. Select ’standalone virtual machine’ as the source and destination system;
  5. Choose ‘Select volumes and resize to save or add space’;
  6. Enter a desired size and you are done.

Convert VMDK to VHD files – Download

Posted on May 6th, 2009 in Microsoft, Tools, VMware, Virtualization by Gil Kreslavsky

 

Download Free converter from VMware VMDK  to Microsoft VHD

 

Download from VMtoolkit

How to enter VMware ESX Virtual Machine Bios

Posted on May 4th, 2009 in ESX Server, VMware, Virtualization by Gil Kreslavsky

In order to enter to VM machine bios settings follow the steps bellow

  1. Navigate to desired virtual machine
  2. Press on “Edit Virtual Machine Settings”
  3. Navigate to Options>Boot Options
  4. In the right side you have 2 options
  1. Power on Boot Delay
  2. Force BIOS setup
  • You can use each one of the first will set system boot delay time and will give you the ability to enter system BIOS – You can set it to 1000 miliseconds
  • The Other one will force entering in to bios on next boot.
  • image

    Can’t Boot VMware ESX Virtual Machine from CD or ISO image

    Posted on May 4th, 2009 in ESX Server, VMware, Virtualization by Gil Kreslavsky

    You connect new ISO image and try to boot from it , but instead booting from Image , VMware loads installed OS , sounds familiar?

    Here what you should check:

    First make sure that CD room or image are selected as “Connected” and “Connect at power on”
    By default VM machine tries to boot first from attached CD device

    image

    If you still can’t boot navigate to Options>Boot Options and in the right pane under “force BIOS Setup” select "The next time the virtual machine boots, force entry into the BIOS setup screen”
    image

    After you start VM machine you will be able to access BIOS settings and Edit boot priority.

    Related Blogs

    Install ESX Web Management MKS Plug-in to Firefox 3

    Posted on March 30th, 2009 in Browsers, ESX Server, Firefox, VMware, Virtualization by Gil Kreslavsky

    Install ESX Firefox Web Management Plug-In for Windows

    1. Download the MKS plug-in file from the Stage Manager server using Internet Explorer from the following address:
      https://Servername/StageManager/ControlPanel/Machines/MachineDetails/ActiveXControls/xpihandler.ashx?filename=vmware-mks-windows-ff-3.xpi
      Where <Servername> fill your server hostname.

    2. Rename the extension of the file from .xpi to .zip .

    3. Unzip the file’s contents into %ProgramFiles%\Mozilla Firefox\plugins .

    4. Copy ssleay32.dll and libeay32.dll to %ProgramFiles%\Mozilla Firefox .

    Install ESX Firefox Web Management Plug-In for Linux

    1. Download the MKS plug-in file from the Stage Manager server using wget from the following address:
      https://Servername/StageManager/ControlPanel/Machines/MachineDetails/ActiveXControls/xpihandler.ashx?filename=vmware-mks-linux-ff-3.xpi
      Where <Servername> is your server hostname.

    2. Rename the extension of the file from .xpi to .zip .

    3. Unzip the file’s contents into ~/.mozilla/plugins .

    Source:1006950

    ESX Failed to delete Vmap process when trying to reconfigure HA on cluster

    Posted on November 23rd, 2008 in ESX Server, VMware by Gil Kreslavsky

    1. Disable HA on ESX cluster

    Connect to problematic server via SHH or server console :

    • rpm -ev Vmware-vpxa-<version> (you can find out the module version by doing rpm -qa | grep vpx)
    • rpm -ev <LGTO vm module> (you can find out the module name by doing rpm -qa | grep LGTO)
    • rpm -ev <LGTO agent module> (you can find out the module name by doing rpm -qa | grep LGTO)

    2. Disconnect host from VC

    • Reboot Host

    3. Reconnect host to VC

    4. Enable HA in cluster.

    Next Page »