<?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: Make_net_recovery version mismatch in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/make-net-recovery-version-mismatch/m-p/2926373#M110705</link>
    <description>Yes, they both have to agree.&lt;BR /&gt;&lt;BR /&gt;I have 3 servers for this purpose, a 10.20, an 11.0, and an 11i.&lt;BR /&gt;&lt;BR /&gt;These support all my current HP configurations.&lt;BR /&gt;&lt;BR /&gt;I am almost completed with the 10.20 upgrade to 11 and will have this server to use for the next version of 11i.</description>
    <pubDate>Thu, 13 Mar 2003 14:54:25 GMT</pubDate>
    <dc:creator>John Bolene</dc:creator>
    <dc:date>2003-03-13T14:54:25Z</dc:date>
    <item>
      <title>Make_net_recovery version mismatch</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-net-recovery-version-mismatch/m-p/2926369#M110701</link>
      <description>The Ignite-UX server and cliens must have the same version of Ignite? I have the following problem:&lt;BR /&gt;gelegen1#  make_net_recovery -s geleopv1&lt;BR /&gt;...&lt;BR /&gt;ERROR:   The versions of the tools required for system recovery on "gelegen1"&lt;BR /&gt;are different  from the versions on the server system "geleopv1". To&lt;BR /&gt;ensure that versions are compatible, install the required toolset from&lt;BR /&gt;the server geleopv1, using the command: /usr/sbin/swinstall -x&lt;BR /&gt;mount_all_filesystems=false -s&lt;BR /&gt;geleopv1:/var/opt/ignite/depots/recovery_cmds "*"&lt;BR /&gt;&lt;BR /&gt;=======  03/11/03 11:47:13 MET  make_net_recovery completed unsuccessfully&lt;BR /&gt;gelegen1# swlist | grep Ignite&lt;BR /&gt;B5725AA                       B.3.6.82       HP-UX Installation Utilities&lt;BR /&gt;(Ignite-UX)&lt;BR /&gt;Ignite-UX-11-00               B.3.6.82       HP-UX Installation Utilities for&lt;BR /&gt;&lt;BR /&gt;Installing 11.00 Systems&lt;BR /&gt;geleopv1:/var/opt/ignite# swlist | grep Ignite&lt;BR /&gt;B5725AA_APZ                   A.3.7.95       HP-UX Installation Utilities&lt;BR /&gt;(Ignite-UX - S800 - 10.20)&lt;BR /&gt;Ignite-UX-10-20               A.3.7.95       HP-UX Installation Utilities for&lt;BR /&gt;&lt;BR /&gt;Which filestes need to be installed to have the requested files in geleopv1:/var/opt/ignite/depots/recovery_cmds?&lt;BR /&gt;This directory contains nothing now.&lt;BR /&gt;Thanks in advance...&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Mar 2003 14:22:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-net-recovery-version-mismatch/m-p/2926369#M110701</guid>
      <dc:creator>Laszlo Csizmadia</dc:creator>
      <dc:date>2003-03-13T14:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: Make_net_recovery version mismatch</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-net-recovery-version-mismatch/m-p/2926370#M110702</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The client and server need to have the same version of Ignite.  We've run into the problem here before with new systems we've loaded.  The new system will have a different version than our Ignite server and the server will complain.  Just swremove the Ignite from the client and let the server install what it needs and you should be in business.&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Mar 2003 14:30:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-net-recovery-version-mismatch/m-p/2926370#M110702</guid>
      <dc:creator>John Poff</dc:creator>
      <dc:date>2003-03-13T14:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: Make_net_recovery version mismatch</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-net-recovery-version-mismatch/m-p/2926371#M110703</link>
      <description>But if that still fails note the following you can check versions on both systems using : &lt;BR /&gt;&lt;BR /&gt;an swlist -l fileset Ignite-UX&lt;BR /&gt;&lt;BR /&gt;Ignite just calls the tool /opt/ignite/lbin/check_version to do the version&lt;BR /&gt;check. If this fails&lt;BR /&gt;for ANY reason the above error will appear so it may not necessarily be the obvious answer&lt;BR /&gt;&lt;BR /&gt; To down track the problem execute as&lt;BR /&gt;user root&lt;BR /&gt;on the client:&lt;BR /&gt;&lt;BR /&gt;         /opt/ignite/lbin/check_version -vr -s &lt;NAME of="" your="" ignite="" server=""&gt;&lt;BR /&gt;&lt;BR /&gt;The real problem should now become obvious. Ussually it's a tftp issue.&lt;BR /&gt;&lt;BR /&gt;Some hints on tftp problems:&lt;BR /&gt;- Check entry in /etc/inetd.conf on server. It should look like:&lt;BR /&gt;         tftp        dgram  udp wait   root /usr/lbin/tftpd    tftpd&lt;BR /&gt;    /opt/ignite                 /var/opt/ignite&lt;BR /&gt;   If you need to change it, don't forget to call "inetd -c".&lt;BR /&gt;- Check for bad/unnessary entries for tftp in /var/adm/inetd.sec.&lt;BR /&gt;&lt;BR /&gt;Some tftp debuging tricks:&lt;BR /&gt;- Enable inetd's connection logging (inetd -l) and watch /var/adm/syslog.log&lt;BR /&gt;  during tests.&lt;BR /&gt;- Login on server and do:&lt;BR /&gt;     # cd /tmp&lt;BR /&gt;     # tftp localhost&lt;BR /&gt;     tftp&amp;gt; get /opt/ignite/Version&lt;BR /&gt;     Received 10 bytes in 0.1 seconds&lt;BR /&gt;     tftp&amp;gt; quit&lt;BR /&gt;- Login on client and do the same as abive - but use the server's name instead&lt;BR /&gt;  of localhost.&lt;BR /&gt;&lt;BR /&gt;&lt;/NAME&gt;</description>
      <pubDate>Thu, 13 Mar 2003 14:37:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-net-recovery-version-mismatch/m-p/2926371#M110703</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2003-03-13T14:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: Make_net_recovery version mismatch</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-net-recovery-version-mismatch/m-p/2926372#M110704</link>
      <description>As John says, they have to be the same versions. We had htis issue when we set up one major Ignite srever for all our systems, and  it now works well, as we just update hte srever with hte latest Ignite, and it pushes this out to hte client when a backup is requested.&lt;BR /&gt;Works like a treat.&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Mar 2003 14:39:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-net-recovery-version-mismatch/m-p/2926372#M110704</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2003-03-13T14:39:15Z</dc:date>
    </item>
    <item>
      <title>Re: Make_net_recovery version mismatch</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-net-recovery-version-mismatch/m-p/2926373#M110705</link>
      <description>Yes, they both have to agree.&lt;BR /&gt;&lt;BR /&gt;I have 3 servers for this purpose, a 10.20, an 11.0, and an 11i.&lt;BR /&gt;&lt;BR /&gt;These support all my current HP configurations.&lt;BR /&gt;&lt;BR /&gt;I am almost completed with the 10.20 upgrade to 11 and will have this server to use for the next version of 11i.</description>
      <pubDate>Thu, 13 Mar 2003 14:54:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-net-recovery-version-mismatch/m-p/2926373#M110705</guid>
      <dc:creator>John Bolene</dc:creator>
      <dc:date>2003-03-13T14:54:25Z</dc:date>
    </item>
    <item>
      <title>Re: Make_net_recovery version mismatch</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-net-recovery-version-mismatch/m-p/2926374#M110706</link>
      <description>Thanks.&lt;BR /&gt;&amp;gt; Just swremove the Ignite from the client and let the server install what it needs and you should be in business. &lt;BR /&gt;&lt;BR /&gt;And how 'let the server install' the requested filesets to the client? You mean somehow swinstall or other tool?</description>
      <pubDate>Thu, 13 Mar 2003 14:56:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-net-recovery-version-mismatch/m-p/2926374#M110706</guid>
      <dc:creator>Laszlo Csizmadia</dc:creator>
      <dc:date>2003-03-13T14:56:53Z</dc:date>
    </item>
    <item>
      <title>Re: Make_net_recovery version mismatch</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-net-recovery-version-mismatch/m-p/2926375#M110707</link>
      <description>When you do a make_net_recovery of your client from the server, the server will check for the presence of the Ignite software on the client to see if it exists and if it is the correct version.  If it doesn't find the Ignite software on the client, the server will install it for you.  &lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Mar 2003 14:58:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-net-recovery-version-mismatch/m-p/2926375#M110707</guid>
      <dc:creator>John Poff</dc:creator>
      <dc:date>2003-03-13T14:58:42Z</dc:date>
    </item>
  </channel>
</rss>

