Posted On March 31, 2019

VMWare: How to Convert Physical To Virtual Machine

kimconnect 0 comments
blog.KimConnect.com >> Virtualization >> VMWare: How to Convert Physical To Virtual Machine
1. Install VMWare Converter in physical machine
2. Run converter
3. Turn on virtual machine
4. Turn off physical machine
5. Remove ghosted drivers in virtual machine:
6. Clone MAC address(es):
To assign the same, unique MAC address to any virtual machine manually, use a text editor to remove three lines from the configuration file and add one line. The configuration file has a .vmx extension at the end of the filename. On a Linux host, a virtual machine created with an earlier VMware product may have a configuration file with a .cfg extension.
  1. Open the virtual machine’s .vmx configuration file with a text editor. For more information about editing a virtual machine’s configuration file (.vmx), see Tips for editing a .vmx file )
     
  2. Remove the three lines from the configuration file that begin with:
     
    ethernetN.generatedAddress
    ethernetN.addressType
    ethernetN.generatedAddressOffset
     
  3. Add a new static MAC address line to the configuration file with help of the following entries:
     
    ethernetN.address = “00:50:56:XX:YY:ZZ”
    ethernetN.addressType = “static”
  4. Save the configuration file.

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

Virtual Machine Networking Error 15011

Creating New Logical Network $logicalNetworkID="somehash-hash-hash" $newNetworkName='Test Network' $subnet="192.168.500.0/24" $logicalNetwork = Get-SCLogicalNetwork -ID $logicalNetworkID $vmNetwork =…

How To Install Graylog in a Kubernetes Cluster Using Helm Charts

The following narrative is based on the assumption that a Kubernetes (current stable version 20.10)…

Setting up proper multiple active I/O Paths between ESX and Equalogic

There are two options:1. If ESX Enterprise license is available, download Dell MEM 1.1.2 package…