djamps / migrate-vm

28 stars 16 forks source link

support in xenserver 8.2 #17

Open mipstream opened 3 years ago

mipstream commented 3 years ago

Hello guys. very appreciate this project. I'm using it for several years already.

anyway I've jumped to xenserver 8.2 and hit an issue with migratevm Can you help me to resolve it?

" ./migratevm.pl Can't locate RPC/XML.pm in @INC (@INC contains: ./lib /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at lib/Xen/API.pm line 3. BEGIN failed--compilation aborted at lib/Xen/API.pm line 3. Compilation failed in require at ./migratevm.pl line 5. BEGIN failed--compilation aborted at ./migratevm.pl line 5."

djamps commented 3 years ago

Did you try to build the stand alone binary on centos7? There is a docker script to do it. You cannot run the .pl file directly on a xen server.