<?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: Missing disk space in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/missing-disk-space/m-p/5084641#M441292</link>
    <description>"largefiles" has nothing to do with vgcreate or lvcreate.&lt;BR /&gt;&lt;BR /&gt;I'm sure somebody created that LVOL with a size of around ~30GB in the past and extended this LVOL to the larger size later - without running lvextend. For this reason the filesystem was still at the original size.</description>
    <pubDate>Tue, 18 Dec 2007 08:15:05 GMT</pubDate>
    <dc:creator>Torsten.</dc:creator>
    <dc:date>2007-12-18T08:15:05Z</dc:date>
    <item>
      <title>Missing disk space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/missing-disk-space/m-p/5084635#M441286</link>
      <description>&lt;!--!*#--&gt;I have created a single logical volume encompassing two disks. The total disk space available is about 65GB as shown in the output of the 'vgdisplay' output below. However on mounting the creating volume I find that I can get only 31 GB of diskspace(output of df command).&lt;BR /&gt;&lt;BR /&gt;Could someone help me get to know where the remaining disk space is and how do I recover it back??&lt;BR /&gt;&lt;BR /&gt;Attempts to 'lvextend' failed obviously as all PE's are marked as allocated.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;"&lt;BR /&gt;#vgdisplay -v /dev/vg01&lt;BR /&gt;--- Volume groups ---&lt;BR /&gt;VG Name                     /dev/vg01&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                      2      &lt;BR /&gt;Open LV                     1      &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               8683        &lt;BR /&gt;VGDA                        4   &lt;BR /&gt;PE Size (Mbytes)            8              &lt;BR /&gt;Total PE                    8680   &lt;BR /&gt;Alloc PE                    8680   &lt;BR /&gt;Free PE                     0      &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;   --- Logical volumes ---&lt;BR /&gt;   LV Name                     /dev/vg01/felogs&lt;BR /&gt;   LV Status                   available/syncd          &lt;BR /&gt;   LV Size (Mbytes)            65440          &lt;BR /&gt;   Current LE                  8180      &lt;BR /&gt;   Allocated PE                8180       &lt;BR /&gt;   Used PV                     2      &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;   --- Physical volumes ---&lt;BR /&gt;   PV Name                     /dev/dsk/c3t2d0&lt;BR /&gt;   PV Status                   available               &lt;BR /&gt;   Total PE                    4340   &lt;BR /&gt;   Free PE                     0      &lt;BR /&gt;   Autoswitch                  On       &lt;BR /&gt;&lt;BR /&gt;   PV Name                     /dev/dsk/c2t1d0&lt;BR /&gt;   PV Status                   available               &lt;BR /&gt;   Total PE                    4340   &lt;BR /&gt;   Free PE                     0      &lt;BR /&gt;   Autoswitch                  On       &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#df -k /dev/vg01/felogs&lt;BR /&gt;                       (/dev/vg01/felogs      ) : 31031384 total allocated Kb&lt;BR /&gt;                                                  25864912 free allocated Kb&lt;BR /&gt;                                                   5166472 used allocated Kb&lt;BR /&gt;                                                        16 % allocation used&lt;BR /&gt;&lt;BR /&gt;"</description>
      <pubDate>Tue, 18 Dec 2007 06:10:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/missing-disk-space/m-p/5084635#M441286</guid>
      <dc:creator>Abhijith Madhav</dc:creator>
      <dc:date>2007-12-18T06:10:44Z</dc:date>
    </item>
    <item>
      <title>Re: Missing disk space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/missing-disk-space/m-p/5084636#M441287</link>
      <description>this is your new installation or its old running???&lt;BR /&gt;Can you check in lsof is some big file is open??? if it is restart that process.&lt;BR /&gt;Hope this help.&lt;BR /&gt;Kapil</description>
      <pubDate>Tue, 18 Dec 2007 06:18:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/missing-disk-space/m-p/5084636#M441287</guid>
      <dc:creator>Kapil Jha</dc:creator>
      <dc:date>2007-12-18T06:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: Missing disk space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/missing-disk-space/m-p/5084637#M441288</link>
      <description>Can you give me the command you used to create vg,lv ?&lt;BR /&gt;&lt;BR /&gt;I guess you miss some parameters while creating the LV.</description>
      <pubDate>Tue, 18 Dec 2007 06:19:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/missing-disk-space/m-p/5084637#M441288</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2007-12-18T06:19:00Z</dc:date>
    </item>
    <item>
      <title>Re: Missing disk space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/missing-disk-space/m-p/5084638#M441289</link>
      <description>Hi Abijith,&lt;BR /&gt;&lt;BR /&gt;the below o/p shows the lv allocation is proper &lt;BR /&gt;&lt;BR /&gt;--- Logical volumes ---&lt;BR /&gt;LV Name /dev/vg01/felogs&lt;BR /&gt;LV Status available/syncd &lt;BR /&gt;LV Size (Mbytes) 65440 &lt;BR /&gt;Current LE 8180 &lt;BR /&gt;Allocated PE 8180 &lt;BR /&gt;Used PV 2 &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;So can you do..umount ,extendfs,mount&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Aneesh</description>
      <pubDate>Tue, 18 Dec 2007 06:21:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/missing-disk-space/m-p/5084638#M441289</guid>
      <dc:creator>Aneesh Mohan</dc:creator>
      <dc:date>2007-12-18T06:21:38Z</dc:date>
    </item>
    <item>
      <title>Re: Missing disk space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/missing-disk-space/m-p/5084639#M441290</link>
      <description>&lt;!--!*#--&gt;The extendfs helped. I now have all my diskspace available. Thank you. As Ahsan suggests this might have to do with the way I initially created the lv long back. Do you know of any other reason??&lt;BR /&gt;&lt;BR /&gt;"&lt;BR /&gt;#extendfs /dev/vg01/felogs   &lt;BR /&gt;#extendfs -q /dev/vg01/felogs&lt;BR /&gt;Disk size is 67010560&lt;BR /&gt;#df -k /dev/vg01/felogs      &lt;BR /&gt;                       (/dev/vg01/felogs      ) : 66045308 total allocated Kb&lt;BR /&gt;                                                  60876652 free allocated Kb&lt;BR /&gt;                                                   5168656 used allocated Kb&lt;BR /&gt;                                                         7 % allocation used&lt;BR /&gt;"&lt;BR /&gt;&lt;BR /&gt;Thanks to Kapil and Ahsan for their suggestions too.&lt;BR /&gt;&lt;BR /&gt;Kapil - I did not have any process which had a big file open&lt;BR /&gt;&lt;BR /&gt;Ahsan - Created the logical volume long before. Don't remember the parameters. It was a bit of a trail and error method and it might be the cause.</description>
      <pubDate>Tue, 18 Dec 2007 07:03:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/missing-disk-space/m-p/5084639#M441290</guid>
      <dc:creator>Abhijith Madhav</dc:creator>
      <dc:date>2007-12-18T07:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: Missing disk space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/missing-disk-space/m-p/5084640#M441291</link>
      <description>Sometimes it seems that if the vgcreate option you don't specify large file optionas as well as lvcreate, it might be problem for extending lasrge disk space.&lt;BR /&gt;&lt;BR /&gt;Happy to see, your problem has solved.</description>
      <pubDate>Tue, 18 Dec 2007 08:02:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/missing-disk-space/m-p/5084640#M441291</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2007-12-18T08:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: Missing disk space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/missing-disk-space/m-p/5084641#M441292</link>
      <description>"largefiles" has nothing to do with vgcreate or lvcreate.&lt;BR /&gt;&lt;BR /&gt;I'm sure somebody created that LVOL with a size of around ~30GB in the past and extended this LVOL to the larger size later - without running lvextend. For this reason the filesystem was still at the original size.</description>
      <pubDate>Tue, 18 Dec 2007 08:15:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/missing-disk-space/m-p/5084641#M441292</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2007-12-18T08:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: Missing disk space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/missing-disk-space/m-p/5084642#M441293</link>
      <description>Found solution</description>
      <pubDate>Tue, 18 Dec 2007 09:33:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/missing-disk-space/m-p/5084642#M441293</guid>
      <dc:creator>Abhijith Madhav</dc:creator>
      <dc:date>2007-12-18T09:33:48Z</dc:date>
    </item>
  </channel>
</rss>

