<?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: vx_nospace in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vx-nospace/m-p/5272877#M548840</link>
    <description>&amp;gt; The output of the find command shows the first entry, &lt;BR /&gt;&amp;gt; -rw-r--r-- 1 root root 5037965144 Feb 5 17:28 nwmgr_apa.log&lt;BR /&gt; &lt;BR /&gt;You must not have copy-pasted the find command. "find / -xdev" will not search mounted filesystems such as /tmp. It's always useful to show the complete bdf output, at least for vg00.&lt;BR /&gt; &lt;BR /&gt;So zero the nwmgr file and put in the patch for APA. There is no reason to save it, especially at 5GB.&lt;BR /&gt;   &lt;BR /&gt;So the /u03 is the problem and SMH wasn't the cause. You (or another root user) created the /u03 directory but did not mount an lvol to the directory. So when files were created/copied into this directory, it was actually / that filled up. This might have been an ftp or scp copy or maybe restored from tape. In fact, it may have been full before you started SMH. That's why you always need to monitor filesystems and be very careful about restoring files and directories.&lt;BR /&gt; &lt;BR /&gt;To fix this, hopefully you haven't been running Oracle in this state. If you are, shut it down. Then create the appropriate lvol (2GB? whatever). Mount it to a temporary directory, perhaps /mnt1 (create it). Then move all the files and directories from /u03 to /mnt1. This is a good (and fast way):&lt;BR /&gt; &lt;BR /&gt;mkdir /mnt1&lt;BR /&gt;lvcreate -L 2000 -n lvu03 vgsoemthing &lt;BR /&gt;newfs /dev/vgsomething/rlvu03&lt;BR /&gt;mount /dev/vgsomething/lvu03 /mnt1&lt;BR /&gt;cd /u03&lt;BR /&gt;find . | cpio -pudlmv /mnt1&lt;BR /&gt;find /u03 -type f | wc -l&lt;BR /&gt;find /mnt1 -type f | wc -l&lt;BR /&gt;&lt;BR /&gt;find /u03 -type d | wc -l&lt;BR /&gt;find /mnt1 -type d | wc -l&lt;BR /&gt; &lt;BR /&gt;You run the wc counts to verify that the source and destination counts are the same. Note that /mnt1 will have one additional directory: /mnt1/lost+found because /u03 in the / directory was not a mountpoint.&lt;BR /&gt; &lt;BR /&gt;Once the copying is done and verified, you can remove the files and directories in /u03:&lt;BR /&gt; &lt;BR /&gt;rm -rf /u03/*&lt;BR /&gt; &lt;BR /&gt;If there are dot-files (like .ora3 or .myfile, etc), move these manually to /mnt1. Now /u03 is an empty directory that will become your /u03 mountpoint.&lt;BR /&gt;&lt;BR /&gt;umount /mnt1&lt;BR /&gt;mount /dev/vgsomething/lvu03 /u03&lt;BR /&gt; &lt;BR /&gt;Now your / directory is back to normal. Be sure to edit /etc/fstab to add the lvu03 lvol.</description>
    <pubDate>Sun, 06 Feb 2011 19:06:07 GMT</pubDate>
    <dc:creator>Bill Hassell</dc:creator>
    <dc:date>2011-02-06T19:06:07Z</dc:date>
    <item>
      <title>vx_nospace</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vx-nospace/m-p/5272855#M548818</link>
      <description>Good morning gents!!&lt;BR /&gt;&lt;BR /&gt;Here's what I got:  Attempted to do a patch run on an 11.31 systems yesterday.  The swinstall failed the analysis, due to the / filesystem not having enough space.  That is neither here nor there.  I have to work with the filesystem to get more space allocatied to /.  Now, bdf shows / at 100% full.  I am not in a position to extend / at this time.  Where did the space go?  Right now there's 1024MB allocated to /.  Any ideas where the space went?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Ron</description>
      <pubDate>Sat, 05 Feb 2011 04:25:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vx-nospace/m-p/5272855#M548818</guid>
      <dc:creator>Ron Irving</dc:creator>
      <dc:date>2011-02-05T04:25:47Z</dc:date>
    </item>
    <item>
      <title>Re: vx_nospace</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vx-nospace/m-p/5272856#M548819</link>
      <description>Have you tried using "du -kxs /*" to find the big directories?&lt;BR /&gt;Does that add up to 1 Gb?</description>
      <pubDate>Sat, 05 Feb 2011 06:45:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vx-nospace/m-p/5272856#M548819</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-02-05T06:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: vx_nospace</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vx-nospace/m-p/5272857#M548820</link>
      <description>Hi Dennis, and thanks!!&lt;BR /&gt;&lt;BR /&gt;Here's what I got on that:&lt;BR /&gt;&lt;BR /&gt;root@fobapp / =#du -ksx /&lt;BR /&gt;1027184 /&lt;BR /&gt;&lt;BR /&gt;That's it.  Any ideas?</description>
      <pubDate>Sat, 05 Feb 2011 06:51:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vx-nospace/m-p/5272857#M548820</guid>
      <dc:creator>Ron Irving</dc:creator>
      <dc:date>2011-02-05T06:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: vx_nospace</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vx-nospace/m-p/5272858#M548821</link>
      <description>check the large files in /&lt;BR /&gt;&lt;BR /&gt;# find / -size +10000c -xdev -exec ll {} \; | sort -rn -k 5&lt;BR /&gt;&lt;BR /&gt;or try replacing "ll to ls -l"&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 05 Feb 2011 07:45:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vx-nospace/m-p/5272858#M548821</guid>
      <dc:creator>Manix</dc:creator>
      <dc:date>2011-02-05T07:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: vx_nospace</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vx-nospace/m-p/5272859#M548822</link>
      <description>Ron,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; root@fobapp / =#du -ksx /&lt;BR /&gt;&amp;gt;&amp;gt; 1027184 /&lt;BR /&gt;&amp;gt;&amp;gt;&lt;BR /&gt;&amp;gt;&amp;gt; That's it. Any ideas?&lt;BR /&gt;&lt;BR /&gt;Yes, you missed off the asterisk (*) from the end of Dennis' command... try&lt;BR /&gt;&lt;BR /&gt;du -ksx /*&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Sat, 05 Feb 2011 08:00:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vx-nospace/m-p/5272859#M548822</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2011-02-05T08:00:14Z</dc:date>
    </item>
    <item>
      <title>Re: vx_nospace</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vx-nospace/m-p/5272860#M548823</link>
      <description>Guys!!&lt;BR /&gt;&lt;BR /&gt;Thanks for your prompt responses.  Unfotunately, I had to come back to my room.  No vpn here, so I'll have to go at it again later when I'm recovered from whatever plague I have contracted.&lt;BR /&gt;&lt;BR /&gt;Thank you again...I will update this tomorrow, (Sunday)&lt;BR /&gt;&lt;BR /&gt;Ron</description>
      <pubDate>Sat, 05 Feb 2011 08:06:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vx-nospace/m-p/5272860#M548823</guid>
      <dc:creator>Ron Irving</dc:creator>
      <dc:date>2011-02-05T08:06:14Z</dc:date>
    </item>
    <item>
      <title>Re: vx_nospace</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vx-nospace/m-p/5272861#M548824</link>
      <description>&amp;gt;Here's what I got on that: 1027184 /&lt;BR /&gt;&lt;BR /&gt;How much space does "bdf /" show?</description>
      <pubDate>Sat, 05 Feb 2011 08:27:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vx-nospace/m-p/5272861#M548824</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-02-05T08:27:41Z</dc:date>
    </item>
    <item>
      <title>Re: vx_nospace</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vx-nospace/m-p/5272862#M548825</link>
      <description>Hey all....I dragged my sick ass back in.  &lt;BR /&gt;&lt;BR /&gt;#bdf shows &lt;BR /&gt;&lt;BR /&gt;/dev/vg00/lvol3               1024    1024       0  100% /&lt;BR /&gt;/dev/vg00/lvol1               1792     181    1598   10% /stand&lt;BR /&gt;/dev/vg00/lvol8              15360    4499   10778   29% /var&lt;BR /&gt;/dev/vg00/lvol7               5792    2873    2896   50% /usr&lt;BR /&gt; (first few lines.)&lt;BR /&gt;&lt;BR /&gt;The output of the find command shows the first entry, &lt;BR /&gt;-rw-r--r--   1 root       root       5037965144 Feb  5 17:28 nwmgr_apa.log&lt;BR /&gt;&lt;BR /&gt;Now, that is 'supposed' to be in the /tmp directory, but the fund command shows it being in the root directory(?)  Should I try moving it temporarily to see?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 05 Feb 2011 14:37:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vx-nospace/m-p/5272862#M548825</guid>
      <dc:creator>Ron Irving</dc:creator>
      <dc:date>2011-02-05T14:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: vx_nospace</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vx-nospace/m-p/5272863#M548826</link>
      <description>&amp;gt;#bdf shows&lt;BR /&gt;&amp;gt;/dev/vg00/lvol3 1024 1024 0 100% /&lt;BR /&gt;&lt;BR /&gt;What bdf gives you megabytes?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;The output of the find command shows the first entry,&lt;BR /&gt;&amp;gt;-rw-r--r-- 5,037,965,144 Feb 5 17:28 nwmgr_apa.log&lt;BR /&gt;&lt;BR /&gt;That shows 5 Gb, is it a sparse file?&lt;BR /&gt;What does "ll -e nwmgr_apa.log" show?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;but the find command shows it being in the root directory(?) Should I try moving it temporarily to see?&lt;BR /&gt;&lt;BR /&gt;If you copy it to another filesystem and it is still open, you'll lose the handle on the file.  You'll need to stop that process before you move that file.&lt;BR /&gt;You could use: /usr/sbin/fuser -u nwmgr_apa.log&lt;BR /&gt;to find the process that has it open.&lt;BR /&gt;</description>
      <pubDate>Sat, 05 Feb 2011 16:17:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vx-nospace/m-p/5272863#M548826</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-02-05T16:17:11Z</dc:date>
    </item>
    <item>
      <title>Re: vx_nospace</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vx-nospace/m-p/5272864#M548827</link>
      <description>To fix the / directory, you need to show the largest directories in irder:&lt;BR /&gt; &lt;BR /&gt; du -kx / | sort -rn | head -20&lt;BR /&gt; &lt;BR /&gt;This will show you big directories which is much more useful. The two larges directories must be /sbin and /etc and they should add up to about 90% of the total for /. An average system might have 100 about MB for /sbin and 100-300 MB for /sbin. That means for your system, more than 500 MB is in the wrong location. To check just the / directory for a junk file:&lt;BR /&gt; &lt;BR /&gt; ll / | sort -rnk5 | head&lt;BR /&gt; &lt;BR /&gt;The output of the find command shows a 5 GB file which couldn't fit into /, so the file is sparse -- but regardless, the file does NOT belong in /. Indeed, no log files ever go into /. This is a common symptom when the root user's HOME directory is / (a very bad place for it to be).&lt;BR /&gt; &lt;BR /&gt;Fixes:&lt;BR /&gt;1. Change the logging for APA to /var/adm&lt;BR /&gt;2. Move root's HOME to /root&lt;BR /&gt;3. Clean out all files from /. The / directory should contain nothing but directories.&lt;BR /&gt; &lt;BR /&gt;You may need to add another 1 GB to /usr.</description>
      <pubDate>Sat, 05 Feb 2011 21:20:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vx-nospace/m-p/5272864#M548827</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2011-02-05T21:20:37Z</dc:date>
    </item>
    <item>
      <title>Re: vx_nospace</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vx-nospace/m-p/5272865#M548828</link>
      <description>Hi!!&lt;BR /&gt;&lt;BR /&gt;Thanks for your responses!!  I'll be going through them today and try to clean things up.  &lt;BR /&gt;&lt;BR /&gt;Here's what caused the issue.  I ran a swinstall from SMH, which failed, due to insufficient space in the / directory.  Before I launched the install, / was sitting pretty at around 50 - 60%.  When the analysis finished, we're at 100% and complaining.  Is this a clue?  I'm no Sherlock Holmes, but maybe you detectives out there can read between the lines.  Is there a particular logfile or something?  &lt;BR /&gt;&lt;BR /&gt;Another question I have is why would a swinstall be dumping files into / anyway?&lt;BR /&gt;&lt;BR /&gt;Crazy but curious,&lt;BR /&gt;&lt;BR /&gt;Ron</description>
      <pubDate>Sun, 06 Feb 2011 04:26:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vx-nospace/m-p/5272865#M548828</guid>
      <dc:creator>Ron Irving</dc:creator>
      <dc:date>2011-02-06T04:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: vx_nospace</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vx-nospace/m-p/5272866#M548829</link>
      <description>Ron,&lt;BR /&gt;&lt;BR /&gt;I have *no idea* why nwmgr_apa.log is in / - but I do know there is a fix in the  B.11.31.40 release of APA (Auto-Port Aggregation) to stop this debug file growing at such a rate.&lt;BR /&gt;&lt;BR /&gt;Maybe try that as a starter...&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Sun, 06 Feb 2011 09:56:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vx-nospace/m-p/5272866#M548829</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2011-02-06T09:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: vx_nospace</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vx-nospace/m-p/5272867#M548830</link>
      <description>oh, and I doubt nwmgr_apa.log is going to contain much of interest to you, unless you are trying to debug issues in the network stack, so I would also probably just run a "fuser" on the file, and if no-one has it open, delete it.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Sun, 06 Feb 2011 10:02:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vx-nospace/m-p/5272867#M548830</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2011-02-06T10:02:33Z</dc:date>
    </item>
    <item>
      <title>Re: vx_nospace</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vx-nospace/m-p/5272868#M548831</link>
      <description>nwmgr_apa.log is located in the /tmp directory, so it has no bearing on the issue at hand.  The issue is, why, when running an swinstall through system management homepage, did the / directory fill up, and with what?  During the analysis, it complained that there was not enough space in /.  Before I started the install, there was at least 50% available in /, and after the analysis, it had shot up to 100%.  &lt;BR /&gt;&lt;BR /&gt;The main question is, why would a swinstall would need / anyway?  If I knew the processes involved, I could delete the files and regain the space.&lt;BR /&gt;&lt;BR /&gt;The / mount point for lvol3 had 1GB allocated to it.  That should be sufficient, shouldn't it?&lt;BR /&gt;&lt;BR /&gt;Thank you!&lt;BR /&gt;&lt;BR /&gt;Ron</description>
      <pubDate>Sun, 06 Feb 2011 10:18:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vx-nospace/m-p/5272868#M548831</guid>
      <dc:creator>Ron Irving</dc:creator>
      <dc:date>2011-02-06T10:18:00Z</dc:date>
    </item>
    <item>
      <title>Re: vx_nospace</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vx-nospace/m-p/5272869#M548832</link>
      <description>&amp;gt;nwmgr_apa.log is located in the /tmp directory, so it has no bearing on the issue at hand.&lt;BR /&gt;&lt;BR /&gt;You said you found it with the above find(1), that means it is in the / filesystem.  And your above incomplete bdf shows you probably don't have a /tmp filesystem.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;there was at least 50% available in /, and after the analysis, it had shot up to 100%.&lt;BR /&gt;&lt;BR /&gt;Have you used tail(1) on nwmgr_apa.log to see if there are lots of recent messages?&lt;BR /&gt;Also, just copying that sparse file will fill up the disk.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;why would a swinstall would need / anyway?&lt;BR /&gt;&lt;BR /&gt;Because that's where /tmp is?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;The / mount point for lvol3 had 1GB allocated to it. That should be sufficient, shouldn't it?&lt;BR /&gt;&lt;BR /&gt;Perhaps not for /tmp/.</description>
      <pubDate>Sun, 06 Feb 2011 11:55:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vx-nospace/m-p/5272869#M548832</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-02-06T11:55:07Z</dc:date>
    </item>
    <item>
      <title>Re: vx_nospace</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vx-nospace/m-p/5272870#M548833</link>
      <description>Oh, I may have confused you with "du -kxs /*".  This will print out other filesystems and take forever.&lt;BR /&gt;Use Bill's version.</description>
      <pubDate>Sun, 06 Feb 2011 12:02:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vx-nospace/m-p/5272870#M548833</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-02-06T12:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: vx_nospace</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vx-nospace/m-p/5272871#M548834</link>
      <description>Sorry Dennis.  Here's the complete bdf:&lt;BR /&gt;&lt;BR /&gt;root@fobapp / =#bdf&lt;BR /&gt;File-System                 Mbytes    Used   Avail %Used Mounted on&lt;BR /&gt;/dev/vg00/lvol3               1024    1024       0  100% /&lt;BR /&gt;/dev/vg00/lvol1               1792     181    1598   10% /stand&lt;BR /&gt;/dev/vg00/lvol8              15360    4500   10777   29% /var&lt;BR /&gt;/dev/vg00/lvol7               5792    2873    2896   50% /usr&lt;BR /&gt;/dev/vg03/lvu04             139264  122996   15407   89% /u04/oracle&lt;BR /&gt;/dev/vg01/lvu02             139264  126045   12413   91% /u02/oracle&lt;BR /&gt;/dev/vg00/lvoracle           76800   60660   15311   80% /u01/oracle&lt;BR /&gt;/dev/vg00/lvol4               8192    5250    2920   64% /tmp&lt;BR /&gt;/dev/vg00/lvol6               8800    5032    3739   57% /opt&lt;BR /&gt;/dev/vg00/lvol5               8192      13    8115    0% /home&lt;BR /&gt;nfs:/home/appbackup         247636   57208  177849   24% /appbackup&lt;BR /&gt;nfs:/backup                  50397    2057   47828    4% /backup&lt;BR /&gt;fobdb:/u02/oracle/StageR12  122880   93515   27530   77% /u03/oracle/StageR12&lt;BR /&gt;&lt;BR /&gt;/tmp is it's own mountpoint of lvol4.  I attempted to mv the  mwmgr_apa.log to another directory, and it only affected /tmp, and not /.  As I said before, the / directory ONLY filled up after I ran the swinstall.&lt;BR /&gt;&lt;BR /&gt;Here's the tail of the mwmgr_apa.log:&lt;BR /&gt;root@fobapp /tmp =#tail  mwmgr_apa.log&lt;BR /&gt;321:success perform ioctl HACR_GET ppa=0&lt;BR /&gt;321:success perform ioctl HACR_GET ppa=0&lt;BR /&gt;321:success perform ioctl HACR_GET ppa=0&lt;BR /&gt;321:success perform ioctl HACR_GET ppa=1&lt;BR /&gt;321:success perform ioctl HACR_GET ppa=1&lt;BR /&gt;321:success perform ioctl HACR_GET ppa=1&lt;BR /&gt;321:success perform ioctl HACR_GET ppa=3&lt;BR /&gt;321:success perform ioctl HACR_GET ppa=3&lt;BR /&gt;321:success perform ioctl HACR_GET ppa=3&lt;BR /&gt;Exit apa_netmgr_main, ret=0&lt;BR /&gt;</description>
      <pubDate>Sun, 06 Feb 2011 12:23:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vx-nospace/m-p/5272871#M548834</guid>
      <dc:creator>Ron Irving</dc:creator>
      <dc:date>2011-02-06T12:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: vx_nospace</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vx-nospace/m-p/5272872#M548835</link>
      <description>oops...and here's the tail of nwmgr_apa.log:&lt;BR /&gt;root@fobapp /tmp =#tail  nwmgr_apa.log&lt;BR /&gt;321:success perform ioctl HACR_GET ppa=0&lt;BR /&gt;321:success perform ioctl HACR_GET ppa=0&lt;BR /&gt;321:success perform ioctl HACR_GET ppa=0&lt;BR /&gt;321:success perform ioctl HACR_GET ppa=1&lt;BR /&gt;321:success perform ioctl HACR_GET ppa=1&lt;BR /&gt;321:success perform ioctl HACR_GET ppa=1&lt;BR /&gt;321:success perform ioctl HACR_GET ppa=3&lt;BR /&gt;321:success perform ioctl HACR_GET ppa=3&lt;BR /&gt;321:success perform ioctl HACR_GET ppa=3&lt;BR /&gt;Exit apa_netmgr_main, ret=0&lt;BR /&gt;&lt;BR /&gt;Please let me know if you need anything else.&lt;BR /&gt;&lt;BR /&gt;Ron</description>
      <pubDate>Sun, 06 Feb 2011 12:25:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vx-nospace/m-p/5272872#M548835</guid>
      <dc:creator>Ron Irving</dc:creator>
      <dc:date>2011-02-06T12:25:46Z</dc:date>
    </item>
    <item>
      <title>Re: vx_nospace</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vx-nospace/m-p/5272873#M548836</link>
      <description>&amp;gt;/tmp is it's own mountpoint of lvol4.&lt;BR /&gt;&amp;gt;the / directory ONLY filled up after I ran the swinstall.&lt;BR /&gt;&lt;BR /&gt;Ok, start all over:&lt;BR /&gt;1) What was the result of Manix's find?&lt;BR /&gt;2) What was the result of Bill's du?&lt;BR /&gt;3) Find open &amp;amp; deleted files: lsof +aL1 /</description>
      <pubDate>Sun, 06 Feb 2011 12:56:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vx-nospace/m-p/5272873#M548836</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-02-06T12:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: vx_nospace</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vx-nospace/m-p/5272874#M548837</link>
      <description>Hi and thanks again!!&lt;BR /&gt;&lt;BR /&gt;I've attached a couple of files.  One is Manix's find, find.out, and Bill's du is du.out.  I have to install lsof on this to run it.&lt;BR /&gt;&lt;BR /&gt;Thank you!!</description>
      <pubDate>Sun, 06 Feb 2011 13:31:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vx-nospace/m-p/5272874#M548837</guid>
      <dc:creator>Ron Irving</dc:creator>
      <dc:date>2011-02-06T13:31:12Z</dc:date>
    </item>
  </channel>
</rss>

