<?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 Mirrored LV's in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mirrored-lv-s/m-p/2700764#M712928</link>
    <description>Can I break a mirror of a vg that is Cluster Aware????&lt;BR /&gt;&lt;BR /&gt;I want to use the 2nd disk for another vg that I am going to add to a separate package.&lt;BR /&gt;&lt;BR /&gt;Thanx.&lt;BR /&gt;&lt;BR /&gt;Mike</description>
    <pubDate>Wed, 10 Apr 2002 12:33:51 GMT</pubDate>
    <dc:creator>Michael Elleby III_1</dc:creator>
    <dc:date>2002-04-10T12:33:51Z</dc:date>
    <item>
      <title>Mirrored LV's</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirrored-lv-s/m-p/2700764#M712928</link>
      <description>Can I break a mirror of a vg that is Cluster Aware????&lt;BR /&gt;&lt;BR /&gt;I want to use the 2nd disk for another vg that I am going to add to a separate package.&lt;BR /&gt;&lt;BR /&gt;Thanx.&lt;BR /&gt;&lt;BR /&gt;Mike</description>
      <pubDate>Wed, 10 Apr 2002 12:33:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirrored-lv-s/m-p/2700764#M712928</guid>
      <dc:creator>Michael Elleby III_1</dc:creator>
      <dc:date>2002-04-10T12:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: Mirrored LV's</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirrored-lv-s/m-p/2700765#M712929</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;Yes, you can do this but you must   recreate the vg info whit same configuration on all nodes.&lt;BR /&gt;&lt;BR /&gt;so, on the server with the pakage you can do:&lt;BR /&gt;1)  lvreduce -m 0 /dev/vgxx&lt;BR /&gt;2) vgreduce /dev/vgxx /dev/dsk/cXdXyX&lt;BR /&gt;3) vgexport -v -p -s -m /tmp/vgxx.map /dev/vg00&lt;BR /&gt;4) rcp /tmp/vgxx other nodes&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;on the other nodes:&lt;BR /&gt;&lt;BR /&gt;1) vgexport /dev/vgxx&lt;BR /&gt;2)mkdir /Dev/vgxx&lt;BR /&gt;3)mknod /dev/vgxx group c 64 0x&lt;YYYYYY&gt;&lt;BR /&gt;2) vgimport -v -m /tmp/vgxx.map /dev/vgxx&lt;BR /&gt;&lt;BR /&gt;and thas all&lt;BR /&gt;&lt;BR /&gt;bye&lt;/YYYYYY&gt;</description>
      <pubDate>Wed, 10 Apr 2002 12:47:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirrored-lv-s/m-p/2700765#M712929</guid>
      <dc:creator>Domenico_5</dc:creator>
      <dc:date>2002-04-10T12:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: Mirrored LV's</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirrored-lv-s/m-p/2700766#M712930</link>
      <description>Michael,&lt;BR /&gt;&lt;BR /&gt;I have followed the procedure Domenico documented many times in the past. &lt;BR /&gt;&lt;BR /&gt;Follow that and you shouldn't have any problems.&lt;BR /&gt;&lt;BR /&gt;Good Luck!</description>
      <pubDate>Wed, 10 Apr 2002 12:49:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirrored-lv-s/m-p/2700766#M712930</guid>
      <dc:creator>Robert Gamble</dc:creator>
      <dc:date>2002-04-10T12:49:45Z</dc:date>
    </item>
    <item>
      <title>Re: Mirrored LV's</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirrored-lv-s/m-p/2700767#M712931</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Yes you can, but be careful.&lt;BR /&gt;&lt;BR /&gt;Reduce the mirror on the server where the vg is active. &lt;BR /&gt;Remove the disk which not containing the cluster lock (check in /etc/cmcluster/cluster.ascii)&lt;BR /&gt;&lt;BR /&gt;For each lv :&lt;BR /&gt;#lvreduce -m 0 /dev/vgx/lvolxx&lt;BR /&gt;&lt;BR /&gt;then&lt;BR /&gt;# vgreduce vgx /dev/dsk/cx...&lt;BR /&gt;&lt;BR /&gt;then generate a mapfile&lt;BR /&gt;# vgexport -p -v -s -m mapfile.vgx vgx&lt;BR /&gt;&lt;BR /&gt;send this mapfile on the other node :&lt;BR /&gt;# rcp mapfile.vgx  nodeB:/tmp/mapfile.vgx &lt;BR /&gt;&lt;BR /&gt;Then on the other node :&lt;BR /&gt;# vgexport vgx&lt;BR /&gt;# mkdir /dev/vgx&lt;BR /&gt;# mknod /dev/vgx/group c 64 0x.....&lt;BR /&gt;# vgimport -v -s -m /tmp/mapfile.vgx vgx&lt;BR /&gt;&lt;BR /&gt;Now you can use the pv&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Fr??d??ric</description>
      <pubDate>Wed, 10 Apr 2002 12:51:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirrored-lv-s/m-p/2700767#M712931</guid>
      <dc:creator>Frederic Sevestre</dc:creator>
      <dc:date>2002-04-10T12:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: Mirrored LV's</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirrored-lv-s/m-p/2700768#M712932</link>
      <description>Domenico-&lt;BR /&gt;&lt;BR /&gt;Thanx for the info, worked like a charm... &lt;BR /&gt;&lt;BR /&gt;Mike-</description>
      <pubDate>Wed, 10 Apr 2002 13:04:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirrored-lv-s/m-p/2700768#M712932</guid>
      <dc:creator>Michael Elleby III_1</dc:creator>
      <dc:date>2002-04-10T13:04:59Z</dc:date>
    </item>
  </channel>
</rss>

