<?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 vgexport and vgcreate on a FC60 disk array in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vgexport-and-vgcreate-on-a-fc60-disk-array/m-p/2470348#M654345</link>
    <description>I have an MC/SG cluster composed of two nodes and a FC60 disk array. The cluster use two LUNs. Another LUN is use for a vg shared by the two nodes but which is not in the MC/SG cluster.&lt;BR /&gt;In order to remove this vg, do i need to make a vgexport or vgremove on the two nodes that are sharing the FC60 ? Moreover, if i want to create a new vg using this LUN do i need to make a pvcreate -f  before creting the new vg on the FC60 ?&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
    <pubDate>Mon, 04 Dec 2000 23:55:57 GMT</pubDate>
    <dc:creator>STEFFEN_1</dc:creator>
    <dc:date>2000-12-04T23:55:57Z</dc:date>
    <item>
      <title>vgexport and vgcreate on a FC60 disk array</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgexport-and-vgcreate-on-a-fc60-disk-array/m-p/2470348#M654345</link>
      <description>I have an MC/SG cluster composed of two nodes and a FC60 disk array. The cluster use two LUNs. Another LUN is use for a vg shared by the two nodes but which is not in the MC/SG cluster.&lt;BR /&gt;In order to remove this vg, do i need to make a vgexport or vgremove on the two nodes that are sharing the FC60 ? Moreover, if i want to create a new vg using this LUN do i need to make a pvcreate -f  before creting the new vg on the FC60 ?&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Mon, 04 Dec 2000 23:55:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgexport-and-vgcreate-on-a-fc60-disk-array/m-p/2470348#M654345</guid>
      <dc:creator>STEFFEN_1</dc:creator>
      <dc:date>2000-12-04T23:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: vgexport and vgcreate on a FC60 disk array</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgexport-and-vgcreate-on-a-fc60-disk-array/m-p/2470349#M654346</link>
      <description>Hi,&lt;BR /&gt;I would use vgexport as this is quicker. If you use vgremove then you must first lvremove each logical volume (and vgreduce until there is only one PV left in the VG).&lt;BR /&gt;&lt;BR /&gt;I also would be worried about running vgremove on one system making changes to the volume group headers on the disks, thereby causing a problem on the other system when trying to do the vgremove. This may or may not be cause for concern.&lt;BR /&gt;&lt;BR /&gt;I think you should do a pvcreate -f on the LUN before using it in another volume group. I am not certain that this is 100% necessary but all the documentation states that you should do so.&lt;BR /&gt;&lt;BR /&gt;Rerards,  Trevor</description>
      <pubDate>Tue, 05 Dec 2000 00:48:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgexport-and-vgcreate-on-a-fc60-disk-array/m-p/2470349#M654346</guid>
      <dc:creator>Trevor Dyson</dc:creator>
      <dc:date>2000-12-05T00:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: vgexport and vgcreate on a FC60 disk array</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgexport-and-vgcreate-on-a-fc60-disk-array/m-p/2470350#M654347</link>
      <description>Yes, use vgexport on both boxes and then pvcreate -f in one box.&lt;BR /&gt;&lt;BR /&gt;Create your lvols and  then vgimport on secondary box.&lt;BR /&gt;&lt;BR /&gt;This is an easy way.</description>
      <pubDate>Tue, 05 Dec 2000 08:45:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgexport-and-vgcreate-on-a-fc60-disk-array/m-p/2470350#M654347</guid>
      <dc:creator>Carlos Fernandez Riera</dc:creator>
      <dc:date>2000-12-05T08:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: vgexport and vgcreate on a FC60 disk array</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgexport-and-vgcreate-on-a-fc60-disk-array/m-p/2470351#M654348</link>
      <description>Hi,&lt;BR /&gt;Do you need the data on your disk?&lt;BR /&gt;If yes:&lt;BR /&gt;umount everything&lt;BR /&gt;vgchange -a n vgx (on both MCSG-Systems)&lt;BR /&gt;vgchange -c n vgx (on both MCSG-Systems)&lt;BR /&gt;vgexport -s -m /tmp/vgx.map vgix&lt;BR /&gt;&lt;BR /&gt;copy vgx.map to new systems&lt;BR /&gt;mkdir /dev/vgx&lt;BR /&gt;mknod /dev/vgx/group c 64 0x0?0000&lt;BR /&gt;vgimport -s -m vgx.map vgx&lt;BR /&gt;vgchange -a y&lt;BR /&gt;create mointpoints and mount&lt;BR /&gt;&lt;BR /&gt;no pvcreate necessary</description>
      <pubDate>Tue, 05 Dec 2000 13:02:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgexport-and-vgcreate-on-a-fc60-disk-array/m-p/2470351#M654348</guid>
      <dc:creator>Matthias Zander</dc:creator>
      <dc:date>2000-12-05T13:02:30Z</dc:date>
    </item>
  </channel>
</rss>

