Vmware clones new machines and vmware new machines
Right-click li72 and choose manage> clone
Complete. enable the system. The user name and root password are the same as those of the previous system.
You can change the password through passwd.
The Ip address also needs to be modified as before.
Modify the following files
1 vi/etc/sysconfig/network-scripts/ifcfg-eth0
Add (red)
# Advanced Micro Devices [AMD] 79c970 [PCnet32 LANCE]
DEVICE = eth0
# BOOTPROTO = dhcp
# Add
BOOTPROTO = static
ONBOOT = yes
# Add
IPADDR = 192.168.119.134
HWADDR = 00: 0c: 29: 59: df: 84
2 service network restart
3 ifconfig
How to clone vmware
Use workstation whenever possible
Click "Virtual Machine (M)" on the menu and select "clone (O)" to open the clone wizard and follow the prompts to perform the step by step.
Reference: Baidu
How does one clone a virtual machine in VMware workstation65?
Method 1: Open VMware and click "Virtual Machine"> "clone"> "Next "...... Note: select "create a complete clone" for the clone type ". Follow the prompts to perform other operations.
(This method is slow !)
Method 2: copy a copy of the VM folder directly where you store the VM file. When opening a virtual machine, use "file"-"open" to "Browse" the copy of the Virtual Machine folder you just copied in the pop-up window and find the vmx file (such as Windows XP Professional. vmx.
In this way, when you open the cloned virtual machine, vmware will prompt "you copied it or moved it" and select "copy.
In addition, if you want to create a backup Virtual Machine without wasting disk resources, we recommend that you use the snapshot function ". Steps:
"Virtual Machine" -- "snapshot" -- "create snapshot from the current State", you can save the current virtual machine status, and then do any operations in the virtual machine, for example, if the virtual system is corrupted, you only need to "restore to the previous snapshot" (or other existing snapshots) in the "snapshot manager", and everything will be restored as usual!