Open main menu

OpenVZ Virtuozzo Containers Wiki β

Changes

Cloning VE

55 bytes added, 18:43, 29 June 2016
Added more instructions.
# mkdir /vz/private/$NEWVE
# pushd /vz/private/$OLDVE; tar c --numeric-owner * | tar x --numeric-owner -C /vz/private/$NEWVE; popd
# vi nano /etc/vz/conf/$NEWVE.conf # Change the IP_ADDRESSall CTIDs from the old CT to the cloned one. And change the IP.
# vzctl start $NEWVE; vzctl start $OLDVE
Anonymous user