<?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: Disk space pbm in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-pbm/m-p/3019400#M633091</link>
    <description>And the max PE per PV?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 09 Jul 2003 15:31:28 GMT</pubDate>
    <dc:creator>Pete Randall</dc:creator>
    <dc:date>2003-07-09T15:31:28Z</dc:date>
    <item>
      <title>Disk space pbm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-pbm/m-p/3019397#M633088</link>
      <description>I am having one 36 GB hdd. I already configured lvol3 (8290MB),lvol1(298MB),lvol4(204MB),lvol5(5120MB) and lvol6(10633MB). i am having around 9600 mb free space on this hdd. &lt;BR /&gt;i am not able to use this space.If we are seeing PVDISPLAY -v /dev/dsk/c0t0d0 , it showing that no free PE avilable.All the 4374 PVs are allocated. Further i am seeing ??? instead of /dev/vg00/lvol? starting from PE 1171 to 2450.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;&lt;BR /&gt;Madhu Gopalakrishnan&lt;BR /&gt;&lt;BR /&gt;MY os is 11.0 and server is D380.&lt;BR /&gt;&lt;BR /&gt;Any one help me use this free space w/o recreating PV.</description>
      <pubDate>Wed, 09 Jul 2003 15:24:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-pbm/m-p/3019397#M633088</guid>
      <dc:creator>madhu_11</dc:creator>
      <dc:date>2003-07-09T15:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: Disk space pbm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-pbm/m-p/3019398#M633089</link>
      <description>What is the PE size shown by vgdisplay?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Jul 2003 15:30:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-pbm/m-p/3019398#M633089</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-07-09T15:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: Disk space pbm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-pbm/m-p/3019399#M633090</link>
      <description>Have you accounted for swap?&lt;BR /&gt;&lt;BR /&gt;It must be using some space.&lt;BR /&gt;&lt;BR /&gt;Run swapinfo -tam.&lt;BR /&gt;&lt;BR /&gt;I have approximzately 30 GB of space based on your figures.  There should be 6 GB left, except the usual location of swap is /dev/vg00/lvol2&lt;BR /&gt;&lt;BR /&gt;Also, the Volume Group may not be able to use all available disk space.&lt;BR /&gt;&lt;BR /&gt;This should have been accounted for at install time, but if you did a disk upgrade and restored with Ignite, the Volume group may not be able to use all the Physical extents.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Run and post this:&lt;BR /&gt;vgdisplay /dev/vg00&lt;BR /&gt;&lt;BR /&gt;That would help.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Jul 2003 15:31:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-pbm/m-p/3019399#M633090</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-07-09T15:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: Disk space pbm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-pbm/m-p/3019400#M633091</link>
      <description>And the max PE per PV?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Jul 2003 15:31:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-pbm/m-p/3019400#M633091</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-07-09T15:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: Disk space pbm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-pbm/m-p/3019401#M633092</link>
      <description>Hi Madhu,&lt;BR /&gt;&lt;BR /&gt;This would happen if someone did "rm /dev/vg00/lvolx" instead of "lvremove /dev/vg00/lvolx".&lt;BR /&gt;&lt;BR /&gt;Do a "vgdisplay -v vg00 |grep "LV Name"" and compare the lvols against what you have in /dev/vg00&lt;BR /&gt;&lt;BR /&gt;Find out the missing "minor number". of the lvols in /dev/vg00. You can do it by "ll /dev/vg00/r*" and observe the 0x00000x". They should be sequential. Say "1-9". Say if you don't find "7", then it was logical volume that got removed. You can recreate it by using mknod command.&lt;BR /&gt;&lt;BR /&gt;#mknod /dev/vg00/lvol7 b 64 0x000007&lt;BR /&gt;#mknod /dev/vg00/rlvol7 c 64 0x000007&lt;BR /&gt;&lt;BR /&gt;If you do a pvdisplay now, lvol7 should show up instead of ???s.&lt;BR /&gt;&lt;BR /&gt;If you don't have break in the sequence, then create the device files with the next number in the sequence. In the example I gave, it would be a (next to 9).&lt;BR /&gt;&lt;BR /&gt;#mknod /dev/vg00/lvol10 b 64 0x00000a&lt;BR /&gt;#mknod /dev/vg00/rlvol10 c 64 0x00000a&lt;BR /&gt;&lt;BR /&gt;-Sri&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Jul 2003 15:41:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-pbm/m-p/3019401#M633092</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2003-07-09T15:41:42Z</dc:date>
    </item>
    <item>
      <title>Re: Disk space pbm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-pbm/m-p/3019402#M633093</link>
      <description>The minor number is specified as 0x0n0000, I believe, where n is the minor number.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Jul 2003 15:46:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-pbm/m-p/3019402#M633093</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-07-09T15:46:02Z</dc:date>
    </item>
    <item>
      <title>Re: Disk space pbm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-pbm/m-p/3019403#M633094</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Sri has the most logical explanation for what you see.&lt;BR /&gt;&lt;BR /&gt;With regard to the minor number, he is correct.  The device file for 'lvol1' on 'vg03' would look like:&lt;BR /&gt;&lt;BR /&gt;brw-r-----   1 root       sys         64 0x030001 Jun 17 15:58 lvol1&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Jul 2003 15:59:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-pbm/m-p/3019403#M633094</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2003-07-09T15:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: Disk space pbm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-pbm/m-p/3019404#M633095</link>
      <description>Thanks again, James.  I was thinking of the minor number for the VG.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Jul 2003 16:05:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-pbm/m-p/3019404#M633095</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-07-09T16:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: Disk space pbm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-pbm/m-p/3019405#M633096</link>
      <description>Hi Pete:&lt;BR /&gt;&lt;BR /&gt;No problem.  I too had to look twice, since the device files are for vg00. :-))&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 09 Jul 2003 16:10:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-pbm/m-p/3019405#M633096</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2003-07-09T16:10:12Z</dc:date>
    </item>
  </channel>
</rss>

