<?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 Make_recovery error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/make-recovery-error/m-p/2458004#M520822</link>
    <description>I issuse this command:&lt;BR /&gt;&lt;BR /&gt;/opt/ignite/bin/make_recovery -A -v -d /dev/rmt/2mn&lt;BR /&gt;&lt;BR /&gt;I receive this error message:&lt;BR /&gt;&lt;BR /&gt;make_recovery(486): Call to system failed. errno=0  Cleanup&lt;BR /&gt;&lt;BR /&gt;Thanks for the help.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 25 Oct 2000 20:08:46 GMT</pubDate>
    <dc:creator>Willie Wright</dc:creator>
    <dc:date>2000-10-25T20:08:46Z</dc:date>
    <item>
      <title>Make_recovery error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-recovery-error/m-p/2458004#M520822</link>
      <description>I issuse this command:&lt;BR /&gt;&lt;BR /&gt;/opt/ignite/bin/make_recovery -A -v -d /dev/rmt/2mn&lt;BR /&gt;&lt;BR /&gt;I receive this error message:&lt;BR /&gt;&lt;BR /&gt;make_recovery(486): Call to system failed. errno=0  Cleanup&lt;BR /&gt;&lt;BR /&gt;Thanks for the help.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Oct 2000 20:08:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-recovery-error/m-p/2458004#M520822</guid>
      <dc:creator>Willie Wright</dc:creator>
      <dc:date>2000-10-25T20:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: Make_recovery error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-recovery-error/m-p/2458005#M520823</link>
      <description>Check /var/opt/ignite/logs/makrec.log1 and makrec.log2 for more details.  The -v switch shows some detail, but you'll find more information in the log files.</description>
      <pubDate>Wed, 25 Oct 2000 20:30:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-recovery-error/m-p/2458005#M520823</guid>
      <dc:creator>James Burks</dc:creator>
      <dc:date>2000-10-25T20:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: Make_recovery error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-recovery-error/m-p/2458006#M520824</link>
      <description>Willie:&lt;BR /&gt;&lt;BR /&gt;See document #KBRC00002923, contents as follow:&lt;BR /&gt;&lt;BR /&gt;CONFIGURATION HP-UX 10.x, 11.x Product: Ignite/UX&lt;BR /&gt;&lt;BR /&gt;RESOLUTION&lt;BR /&gt;&lt;BR /&gt;make_recovery (486): call to system failed. errno=0 cleanup&lt;BR /&gt;&lt;BR /&gt;Look in /var/opt/ignite/logs/makrec.log1&lt;BR /&gt;and see if the vgcfgbackup step fails with a similar error msg:&lt;BR /&gt;&lt;BR /&gt;vgcfgbackup: /etc/lvmtab is out of date with the running kernel:&lt;BR /&gt;&lt;BR /&gt;Kernel indicates 7 disks for /dev/vg02 and /etc/lvmtab has 6 disks. Cannot proceed with backup...&lt;BR /&gt;&lt;BR /&gt;# strings /etc/lvmtab -- make sure all of the disks that are supposed to be in the VG are there.&lt;BR /&gt;&lt;BR /&gt;/dev/vg00&lt;BR /&gt;/dev/dsk/c0t5d0&lt;BR /&gt;/dev/dsk/c0t9d0&lt;BR /&gt;/dev/vg01&lt;BR /&gt;/dev/dsk/c0t11d0&lt;BR /&gt;/dev/vg02&lt;BR /&gt;/dev/dsk/c0t8d0&lt;BR /&gt;/dev/dsk/c0t10d0&lt;BR /&gt;&lt;BR /&gt;# strings /etc/lvmconf/vg02.conf - make sure the current vgcfgbackup is accurate with all the correct disks.&lt;BR /&gt;&lt;BR /&gt;To fix the problem do:&lt;BR /&gt;&lt;BR /&gt;# vgreduce -f /dev/vg02 # gets info out of  kernel&lt;BR /&gt;# mv /etc/lvmtab /etc/lvmtab.old  # move corrupted BUT important file&lt;BR /&gt;# vgscan -v # creates new clean lvmtab&lt;BR /&gt;# vgcfgbackup /dev/vg02 # backup the data for vg02&lt;BR /&gt;&lt;BR /&gt;There should be no errors with vgcfgbackup.&lt;BR /&gt;&lt;BR /&gt;Rerun make_recovery and it should run now without errors.&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 26 Oct 2000 00:00:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-recovery-error/m-p/2458006#M520824</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2000-10-26T00:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: Make_recovery error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-recovery-error/m-p/2458007#M520825</link>
      <description>Here is the message from the log file. &lt;BR /&gt;&lt;BR /&gt;vgcfgbackup: Invalid LVMREC on Physical Volume /dev/rdsk/c7t0d1 &lt;BR /&gt;&lt;BR /&gt;should I still follow this steps to fix this. &lt;BR /&gt;</description>
      <pubDate>Thu, 26 Oct 2000 02:39:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-recovery-error/m-p/2458007#M520825</guid>
      <dc:creator>Willie Wright</dc:creator>
      <dc:date>2000-10-26T02:39:31Z</dc:date>
    </item>
    <item>
      <title>Re: Make_recovery error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-recovery-error/m-p/2458008#M520826</link>
      <description>Willie:&lt;BR /&gt;&lt;BR /&gt;Please post (attach) the 'strings' output from the /etc/lvmtab and /etc/lvmconf/ files.  A 'vgdisplay -v' for each volume group is handy, too.&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 26 Oct 2000 11:08:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-recovery-error/m-p/2458008#M520826</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2000-10-26T11:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: Make_recovery error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-recovery-error/m-p/2458009#M520827</link>
      <description>James here is the info you requested.&lt;BR /&gt;&lt;BR /&gt;Thanks Willie Wright</description>
      <pubDate>Thu, 26 Oct 2000 17:03:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-recovery-error/m-p/2458009#M520827</guid>
      <dc:creator>Willie Wright</dc:creator>
      <dc:date>2000-10-26T17:03:21Z</dc:date>
    </item>
  </channel>
</rss>

