<?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: Mount business copy LUN on same host as parent LUN in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-business-copy-lun-on-same-host-as-parent-lun/m-p/3380400#M197397</link>
    <description>We had some similar setup where everytime we used to import the business copy and split again. I remember it very well that everytime we used to do a vgchgid on the physical volume in question then do a vgimport. Usually when you sync the primary with business copy, it's a track to track to track copy of the disk. In my view your primary VGRA &amp;amp; PVRA is getting overwritten when you  sync with the Business copy. So option is to change VGID and do a import. &lt;BR /&gt;Hope it helps, correct me if I am wrong somewhere. &lt;BR /&gt;&lt;BR /&gt;Thanks and regards&lt;BR /&gt;Prashant</description>
    <pubDate>Thu, 16 Sep 2004 11:27:14 GMT</pubDate>
    <dc:creator>Prashant Zanwar_4</dc:creator>
    <dc:date>2004-09-16T11:27:14Z</dc:date>
    <item>
      <title>Mount business copy LUN on same host as parent LUN</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-business-copy-lun-on-same-host-as-parent-lun/m-p/3380396#M197393</link>
      <description>I'm having problems setting up business copy - I'm trying to mount the business copy luns on the same host as the parent luns.  &lt;BR /&gt;&lt;BR /&gt;I have done the following to setup the business copy volume group :&lt;BR /&gt;&lt;BR /&gt;mkdir /dev/vg20&lt;BR /&gt;mknod /dev/vg20/group c 64 0x1a0000&lt;BR /&gt;vgchgid /dev/rdsk/c22t5d1&lt;BR /&gt;vgimport /dev/vg20 /dev/dsk/c22t5d1&lt;BR /&gt;vgchange -a y vg20&lt;BR /&gt;vgcfgbackup vg20&lt;BR /&gt;&lt;BR /&gt;When I create the volume group I can vgchange it and it works, however, when I then deactivate it, copy the parent data to the BC LUN (armcopy -s &lt;BC lun=""&gt; -a true Array1), then try to activate the volume group it fails with the error :&lt;BR /&gt;&lt;BR /&gt;vgchange: Warning: Couldn't attach to the volume group physical volume&lt;BR /&gt;"/dev/dsk/c22t5d1":&lt;BR /&gt;Cross-device link&lt;BR /&gt;vgchange: Warning: couldn't query physical volume "/dev/dsk/c22t5d1":&lt;BR /&gt;The specified path does not correspond to physical volume attached to &lt;BR /&gt;this volume group&lt;BR /&gt;vgchange: Warning: couldn't query all of the physical volumes.&lt;BR /&gt;vgchange: Couldn't activate volume group "vg20":&lt;BR /&gt;Quorum not present, or some physical volume(s) are missing.&lt;BR /&gt;&lt;BR /&gt;Lvmtab has the correct disk info for this volume group.&lt;BR /&gt;&lt;BR /&gt;What have I missed?  Any pointers greatly appreciated.&lt;/BC&gt;</description>
      <pubDate>Thu, 16 Sep 2004 09:21:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-business-copy-lun-on-same-host-as-parent-lun/m-p/3380396#M197393</guid>
      <dc:creator>Deborah Davies</dc:creator>
      <dc:date>2004-09-16T09:21:09Z</dc:date>
    </item>
    <item>
      <title>Re: Mount business copy LUN on same host as parent LUN</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-business-copy-lun-on-same-host-as-parent-lun/m-p/3380397#M197394</link>
      <description>You have to do a vgchgid on the BC VG after every copy as it recopies the vginfo from the parent VG. Then export &amp;amp; re-import&lt;BR /&gt;&lt;BR /&gt;If you have a vgcfgbackup, as you mentioned, you could do a vgcfgrestore instead.&lt;BR /&gt;&lt;BR /&gt;Works ok if you have the same vgid on a different node, the problem only comes about on your example of the same node.&lt;BR /&gt;&lt;BR /&gt;If you are using cluster machines, might be worth doing a vgchange -a e vg20 on the way up.&lt;BR /&gt;&lt;BR /&gt;Hope that's some kind of help.&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Sep 2004 09:31:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-business-copy-lun-on-same-host-as-parent-lun/m-p/3380397#M197394</guid>
      <dc:creator>GPMS - Xansa support</dc:creator>
      <dc:date>2004-09-16T09:31:47Z</dc:date>
    </item>
    <item>
      <title>Re: Mount business copy LUN on same host as parent LUN</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-business-copy-lun-on-same-host-as-parent-lun/m-p/3380398#M197395</link>
      <description>Guess you should do a vgcfgrestore after every re-sync of the BC LUN before you activate it because the same LVM header which required youre vgchid will be back upon sync.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Bernhard</description>
      <pubDate>Thu, 16 Sep 2004 09:36:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-business-copy-lun-on-same-host-as-parent-lun/m-p/3380398#M197395</guid>
      <dc:creator>Bernhard Mueller</dc:creator>
      <dc:date>2004-09-16T09:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: Mount business copy LUN on same host as parent LUN</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-business-copy-lun-on-same-host-as-parent-lun/m-p/3380399#M197396</link>
      <description>I would NOT do a vgcfgrestore after syncing with the primary.&lt;BR /&gt;&lt;BR /&gt;vgcfgrestore will pick up the old LVM configuration file /etc/lvmconf/&lt;VG&gt;.conf which may out of wack with the source volume group.&lt;BR /&gt;&lt;BR /&gt;After syncing the BCV&lt;BR /&gt;&lt;BR /&gt;# vgexport /dev/vg20&lt;BR /&gt;# mkdir /dev/vg20&lt;BR /&gt;# mknod /dev/vg20/group c 64 0x1a0000&lt;BR /&gt;# vgchgid /dev/rdsk/c22t5d1&lt;BR /&gt;# vgimport /dev/vg20 /dev/dsk/c22t5d1&lt;BR /&gt;# vgchange -a y vg20&lt;BR /&gt;# vgcfgbackup vg20&lt;BR /&gt;&lt;/VG&gt;</description>
      <pubDate>Thu, 16 Sep 2004 10:42:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-business-copy-lun-on-same-host-as-parent-lun/m-p/3380399#M197396</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2004-09-16T10:42:57Z</dc:date>
    </item>
    <item>
      <title>Re: Mount business copy LUN on same host as parent LUN</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-business-copy-lun-on-same-host-as-parent-lun/m-p/3380400#M197397</link>
      <description>We had some similar setup where everytime we used to import the business copy and split again. I remember it very well that everytime we used to do a vgchgid on the physical volume in question then do a vgimport. Usually when you sync the primary with business copy, it's a track to track to track copy of the disk. In my view your primary VGRA &amp;amp; PVRA is getting overwritten when you  sync with the Business copy. So option is to change VGID and do a import. &lt;BR /&gt;Hope it helps, correct me if I am wrong somewhere. &lt;BR /&gt;&lt;BR /&gt;Thanks and regards&lt;BR /&gt;Prashant</description>
      <pubDate>Thu, 16 Sep 2004 11:27:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-business-copy-lun-on-same-host-as-parent-lun/m-p/3380400#M197397</guid>
      <dc:creator>Prashant Zanwar_4</dc:creator>
      <dc:date>2004-09-16T11:27:14Z</dc:date>
    </item>
    <item>
      <title>Re: Mount business copy LUN on same host as parent LUN</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-business-copy-lun-on-same-host-as-parent-lun/m-p/3380401#M197398</link>
      <description>I've set this up a few years ago on another server with a va7100 and don't get this problem, which leads me to believe I've missed something out in the setup.  &lt;BR /&gt;&lt;BR /&gt;Does anyone have a guide or manual which details the steps required when setting up business copy - the Business Copy User Guide isn't very helpful/detailed.</description>
      <pubDate>Fri, 17 Sep 2004 04:50:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-business-copy-lun-on-same-host-as-parent-lun/m-p/3380401#M197398</guid>
      <dc:creator>Deborah Davies</dc:creator>
      <dc:date>2004-09-17T04:50:54Z</dc:date>
    </item>
  </channel>
</rss>

