Cloning VE

From OpenVZ Virtuozzo Containers Wiki
Revision as of 18:43, 29 June 2016 by 37.228.241.240 (talk) (Added more instructions.)
Jump to: navigation, search

If you need to create an exact copy of an existing VE, these are the steps to make.

# OLDVE=222 NEWVE=333 # Just an example
# vzctl stop $OLDVE
# mkdir /vz/root/$NEWVE
# cp /etc/vz/conf/$OLDVE.conf /etc/vz/conf/$NEWVE.conf
# mkdir /vz/private/$NEWVE
# pushd /vz/private/$OLDVE; tar c --numeric-owner * | tar x --numeric-owner -C /vz/private/$NEWVE; popd
# nano /etc/vz/conf/$NEWVE.conf # Change the all CTIDs from the old CT to the cloned one. And change the IP.
# vzctl start $NEWVE; vzctl start $OLDVE

In case you are making bridge don't forget, before start the VEs, to change host_ifname=veth$OLDVE by host_ifname=veth$NEWVE in the /etc/vz/conf/$NEWVE.conf file

See also

The relevant services, particularly when the mySQLd encounters timeout errors, follow the following thread:

vzquota : (error)