<?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: bdf vs lvdisplay in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-vs-lvdisplay/m-p/2585398#M647464</link>
    <description>I couldn't dismount a file system on level 3 and lower run levels because the device kept "busy". I found out that it's stuck with the swap file system so I removed the swap file system.  I finally dismounted the file system and did extendfs it successfully. After that, I recreated the swap filesystem in it.  I believe that's why it couldn't change yesterday because of the swap file system.  Thanks very much for your help!</description>
    <pubDate>Thu, 27 Sep 2001 00:11:53 GMT</pubDate>
    <dc:creator>Lise Love-Thompson</dc:creator>
    <dc:date>2001-09-27T00:11:53Z</dc:date>
    <item>
      <title>bdf vs lvdisplay</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-vs-lvdisplay/m-p/2585390#M647456</link>
      <description>I added 4 new disks to the disk array.  I created a new LUN. It uses an existing volume group. I extended the size of a logical volume (from 15G to 30G).  lvdisplay shows 30K.  bdf shows 15k. Why?  &lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Wed, 26 Sep 2001 15:17:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-vs-lvdisplay/m-p/2585390#M647456</guid>
      <dc:creator>Lise Love-Thompson</dc:creator>
      <dc:date>2001-09-26T15:17:08Z</dc:date>
    </item>
    <item>
      <title>Re: bdf vs lvdisplay</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-vs-lvdisplay/m-p/2585391#M647457</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Have you done an 'extendfs' or 'fsadm -b' as appropriate?  If you have only completed the ;lvextend', then 'bdf' will not show the resize filesystem because it hasn't yet been resized.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 26 Sep 2001 15:23:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-vs-lvdisplay/m-p/2585391#M647457</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-09-26T15:23:30Z</dc:date>
    </item>
    <item>
      <title>Re: bdf vs lvdisplay</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-vs-lvdisplay/m-p/2585392#M647458</link>
      <description>lvextend is only half the job ;-}&lt;BR /&gt;You have increased the "disk" capacity, but not the file system size.&lt;BR /&gt;you need to unmount the file system and do an extendfs on it, then mount it again.&lt;BR /&gt;Or if you have OnlineJFS you can extend the filesystem on line&lt;BR /&gt;bdf should now show the correct file system size</description>
      <pubDate>Wed, 26 Sep 2001 15:28:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-vs-lvdisplay/m-p/2585392#M647458</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2001-09-26T15:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: bdf vs lvdisplay</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-vs-lvdisplay/m-p/2585393#M647459</link>
      <description>I used SAM to increase the size. I think something was stuck because of paging in it. Isn't it right?</description>
      <pubDate>Wed, 26 Sep 2001 15:46:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-vs-lvdisplay/m-p/2585393#M647459</guid>
      <dc:creator>Lise Love-Thompson</dc:creator>
      <dc:date>2001-09-26T15:46:30Z</dc:date>
    </item>
    <item>
      <title>Re: bdf vs lvdisplay</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-vs-lvdisplay/m-p/2585394#M647460</link>
      <description>Hi (again) Lise:&lt;BR /&gt;&lt;BR /&gt;I don't use SAM for disk and filesystem configuration.  I've seen SAM hangup trying to unmount a filesystem.&lt;BR /&gt;&lt;BR /&gt;In any event, you should be able to 'extendfs' or use 'fsadm -b' (if you have OnlineJFS) to complete the process.&lt;BR /&gt;&lt;BR /&gt;If you do not have OnlineJFS, unmount the filesystem and do:&lt;BR /&gt;&lt;BR /&gt;# extendfs /dev/vgXX/rlovlX #...note raw device&lt;BR /&gt;# mount /dev/vgXX/lvolX /&lt;MOUNTPOINT&gt;&lt;BR /&gt;&lt;BR /&gt;If you are using OnlineJFS there is no need to unmount:&lt;BR /&gt;&lt;BR /&gt;# fsadm -b &lt;SIZE&gt; /&lt;MOUNTPOINT&gt;&lt;BR /&gt;&lt;BR /&gt;...where &lt;SIZE&gt; is the number of 1K blocks (1K=1024).  Thus if you did 'lvextend -L 100' your &lt;SIZE&gt; would be 100*1024 or 102400.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SIZE&gt;&lt;/SIZE&gt;&lt;/MOUNTPOINT&gt;&lt;/SIZE&gt;&lt;/MOUNTPOINT&gt;</description>
      <pubDate>Wed, 26 Sep 2001 16:07:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-vs-lvdisplay/m-p/2585394#M647460</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-09-26T16:07:09Z</dc:date>
    </item>
    <item>
      <title>Re: bdf vs lvdisplay</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-vs-lvdisplay/m-p/2585395#M647461</link>
      <description>If SAM completed the job successfully and if you are still seeing the problem, then I would suggest to unmount and mount it again. &lt;BR /&gt;&lt;BR /&gt;If it still didn't fix the problem, do an extendfs manually on the character device of the logical volume.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Wed, 26 Sep 2001 16:43:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-vs-lvdisplay/m-p/2585395#M647461</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2001-09-26T16:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: bdf vs lvdisplay</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-vs-lvdisplay/m-p/2585396#M647462</link>
      <description>Ok, thanks. I will try it tonight. Hope it will work.</description>
      <pubDate>Wed, 26 Sep 2001 17:31:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-vs-lvdisplay/m-p/2585396#M647462</guid>
      <dc:creator>Lise Love-Thompson</dc:creator>
      <dc:date>2001-09-26T17:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: bdf vs lvdisplay</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-vs-lvdisplay/m-p/2585397#M647463</link>
      <description>Hi Lise:&lt;BR /&gt;&lt;BR /&gt;Make sure that filesystem you are trying to extend has a lost+found directory. If the file lost+found/.fsadm cannot be written, the will hang SAM everytime.&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Sep 2001 17:36:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-vs-lvdisplay/m-p/2585397#M647463</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-09-26T17:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: bdf vs lvdisplay</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-vs-lvdisplay/m-p/2585398#M647464</link>
      <description>I couldn't dismount a file system on level 3 and lower run levels because the device kept "busy". I found out that it's stuck with the swap file system so I removed the swap file system.  I finally dismounted the file system and did extendfs it successfully. After that, I recreated the swap filesystem in it.  I believe that's why it couldn't change yesterday because of the swap file system.  Thanks very much for your help!</description>
      <pubDate>Thu, 27 Sep 2001 00:11:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-vs-lvdisplay/m-p/2585398#M647464</guid>
      <dc:creator>Lise Love-Thompson</dc:creator>
      <dc:date>2001-09-27T00:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: bdf vs lvdisplay</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-vs-lvdisplay/m-p/2585399#M647465</link>
      <description>Hi,&lt;BR /&gt;You said "I couldn't dismount a file system on level 3 and lower run levels because the device kept "busy". I found out that it's stuck with the swap file system so I removed the swap file system. "....&lt;BR /&gt;How can it stuck with swap file system ?Did you mention wrong LV name ? i.e. swap's lv ?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Animesh&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Sep 2001 01:07:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-vs-lvdisplay/m-p/2585399#M647465</guid>
      <dc:creator>Animesh Chakraborty</dc:creator>
      <dc:date>2001-09-27T01:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: bdf vs lvdisplay</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-vs-lvdisplay/m-p/2585400#M647466</link>
      <description>Hi Animesh,&lt;BR /&gt;&lt;BR /&gt;I think what lise wants to convey is that the logical volume she wants to extend has secondary/filesystem swap in that lv. Hence she was not able to extend the filesystem. She removed that secondary swap today and so was able to extend the filesystem.&lt;BR /&gt;&lt;BR /&gt;hope this is the situation.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Sep 2001 03:13:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-vs-lvdisplay/m-p/2585400#M647466</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2001-09-27T03:13:29Z</dc:date>
    </item>
    <item>
      <title>Re: bdf vs lvdisplay</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-vs-lvdisplay/m-p/2585401#M647467</link>
      <description>That's correct. Thanks.</description>
      <pubDate>Thu, 27 Sep 2001 13:39:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-vs-lvdisplay/m-p/2585401#M647467</guid>
      <dc:creator>Lise Love-Thompson</dc:creator>
      <dc:date>2001-09-27T13:39:54Z</dc:date>
    </item>
  </channel>
</rss>

