you may get this error
==============
[root@server ]# vzmigrate --online 192.162.0.1 101
Starting live migration of CT 1141 to 192.162.0.1
Error: vzrst module is not loaded on the destination node
Error: Can't continue live migration
===============
192.162.0.1 : IP address of the destination hardware node.
101 : VID of the vps that is going to transfer.
Cause : vzrst is not loaded in the destination server which is causing the issue.
You can check the modules loaded in the server using the following command.
[root@server ]# lsmod | grep vz
Fix:
To this this issue, you need to load the required module. You can load the modules using the following commands
[root@server ]# modprobe vzrst
[root@server ]# modprobe vzcpt
No comments:
Post a Comment