A Blog to share my experience and knowledge, Iam dealing with Linux Server Administration.
Categories
Amazon Cloud
(2)
Apache
(5)
Centos
(5)
Cpanel
(31)
Installations
(11)
KVM
(3)
mysql
(9)
OpenVZ
(18)
Postgresql
(4)
ubuntu
(10)
VMware ESXI
(3)
Wordpress
(5)
Xen
(3)
Tuesday, 24 April 2012
MScripts to do migration of containers in OPenVZ from one node to another
*Migration
for
CT in $
(
vzlist -H -o
veid
)
;
do
vzmigrate
-
r
no --keep-
dst
77.95.229.43
(
destinationIP
) $CT; done
*Updating SolusVM
for
VSERVERID in $`cat
vsrvrids
.
txt`
;
do /scripts/
vm
-migrate $VSERVERID 12;
done
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Ad
No comments:
Post a Comment