<?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: disk space /var dir almost full : arch.include.1 ? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-var-dir-almost-full-arch-include-1/m-p/2796573#M934334</link>
    <description>You can remove the /var/tmp files&lt;BR /&gt;using&lt;BR /&gt;&lt;BR /&gt;files which are not accesed let's say in 7 days. &lt;BR /&gt;# find /var/tmp -atime +7 -exec rm {} \; &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
    <pubDate>Thu, 29 Aug 2002 09:09:29 GMT</pubDate>
    <dc:creator>T G Manikandan</dc:creator>
    <dc:date>2002-08-29T09:09:29Z</dc:date>
    <item>
      <title>disk space /var dir almost full : arch.include.1 ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-var-dir-almost-full-arch-include-1/m-p/2796568#M934329</link>
      <description>Hello everyone,&lt;BR /&gt;&lt;BR /&gt;We are running out of diskspace on the /var volume which contains a big file arch.include.1&lt;BR /&gt;&lt;BR /&gt;Can we delete it ? I don't know what its purpose is.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;Franky Leeuwerck</description>
      <pubDate>Thu, 29 Aug 2002 08:14:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-var-dir-almost-full-arch-include-1/m-p/2796568#M934329</guid>
      <dc:creator>Franky Leeuwerck</dc:creator>
      <dc:date>2002-08-29T08:14:54Z</dc:date>
    </item>
    <item>
      <title>Re: disk space /var dir almost full : arch.include.1 ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-var-dir-almost-full-arch-include-1/m-p/2796569#M934330</link>
      <description>Hi Franky,&lt;BR /&gt;/var/tmp/arch.include.1 is something used by make_net_recovery. It shouldn't be enormous though. Deleting it is probably not going to solve your problem (as it will probably reappear). &lt;BR /&gt;Did you search for "core" files underneath /var ?&lt;BR /&gt;You might also have some softwares underneath /var that can be "moved" to their own filesystems. We did this (for example) with /var/opt/perf.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Tom</description>
      <pubDate>Thu, 29 Aug 2002 08:24:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-var-dir-almost-full-arch-include-1/m-p/2796569#M934330</guid>
      <dc:creator>Tom Geudens</dc:creator>
      <dc:date>2002-08-29T08:24:06Z</dc:date>
    </item>
    <item>
      <title>Re: disk space /var dir almost full : arch.include.1 ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-var-dir-almost-full-arch-include-1/m-p/2796570#M934331</link>
      <description>Thanks for the feedback Tom.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Franky</description>
      <pubDate>Thu, 29 Aug 2002 08:50:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-var-dir-almost-full-arch-include-1/m-p/2796570#M934331</guid>
      <dc:creator>Franky Leeuwerck</dc:creator>
      <dc:date>2002-08-29T08:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: disk space /var dir almost full : arch.include.1 ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-var-dir-almost-full-arch-include-1/m-p/2796571#M934332</link>
      <description>arch.include.1 comes from your last make_recovery run and is the archive of all files used by the make_recovery process.&lt;BR /&gt;&lt;BR /&gt;you can remove it without any problems&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;rainer&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Aug 2002 08:52:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-var-dir-almost-full-arch-include-1/m-p/2796571#M934332</guid>
      <dc:creator>Rainer von Bongartz</dc:creator>
      <dc:date>2002-08-29T08:52:47Z</dc:date>
    </item>
    <item>
      <title>Re: disk space /var dir almost full : arch.include.1 ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-var-dir-almost-full-arch-include-1/m-p/2796572#M934333</link>
      <description>You can do a&lt;BR /&gt;&lt;BR /&gt;#du -k /var|sort -nr &amp;gt;/tmp/var.du&lt;BR /&gt;&lt;BR /&gt;find the files that are really big and remove them.&lt;BR /&gt;&lt;BR /&gt;Just check your /var/adm/crash directory.&lt;BR /&gt;&lt;BR /&gt;The files regarding the system crash are stored here .&lt;BR /&gt;Empty this directory.&lt;BR /&gt;&lt;BR /&gt;ALso remove the unwanted files from /var/tmp and /var/preserve directories.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Also do a cleanup of your old patches.&lt;BR /&gt;&lt;BR /&gt;check for man pages of cleanup.&lt;BR /&gt;&lt;BR /&gt;ALso commit all the patches using&lt;BR /&gt;#swmodify -x patch_commit=true \*&lt;BR /&gt;&lt;BR /&gt;Also check your /var/opt/OV directories.&lt;BR /&gt;If they are using huge size you can mount them as a seperate file system.&lt;BR /&gt;/var/opt/OV are the openview directories.&lt;BR /&gt;&lt;BR /&gt;Also check your &lt;BR /&gt;/var/mail /var/adm/syslog/&lt;BR /&gt;directories for large files.&lt;BR /&gt;&lt;BR /&gt;Also check your&lt;BR /&gt;/var/adm/wtmp file size.&lt;BR /&gt;&lt;BR /&gt;ALso check for core files in the file system and remove it.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 29 Aug 2002 09:07:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-var-dir-almost-full-arch-include-1/m-p/2796572#M934333</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-08-29T09:07:16Z</dc:date>
    </item>
    <item>
      <title>Re: disk space /var dir almost full : arch.include.1 ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-var-dir-almost-full-arch-include-1/m-p/2796573#M934334</link>
      <description>You can remove the /var/tmp files&lt;BR /&gt;using&lt;BR /&gt;&lt;BR /&gt;files which are not accesed let's say in 7 days. &lt;BR /&gt;# find /var/tmp -atime +7 -exec rm {} \; &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Aug 2002 09:09:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-var-dir-almost-full-arch-include-1/m-p/2796573#M934334</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-08-29T09:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: disk space /var dir almost full : arch.include.1 ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-var-dir-almost-full-arch-include-1/m-p/2796574#M934335</link>
      <description>Check /var/adm and its subdirs for large files.&lt;BR /&gt;Compress or delete old files. &lt;BR /&gt;Rename current.log files&lt;BR /&gt;and sent the syslog daemon a &lt;BR /&gt;HUP signal.&lt;BR /&gt;&lt;BR /&gt;Get logrotate from the porting center to keep your log files&lt;BR /&gt;trimmed to a reasonable size.&lt;BR /&gt;&lt;BR /&gt;Get logcheck to scan the log files and notify you if there&lt;BR /&gt;is anything interesting.</description>
      <pubDate>Fri, 30 Aug 2002 12:11:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-var-dir-almost-full-arch-include-1/m-p/2796574#M934335</guid>
      <dc:creator>Bill Thorsteinson</dc:creator>
      <dc:date>2002-08-30T12:11:24Z</dc:date>
    </item>
    <item>
      <title>Re: disk space /var dir almost full : arch.include.1 ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-var-dir-almost-full-arch-include-1/m-p/2796575#M934336</link>
      <description>Hello Franky,&lt;BR /&gt;&lt;BR /&gt;1. You may use a different "temporary directory" as default "/var/tmp", e.g. &lt;BR /&gt;&lt;BR /&gt;/opt/ignite/bin/make_tape_recovery -B /var/adm/crash/uxinstlf.recovery&lt;BR /&gt;&lt;BR /&gt;2. The "quick &amp;amp; dirty" : this default value can be changed in script "/opt/ignite/bin/make_medialif", e.g. "TMP_DIR=/var/adm/crash"&lt;BR /&gt;&lt;BR /&gt;3. In your "little cleanup" steps, think of &lt;BR /&gt;"/var/preserve", wich may contain old temporary files, used by "vi" editor, in "recover" mode.</description>
      <pubDate>Wed, 05 Mar 2003 13:48:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-var-dir-almost-full-arch-include-1/m-p/2796575#M934336</guid>
      <dc:creator>Marc Litaudon</dc:creator>
      <dc:date>2003-03-05T13:48:07Z</dc:date>
    </item>
  </channel>
</rss>

