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

How to Import Files Into a Docker Container

1. Use SCP to copy files to the remote server while logged onto the local…

AWS Highlights

Features: 1. Multi-regions: compliance with Section 404 of COBIT requirements 2. Amazon S3 with redundancy,…

VMware ESX Installation Procedures

1. Install ESX from ISO Putty Rufus MWware-VCSA-all-6.0.0-2562643.iso VMware-viclient.exe KVM console (ie. Lantronix) 2. Install…