<?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: checking disk space in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/checking-disk-space/m-p/3817294#M269409</link>
    <description>More info is needed as there are several variables to be aware of. An example, are you running LVM or Veritas file systems?&lt;BR /&gt;&lt;BR /&gt;Briefly, here are some options that you could investigate to try and find some answers.&lt;BR /&gt;&lt;BR /&gt;The 'bdf' command will provide you info. Has the values for the Total space in a filesystem, the Used space, and the Available space, with a percentage.&lt;BR /&gt;&lt;BR /&gt;If you are looking at LVM commands, the vgdisplay command will provide details such has how many extents are allocated to a volume group and if there are any Free Extents that you can use the lvextend command.&lt;BR /&gt;&lt;BR /&gt;If you are using Veritas filesystems, use the vxprint -hrt command.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 04 Jul 2006 19:57:43 GMT</pubDate>
    <dc:creator>Rick Garland</dc:creator>
    <dc:date>2006-07-04T19:57:43Z</dc:date>
    <item>
      <title>checking disk space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/checking-disk-space/m-p/3817293#M269408</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;how do i check if there are enough disk space to be allocated to a filesystem?&lt;BR /&gt;&lt;BR /&gt;we are running v11.23 sap/oracle and i need to increase a tablespace...&lt;BR /&gt;&lt;BR /&gt;any help is much appreciated...&lt;BR /&gt;&lt;BR /&gt;thanks !  :)</description>
      <pubDate>Tue, 04 Jul 2006 19:30:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/checking-disk-space/m-p/3817293#M269408</guid>
      <dc:creator>so.nimda</dc:creator>
      <dc:date>2006-07-04T19:30:15Z</dc:date>
    </item>
    <item>
      <title>Re: checking disk space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/checking-disk-space/m-p/3817294#M269409</link>
      <description>More info is needed as there are several variables to be aware of. An example, are you running LVM or Veritas file systems?&lt;BR /&gt;&lt;BR /&gt;Briefly, here are some options that you could investigate to try and find some answers.&lt;BR /&gt;&lt;BR /&gt;The 'bdf' command will provide you info. Has the values for the Total space in a filesystem, the Used space, and the Available space, with a percentage.&lt;BR /&gt;&lt;BR /&gt;If you are looking at LVM commands, the vgdisplay command will provide details such has how many extents are allocated to a volume group and if there are any Free Extents that you can use the lvextend command.&lt;BR /&gt;&lt;BR /&gt;If you are using Veritas filesystems, use the vxprint -hrt command.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Jul 2006 19:57:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/checking-disk-space/m-p/3817294#M269409</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2006-07-04T19:57:43Z</dc:date>
    </item>
    <item>
      <title>Re: checking disk space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/checking-disk-space/m-p/3817295#M269410</link>
      <description>Hi Rick,&lt;BR /&gt;&lt;BR /&gt;I'm using LVM.&lt;BR /&gt;&lt;BR /&gt;From bdf, I can see that a file system has reached 91%. All the filesystems reside in /dev/vg00.&lt;BR /&gt;&lt;BR /&gt;How do I check if I still have enough disk space to assign to this filesystem?&lt;BR /&gt;&lt;BR /&gt;Is there a way for me to check how much disk space I have (in total) and how much of it has been assigned to (all) the filesystems?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Tue, 04 Jul 2006 21:31:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/checking-disk-space/m-p/3817295#M269410</guid>
      <dc:creator>so.nimda</dc:creator>
      <dc:date>2006-07-04T21:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: checking disk space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/checking-disk-space/m-p/3817296#M269411</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Check available space using vgdisplay command.&lt;BR /&gt;&lt;BR /&gt;example:  vgdisplay /dev/vg00&lt;BR /&gt;&lt;BR /&gt;--- Volume groups ---&lt;BR /&gt;VG Name                     /dev/vg00&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                     2&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               1016&lt;BR /&gt;VGDA                        4&lt;BR /&gt;PE Size (Mbytes)            4&lt;BR /&gt;Total PE                    476&lt;BR /&gt;Alloc PE                    36&lt;BR /&gt;Free PE                     440&lt;BR /&gt;Total PVG                   0&lt;BR /&gt;&lt;BR /&gt;The above example shows that we have 440 Free PE's and that each PE&lt;BR /&gt;is 4 MB in size for total unallocated space = 1760 MB.&lt;BR /&gt;&lt;BR /&gt;If not enough space is available it may be necessary to create a new&lt;BR /&gt;Volume Group or extend an existing Volume Group.&lt;BR /&gt;&lt;BR /&gt;You can also use #vgdisplay /dev/vg* to find out details about all the vg's configured for a particular server..&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Prashanth</description>
      <pubDate>Tue, 04 Jul 2006 22:48:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/checking-disk-space/m-p/3817296#M269411</guid>
      <dc:creator>Prashanth.D.S</dc:creator>
      <dc:date>2006-07-04T22:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: checking disk space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/checking-disk-space/m-p/3817297#M269412</link>
      <description>Regarding "...From bdf, I can see that a file system has reached 91%. &lt;BR /&gt;&lt;BR /&gt;1) What file system?&lt;BR /&gt;&lt;BR /&gt;Regarding "...All the filesystems reside in /dev/vg00....".&lt;BR /&gt;&lt;BR /&gt;2)  Can you verify this.  Its uncommon to put oracle and SAP in vg00, which is usually reserved for the HP-UX O/S and nothing else.  Paste in :&lt;BR /&gt;&lt;BR /&gt;# strings /etc/lvmtab&lt;BR /&gt;&lt;BR /&gt;3) Is Oracle running in 'raw' file format?  Verify this with your DBAs.  If 'raw' then there is no file system, just the logical volume configurations.  Paste in :&lt;BR /&gt;&lt;BR /&gt;# bdf&lt;BR /&gt;&lt;BR /&gt;4)  If not raw then usually oracle databases are built utilizing 99% to 100% of the filesystems from the O/S level.  This is because of the fixed database size.  The database could be only half full from the oracle side, but because its fixed at the O/S side, it will always show up at 99% to 100%.  This is not unusal.</description>
      <pubDate>Tue, 04 Jul 2006 23:32:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/checking-disk-space/m-p/3817297#M269412</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2006-07-04T23:32:03Z</dc:date>
    </item>
  </channel>
</rss>

