Linux O & M environment and VMWareWorkStation
1. Use of VMWareWorkStation snapshot and clone
Snapshot: After the system is installed, create a Snapshot to restore the status when the system is installed.
Clone: the status of the VM cannot be cloned.
[Root @ p1ecpmid01 ~] # Halt # Shut down the VM
You can select two methods for cloning, for example:
2 solve the problem that the VM cannot be accessed after being cloned by VMWare.
After VMWare11 completely cloned CentOS6.6, the network cannot be used? Solution:
1. log on to the system as the root user in VMWare and modify the NIC configuration file.
[Root @ tony ~] # Vi/etc/sysconfig/network-scripts/ifcfg-eth0 # edit Nic configuration file
Delete these two rows
UUID = 9a1fb998-e9ca-4d03-b372-1ed0fbe782b7
HWADDR = 00: 0c: 29: 0f: 4e: 69
Clear the following files at the same time
[Root @ tony ~] #>/Etc/udev/rules. d/70-persistent-net.rules # redirect to delete an object
[Root @ tony ~] # Reboot restart
In this way, you can use SecureCRT to connect to the cloned Linux server.