| |
Exercise: VM setup for NFS
Clone kvm1 to a new NFS server VM host, master, by executing the command below:
Check if the new VM is in the list, start it, then login to its console:
Fix the host name:
Replace kvm1 with master in /etc/hostname file.
Reset the machine ID by running the following commands on master:
Clear the DHCP leased IP settings:
Execute command reboot
Reboot the VM.
After reboot, the new VM should come up with the correct host name and the MAC address.
Clone kvm1 to a new NFS client VM host, n01, by executing the command below:
Fix the host name and the host ID of n01 in the same way as for master VM above.
|
|