<?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: Ignite recovery error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-recovery-error/m-p/5368147#M497628</link>
    <description>&lt;P&gt;Yes, all you need for the recovery is the product IUX-Recovery which can be installed from the Ignite server as described above.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Stephan&lt;/P&gt;</description>
    <pubDate>Fri, 21 Oct 2011 01:53:28 GMT</pubDate>
    <dc:creator>Stephan.</dc:creator>
    <dc:date>2011-10-21T01:53:28Z</dc:date>
    <item>
      <title>Ignite recovery error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-recovery-error/m-p/5366749#M497625</link>
      <description>&lt;P&gt;We recently updated a server to HPUX 11.31 and this server has been added to as client to our ignite server which is running 11.11.&lt;/P&gt;&lt;P&gt;Now the problem is we are unable to run make_net_recovery image from the client as it says the ignite version is higher than the one in the ignite server.Is the only solution is to downgrade the ignite version in the client?If so where could I download Ignite-UX&amp;nbsp; C.7.2.94.Please help&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR:&amp;nbsp;&amp;nbsp; The version of the tools used for system recovery on "SERVERA" is newer than the version found on the server system "SERVERB".&amp;nbsp; You need to either&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; update the version of Ignite-UX on the server or down-date the version on "SERVERA"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; * Creating NFS mount directories for configuration files.&lt;/P&gt;&lt;P&gt;=======&amp;nbsp; 10/18/11 13:46:58 PDT&amp;nbsp; Started make_net_recovery. (Tue Oct 18 13:46:58 PDT 2011)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @(#)Ignite-UX Revision C.7.11.439&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @(#)ignite/net_recovery (opt) Revision: &lt;A&gt;/branches/IUX_RA1009/ignite/src@81482&lt;/A&gt; Last Modified: 2010-06-10 11:10:03 -0600 (Thu, 10 Jun 2010)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; * Checking Versions of Recovery Tools&lt;/P&gt;&lt;P&gt;=======&amp;nbsp; 10/18/11 13:46:59 PDT&amp;nbsp; make_net_recovery completed unsuccessfully&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2011 17:28:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-recovery-error/m-p/5366749#M497625</guid>
      <dc:creator>smanikrajan</dc:creator>
      <dc:date>2011-10-19T17:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: Ignite recovery error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-recovery-error/m-p/5367247#M497626</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;let's start with your 11.11 server.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Check that&amp;nbsp;the required tools for 11.31 installed&lt;/P&gt;&lt;PRE&gt;# swlist | grep -i ignite&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;This should show something like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;  IGNITE                                C.7.12.519     HP-UX Installation Utilities (Ignite-UX)
  Ignite-UX-11-11                       C.7.12.519     HP-UX Installation Utilities for Installing 11.11 Systems
  Ignite-UX-11-23                       C.7.12.519     HP-UX Installation Utilities for Installing 11.23 Systems
  Ignite-UX-11-31                       C.7.12.519     HP-UX Installation Utilities for Installing 11.31 Systems&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;Now check if the default depot for recovery is available on the 11.11 server&lt;/P&gt;&lt;PRE&gt;# swlist -l depot | grep -i recover&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;Default would be&amp;nbsp;/var/opt/ignite/depots/recovery_cmds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If it does not exist run&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;# /opt/ignite/lbin/pkg_rec_depot [-f]&lt;/PRE&gt;&lt;P&gt;to create it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now to your 11.31 client - remove &lt;U&gt;everything&lt;/U&gt; regarding ignite from it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Install the recovery commands&lt;/P&gt;&lt;PRE&gt;# swinstall -s SERVERB:/var/opt/ignite/depots/recovery_cmds IUX-Recovery&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now it should work. You can run your make_net_recovery with the '-u' option to get the clients updated automatically to the current server version.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;hth,&lt;/P&gt;&lt;P&gt;Stephan&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2011 08:31:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-recovery-error/m-p/5367247#M497626</guid>
      <dc:creator>Stephan.</dc:creator>
      <dc:date>2011-10-20T08:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: Ignite recovery error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-recovery-error/m-p/5367929#M497627</link>
      <description>&lt;P&gt;Thanks for the reply,Stephen&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;Now to your 11.31 client - remove &lt;U&gt;everything&lt;/U&gt; regarding ignite from it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;By saying above,do you mean to remove the ignite version in the client&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;# swlist -l product|grep -i ignite&lt;BR /&gt;&amp;nbsp; Ignite-UX&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; C.7.11.439&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; HP-UX System Installation Services&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2011 19:19:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-recovery-error/m-p/5367929#M497627</guid>
      <dc:creator>smanikrajan</dc:creator>
      <dc:date>2011-10-20T19:19:53Z</dc:date>
    </item>
    <item>
      <title>Re: Ignite recovery error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-recovery-error/m-p/5368147#M497628</link>
      <description>&lt;P&gt;Yes, all you need for the recovery is the product IUX-Recovery which can be installed from the Ignite server as described above.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Stephan&lt;/P&gt;</description>
      <pubDate>Fri, 21 Oct 2011 01:53:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-recovery-error/m-p/5368147#M497628</guid>
      <dc:creator>Stephan.</dc:creator>
      <dc:date>2011-10-21T01:53:28Z</dc:date>
    </item>
  </channel>
</rss>

