<?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: Extending a LV when mirrored in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-a-lv-when-mirrored/m-p/3436501#M623940</link>
    <description>ust a note: When a logical volume is mirrored (double or triple mirror), lvextend will automatically extend the mirror(s). In simple mirror configs, the additional PE's are taken from the same disks as the original LV. Note that extending a disk has no effect on the filesystem. The filesystem must be rearranged/reconfigured to access the additional space, hence the need to un-mount the filesystem. With the optional Online JFS product, fsadm can be used to extend the lvol as well as the filesystem without un-mounting.</description>
    <pubDate>Sun, 05 Dec 2004 20:37:30 GMT</pubDate>
    <dc:creator>Bill Hassell</dc:creator>
    <dc:date>2004-12-05T20:37:30Z</dc:date>
    <item>
      <title>Extending a LV when mirrored</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-a-lv-when-mirrored/m-p/3436498#M623937</link>
      <description>I have a logical volume that is mirrored. I want to increase the size from 26 GB to 30 GB. &lt;BR /&gt;# lvextend -L 30000 /dev/vg02/lvol1&lt;BR /&gt;&lt;BR /&gt;After extending the LV, I cannot unmount to extend the file system.&lt;BR /&gt;&lt;BR /&gt;Is that because its mirrored or should I go to single user?&lt;BR /&gt;&lt;BR /&gt;Is there anything that I must do to the mirror after extending the file system?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;David Owens&lt;BR /&gt;Ingersoll-Rand Co.</description>
      <pubDate>Sat, 04 Dec 2004 07:22:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-a-lv-when-mirrored/m-p/3436498#M623937</guid>
      <dc:creator>David Owens_1</dc:creator>
      <dc:date>2004-12-04T07:22:43Z</dc:date>
    </item>
    <item>
      <title>Re: Extending a LV when mirrored</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-a-lv-when-mirrored/m-p/3436499#M623938</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;you should go into single user mode, or use the command fuser on the fs.&lt;BR /&gt;&lt;BR /&gt;it's better going into single user mode, after that your mirror copy should synchronyse at reboot.&lt;BR /&gt;&lt;BR /&gt;you can verify if it does with lvdisplay -v /dev/vgxx/lvoly&lt;BR /&gt;&lt;BR /&gt;If it didn't synchronise use vgsync /dev/vgxx&lt;BR /&gt;&lt;BR /&gt;Stf ;-)</description>
      <pubDate>Sat, 04 Dec 2004 07:41:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-a-lv-when-mirrored/m-p/3436499#M623938</guid>
      <dc:creator>Stf</dc:creator>
      <dc:date>2004-12-04T07:41:02Z</dc:date>
    </item>
    <item>
      <title>Re: Extending a LV when mirrored</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-a-lv-when-mirrored/m-p/3436500#M623939</link>
      <description>I was able to run&lt;BR /&gt;&lt;BR /&gt;# fuser -u /dev/vg02/lvol1&lt;BR /&gt;&lt;BR /&gt;and find the process that was preventing me from unmounting. I gracefully killed (-15) the process and was able to unmount, extend the file system and mount.&lt;BR /&gt;&lt;BR /&gt;After remounting, the mirrors were in sync.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Sat, 04 Dec 2004 09:34:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-a-lv-when-mirrored/m-p/3436500#M623939</guid>
      <dc:creator>David Owens_1</dc:creator>
      <dc:date>2004-12-04T09:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: Extending a LV when mirrored</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-a-lv-when-mirrored/m-p/3436501#M623940</link>
      <description>ust a note: When a logical volume is mirrored (double or triple mirror), lvextend will automatically extend the mirror(s). In simple mirror configs, the additional PE's are taken from the same disks as the original LV. Note that extending a disk has no effect on the filesystem. The filesystem must be rearranged/reconfigured to access the additional space, hence the need to un-mount the filesystem. With the optional Online JFS product, fsadm can be used to extend the lvol as well as the filesystem without un-mounting.</description>
      <pubDate>Sun, 05 Dec 2004 20:37:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-a-lv-when-mirrored/m-p/3436501#M623940</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2004-12-05T20:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: Extending a LV when mirrored</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-a-lv-when-mirrored/m-p/3436502#M623941</link>
      <description>i think,ONLINE JFS(ver 3.3) can sort these&lt;BR /&gt;problems.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;abhik</description>
      <pubDate>Mon, 06 Dec 2004 01:39:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-a-lv-when-mirrored/m-p/3436502#M623941</guid>
      <dc:creator>abhijeet_7</dc:creator>
      <dc:date>2004-12-06T01:39:19Z</dc:date>
    </item>
    <item>
      <title>Re: Extending a LV when mirrored</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-a-lv-when-mirrored/m-p/3436503#M623942</link>
      <description>First if you have Online JFS you no need to umount FS. Just extend it&lt;BR /&gt;If you have not Online JFS you must unmount  FS and extend fs using &lt;BR /&gt;extendfs  /dev/vg02/lvol1&lt;BR /&gt; you no need to go  into single user mode &lt;BR /&gt;just stop all process that work over FS &lt;BR /&gt;and unmount it. &lt;BR /&gt;Use fuser -uk /dev/vg02/lvol1 &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 06 Dec 2004 03:29:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-a-lv-when-mirrored/m-p/3436503#M623942</guid>
      <dc:creator>Ivajlo Yanakiev</dc:creator>
      <dc:date>2004-12-06T03:29:43Z</dc:date>
    </item>
    <item>
      <title>Re: Extending a LV when mirrored</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-a-lv-when-mirrored/m-p/3436504#M623943</link>
      <description>also your LV is mirror automaticly. &lt;BR /&gt;If you want to Sync anyway , use &lt;BR /&gt;#vgsync vg02</description>
      <pubDate>Mon, 06 Dec 2004 03:31:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-a-lv-when-mirrored/m-p/3436504#M623943</guid>
      <dc:creator>Ivajlo Yanakiev</dc:creator>
      <dc:date>2004-12-06T03:31:14Z</dc:date>
    </item>
  </channel>
</rss>

