Operating System - HP-UX
1837850 Members
2422 Online
110121 Solutions
New Discussion

Getting error trying to migrate a virtual machine

 
Emil Velez
Honored Contributor

Getting error trying to migrate a virtual machine

hpvmmigrate -o -s -h rx76u2bd.usvl.net

I get a error
hpvmmigrate: Error (host): Error Connecting to target. Error string is 'HP-UX rx76u2bd B.11.31 ia64 hp server rx7640'

/opt/hpvm/bin/secsetup -r node2
/opt/hpvm/bin/secsetup -r node1 works on both nodes successfully

The vm is defined on both nodes identically and boots on both nodes identidically

I tried hpvmmigrate -o -P vm3_0 -h node2 and it gives me the same error

any suggestions will be appreciated
2 REPLIES 2
Emil Velez
Honored Contributor

Re: Getting error trying to migrate a virtual machine

I got it running by


edit /etc/nsswitch.conf

making sure files was first for hosts


edit /etc/opt/ssh/sshd_config
and making sure that Banner none

Emil Velez
Honored Contributor

Re: Getting error trying to migrate a virtual machine

Thanks for looking