<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: hpvmmigrate: ERROR (host): Incorrect initial message from target VSP. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/hpvmmigrate-error-host-incorrect-initial-message-from-target-vsp/m-p/5943905#M521889</link>
    <description>Wrong forum</description>
    <pubDate>Fri, 25 Jan 2013 14:13:28 GMT</pubDate>
    <dc:creator>EWillsey</dc:creator>
    <dc:date>2013-01-25T14:13:28Z</dc:date>
    <item>
      <title>hpvmmigrate: ERROR (host): Incorrect initial message from target VSP.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpvmmigrate-error-host-incorrect-initial-message-from-target-vsp/m-p/5943903#M521888</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I need to migrate (offline) a VM from a physical host to another and I am getting this not so explanatory error:&lt;/P&gt;
&lt;P&gt;hpvmmigrate: ERROR (host): Incorrect initial message from target VSP.&lt;/P&gt;
&lt;P&gt;I already done the inverse migration with sucess.&lt;/P&gt;
&lt;P&gt;Does anyone knows what's teh issue here?&lt;/P&gt;
&lt;P&gt;I can't even find any log....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Tânia&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;P.S.This thread has been moved from Records Management (TRIM) Support Forum&amp;gt;Client Support to HP-UX &amp;gt; virtualization- HP Forums Moderator&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jan 2013 02:31:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpvmmigrate-error-host-incorrect-initial-message-from-target-vsp/m-p/5943903#M521888</guid>
      <dc:creator>TAMV</dc:creator>
      <dc:date>2013-01-28T02:31:34Z</dc:date>
    </item>
    <item>
      <title>Re: hpvmmigrate: ERROR (host): Incorrect initial message from target VSP.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpvmmigrate-error-host-incorrect-initial-message-from-target-vsp/m-p/5943905#M521889</link>
      <description>Wrong forum</description>
      <pubDate>Fri, 25 Jan 2013 14:13:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpvmmigrate-error-host-incorrect-initial-message-from-target-vsp/m-p/5943905#M521889</guid>
      <dc:creator>EWillsey</dc:creator>
      <dc:date>2013-01-25T14:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: hpvmmigrate: ERROR (host): Incorrect initial message from target VSP.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpvmmigrate-error-host-incorrect-initial-message-from-target-vsp/m-p/5946541#M521890</link>
      <description>&lt;P&gt;This is typically ssh setup related. ssh from source to target must work passwordless.&lt;/P&gt;&lt;P&gt;If you are using "-hpvm-migr" (see HPVM admin manual), the ssh must work without&lt;/P&gt;&lt;P&gt;password for &amp;lt;target_hostname&amp;gt;-hpvm-migr.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Stan&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jan 2013 19:05:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpvmmigrate-error-host-incorrect-initial-message-from-target-vsp/m-p/5946541#M521890</guid>
      <dc:creator>Stan_M</dc:creator>
      <dc:date>2013-01-28T19:05:13Z</dc:date>
    </item>
    <item>
      <title>Re: hpvmmigrate: ERROR (host): Incorrect initial message from target VSP.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpvmmigrate-error-host-incorrect-initial-message-from-target-vsp/m-p/5947123#M521891</link>
      <description>&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, if your /etc/profile has a command:&lt;/P&gt;&lt;PRE&gt;cat /etc/legal_warning.txt&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;you should change it to:&lt;/P&gt;&lt;PRE&gt;if tty -s; then
        cat /etc/legal_warning.txt
fi&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;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).&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jan 2013 08:23:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpvmmigrate-error-host-incorrect-initial-message-from-target-vsp/m-p/5947123#M521891</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2013-01-29T08:23:45Z</dc:date>
    </item>
    <item>
      <title>Re: hpvmmigrate: ERROR (host): Incorrect initial message from target VSP.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpvmmigrate-error-host-incorrect-initial-message-from-target-vsp/m-p/6435614#M521892</link>
      <description>&lt;P&gt;Did anyone ever resolve this for you?&lt;/P&gt;&lt;P&gt;I had the same problem, you need&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;T8718AC&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B.06.20&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Integrity VM Online Migration Software&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Installed to do online migrations.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Apr 2014 01:58:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpvmmigrate-error-host-incorrect-initial-message-from-target-vsp/m-p/6435614#M521892</guid>
      <dc:creator>JamesDean-au</dc:creator>
      <dc:date>2014-04-03T01:58:05Z</dc:date>
    </item>
  </channel>
</rss>

