<?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: lvol size usage in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lvol-size-usage/m-p/3512362#M218475</link>
    <description>That's good - I find raw lvols to be a headache for admin, especially when going into a new customer site when the documentaion is not always upto date.&lt;BR /&gt;&lt;BR /&gt;Glad to have helped.&lt;BR /&gt;Tony.</description>
    <pubDate>Sun, 27 Mar 2005 11:41:01 GMT</pubDate>
    <dc:creator>Tony Scully_2</dc:creator>
    <dc:date>2005-03-27T11:41:01Z</dc:date>
    <item>
      <title>lvol size usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvol-size-usage/m-p/3512357#M218470</link>
      <description>hi all&lt;BR /&gt;i whant to know the sise usage of specifyed lvol.&lt;BR /&gt;&lt;BR /&gt;#lvdispay &lt;BR /&gt;       will display the the total LV size.&lt;BR /&gt;and &lt;BR /&gt;#bdf &lt;BR /&gt;       will display usage of mounted lvols.&lt;BR /&gt;because this lvol not found in /etc/fstab or /etc/mnttab&lt;BR /&gt;i didn't knew the usage of this lvol.&lt;BR /&gt;or this mean it is not used?&lt;BR /&gt;&lt;BR /&gt;please help&lt;BR /&gt;kamal&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 27 Mar 2005 10:33:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvol-size-usage/m-p/3512357#M218470</guid>
      <dc:creator>kamal_15</dc:creator>
      <dc:date>2005-03-27T10:33:11Z</dc:date>
    </item>
    <item>
      <title>Re: lvol size usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvol-size-usage/m-p/3512358#M218471</link>
      <description>Kamal,&lt;BR /&gt;&lt;BR /&gt;Could be used as a raw data volume, then there would be no filesystem to mount.&lt;BR /&gt;&lt;BR /&gt;lvdisplay -v will give you as much information about the logical voluem itself as the OS can provide you.  Beyond that, it's knowing what the system is configured to use that is the problem.&lt;BR /&gt;&lt;BR /&gt;What volume group is it in?  Are there other LVs in this PV? &lt;BR /&gt;&lt;BR /&gt;Is it a swap device?&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Tony</description>
      <pubDate>Sun, 27 Mar 2005 10:43:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvol-size-usage/m-p/3512358#M218471</guid>
      <dc:creator>Tony Scully_2</dc:creator>
      <dc:date>2005-03-27T10:43:26Z</dc:date>
    </item>
    <item>
      <title>Re: lvol size usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvol-size-usage/m-p/3512359#M218472</link>
      <description>thank u for response&lt;BR /&gt;i will tell you&lt;BR /&gt;&lt;BR /&gt;#vgdisplay&lt;BR /&gt;VG Name   /dev/vg00&lt;BR /&gt;Cur LV             4&lt;BR /&gt;Open LV            4&lt;BR /&gt;Max PE per PV      2000&lt;BR /&gt;PE Size (Mbytes)   4&lt;BR /&gt;Total PE           507&lt;BR /&gt;Alloc PE           507&lt;BR /&gt;&lt;BR /&gt;VG Name   /dev/vg01&lt;BR /&gt;Cur LV             1&lt;BR /&gt;Open LV            4&lt;BR /&gt;Max PE per PV      1016&lt;BR /&gt;PE Size (Mbytes)   4&lt;BR /&gt;Total PE           508&lt;BR /&gt;Alloc PE           500&lt;BR /&gt;---------------------------&lt;BR /&gt;and &lt;BR /&gt;#vgdisplay -v&lt;BR /&gt;LV Name           /dev/vg01/lvol1&lt;BR /&gt;LV Status         available/syncd&lt;BR /&gt;LV Size (Mbytes)  2000&lt;BR /&gt;Current LE        500&lt;BR /&gt;Allocated PE      500&lt;BR /&gt;Used PV           1&lt;BR /&gt;-----------------------------&lt;BR /&gt;this datd for specifyed lvol (/dev/vg01/lvol1)&lt;BR /&gt;-----------------------------&lt;BR /&gt;and when i run command &lt;BR /&gt;#swapinfo&lt;BR /&gt;this lvol dosn't exist in swap area&lt;BR /&gt;&lt;BR /&gt;how can i do to know the usage of this lvol&lt;BR /&gt;if it is used???</description>
      <pubDate>Sun, 27 Mar 2005 11:00:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvol-size-usage/m-p/3512359#M218472</guid>
      <dc:creator>kamal_15</dc:creator>
      <dc:date>2005-03-27T11:00:14Z</dc:date>
    </item>
    <item>
      <title>Re: lvol size usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvol-size-usage/m-p/3512360#M218473</link>
      <description>So the lvol in question is lvol1 in vg01 - are there any other lvols in vg01? &lt;BR /&gt;&lt;BR /&gt;What is the server used for?  If its a database server check the config of the database, as it may be using this lvol for raw data.&lt;BR /&gt;&lt;BR /&gt;Post vgdisplay -v /dev/vg01&lt;BR /&gt;bdf&lt;BR /&gt;ps -ef&lt;BR /&gt;&lt;BR /&gt;Tony&lt;BR /&gt;</description>
      <pubDate>Sun, 27 Mar 2005 11:12:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvol-size-usage/m-p/3512360#M218473</guid>
      <dc:creator>Tony Scully_2</dc:creator>
      <dc:date>2005-03-27T11:12:21Z</dc:date>
    </item>
    <item>
      <title>Re: lvol size usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvol-size-usage/m-p/3512361#M218474</link>
      <description>mannnnny thanks tony&lt;BR /&gt;you are right&lt;BR /&gt;i already have DB informix and hp-ux 10.20&lt;BR /&gt;&lt;BR /&gt;i found this lvol (/dev/vg01/lvol1) used by &lt;BR /&gt;rootdbs (informix db).&lt;BR /&gt;and now i can calculate the usage of this lvol from size of my DB.&lt;BR /&gt;&lt;BR /&gt;many many thankx again.&lt;BR /&gt;&lt;BR /&gt;kamal&lt;BR /&gt;</description>
      <pubDate>Sun, 27 Mar 2005 11:36:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvol-size-usage/m-p/3512361#M218474</guid>
      <dc:creator>kamal_15</dc:creator>
      <dc:date>2005-03-27T11:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: lvol size usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvol-size-usage/m-p/3512362#M218475</link>
      <description>That's good - I find raw lvols to be a headache for admin, especially when going into a new customer site when the documentaion is not always upto date.&lt;BR /&gt;&lt;BR /&gt;Glad to have helped.&lt;BR /&gt;Tony.</description>
      <pubDate>Sun, 27 Mar 2005 11:41:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvol-size-usage/m-p/3512362#M218475</guid>
      <dc:creator>Tony Scully_2</dc:creator>
      <dc:date>2005-03-27T11:41:01Z</dc:date>
    </item>
  </channel>
</rss>

