Moving Container Within the Parallels Server
The
Let us assume that you want to change the ID of your Container from 101 to 111 and modify its private area and root paths from
# vzmlocal 101:111:/vz/private/my_dir:/vz/root/ct111 Moving/copying Container#101 -> Container#111, [/vz/private/my_dir], [/vz/root/ct111] ... ... Successfully completed To check if Container 101 has been successfully moved to Container 111, you can use the following commands: # vzlist -a CTID NPROC STATUS IP_ADDR HOSTNAME 1 43 running 10.0.10.1 localhost 111 - stopped 10.0.10.101 myContainer # ls /vz/private 1 my_dir # ls /vz/root 1 ct111
The commands output shows that the ID of Container 101 has been changed to 111, its private area is now located in the
Notes:
1. You can use the
2. You can run the
|
||||
|