<?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: Increasing Filesystem Space!! in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-filesystem-space/m-p/3705047#M250075</link>
    <description>Hi Sara, well it seems as if you have 406 pvextents left and ur total were 34686. In order for u to increase the size by 50% u need 34686 / 2 = 17343  therefore, there is no way u can increase ur filesystem size by 50%. Ya, if u extend ur file system then by getting more space u should be able to achieve that.  Now, the command bdf will tell u how much space ur file system have utilized. &lt;BR /&gt;The file systems in hp work like this.&lt;BR /&gt;pvcreate -f /dev/rdsk/c0t1d0 // ioscan -fnC disk will tell u which disks are claimed or not, the ones that are not claimed u can pvcreate on that one.&lt;BR /&gt;then u make a volume group and its group file and then put lvm on it.After that u put a file system on it and then mount it on a directory. Now, if u want to increase the size, u can either do by fsadm if u have online jfs installed. If not then do it by first unmounting the file system and then vgextend by putting another disk on it and then lvextend after that. But, in ur case u dont have another disk so i guess u should remove some files from ur primary file system ( i think u r practicing on a single user workstation) go to the /tmp file system and try triming some files from there. Or for that matter from any other of ur filesystems. Why dont u try practicing mounting and unmounting the file systems u have. A good practice is to make only one file system ( because ur resources are limited) and then increase, and decrease its size and after every change monitor it using bdf or lvdisplay ,pvdisplay. That way u will know how to play around with LVM.&lt;BR /&gt;Hope this helps, take care</description>
    <pubDate>Mon, 09 Jan 2006 23:52:13 GMT</pubDate>
    <dc:creator>khilari</dc:creator>
    <dc:date>2006-01-09T23:52:13Z</dc:date>
    <item>
      <title>Increasing Filesystem Space!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-filesystem-space/m-p/3705025#M250053</link>
      <description>HI,&lt;BR /&gt;I am new to HP.&lt;BR /&gt;In a system I have some filesystems which are almost 100% utilized. I need to increase the filesystem capacity by at least 50%. &lt;BR /&gt;I dont have space left in the volume group.&lt;BR /&gt;Can any body please help.&lt;BR /&gt;VG Name                     /dev/vgp_d1&lt;BR /&gt;VG Write Access             read/write&lt;BR /&gt;VG Status                   available&lt;BR /&gt;Max LV                      255&lt;BR /&gt;Cur LV                      28&lt;BR /&gt;Open LV                     28&lt;BR /&gt;Max PV                      16&lt;BR /&gt;Cur PV                      2&lt;BR /&gt;Act PV                      2&lt;BR /&gt;Max PE per PV               26019&lt;BR /&gt;VGDA                        4&lt;BR /&gt;PE Size (Mbytes)            4&lt;BR /&gt;Total PE                    34686&lt;BR /&gt;Alloc PE                    34280&lt;BR /&gt;Free PE                     406&lt;BR /&gt;Total PVG                   0&lt;BR /&gt;Total Spare PVs             0&lt;BR /&gt;Total Spare PVs in use      0&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Jan 2006 04:55:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-filesystem-space/m-p/3705025#M250053</guid>
      <dc:creator>sara1</dc:creator>
      <dc:date>2006-01-09T04:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing Filesystem Space!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-filesystem-space/m-p/3705026#M250054</link>
      <description>If you have no spare capacity in the vg you have three options:&lt;BR /&gt;&lt;BR /&gt;1. look for redundant files (e.g. old log files) in the filesystem and delete them to free space&lt;BR /&gt;&lt;BR /&gt;2. replace the disc with a larger one&lt;BR /&gt;&lt;BR /&gt;3. add a second disc to the vg.&lt;BR /&gt;&lt;BR /&gt;My preference would be for option 1 - only consider options 2 and 3 if you can't free enough space.&lt;BR /&gt;&lt;BR /&gt;Run the command:&lt;BR /&gt;&lt;BR /&gt;du -k|sort -k1,1nr|pg&lt;BR /&gt;&lt;BR /&gt;to see which directories are taking up most space. cd to the directories one at a time and run:&lt;BR /&gt;&lt;BR /&gt;ll|sort -k5,5nr|pg&lt;BR /&gt;&lt;BR /&gt;to see the largest files.&lt;BR /&gt;&lt;BR /&gt;Mark Syder (like the drink but spelt different)</description>
      <pubDate>Mon, 09 Jan 2006 05:06:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-filesystem-space/m-p/3705026#M250054</guid>
      <dc:creator>MarkSyder</dc:creator>
      <dc:date>2006-01-09T05:06:06Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing Filesystem Space!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-filesystem-space/m-p/3705027#M250055</link>
      <description>Hi Sara, &lt;BR /&gt;&lt;BR /&gt;Check these threads for more information, &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=981478" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=981478&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=84728" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=84728&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www2.itrc.hp.com/service/james/search.do?todo=search&amp;amp;admit=-1335382922+1136800883415+28353475&amp;amp;searchtext=Increase+File+system&amp;amp;from=forums&amp;amp;origin=0&amp;amp;submit.x=0&amp;amp;wpa=forums1.itrc.hp.com%3A80&amp;amp;submit.y=0&amp;amp;searchcategory=ALL&amp;amp;hpl=1&amp;amp;searchcriteria=allwords&amp;amp;rn=25&amp;amp;source=7000&amp;amp;presort=rank&amp;amp;chkServStor=on&amp;amp;esc=us.support.itrc.hp.com" target="_blank"&gt;http://www2.itrc.hp.com/service/james/search.do?todo=search&amp;amp;admit=-1335382922+1136800883415+28353475&amp;amp;searchtext=Increase+File+system&amp;amp;from=forums&amp;amp;origin=0&amp;amp;submit.x=0&amp;amp;wpa=forums1.itrc.hp.com%3A80&amp;amp;submit.y=0&amp;amp;searchcategory=ALL&amp;amp;hpl=1&amp;amp;searchcriteria=allwords&amp;amp;rn=25&amp;amp;source=7000&amp;amp;presort=rank&amp;amp;chkServStor=on&amp;amp;esc=us.support.itrc.hp.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-Arun &lt;BR /&gt;</description>
      <pubDate>Mon, 09 Jan 2006 05:06:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-filesystem-space/m-p/3705027#M250055</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-01-09T05:06:20Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing Filesystem Space!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-filesystem-space/m-p/3705028#M250056</link>
      <description>Hi Sara,&lt;BR /&gt;&lt;BR /&gt;If you have Online JFS it is easy to do via SAM. If you do not have it, check this thread:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=618355" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=618355&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;&lt;BR /&gt;Eric Antunes</description>
      <pubDate>Mon, 09 Jan 2006 05:08:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-filesystem-space/m-p/3705028#M250056</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2006-01-09T05:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing Filesystem Space!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-filesystem-space/m-p/3705029#M250057</link>
      <description>Hi Sara1,&lt;BR /&gt;&lt;BR /&gt;Do you have online JFS.&lt;BR /&gt;Futher more how big is the filesystem&lt;BR /&gt;How is your lv build.&lt;BR /&gt;can you post vgdisplay -v vgp_dp1&lt;BR /&gt;and tel which filesystem has to be increased.&lt;BR /&gt;df -k filesystem.&lt;BR /&gt;&lt;BR /&gt;grtz. Mark</description>
      <pubDate>Mon, 09 Jan 2006 05:08:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-filesystem-space/m-p/3705029#M250057</guid>
      <dc:creator>Mark Nieuwboer</dc:creator>
      <dc:date>2006-01-09T05:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing Filesystem Space!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-filesystem-space/m-p/3705030#M250058</link>
      <description>Dear Sara,&lt;BR /&gt;&lt;BR /&gt;As you have 406PEs free and each PE is 4 MB in this VG, you can extend the filesystem to another 1600MB.&lt;BR /&gt;&lt;BR /&gt;you can use&lt;BR /&gt;&lt;BR /&gt;#lvextend -L &lt;NEW size=""&gt; &lt;LVOLNAME&gt;&lt;BR /&gt;&lt;BR /&gt;Latter you can use #extendfs to grow the filesystem.&lt;BR /&gt;&lt;BR /&gt;With Regards,&lt;BR /&gt;&lt;BR /&gt;Siva.&lt;BR /&gt;&lt;BR /&gt;&lt;/LVOLNAME&gt;&lt;/NEW&gt;</description>
      <pubDate>Mon, 09 Jan 2006 05:09:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-filesystem-space/m-p/3705030#M250058</guid>
      <dc:creator>Sivakumar TS</dc:creator>
      <dc:date>2006-01-09T05:09:39Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing Filesystem Space!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-filesystem-space/m-p/3705031#M250059</link>
      <description>which file system do you want to increase? Is it / or swap or any other file system?&lt;BR /&gt;&lt;BR /&gt;For root and root swap you have to newly create file system. &lt;BR /&gt;&lt;BR /&gt;Other file system,&lt;BR /&gt;&lt;BR /&gt;If it is having onlineJFS support then using lvextend you can increase the size,&lt;BR /&gt;&lt;BR /&gt;else unmount the file system and increase size. Then mount the file system back.&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Muthu</description>
      <pubDate>Mon, 09 Jan 2006 05:09:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-filesystem-space/m-p/3705031#M250059</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2006-01-09T05:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing Filesystem Space!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-filesystem-space/m-p/3705032#M250060</link>
      <description>Example for file system extend is available in lvextend man page as,&lt;BR /&gt;&lt;BR /&gt;     Increase the size of a file system existing on a logical volume.&lt;BR /&gt;&lt;BR /&gt;          First, increase the size of the logical volume.&lt;BR /&gt;&lt;BR /&gt;               lvextend -L 400 /dev/vg06/lvol3&lt;BR /&gt;&lt;BR /&gt;          Unmount the file system.&lt;BR /&gt;&lt;BR /&gt;               umount /dev/vg06/lvol3&lt;BR /&gt;&lt;BR /&gt;          Extend the file system to occupy the entire (larger) logical volume.&lt;BR /&gt;&lt;BR /&gt;               extendfs /dev/vg06/rlvol3&lt;BR /&gt;&lt;BR /&gt;          Remount the file system.&lt;BR /&gt;&lt;BR /&gt;               mount /dev/vg06/lvol3 /mnt&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Muthu&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Jan 2006 05:11:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-filesystem-space/m-p/3705032#M250060</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2006-01-09T05:11:25Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing Filesystem Space!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-filesystem-space/m-p/3705033#M250061</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You still have 406*4=1624MB free space in the vg. Is this space enough for your requirements ? If not then do you have some space / unused disk ? In both the above case you can extend the file systems.&lt;BR /&gt;&lt;BR /&gt;Case 1 (Within existing space)&lt;BR /&gt;&lt;BR /&gt;1. unmount the file system which is required to be extended.&lt;BR /&gt;&lt;BR /&gt;2. #lvextend -l xxxx /dev/vgp_d1/lvol_name&lt;BR /&gt;&lt;BR /&gt;Where xxxx is the PE number of the lvol after extending and lvol_name is the device file name.&lt;BR /&gt;&lt;BR /&gt;3. #extendfs -F vxfs /dev/vgp_d1/rlvol_name&lt;BR /&gt;&lt;BR /&gt;4. #mountall&lt;BR /&gt;&lt;BR /&gt;5. #bdf  to confirm the new size and utilization.&lt;BR /&gt;&lt;BR /&gt;Case 2 ( by adding another disk to VG)&lt;BR /&gt;&lt;BR /&gt;1. #pvcreate /dev/rdsk/cxtydz&lt;BR /&gt;(Where /dev/rdsk/cxtydz is the new disk. Max. should not be of more than 104GB otherwise only 104GB can be used rest will be waste.&lt;BR /&gt;&lt;BR /&gt;2. #vgextend /dev/vgp_d1 /dev/dsk/cxtydz&lt;BR /&gt;&lt;BR /&gt;Followed by these two steps follow the steps in case 1.&lt;BR /&gt;&lt;BR /&gt;Also if you have online JFS installed, you will not be required to unmount the file systems and instead of extendfs use fsadm command.&lt;BR /&gt;&lt;BR /&gt;Repeat the procedure for multiple file systems if required.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender</description>
      <pubDate>Mon, 09 Jan 2006 05:14:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-filesystem-space/m-p/3705033#M250061</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2006-01-09T05:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing Filesystem Space!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-filesystem-space/m-p/3705034#M250062</link>
      <description>HI,&lt;BR /&gt;There is no space in the volume group.&lt;BR /&gt;So what needs to be done.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Jan 2006 05:24:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-filesystem-space/m-p/3705034#M250062</guid>
      <dc:creator>sara1</dc:creator>
      <dc:date>2006-01-09T05:24:49Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing Filesystem Space!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-filesystem-space/m-p/3705035#M250063</link>
      <description>There is no space in VG.&lt;BR /&gt;Can you tell me what needs to be done in this case.&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Jan 2006 05:26:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-filesystem-space/m-p/3705035#M250063</guid>
      <dc:creator>sara1</dc:creator>
      <dc:date>2006-01-09T05:26:49Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing Filesystem Space!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-filesystem-space/m-p/3705036#M250064</link>
      <description>Then, you need to add more disks to your VG. If you do so, you will get more space to allocate. &lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Mon, 09 Jan 2006 05:31:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-filesystem-space/m-p/3705036#M250064</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-01-09T05:31:50Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing Filesystem Space!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-filesystem-space/m-p/3705037#M250065</link>
      <description>Please see my original reply - if possible, you should release space by deleting redundant files. Only if you can't release enough space for your needs do you need to consider a new disc.&lt;BR /&gt;&lt;BR /&gt;Mark</description>
      <pubDate>Mon, 09 Jan 2006 05:33:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-filesystem-space/m-p/3705037#M250065</guid>
      <dc:creator>MarkSyder</dc:creator>
      <dc:date>2006-01-09T05:33:56Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing Filesystem Space!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-filesystem-space/m-p/3705038#M250066</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The details provided by you show that there is still 1.6GB of free space in the VG. But if tat do not fulfill your requirements of the expansion you can follow the case 2 mentioned in my earlier post which includes adding another disk to the VG and if no space disk is there in the system then adding it to system as well.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender</description>
      <pubDate>Mon, 09 Jan 2006 05:35:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-filesystem-space/m-p/3705038#M250066</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2006-01-09T05:35:34Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing Filesystem Space!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-filesystem-space/m-p/3705039#M250067</link>
      <description>add the new disks to the system.&lt;BR /&gt;insf -e&lt;BR /&gt;ioscan -fnCdisk &lt;BR /&gt;pvcreate &lt;BR /&gt;vgextend &lt;BR /&gt;lvextend &lt;BR /&gt;fsadm&lt;BR /&gt;&lt;BR /&gt;done.!&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Jan 2006 05:35:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-filesystem-space/m-p/3705039#M250067</guid>
      <dc:creator>Henk Geurts</dc:creator>
      <dc:date>2006-01-09T05:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing Filesystem Space!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-filesystem-space/m-p/3705040#M250068</link>
      <description>add the new disks to the system.&lt;BR /&gt;insf -e&lt;BR /&gt;ioscan -fnCdisk &lt;BR /&gt;pvcreate &lt;BR /&gt;vgextend &lt;BR /&gt;lvextend &lt;BR /&gt;fsadm&lt;BR /&gt;&lt;BR /&gt;done.!&lt;BR /&gt;with all the correct parameters of cource&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Jan 2006 05:36:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-filesystem-space/m-p/3705040#M250068</guid>
      <dc:creator>Henk Geurts</dc:creator>
      <dc:date>2006-01-09T05:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing Filesystem Space!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-filesystem-space/m-p/3705041#M250069</link>
      <description>How can i check if there is any free disk in the system.&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Jan 2006 06:52:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-filesystem-space/m-p/3705041#M250069</guid>
      <dc:creator>sara1</dc:creator>
      <dc:date>2006-01-09T06:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing Filesystem Space!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-filesystem-space/m-p/3705042#M250070</link>
      <description>ioscan -fnC disk&lt;BR /&gt;&lt;BR /&gt;grtz. Mark</description>
      <pubDate>Mon, 09 Jan 2006 06:56:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-filesystem-space/m-p/3705042#M250070</guid>
      <dc:creator>Mark Nieuwboer</dc:creator>
      <dc:date>2006-01-09T06:56:30Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing Filesystem Space!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-filesystem-space/m-p/3705043#M250071</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;SAM-&amp;gt;Disks and File Systems-&amp;gt;Disk Devices&lt;BR /&gt;&lt;BR /&gt;See for unused under use tab.&lt;BR /&gt;&lt;BR /&gt;If the system has no uncooked file system, whole disk is not used for swap and only LVM is used for disk management then the information will be correct.&lt;BR /&gt;&lt;BR /&gt;Also take some time to assign points to the responses to your threads.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender</description>
      <pubDate>Mon, 09 Jan 2006 06:58:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-filesystem-space/m-p/3705043#M250071</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2006-01-09T06:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing Filesystem Space!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-filesystem-space/m-p/3705044#M250072</link>
      <description>from ioscan -fnC disk how can i know if its free</description>
      <pubDate>Mon, 09 Jan 2006 07:00:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-filesystem-space/m-p/3705044#M250072</guid>
      <dc:creator>sara1</dc:creator>
      <dc:date>2006-01-09T07:00:54Z</dc:date>
    </item>
  </channel>
</rss>

