Operating System - HP-UX
1752294 Members
4516 Online
108786 Solutions
New Discussion

Re: hpvmmigrate: ERROR (host): Incorrect initial message from target VSP.

 
TAMV
New Member

hpvmmigrate: ERROR (host): Incorrect initial message from target VSP.

Hello

 

I need to migrate (offline) a VM from a physical host to another and I am getting this not so explanatory error:

hpvmmigrate: ERROR (host): Incorrect initial message from target VSP.

I already done the inverse migration with sucess.

Does anyone knows what's teh issue here?

I can't even find any log....

 


Thanks,

Tânia

 

 

P.S.This thread has been moved from Records Management (TRIM) Support Forum>Client Support to HP-UX > virtualization- HP Forums Moderator

4 REPLIES 4
EWillsey
Honored Contributor

Re: hpvmmigrate: ERROR (host): Incorrect initial message from target VSP.

Wrong forum
Stan_M
HPE Pro

Re: hpvmmigrate: ERROR (host): Incorrect initial message from target VSP.

This is typically ssh setup related. ssh from source to target must work passwordless.

If you are using "-hpvm-migr" (see HPVM admin manual), the ssh must work without

password for <target_hostname>-hpvm-migr.

 

HTH

Stan

I work for HPE
Matti_Kurkela
Honored Contributor

Re: hpvmmigrate: ERROR (host): Incorrect initial message from target VSP.

If your /etc/profile or similar login script is customized to output e.g. legal warning messages, these can confuse programs that use shell sessions as conduits for their protocol, like hpvmmigrate, rdist, rsync, scp and others.

 

You should make sure that all the commands in /etc/profile and root's ~/.profile that output any messages to the terminal are made conditional, so that they will be skipped if the session does not actually have a TTY device associated with it. The "tty -s" command can be used to identify these situations.

 

For example, if your /etc/profile has a command:

cat /etc/legal_warning.txt

 you should change it to:

if tty -s; then
        cat /etc/legal_warning.txt
fi

 This will automatically bypass the legal warning if the session has no TTY device associated with it (because in such situations, a program is usually reading the output instead of a human).

MK
JamesDean-au
Occasional Contributor

Re: hpvmmigrate: ERROR (host): Incorrect initial message from target VSP.

Did anyone ever resolve this for you?

I had the same problem, you need

 

T8718AC                                       B.06.20        Integrity VM Online Migration Software

 

Installed to do online migrations.