<?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 failure in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/make-recovery-failure/m-p/2722709#M63451</link>
    <description>When trying to execute a MR, i get this message;&lt;BR /&gt;&lt;BR /&gt;vxfs: mesg 001: vx_nospace - /dev/vg00/lvol9 file system full (1 block extent)&lt;BR /&gt;make_recovery(466): Call to /opt/ignite/bin/make_medialif failed.&lt;BR /&gt;       Check the /var/opt/ignite/logs/makrec.log1 file.&lt;BR /&gt;        Cleanup&lt;BR /&gt;&lt;BR /&gt;Can i delete tombstones from 1999? I could clear some things out of /var. Any suggestions as to what? &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;this is what is in the log.&lt;BR /&gt;&lt;BR /&gt;UX System Recovery" &amp;gt;&amp;gt; /var/opt/ignite/logs/makrec.log1 2&amp;gt;&amp;amp;1&lt;BR /&gt;lifcp: file truncated, no space on the LIF volume&lt;BR /&gt;make_medialif: error - lifcp SYSCMDS failed, probable insufficient size for /var/tmp/uxinstlf.recovery&lt;BR /&gt;&lt;BR /&gt;********&lt;BR /&gt;Ended Unsuccessfully - Mon May 13 13:52:16 2002</description>
    <pubDate>Mon, 13 May 2002 17:53:24 GMT</pubDate>
    <dc:creator>Chris Fadrowski</dc:creator>
    <dc:date>2002-05-13T17:53:24Z</dc:date>
    <item>
      <title>make_recovery failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-recovery-failure/m-p/2722709#M63451</link>
      <description>When trying to execute a MR, i get this message;&lt;BR /&gt;&lt;BR /&gt;vxfs: mesg 001: vx_nospace - /dev/vg00/lvol9 file system full (1 block extent)&lt;BR /&gt;make_recovery(466): Call to /opt/ignite/bin/make_medialif failed.&lt;BR /&gt;       Check the /var/opt/ignite/logs/makrec.log1 file.&lt;BR /&gt;        Cleanup&lt;BR /&gt;&lt;BR /&gt;Can i delete tombstones from 1999? I could clear some things out of /var. Any suggestions as to what? &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;this is what is in the log.&lt;BR /&gt;&lt;BR /&gt;UX System Recovery" &amp;gt;&amp;gt; /var/opt/ignite/logs/makrec.log1 2&amp;gt;&amp;amp;1&lt;BR /&gt;lifcp: file truncated, no space on the LIF volume&lt;BR /&gt;make_medialif: error - lifcp SYSCMDS failed, probable insufficient size for /var/tmp/uxinstlf.recovery&lt;BR /&gt;&lt;BR /&gt;********&lt;BR /&gt;Ended Unsuccessfully - Mon May 13 13:52:16 2002</description>
      <pubDate>Mon, 13 May 2002 17:53:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-recovery-failure/m-p/2722709#M63451</guid>
      <dc:creator>Chris Fadrowski</dc:creator>
      <dc:date>2002-05-13T17:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: make_recovery failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-recovery-failure/m-p/2722710#M63452</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;There's quite a lot of stuff in var you can clear down&lt;BR /&gt;&lt;BR /&gt;Have a look at mail files in /var/mail&lt;BR /&gt;&lt;BR /&gt;If you don't use these for any purpose&lt;BR /&gt;&lt;BR /&gt;&amp;gt;/var/mail/root&lt;BR /&gt;&lt;BR /&gt;You can also clear logs down using sam - &lt;BR /&gt;&lt;BR /&gt;Have a look at the log files in /var&lt;BR /&gt;&lt;BR /&gt;find /var -name *.log&lt;BR /&gt;&lt;BR /&gt;I would also say there's no harm clearing the file from tombstones&lt;BR /&gt;&lt;BR /&gt;zip it if you want to keep using gzip&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Mon, 13 May 2002 17:58:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-recovery-failure/m-p/2722710#M63452</guid>
      <dc:creator>steven Burgess_2</dc:creator>
      <dc:date>2002-05-13T17:58:05Z</dc:date>
    </item>
    <item>
      <title>Re: make_recovery failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-recovery-failure/m-p/2722711#M63453</link>
      <description>Hi Chris:&lt;BR /&gt;&lt;BR /&gt;Yes, you can delete the 'tombstones' files.  Keep 'ts99' since this is always the most recent one.  These files contain hardware information that is useful in the event of a full crash.&lt;BR /&gt;&lt;BR /&gt;Use 'cleanup' to recover space in /var at large.  If you are on 11.x use:&lt;BR /&gt;&lt;BR /&gt;# cleanup -c 1&lt;BR /&gt;&lt;BR /&gt;For 10.20, simply use 'cleanup' without other arguments.&lt;BR /&gt;&lt;BR /&gt;You can remove unused files in '/var/tmp'.  Look at '/var/preserve' too for any old editor recovery files that can be removed.&lt;BR /&gt;&lt;BR /&gt;Don't forget that if you have 'var/adm/wtmp' for last logins and/or 'var/adm/btmp' that these files will grow very large.  You can redirect /dev/null into them to clear them.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 13 May 2002 18:01:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-recovery-failure/m-p/2722711#M63453</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-05-13T18:01:36Z</dc:date>
    </item>
    <item>
      <title>Re: make_recovery failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-recovery-failure/m-p/2722712#M63454</link>
      <description>Hi Chris:&lt;BR /&gt;&lt;BR /&gt;Check the file system usage with:&lt;BR /&gt;&lt;BR /&gt;# bdf&lt;BR /&gt;&lt;BR /&gt;If the /var is full, then delete the unwanted files:&lt;BR /&gt;1) Remove files from /var/adm/crash, if not required for crash dump analysis ( last system crash data)&lt;BR /&gt;2) Files from /var/tombstones ( delete if not needed for any HPMC hardware error details). I would defenitley delete files which are older.&lt;BR /&gt;3) Check the bigger files:&lt;BR /&gt;# cd /var&lt;BR /&gt;# du -k | sort -rn&lt;BR /&gt;# find /var -xdev -size +10000 -exec ll {}\;&lt;BR /&gt;4) Check and trim the log files, wtmp, utmp files if not required.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju</description>
      <pubDate>Mon, 13 May 2002 18:03:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-recovery-failure/m-p/2722712#M63454</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-05-13T18:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: make_recovery failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-recovery-failure/m-p/2722713#M63455</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;you can clear /var/tombstones directory. Just leave the file ts99 if you want. Else you can remove that too. Look for crash directories in /var/adm/crash. These crash directories are created every time the system crashes and comes up. It you have multiple directories over here, you can clean up the old ones if you don't need them. Clean up /var/adm/sa directory too if you want.&lt;BR /&gt;&lt;BR /&gt;you can also use the cleanup utility that comes as a patch to cleanup the old superceded patches from your system.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Mon, 13 May 2002 18:06:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-recovery-failure/m-p/2722713#M63455</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-05-13T18:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: make_recovery failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-recovery-failure/m-p/2722714#M63456</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;From the looks of the error message it is complaining about file system lvol9 not sure what that file system is. &lt;BR /&gt;&lt;BR /&gt;However if you want to clear up var please do the following&lt;BR /&gt;&lt;BR /&gt;Please check /var/adm/crash if you have any old dumps and /var/log/syslog for large logfiles.&lt;BR /&gt;&lt;BR /&gt;If you are running 10.20 then just the cleanup command should be fine if you are running use the cleanup -c or -d option after looking up the man page.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Rgds &lt;BR /&gt;&lt;BR /&gt;Hari</description>
      <pubDate>Mon, 13 May 2002 18:10:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-recovery-failure/m-p/2722714#M63456</guid>
      <dc:creator>hari jayaram_1</dc:creator>
      <dc:date>2002-05-13T18:10:13Z</dc:date>
    </item>
    <item>
      <title>Re: make_recovery failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-recovery-failure/m-p/2722715#M63457</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;You can clear the old tombstone files and also , if your /var/adm/syslog/syslog.log file is too big, trim that and other log files using SAM...also look for core files and clean . I would suggest to use cleanup -c 2 rather than cleanup - c 1&lt;BR /&gt;&lt;BR /&gt;Good luck&lt;BR /&gt;James&lt;BR /&gt;</description>
      <pubDate>Mon, 13 May 2002 18:13:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-recovery-failure/m-p/2722715#M63457</guid>
      <dc:creator>James George_1</dc:creator>
      <dc:date>2002-05-13T18:13:15Z</dc:date>
    </item>
  </channel>
</rss>

