<?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: extendfs in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/extendfs/m-p/3566324#M227403</link>
    <description>Mel, Laurent&lt;BR /&gt;&lt;BR /&gt;By error, when extending a File System I used lvol1 instead of rlvol1. &lt;BR /&gt;mounts the FS and this being used.&lt;BR /&gt;&lt;BR /&gt;Later it is aware to me of this situation&lt;BR /&gt;&lt;BR /&gt;That consequences have this?&lt;BR /&gt;&lt;BR /&gt;Thank in advance&lt;BR /&gt;&lt;BR /&gt;Jorge Prado&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Sat, 18 Jun 2005 19:19:24 GMT</pubDate>
    <dc:creator>Jorge Prado T</dc:creator>
    <dc:date>2005-06-18T19:19:24Z</dc:date>
    <item>
      <title>extendfs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extendfs/m-p/3566321#M227400</link>
      <description>That it happens if when extending a FS is used block device file  instead of raw device file, ie:&lt;BR /&gt; extendfs /dev/vg03/lvol1&lt;BR /&gt;&lt;BR /&gt;S.O. hp-UX 11i&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;&lt;BR /&gt;Jorge Prado</description>
      <pubDate>Sat, 18 Jun 2005 00:38:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extendfs/m-p/3566321#M227400</guid>
      <dc:creator>Jorge Prado T</dc:creator>
      <dc:date>2005-06-18T00:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: extendfs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extendfs/m-p/3566322#M227401</link>
      <description>it seems like you used an online translation engine and it made your question very hard to understand.&lt;BR /&gt;&lt;BR /&gt;if you are asking if "extendfs" command takes the special file as the "block device" or "raw device", the answer is "RAW DEVICE"&lt;BR /&gt;&lt;BR /&gt;example:&lt;BR /&gt;&lt;BR /&gt;extendfs -F vxfs /dev/vg01/rlvol5&lt;BR /&gt;&lt;BR /&gt;hope this helps.&lt;BR /&gt;&lt;BR /&gt;PS. Are you sure you do not have online JFS on your system ?</description>
      <pubDate>Sat, 18 Jun 2005 01:25:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extendfs/m-p/3566322#M227401</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2005-06-18T01:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: extendfs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extendfs/m-p/3566323#M227402</link>
      <description>It is slower, and it uses the buffer cache,</description>
      <pubDate>Sat, 18 Jun 2005 01:26:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extendfs/m-p/3566323#M227402</guid>
      <dc:creator>Laurent Menase</dc:creator>
      <dc:date>2005-06-18T01:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: extendfs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extendfs/m-p/3566324#M227403</link>
      <description>Mel, Laurent&lt;BR /&gt;&lt;BR /&gt;By error, when extending a File System I used lvol1 instead of rlvol1. &lt;BR /&gt;mounts the FS and this being used.&lt;BR /&gt;&lt;BR /&gt;Later it is aware to me of this situation&lt;BR /&gt;&lt;BR /&gt;That consequences have this?&lt;BR /&gt;&lt;BR /&gt;Thank in advance&lt;BR /&gt;&lt;BR /&gt;Jorge Prado&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 18 Jun 2005 19:19:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extendfs/m-p/3566324#M227403</guid>
      <dc:creator>Jorge Prado T</dc:creator>
      <dc:date>2005-06-18T19:19:24Z</dc:date>
    </item>
    <item>
      <title>Re: extendfs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extendfs/m-p/3566325#M227404</link>
      <description>If you are not using the HFS &lt;BR /&gt;and JFS is your filesystem, you are okay. Don't worry things will be fine.&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;Devesh</description>
      <pubDate>Sat, 18 Jun 2005 19:24:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extendfs/m-p/3566325#M227404</guid>
      <dc:creator>Devesh Pant_1</dc:creator>
      <dc:date>2005-06-18T19:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: extendfs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extendfs/m-p/3566326#M227405</link>
      <description>Hi Jorge,&lt;BR /&gt;&lt;BR /&gt;If you are using online JFS you need not to use logical volume. You can just give FS with fsadm command.&lt;BR /&gt;Eg: fsadm -b200M /application.&lt;BR /&gt;You can do that with out unmounting the FS.&lt;BR /&gt;&lt;BR /&gt;If you are having HFS filesystem your command will give error.&lt;BR /&gt;&lt;BR /&gt;If you are having VxFs there is no problem. Both rlvol and lvol will work. Only thing is that you need to unmount the FS.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;&lt;BR /&gt;Jino&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Jun 2005 00:32:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extendfs/m-p/3566326#M227405</guid>
      <dc:creator>Jino.P.V</dc:creator>
      <dc:date>2005-06-20T00:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: extendfs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extendfs/m-p/3566327#M227406</link>
      <description>Hi Jorge,&lt;BR /&gt;&lt;BR /&gt; Quite strange that u mentioned in prevuious response that u were trying to extend lvol1,..&lt;BR /&gt;&lt;BR /&gt;Assumeing it is /stand Mount point, it will not be able to extended because..LVOL1 has folowing characteristics usually..&lt;BR /&gt;&lt;BR /&gt;Bad block                   off&lt;BR /&gt;Allocation                 strict/contiguous&lt;BR /&gt;&lt;BR /&gt;What it means is the Allocated PE's should be contiguos..&lt;BR /&gt;&lt;BR /&gt;Assuming that LVOL2 and LVOL3..would be created immediately after lvol1..you cant extend it &lt;BR /&gt;even if you have "online JFS"..&lt;BR /&gt;&lt;BR /&gt;The only option is to go the LVM maintence mode while booting interrupt the Boot process and issue "hpux -lm"..&lt;BR /&gt;in ISL prompt..&lt;BR /&gt;and then "pvmove" lvol2 to lvol8 to seconf disk..&lt;BR /&gt;lvextend /dev/vg00/lvol1&lt;BR /&gt;extendfs /dev/vg00/rlvol1 and then..&lt;BR /&gt;&lt;BR /&gt;"pvmove" back those moved lv's..&lt;BR /&gt;&lt;BR /&gt;and reboot -n &lt;BR /&gt;&lt;BR /&gt;I hope this helped..&lt;BR /&gt;&lt;BR /&gt;Regards.. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Jun 2005 01:10:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extendfs/m-p/3566327#M227406</guid>
      <dc:creator>Senthil Kumar .A_1</dc:creator>
      <dc:date>2005-06-20T01:10:46Z</dc:date>
    </item>
    <item>
      <title>Re: extendfs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extendfs/m-p/3566328#M227407</link>
      <description>Hi Senthil,&lt;BR /&gt;&lt;BR /&gt;I think you have missed that he mentioned vg03&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regds&lt;BR /&gt;Jino&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Jun 2005 02:53:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extendfs/m-p/3566328#M227407</guid>
      <dc:creator>Jino.P.V</dc:creator>
      <dc:date>2005-06-20T02:53:33Z</dc:date>
    </item>
    <item>
      <title>Re: extendfs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extendfs/m-p/3566329#M227408</link>
      <description>Indeed Jino ... :)</description>
      <pubDate>Tue, 21 Jun 2005 06:46:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extendfs/m-p/3566329#M227408</guid>
      <dc:creator>Senthil Kumar .A_1</dc:creator>
      <dc:date>2005-06-21T06:46:33Z</dc:date>
    </item>
  </channel>
</rss>

