<?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 / not showing recent disk availability in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/not-showing-recent-disk-availability/m-p/3840632#M273203</link>
    <description>I have deleted several large files from my /home and /tmp directory that computes to about 400mb.  When I run a bdf after I have deleted the files root still shows the same usage and mb available as before I deleted the files, although /home and /tmp show the decrease.  What am I missing here?&lt;BR /&gt;&lt;BR /&gt;HPUX&lt;BR /&gt;B.11.11 U 9000/800&lt;BR /&gt;&lt;BR /&gt;Thanks for any insight.</description>
    <pubDate>Wed, 09 Aug 2006 15:13:25 GMT</pubDate>
    <dc:creator>TWBSupport</dc:creator>
    <dc:date>2006-08-09T15:13:25Z</dc:date>
    <item>
      <title>/ not showing recent disk availability</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-showing-recent-disk-availability/m-p/3840632#M273203</link>
      <description>I have deleted several large files from my /home and /tmp directory that computes to about 400mb.  When I run a bdf after I have deleted the files root still shows the same usage and mb available as before I deleted the files, although /home and /tmp show the decrease.  What am I missing here?&lt;BR /&gt;&lt;BR /&gt;HPUX&lt;BR /&gt;B.11.11 U 9000/800&lt;BR /&gt;&lt;BR /&gt;Thanks for any insight.</description>
      <pubDate>Wed, 09 Aug 2006 15:13:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-showing-recent-disk-availability/m-p/3840632#M273203</guid>
      <dc:creator>TWBSupport</dc:creator>
      <dc:date>2006-08-09T15:13:25Z</dc:date>
    </item>
    <item>
      <title>Re: / not showing recent disk availability</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-showing-recent-disk-availability/m-p/3840633#M273204</link>
      <description>Ummm....If you deleted files from /home and /tmp, why would you expect / to decrease?&lt;BR /&gt;&lt;BR /&gt;/ is a filesystem separate from /tmp and /home.  /tmp and /home are mounted on /.  The space available in / has nothing to do with the space available in /tmp and /home.&lt;BR /&gt;&lt;BR /&gt;Did you also delete files from /, or one of the directories under / (one that is NOT a separate mount point)?  If not, then the usage of / will not change.</description>
      <pubDate>Wed, 09 Aug 2006 15:17:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-showing-recent-disk-availability/m-p/3840633#M273204</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2006-08-09T15:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: / not showing recent disk availability</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-showing-recent-disk-availability/m-p/3840634#M273205</link>
      <description>Space is per file system, when you run bdf you will see the file systems available in your system.&lt;BR /&gt;&lt;BR /&gt;If you delete a file in a directory, and the directory is listed in the bdf output, then you are freeing space in that file system, and other are not afected.&lt;BR /&gt;&lt;BR /&gt;If you want to free space from /, you must delete files in any other directory that is not under any directory listed by bdf.&lt;BR /&gt;&lt;BR /&gt;Probably, my english is not good enough to explain this.</description>
      <pubDate>Wed, 09 Aug 2006 15:20:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-showing-recent-disk-availability/m-p/3840634#M273205</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-08-09T15:20:24Z</dc:date>
    </item>
    <item>
      <title>Re: / not showing recent disk availability</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-showing-recent-disk-availability/m-p/3840635#M273206</link>
      <description>you might have deleted unknowingly some open files under /. use lsof or "ps -ef |grep -i defunct"   processes then if you can kill their PPID of defunct'd processes other than with PPID of 1.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Aug 2006 15:20:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-showing-recent-disk-availability/m-p/3840635#M273206</guid>
      <dc:creator>IT_2007</dc:creator>
      <dc:date>2006-08-09T15:20:32Z</dc:date>
    </item>
    <item>
      <title>Re: / not showing recent disk availability</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-showing-recent-disk-availability/m-p/3840636#M273207</link>
      <description>Disk space is not returned until the files are closed. You can remove the name of a file in a directory but unless the file is locked, the rm will succeed but the space will not be released until the programs close the files.</description>
      <pubDate>Wed, 09 Aug 2006 15:20:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-showing-recent-disk-availability/m-p/3840636#M273207</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2006-08-09T15:20:51Z</dc:date>
    </item>
    <item>
      <title>Re: / not showing recent disk availability</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-showing-recent-disk-availability/m-p/3840637#M273208</link>
      <description>I understand that however, why does everyone, hp included state to look for large files within /home, /var, /tmp, /stand when they have / fill up?  Mine is not at that level, however, I'm confused on the connection then.</description>
      <pubDate>Wed, 09 Aug 2006 15:21:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-showing-recent-disk-availability/m-p/3840637#M273208</guid>
      <dc:creator>TWBSupport</dc:creator>
      <dc:date>2006-08-09T15:21:37Z</dc:date>
    </item>
    <item>
      <title>Re: / not showing recent disk availability</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-showing-recent-disk-availability/m-p/3840638#M273209</link>
      <description>In hp-ux default installation,&lt;BR /&gt;/ (root),/var and /tmp is seperate filesystems.&lt;BR /&gt;It is just mounted on /.&lt;BR /&gt;WHen you delete a file from /tmp or /var, it wont affect the size of / filesystem.&lt;BR /&gt;&lt;BR /&gt;-sysadm&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Aug 2006 15:22:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-showing-recent-disk-availability/m-p/3840638#M273209</guid>
      <dc:creator>sysadm_1</dc:creator>
      <dc:date>2006-08-09T15:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: / not showing recent disk availability</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-showing-recent-disk-availability/m-p/3840639#M273210</link>
      <description>wow - you guys are fast.. The previous response from me is for the answers of /, /tmp, /home, /var, etc.. are separate file systems therefore / would not show the increase.&lt;BR /&gt;&lt;BR /&gt;I'll check to see if any of the files were open and go from there, but I really would like an explaination of why HP and others state to look for large files in the above file systems if / (root) is filling up.  Thanks to you all for your quick responses.</description>
      <pubDate>Wed, 09 Aug 2006 15:29:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-showing-recent-disk-availability/m-p/3840639#M273210</guid>
      <dc:creator>TWBSupport</dc:creator>
      <dc:date>2006-08-09T15:29:35Z</dc:date>
    </item>
    <item>
      <title>Re: / not showing recent disk availability</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-showing-recent-disk-availability/m-p/3840640#M273211</link>
      <description>Where are you hearing this from HP?  If someone is telling you to look in those directories when '/' fills up then they are wrong.&lt;BR /&gt;&lt;BR /&gt;If / when you see '/' fill up, you should first do a 'du -kx / | sort -n' to see what the largest items in '/' (NOT counting the mountpoints are).  &lt;BR /&gt;&lt;BR /&gt;The usual culprits for '/' filling up is an incorrect tape device file, ie. someone used om rather than 0m (that is a lowercase o instead of a zero).&lt;BR /&gt;&lt;BR /&gt;If / fills up, there is absolutely no reason to look anywhere else (/home, /tmp, /var, etc. if they are separate mountpoints).&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Aug 2006 15:30:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-showing-recent-disk-availability/m-p/3840640#M273211</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2006-08-09T15:30:32Z</dc:date>
    </item>
    <item>
      <title>Re: / not showing recent disk availability</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-showing-recent-disk-availability/m-p/3840641#M273212</link>
      <description>&amp;gt;  I understand that however, why does everyone, hp included state to look for large files within /home, /var, /tmp, /stand when they have / fill up? Mine is not at that level, however, I'm confused on the connection then.&lt;BR /&gt; &lt;BR /&gt;Bill's rule #1 for full filesystems:&lt;BR /&gt; &lt;BR /&gt;NEVER LOOK FOR BIG FILES.&lt;BR /&gt; &lt;BR /&gt;(hopefully that got everyone's attention). First, a big file is *NOT* necessarily an extra file that should be removed. I personally took a call from an admin where his manager 'cleaned up' the large files and destroyed the system. The large files? vmunix and vmunix.prev&lt;BR /&gt; &lt;BR /&gt;You manage disk space by percentage full and as a specific filesystem approaches 85-90%, you then look fof big DIRECTORIES, not big files. You do this by running the du command as in:&lt;BR /&gt; &lt;BR /&gt;du -kx / | sort -rn | head -20&lt;BR /&gt; &lt;BR /&gt;That shows you the largest directories in /. Do the same for /var and /tmp if they are getting full. Now that you've found large directories, look inside the directory. There may be 1000 files that are just 1 meg each...no large files but 1 Gb of space has been used, probably a big mistake. To sort the files within a directory by size, use:&lt;BR /&gt; &lt;BR /&gt;ll | sort -rnk5 | head -20&lt;BR /&gt; &lt;BR /&gt;Now as mentioned above, / is a separate filesystem. It is not affected by any other filesystem. In the / directory, you should see something like this:&lt;BR /&gt; &lt;BR /&gt;75240   /&lt;BR /&gt;32728   /etc&lt;BR /&gt;32344   /sbin&lt;BR /&gt;14536   /etc/opt&lt;BR /&gt;13216   /etc/vx&lt;BR /&gt; &lt;BR /&gt;As you can see, / is using 75 megs, but the two largest directories in / are /etc and /sbin, each using about 32 megs. This is normal, so if you see any other large directory in /, then there is a mistake. NOTE: always check / for files -- there should be none because all good sysadmins move root's HOME out of /. Check for a core file in / (also a sign of problem scripts or root's home is still in /)</description>
      <pubDate>Wed, 09 Aug 2006 15:36:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-showing-recent-disk-availability/m-p/3840641#M273212</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2006-08-09T15:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: / not showing recent disk availability</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-showing-recent-disk-availability/m-p/3840642#M273213</link>
      <description>It's possible I'm taking these out of context but here is some of the info I was reading..&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000080753268" target="_blank"&gt;http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000080753268&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1027052" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1027052&lt;/A&gt;&lt;BR /&gt;"look for /dev/rmt.."&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/bizsupport/questionanswer.do?threadId=1038602" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/bizsupport/questionanswer.do?threadId=1038602&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Aug 2006 15:39:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-showing-recent-disk-availability/m-p/3840642#M273213</guid>
      <dc:creator>TWBSupport</dc:creator>
      <dc:date>2006-08-09T15:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: / not showing recent disk availability</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-showing-recent-disk-availability/m-p/3840643#M273214</link>
      <description>You may be taking things out of context.  In your first link, it talks about file systems filling up in general, with some specific sections on what to do when certain file systems fill up.  The things they talk about are not intended as specific instructions for the / filesystem, but just things in general.&lt;BR /&gt;&lt;BR /&gt;I really don't see anything in the 2nd and 3rd links that talks about much other than /.  I just skimmed them, but most of the info looked to be related to / only.</description>
      <pubDate>Wed, 09 Aug 2006 15:48:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-showing-recent-disk-availability/m-p/3840643#M273214</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2006-08-09T15:48:00Z</dc:date>
    </item>
    <item>
      <title>Re: / not showing recent disk availability</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-showing-recent-disk-availability/m-p/3840644#M273215</link>
      <description>No core file, and no backup screw ups (rmt) I checked those right away.  It just may be time to purchase online JFS and extend root in the next coming months.  Like I said not an emergency, I was just house cleaning and noticed that, thought I could nip something quicker and without spending $$.  Thanks to all of you</description>
      <pubDate>Wed, 09 Aug 2006 15:50:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-showing-recent-disk-availability/m-p/3840644#M273215</guid>
      <dc:creator>TWBSupport</dc:creator>
      <dc:date>2006-08-09T15:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: / not showing recent disk availability</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-showing-recent-disk-availability/m-p/3840645#M273216</link>
      <description>I must stop you right here.&lt;BR /&gt;&lt;BR /&gt;While onlineJFS / AdvancedJFS is a must have (all my systems have it), it will do you absolute NO GOOD whatsoever if you attempt to extend '/'.&lt;BR /&gt;&lt;BR /&gt;The reason is that '/', PRI SWAP and '/stand' MUST all be contiguous.  Attempting to extend '/' will fail.&lt;BR /&gt;&lt;BR /&gt;The only real supported way to extend '/' is via Ignite/UX.  You create a make_tape_recovery tape, or make_net_recovery image on an Ignite server, boot your machine from that backup and then increase the amount of space assigned to '/' and '/stand' if needed.</description>
      <pubDate>Wed, 09 Aug 2006 16:01:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-showing-recent-disk-availability/m-p/3840645#M273216</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2006-08-09T16:01:20Z</dc:date>
    </item>
    <item>
      <title>Re: / not showing recent disk availability</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-showing-recent-disk-availability/m-p/3840646#M273217</link>
      <description>And to amplify Patrick's comment: there is NO reason to extend / unless it is only 75 to 100 megs. The largest server with thousands of users, dozens of Gb of RAM and dozens of processors needs about 150 to 200 megs for /. Anything more means the sysadmin is dumping (or allowing dumoing) of junk files in /. / is static and won't change very much if properly managed. Expanding / requires a reinstallation of HP-UX, either by Ignite/UX or from scratch.</description>
      <pubDate>Wed, 09 Aug 2006 16:29:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-showing-recent-disk-availability/m-p/3840646#M273217</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2006-08-09T16:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: / not showing recent disk availability</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-showing-recent-disk-availability/m-p/3840647#M273218</link>
      <description>Again, I thought I read somewhere that Online JFS would allow me to extend root as long as I moved the next filesystem to a different disk to allow root to be contiguous.  I really haven't read much up on this since as I said before, it's not an emergency and have been getting bugged by my developer on why root is at 90%.  It has increased a whole 3% in the last 5 years, but I'm being told that 'Oracle' states it must be under 90%.  Now, I think that is bull and I too see no reason on why 90% is a reason for an alarm, since / is clean, no huge files (sorry, Bill, that is always the first thing I look for, but I will change my ways from here).  But I started thinking maybe she has something here and I need to investigate a tad more.  That is where this journey has started.  I knew I would get good answers here, that's why I posted since how I was interpreting things was not correct.</description>
      <pubDate>Thu, 10 Aug 2006 08:34:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-showing-recent-disk-availability/m-p/3840647#M273218</guid>
      <dc:creator>TWBSupport</dc:creator>
      <dc:date>2006-08-10T08:34:26Z</dc:date>
    </item>
    <item>
      <title>Re: / not showing recent disk availability</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-showing-recent-disk-availability/m-p/3840648#M273219</link>
      <description>Well, yes you could extend the / filesystem IF you move the next LV on the disk after / to another location.  You should then have enough free contiguous extents to enlarge /.  &lt;BR /&gt;&lt;BR /&gt;However, what will you do with the other lvol?  Do you have enough free extents on the disk to move it back onto its original disk?&lt;BR /&gt;&lt;BR /&gt;Just something to check before getting too far down the road of extending /.&lt;BR /&gt;&lt;BR /&gt;I see no reason why Oracle would care how large / is.  It is irrelevent to Oracle.  As long as it isn't growing and isn't causing problems, I would worry too much.</description>
      <pubDate>Thu, 10 Aug 2006 08:40:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-showing-recent-disk-availability/m-p/3840648#M273219</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2006-08-10T08:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: / not showing recent disk availability</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-showing-recent-disk-availability/m-p/3840649#M273220</link>
      <description>Thanks for the info Patrick.  Can you point me to a document that I can read about what exactly affects root space?  I'm not writing anything to root, as I said before, it's clean, no core, but it does increase a small amount per year.  I would like to know exactly what is increasing root. &lt;BR /&gt;&lt;BR /&gt;This system is a 24/7 system, since our business is 24/7 and 3 remote plants feed off this same server, so it hasn't been bounced in over a year, could that be an issue?</description>
      <pubDate>Thu, 10 Aug 2006 08:57:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-showing-recent-disk-availability/m-p/3840649#M273220</guid>
      <dc:creator>TWBSupport</dc:creator>
      <dc:date>2006-08-10T08:57:07Z</dc:date>
    </item>
    <item>
      <title>Re: / not showing recent disk availability</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-showing-recent-disk-availability/m-p/3840650#M273221</link>
      <description>RE: analyzing the root filesystem&lt;BR /&gt; &lt;BR /&gt;Post the results of:&lt;BR /&gt; &lt;BR /&gt;du -kx / | sort -rn | head -20&lt;BR /&gt; &lt;BR /&gt;Also make sure you've moved the superuser root's home directory to something like /root and all the junk files in / to that directory. NOTE: you need to identify all the files in / as to their purpose. Occasionally, unknowledgeable sysadmins will put critical scripts in / and refer to them in cron and other locations. Cleanup of the / directory, especially when there is no change control process, can be interesting. Also check /dev for rogue files:&lt;BR /&gt; &lt;BR /&gt;find /dev -type f&lt;BR /&gt; &lt;BR /&gt;(there should be nothing returned from this command).</description>
      <pubDate>Thu, 10 Aug 2006 17:44:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-showing-recent-disk-availability/m-p/3840650#M273221</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2006-08-10T17:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: / not showing recent disk availability</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-showing-recent-disk-availability/m-p/3840651#M273222</link>
      <description>ProdServ # du -kx / | sort -rn | head -20&lt;BR /&gt;118040  /&lt;BR /&gt;79760   /etc&lt;BR /&gt;43552   /etc/opt&lt;BR /&gt;37488   /sbin&lt;BR /&gt;32224   /etc/opt/OV&lt;BR /&gt;32216   /etc/opt/OV/share&lt;BR /&gt;24568   /etc/vx&lt;BR /&gt;20208   /etc/vx/type&lt;BR /&gt;15168   /etc/opt/OV/share/bitmaps/C&lt;BR /&gt;15168   /etc/opt/OV/share/bitmaps&lt;BR /&gt;10240   /etc/opt/OV/share/conf&lt;BR /&gt;7936    /etc/vx/type/static&lt;BR /&gt;6008    /etc/opt/resmon&lt;BR /&gt;5904    /sbin/fs&lt;BR /&gt;5624    /etc/vx/type/gen&lt;BR /&gt;5328    /etc/lvmconf&lt;BR /&gt;5120    /etc/vx/type/raid5&lt;BR /&gt;4184    /etc/opt/OV/share/conf/analysis&lt;BR /&gt;3784    /etc/opt/OV/share/backgrounds&lt;BR /&gt;3568    /etc/opt/resmon/lbin&lt;BR /&gt;ProdServ # find /dev -type f&lt;BR /&gt;ProdServ #&lt;BR /&gt;&lt;BR /&gt;Nothing as you can see above comes back within /dev and there are no script's in or writing to root.  I cat /dev/null a couple old log files from resmon but can't find much more that I'm sure can be removed or cat /dev/nulled .&lt;BR /&gt;&lt;BR /&gt;Thanks for your patience.</description>
      <pubDate>Fri, 11 Aug 2006 07:28:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-showing-recent-disk-availability/m-p/3840651#M273222</guid>
      <dc:creator>TWBSupport</dc:creator>
      <dc:date>2006-08-11T07:28:26Z</dc:date>
    </item>
  </channel>
</rss>

