linux:centos:vmware-clone-vm
VMWare Workstation clone an existing centos VM
- Power off the source machine
- Go to VM/Manage/Clone and follow the steps
- On the cloned machine, set new host:
hostnamectl set-hostname server1
- Disable not needed service:
systemctl stop NetworkManager
systemctl disable NetworkManager
- Restart:
shutdown -r now
linux/centos/vmware-clone-vm.txt · Last modified: 2023/07/04 19:36 by 127.0.0.1