<?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 pb with vgimport in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/pb-with-vgimport/m-p/3405921#M626306</link>
    <description>hello, &lt;BR /&gt;&lt;BR /&gt;i am using SSSU and business copy on an EVA5000 to have copy of 2 VG, but on the same system, just mount them on a "save" directory.&lt;BR /&gt;&lt;BR /&gt;what i have done : &lt;BR /&gt;- vgexport with mapfile of the source VG&lt;BR /&gt;- creating snapclone on the EVA5000 and present them to the host&lt;BR /&gt;- reconfiguring securepath&lt;BR /&gt;- do a vgchgid on the needed disks (1 disk for the 1st VG and 2 disks for the second VG)&lt;BR /&gt;&lt;BR /&gt;then, i'm doing a vgimport and try to activate the VGs with a vgchange.&lt;BR /&gt;&lt;BR /&gt;the problem is the next one : &lt;BR /&gt;&lt;BR /&gt;on the directory /dev/vg1, i have : &lt;BR /&gt;crw-rw-rw-   1 root       sys         64 0x015000 Oct 22 14:37 group&lt;BR /&gt;brw-r-----   1 root       sys         64 0x010006 Oct 22 14:37 lvarch&lt;BR /&gt; &lt;BR /&gt;and in /dev/vg2 :  &lt;BR /&gt;crw-rw-rw-   1 root       sys         64 0x014000 Oct 22 14:37 group&lt;BR /&gt;brw-r-----   1 root       sys         64 0x010006 Oct 22 14:37 lvdata2&lt;BR /&gt;&lt;BR /&gt;so the lvol lvarch in vg1 and lvdata2 in vg2 have the same ID, which is not correct for me.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;do i have forgot something ? &lt;BR /&gt;is there any way to correct this error ?&lt;BR /&gt;&lt;BR /&gt;thanks for your help.&lt;BR /&gt;Vincent</description>
    <pubDate>Fri, 22 Oct 2004 08:28:29 GMT</pubDate>
    <dc:creator>Crutescu Mircea_1</dc:creator>
    <dc:date>2004-10-22T08:28:29Z</dc:date>
    <item>
      <title>pb with vgimport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pb-with-vgimport/m-p/3405921#M626306</link>
      <description>hello, &lt;BR /&gt;&lt;BR /&gt;i am using SSSU and business copy on an EVA5000 to have copy of 2 VG, but on the same system, just mount them on a "save" directory.&lt;BR /&gt;&lt;BR /&gt;what i have done : &lt;BR /&gt;- vgexport with mapfile of the source VG&lt;BR /&gt;- creating snapclone on the EVA5000 and present them to the host&lt;BR /&gt;- reconfiguring securepath&lt;BR /&gt;- do a vgchgid on the needed disks (1 disk for the 1st VG and 2 disks for the second VG)&lt;BR /&gt;&lt;BR /&gt;then, i'm doing a vgimport and try to activate the VGs with a vgchange.&lt;BR /&gt;&lt;BR /&gt;the problem is the next one : &lt;BR /&gt;&lt;BR /&gt;on the directory /dev/vg1, i have : &lt;BR /&gt;crw-rw-rw-   1 root       sys         64 0x015000 Oct 22 14:37 group&lt;BR /&gt;brw-r-----   1 root       sys         64 0x010006 Oct 22 14:37 lvarch&lt;BR /&gt; &lt;BR /&gt;and in /dev/vg2 :  &lt;BR /&gt;crw-rw-rw-   1 root       sys         64 0x014000 Oct 22 14:37 group&lt;BR /&gt;brw-r-----   1 root       sys         64 0x010006 Oct 22 14:37 lvdata2&lt;BR /&gt;&lt;BR /&gt;so the lvol lvarch in vg1 and lvdata2 in vg2 have the same ID, which is not correct for me.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;do i have forgot something ? &lt;BR /&gt;is there any way to correct this error ?&lt;BR /&gt;&lt;BR /&gt;thanks for your help.&lt;BR /&gt;Vincent</description>
      <pubDate>Fri, 22 Oct 2004 08:28:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pb-with-vgimport/m-p/3405921#M626306</guid>
      <dc:creator>Crutescu Mircea_1</dc:creator>
      <dc:date>2004-10-22T08:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: pb with vgimport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pb-with-vgimport/m-p/3405922#M626307</link>
      <description>Not exactly sure, but your group files look wrong....&lt;BR /&gt;&lt;BR /&gt;Should be 0x140000 nd 0x150000&lt;BR /&gt;&lt;BR /&gt;Why did you do a vgchgid?  &lt;BR /&gt;&lt;BR /&gt;I suggest you vgexport, and try again...&lt;BR /&gt;&lt;BR /&gt;mkdir /dev/vg1&lt;BR /&gt;mknod /dev/vg1/group c 64 0x140000&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;mkdir /dev/vg2&lt;BR /&gt;mknod /dev/vg2/group c 64 0x150000&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Though, I prefer to use HEX for the minor numbers - as that is what they really are...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Fri, 22 Oct 2004 08:35:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pb-with-vgimport/m-p/3405922#M626307</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-10-22T08:35:17Z</dc:date>
    </item>
    <item>
      <title>Re: pb with vgimport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pb-with-vgimport/m-p/3405923#M626308</link>
      <description>thanks, &lt;BR /&gt;&lt;BR /&gt;In fact i realise i have forgot a "0" in my mknod command.&lt;BR /&gt;&lt;BR /&gt;thanks for your help.&lt;BR /&gt;&lt;BR /&gt;Vincent.</description>
      <pubDate>Fri, 22 Oct 2004 09:23:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pb-with-vgimport/m-p/3405923#M626308</guid>
      <dc:creator>Crutescu Mircea_1</dc:creator>
      <dc:date>2004-10-22T09:23:10Z</dc:date>
    </item>
    <item>
      <title>Re: pb with vgimport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pb-with-vgimport/m-p/3405924#M626309</link>
      <description>Great - let me know how it turns out.&lt;BR /&gt;&lt;BR /&gt;Alos, be sure to read:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/helptips.do?#overview" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/helptips.do?#overview&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;It gives you tips on posting, including closing threads and assigning points.&lt;BR /&gt;&lt;BR /&gt;Thanks...Geoff</description>
      <pubDate>Fri, 22 Oct 2004 10:02:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pb-with-vgimport/m-p/3405924#M626309</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-10-22T10:02:38Z</dc:date>
    </item>
  </channel>
</rss>

