<?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: /var is full in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/var-is-full/m-p/2877671#M100073</link>
    <description>Jan  8 17:42:25 GPAPHK vmunix: vxfs: mesg 001: vx_nospace - /dev/vg00/lvol8 file&lt;BR /&gt; system full (1 block extent)^M&lt;BR /&gt;Jan  8 17:48:53 EDP vmunix: ^M&lt;BR /&gt;Jan  8 17:48:54 EDP  above message repeats 97 times&lt;BR /&gt;Jan  8 17:48:53 EDP vmunix: vxfs: mesg 001: vx_nospace - /dev/vg00/lvol8 file&lt;BR /&gt; system full (1 block extent)^M&lt;BR /&gt;Jan  8 17:48:54 EDP  above message repeats 97 times&lt;BR /&gt;Jan  8 17:48:57 EDP vmunix: ^M&lt;BR /&gt;Jan  8 17:48:57 EDP vmunix: vxfs: mesg 001: vx_nospace - /dev/vg00/lvol8 file&lt;BR /&gt; system full (1 block extent)^M&lt;BR /&gt;Jan  8 18:08:53 EDP  vmunix: ^M&lt;BR /&gt;Jan  8 18:08:54 EDP  above message repeats 299 times&lt;BR /&gt;Jan  8 18:08:53 EDP vmunix: vxfs: mesg 001: vx_nospace - /dev/vg00/lvol8 file&lt;BR /&gt; system full (1 block extent)^M&lt;BR /&gt;Jan  8 18:08:54 EDP above message repeats 299 times&lt;BR /&gt;Jan  8 18:08:57 EDP vmunix: ^M&lt;BR /&gt;Jan  8 18:08:57 EDP vmunix: vxfs: mesg 001: vx_nospace - /dev/vg00/lvol8 file&lt;BR /&gt; system full (1 block extent)^M</description>
    <pubDate>Thu, 09 Jan 2003 10:18:26 GMT</pubDate>
    <dc:creator>Cheung_2</dc:creator>
    <dc:date>2003-01-09T10:18:26Z</dc:date>
    <item>
      <title>/var is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-is-full/m-p/2877648#M100050</link>
      <description>I have run frecover and terminate it abnormally previously , now the /var is full, but I can't find any large file in our system, how can I reduce the size of /var except reboot the system? thx.</description>
      <pubDate>Thu, 09 Jan 2003 02:40:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-is-full/m-p/2877648#M100050</guid>
      <dc:creator>Cheung_2</dc:creator>
      <dc:date>2003-01-09T02:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: /var is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-is-full/m-p/2877649#M100051</link>
      <description>Hi there&lt;BR /&gt;&lt;BR /&gt;There are a few things you could do.&lt;BR /&gt;Check for core files or large log files residing in /var. You could remove them or move them to another location or compress them.&lt;BR /&gt;Also, go to /var, do a du -sk ./ and it will give you the actual space that it is taking up. Example: If it shows 400MB and bdf shows 600MB used, it means you have a lot of lost broken links which is still open and taking up space. &lt;BR /&gt;What you could do next is to fuser /var and kill those sessions which is no longer active. If the problem persists, you will have to reboot the system as /var cannot be unmounted unless you are single user mode.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.</description>
      <pubDate>Thu, 09 Jan 2003 02:44:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-is-full/m-p/2877649#M100051</guid>
      <dc:creator>sycncs</dc:creator>
      <dc:date>2003-01-09T02:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: /var is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-is-full/m-p/2877650#M100052</link>
      <description>Hi,&lt;BR /&gt;If you're running savcore (HP-UX 10.2)or savecrash (HP-UX 11x)&lt;BR /&gt;There is a directory in /var where the crash files are saved.&lt;BR /&gt;It is /var/adm/crash&lt;BR /&gt;&lt;BR /&gt;cd to it, if there is a bounds file and one or a number of directories called core.0, core.1 ... delete them by executing the command, inside the /var/adm/crash directory rm -r *&lt;BR /&gt;This is a very dangerous command, if your not familiar with it. It recusively removes all files and folders from your current directory, so be sure to be in the /var/adm/crash directory, you can check this by using the command pwd (print working directory)&lt;BR /&gt;&lt;BR /&gt;If this is the case you may just see a dramatic improvement in your /var/directory.&lt;BR /&gt;&lt;BR /&gt;Good luck,&lt;BR /&gt;Kel</description>
      <pubDate>Thu, 09 Jan 2003 03:29:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-is-full/m-p/2877650#M100052</guid>
      <dc:creator>Kelli Ward</dc:creator>
      <dc:date>2003-01-09T03:29:35Z</dc:date>
    </item>
    <item>
      <title>Re: /var is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-is-full/m-p/2877651#M100053</link>
      <description>hi kelli,&lt;BR /&gt;&lt;BR /&gt;nth in the directory of "/var/adm/crash" .</description>
      <pubDate>Thu, 09 Jan 2003 03:33:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-is-full/m-p/2877651#M100053</guid>
      <dc:creator>Cheung_2</dc:creator>
      <dc:date>2003-01-09T03:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: /var is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-is-full/m-p/2877652#M100054</link>
      <description>hi sycncs, &lt;BR /&gt;the bdf result is not equal to su result , i kill all dead process , what can i do now except reboot ? thx.</description>
      <pubDate>Thu, 09 Jan 2003 03:36:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-is-full/m-p/2877652#M100054</guid>
      <dc:creator>Cheung_2</dc:creator>
      <dc:date>2003-01-09T03:36:34Z</dc:date>
    </item>
    <item>
      <title>Re: /var is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-is-full/m-p/2877653#M100055</link>
      <description>There might be any large files in /var at all. Instead, a runaway process may have created thousands of small files in some directory. So don't look for big files, look for big directories:&lt;BR /&gt;&lt;BR /&gt;du -kx /var | sort -rn | more&lt;BR /&gt;&lt;BR /&gt;Look at the first few directories under /var. cd into the directory and tpye: ls to see what's there (a few files? thousands of files?) If there are just a few, use:&lt;BR /&gt;&lt;BR /&gt;ll | sort -rnk5 | head&lt;BR /&gt;&lt;BR /&gt;to see the largest files.</description>
      <pubDate>Thu, 09 Jan 2003 03:43:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-is-full/m-p/2877653#M100055</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2003-01-09T03:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: /var is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-is-full/m-p/2877654#M100056</link>
      <description>Hi Cheung&lt;BR /&gt;&lt;BR /&gt;Good. At least we are heading in the correct direction. Bill is correct. We can kill those lost files that we can find, but that is very limited if the number stretches to thousands.&lt;BR /&gt;It seemed like the machine is quite critical to you now as you are opting out reboot. &lt;BR /&gt;But /var is a system directory, unless you can umount and mount it back, it will not return the free space that it is occupying now. &lt;BR /&gt;</description>
      <pubDate>Thu, 09 Jan 2003 03:58:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-is-full/m-p/2877654#M100056</guid>
      <dc:creator>sycncs</dc:creator>
      <dc:date>2003-01-09T03:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: /var is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-is-full/m-p/2877655#M100057</link>
      <description>Hi, chung&lt;BR /&gt;&lt;BR /&gt;# ll |sort +4rn  in /var will list all files and directories, remove the unwanted files</description>
      <pubDate>Thu, 09 Jan 2003 05:07:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-is-full/m-p/2877655#M100057</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2003-01-09T05:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: /var is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-is-full/m-p/2877656#M100058</link>
      <description>I didn't any large file in the system , what can i do? thx.</description>
      <pubDate>Thu, 09 Jan 2003 07:31:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-is-full/m-p/2877656#M100058</guid>
      <dc:creator>Cheung_2</dc:creator>
      <dc:date>2003-01-09T07:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: /var is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-is-full/m-p/2877657#M100059</link>
      <description>Maybe there are unlinked files which are still open (they don't show up in du output since they are already removed but they still use up disk space since they are in use). Use a tool called lsof to check for this:&lt;BR /&gt;&lt;BR /&gt;$ lsof +aL1 /var&lt;BR /&gt;&lt;BR /&gt;Output might look like this:&lt;BR /&gt;&lt;BR /&gt;COMMAND  PID   USER   FD   TYPE DEVICE SIZE/OFF NODE NAME&lt;BR /&gt;tail    2790   root    0r  VREG 64,0x4 13394720   97 /home (/dev/vg00/lvol4)&lt;BR /&gt;&lt;BR /&gt;In this example the process still having the file open is tail. After killing tail the disk space is recovered.</description>
      <pubDate>Thu, 09 Jan 2003 08:01:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-is-full/m-p/2877657#M100059</guid>
      <dc:creator>Jochen Heuer</dc:creator>
      <dc:date>2003-01-09T08:01:36Z</dc:date>
    </item>
    <item>
      <title>Re: /var is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-is-full/m-p/2877658#M100060</link>
      <description>Two useful commands to find big files / directories:&lt;BR /&gt;&lt;BR /&gt;to find the big directories in /var run&lt;BR /&gt;&lt;BR /&gt;$ find /var -type d -exec du -sk {} \; | sort -n&lt;BR /&gt;&lt;BR /&gt;then have a look at the biggest dirs (which are printed last)&lt;BR /&gt;&lt;BR /&gt;If you want to check for biggest files in /var just run&lt;BR /&gt;&lt;BR /&gt;$ find /var -type f -exec du -sk {} \; | sort -n</description>
      <pubDate>Thu, 09 Jan 2003 08:04:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-is-full/m-p/2877658#M100060</guid>
      <dc:creator>Jochen Heuer</dc:creator>
      <dc:date>2003-01-09T08:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: /var is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-is-full/m-p/2877659#M100061</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;When you install patches the system save old file in /var/adm/sw/save. You maybe have more files in this directory ? You can meke space by using cleanup.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Jerome</description>
      <pubDate>Thu, 09 Jan 2003 08:07:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-is-full/m-p/2877659#M100061</guid>
      <dc:creator>Jerome Baron</dc:creator>
      <dc:date>2003-01-09T08:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: /var is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-is-full/m-p/2877660#M100062</link>
      <description>Thx all response , &lt;BR /&gt;Bolow are my response,&lt;BR /&gt;1. no lsof in my system , i am now searching, &lt;BR /&gt;2. the largest file is only a 4M file , so I don't think the real largest file is hidden.&lt;BR /&gt;3. If I want to remove the patch , can i just remove the file? &lt;BR /&gt;eg.&lt;BR /&gt;# rm /var/adm/sw/save/PHSS_20444/DCE-CORE-SHLIB/usr/lib/libdce.2&lt;BR /&gt;&lt;BR /&gt;Thx all.&lt;BR /&gt;</description>
      <pubDate>Thu, 09 Jan 2003 08:40:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-is-full/m-p/2877660#M100062</guid>
      <dc:creator>Cheung_2</dc:creator>
      <dc:date>2003-01-09T08:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: /var is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-is-full/m-p/2877661#M100063</link>
      <description>lsof can be found on the porting site:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.asknet.de/hppd/hpux/Sysadmin/lsof-4.64/" target="_blank"&gt;http://hpux.asknet.de/hppd/hpux/Sysadmin/lsof-4.64/&lt;/A&gt;</description>
      <pubDate>Thu, 09 Jan 2003 08:44:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-is-full/m-p/2877661#M100063</guid>
      <dc:creator>Jochen Heuer</dc:creator>
      <dc:date>2003-01-09T08:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: /var is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-is-full/m-p/2877662#M100064</link>
      <description>It's better to use cleanup.&lt;BR /&gt;with this you can choose the level of supersed patch remove.</description>
      <pubDate>Thu, 09 Jan 2003 08:47:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-is-full/m-p/2877662#M100064</guid>
      <dc:creator>Jerome Baron</dc:creator>
      <dc:date>2003-01-09T08:47:26Z</dc:date>
    </item>
    <item>
      <title>Re: /var is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-is-full/m-p/2877663#M100065</link>
      <description>If the directory with the biggest usage is /var/adm/sw/save use the program 'cleanup' to get rid of some save-areas ...</description>
      <pubDate>Thu, 09 Jan 2003 08:47:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-is-full/m-p/2877663#M100065</guid>
      <dc:creator>Jochen Heuer</dc:creator>
      <dc:date>2003-01-09T08:47:38Z</dc:date>
    </item>
    <item>
      <title>Re: /var is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-is-full/m-p/2877664#M100066</link>
      <description>Use the cleanup command as suggested:&lt;BR /&gt;&lt;BR /&gt;# cleanup -i &lt;BR /&gt;&lt;BR /&gt;Do not just remove the file&lt;BR /&gt;&lt;BR /&gt;You can get lsof from here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Sysadmin/lsof-4.64/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Sysadmin/lsof-4.64/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;or for 64 bit servers here:&lt;BR /&gt;&lt;A href="http://www.wiretapped.net/security/host-security/lsof/binaries/hpux/B.11.11/" target="_blank"&gt;http://www.wiretapped.net/security/host-security/lsof/binaries/hpux/B.11.11/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;How large is /var ? perhaps provide the output of these&lt;BR /&gt;&lt;BR /&gt;# bdf&lt;BR /&gt;&lt;BR /&gt;and &lt;BR /&gt;&lt;BR /&gt;# cd /var&lt;BR /&gt;# du -sk *&lt;BR /&gt;&lt;BR /&gt;or how Jochen has asked, perhaps then we could help more.&lt;BR /&gt;</description>
      <pubDate>Thu, 09 Jan 2003 08:50:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-is-full/m-p/2877664#M100066</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-01-09T08:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: /var is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-is-full/m-p/2877665#M100067</link>
      <description>You should ALWAYS use cleanup to remove backup copies of patches.&lt;BR /&gt;In your initial post you state that you ran frecover. WHAT did you frecover, and to where?&lt;BR /&gt;Could you also post the output of 'bdf -i /var' so we can get an idea of the size and amount of files.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Trond</description>
      <pubDate>Thu, 09 Jan 2003 08:53:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-is-full/m-p/2877665#M100067</guid>
      <dc:creator>Trond Haugen</dc:creator>
      <dc:date>2003-01-09T08:53:25Z</dc:date>
    </item>
    <item>
      <title>Re: /var is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-is-full/m-p/2877666#M100068</link>
      <description>#bdf&lt;BR /&gt;/dev/vg00/lvol8    1105920 1102367    3553  100% /var&lt;BR /&gt;#cd /var&lt;BR /&gt;#du -sk *&lt;BR /&gt;# du -sk *&lt;BR /&gt;0       X11&lt;BR /&gt;256505  adm&lt;BR /&gt;1       dt&lt;BR /&gt;0       lost+found&lt;BR /&gt;454     mail&lt;BR /&gt;0       news&lt;BR /&gt;4688    opt&lt;BR /&gt;144     preserve&lt;BR /&gt;0       rbootd&lt;BR /&gt;2       run&lt;BR /&gt;521     sam&lt;BR /&gt;74      spool&lt;BR /&gt;2       statmon&lt;BR /&gt;10559   stm&lt;BR /&gt;578     tmp&lt;BR /&gt;77      tombstones&lt;BR /&gt;0       uucp&lt;BR /&gt;39      yp&lt;BR /&gt;&lt;BR /&gt;# bdf -i /var&lt;BR /&gt;Filesystem          kbytes    used   avail %used  iused  ifree %iuse Mounted on&lt;BR /&gt;/dev/vg00/lvol8    1105920 1102367    3553  100%  18002   1966   90% /var&lt;BR /&gt;</description>
      <pubDate>Thu, 09 Jan 2003 09:56:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-is-full/m-p/2877666#M100068</guid>
      <dc:creator>Cheung_2</dc:creator>
      <dc:date>2003-01-09T09:56:41Z</dc:date>
    </item>
    <item>
      <title>Re: /var is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-is-full/m-p/2877667#M100069</link>
      <description>Hi Trond Haugen,&lt;BR /&gt;&lt;BR /&gt;The file is recovered to /home/ACC/temp , i found a file there , it is "core", i have already removed it , but the /var is still not reduced.&lt;BR /&gt;</description>
      <pubDate>Thu, 09 Jan 2003 10:03:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-is-full/m-p/2877667#M100069</guid>
      <dc:creator>Cheung_2</dc:creator>
      <dc:date>2003-01-09T10:03:39Z</dc:date>
    </item>
  </channel>
</rss>

