<?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 Disk Addition in VG in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-addition-in-vg/m-p/4875125#M624136</link>
    <description>Hi Gurus&lt;BR /&gt;&lt;BR /&gt;I need some suggestions.. Please help&lt;BR /&gt;I am having two rp3410 servers with 11i having latest patch bundles, configured in MCSG 11.16 Environemnt.&lt;BR /&gt;&lt;BR /&gt;There is one VG( VG02) in cluster awrae mode, with one package running in production server, configured to fail over to development server. Failover is manual.&lt;BR /&gt;&lt;BR /&gt;Now I have to add four disks in the that VG(VG02).This Vg is having two disks with 8 lvols. The distribution is as follows.&lt;BR /&gt;One lv in one disk(PV) having mirror copy in other disk(PV).&lt;BR /&gt;&lt;BR /&gt;Now after adding four new disk, my VG will have 6 disks. I want a situation as follows.&lt;BR /&gt;One pv having a lv and having mirror copy in other .. In brief &lt;BR /&gt;&lt;BR /&gt;Source                  Mirror&lt;BR /&gt;&lt;BR /&gt;PV1                        PV4&lt;BR /&gt;PV2                        PV5&lt;BR /&gt;PV3                        PV6&lt;BR /&gt;&lt;BR /&gt;Is PVG strict mirroring is the only way to satisfy the above condition?&lt;BR /&gt;If yes how to do that?&lt;BR /&gt;&lt;BR /&gt;My existing two disks are already having all the LVs configured.I have to add disks and extend the LV. This is what I supposed to do.&lt;BR /&gt;&lt;BR /&gt;I know about exporting and importing in adoptive node after VG creation in Primary..&lt;BR /&gt;&lt;BR /&gt;Please guide... if possible with a small diagram&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;Dinu&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Sun, 12 Dec 2004 05:35:39 GMT</pubDate>
    <dc:creator>Dinesh_15</dc:creator>
    <dc:date>2004-12-12T05:35:39Z</dc:date>
    <item>
      <title>Disk Addition in VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-addition-in-vg/m-p/4875125#M624136</link>
      <description>Hi Gurus&lt;BR /&gt;&lt;BR /&gt;I need some suggestions.. Please help&lt;BR /&gt;I am having two rp3410 servers with 11i having latest patch bundles, configured in MCSG 11.16 Environemnt.&lt;BR /&gt;&lt;BR /&gt;There is one VG( VG02) in cluster awrae mode, with one package running in production server, configured to fail over to development server. Failover is manual.&lt;BR /&gt;&lt;BR /&gt;Now I have to add four disks in the that VG(VG02).This Vg is having two disks with 8 lvols. The distribution is as follows.&lt;BR /&gt;One lv in one disk(PV) having mirror copy in other disk(PV).&lt;BR /&gt;&lt;BR /&gt;Now after adding four new disk, my VG will have 6 disks. I want a situation as follows.&lt;BR /&gt;One pv having a lv and having mirror copy in other .. In brief &lt;BR /&gt;&lt;BR /&gt;Source                  Mirror&lt;BR /&gt;&lt;BR /&gt;PV1                        PV4&lt;BR /&gt;PV2                        PV5&lt;BR /&gt;PV3                        PV6&lt;BR /&gt;&lt;BR /&gt;Is PVG strict mirroring is the only way to satisfy the above condition?&lt;BR /&gt;If yes how to do that?&lt;BR /&gt;&lt;BR /&gt;My existing two disks are already having all the LVs configured.I have to add disks and extend the LV. This is what I supposed to do.&lt;BR /&gt;&lt;BR /&gt;I know about exporting and importing in adoptive node after VG creation in Primary..&lt;BR /&gt;&lt;BR /&gt;Please guide... if possible with a small diagram&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;Dinu&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 12 Dec 2004 05:35:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-addition-in-vg/m-p/4875125#M624136</guid>
      <dc:creator>Dinesh_15</dc:creator>
      <dc:date>2004-12-12T05:35:39Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Addition in VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-addition-in-vg/m-p/4875126#M624137</link>
      <description>Hi Dinu,&lt;BR /&gt;&lt;BR /&gt;Either add these PVs in different PVGs, make the lv pvg-strict (-s g) and then extend the mirrors. That will guarantee that the LV will not have mirrors on the same PV but doesn't guarantee a specific PV. So, create/extend the lvs manually by specifying the destination PV. For ex., Here is how you can create an LV with primary on PV2 and mirror on PV5.&lt;BR /&gt;&lt;BR /&gt;lvcreate -n lvol2 vgxx&lt;BR /&gt;lvextend -L 1024 /dev/vgxx/lvol2 PV2&lt;BR /&gt;newfs -F vxfs /dev/vgxx/rlvol2&lt;BR /&gt;lvextend -m 1 /dev/vgxx/lvol2 PV4&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Sun, 12 Dec 2004 19:56:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-addition-in-vg/m-p/4875126#M624137</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-12-12T19:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Addition in VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-addition-in-vg/m-p/4875127#M624138</link>
      <description>You can always extend the LVs specifying the PVname at the end of the argument. In that way it will extend on the particular PV. Same case for the mirror also. After extending the standard and the mirror, but before extending the filesystem, check it through lvdisplay. Otherwise if you extend it first and see that there is a problem, then it will be difficult to comeback and rectify the prob.&lt;BR /&gt;&lt;BR /&gt;Hope it helps.</description>
      <pubDate>Sun, 12 Dec 2004 22:22:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-addition-in-vg/m-p/4875127#M624138</guid>
      <dc:creator>Sandip Ghosh</dc:creator>
      <dc:date>2004-12-12T22:22:53Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Addition in VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-addition-in-vg/m-p/4875128#M624139</link>
      <description>1. Create physical 4 disk&lt;BR /&gt; #pvcreate -f /dev/rdsk/cxtxdx&lt;BR /&gt; #pvcreate -f /dev/rdsk/cxtxdx&lt;BR /&gt; #pvcreate -f /dev/rdsk/cxtxdx&lt;BR /&gt; #pvcreate -f /dev/rdsk/cxtxdx&lt;BR /&gt;2. Create Vg&lt;BR /&gt; vgextend vgxx /dev/dsk/cxtxdx &lt;BR /&gt;&lt;BR /&gt;3. Mirror &lt;BR /&gt; #lvextend -m 1 /dev/vgxx/lvname /dev/dsk/cxtxdx&lt;BR /&gt;and then, check the result&lt;BR /&gt;  #vgdisplay -v vgxx&lt;BR /&gt;check mirror by&lt;BR /&gt; #lvdisplay -v /dev/vgxx/lvname</description>
      <pubDate>Sun, 12 Dec 2004 23:07:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-addition-in-vg/m-p/4875128#M624139</guid>
      <dc:creator>Nguyen Anh Tien</dc:creator>
      <dc:date>2004-12-12T23:07:35Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Addition in VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-addition-in-vg/m-p/4875129#M624140</link>
      <description>Thnaks&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;Dinu</description>
      <pubDate>Tue, 14 Dec 2004 11:41:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-addition-in-vg/m-p/4875129#M624140</guid>
      <dc:creator>Dinesh_15</dc:creator>
      <dc:date>2004-12-14T11:41:38Z</dc:date>
    </item>
  </channel>
</rss>

