We have a virtual server with IP address 192.168.0.10 in vCD. I would like to clone this server so that I can run tests on it without affecting the original server.
I tried copying the vm to a new vApp but when I try to start it from vCD I get the error:
[ 995199e4-30a5-4aae-b948-9c589d654021 ] Unable to start vApp "vApp_MyTestServer". - The following IP/MAC addresses have already been used by running virtual machines: MAC addresses: IP addresses: 192.168.0.10 Use the Fence vApp option to use same MAC/IP. Fencing allows identical virtual machines in different vApps to be powered on without conflict, by isolating the MAC and IP addresses of the virtual machines.
Is this not the correct way to clone a VM in vCD?