Difference between revisions of "Upgrade script from OpenVZ to Virtuozzo 7"

From OpenVZ Virtuozzo Containers Wiki
Jump to: navigation, search
(added category)
Line 26: Line 26:
  
 
[[Category: QA]]
 
[[Category: QA]]
 +
[[Category: TRD]]

Revision as of 13:55, 13 October 2015

First version of the script: https://src.openvz.org/projects/OVZL/repos/ovztransfer/browse

How to use

  • Clone script to source OpenVZ HN
  • Put the ssh key to destination HN for root user
  • Start script example:
 ./ovztransfer.sh 10.20.87.188 400:12345
 : migrate Container 400 to 12345 on HN 10.20.87.188.

Syntax is:

 $ ./ovztransfer.sh
 Usage: ./ovztransfer.sh HOSTNAME SOURCE_VEID0:[TARGET_VEID0] ...
 [SOURCE_VEIDn:[TARGET_VEIDn]]

It should migrate any OpenVZ Container, but OS template will be dropped for unsupported OS templates (so, it's will be impossible to use vztt with such Containers after migration). venet's and second level quota migrated too.

See also

- Test Request Description