<?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: vgimport/vgcreate strange problem? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-vgcreate-strange-problem/m-p/4899680#M622871</link>
    <description>I tried to re-create the similar setup specified by you (I am not sure though). I did the following things:&lt;BR /&gt;&lt;BR /&gt;1. On the main system:&lt;BR /&gt;# vgexport -s -pv -m /tmp/vgxx.map vgxx&lt;BR /&gt;&lt;BR /&gt;2. On the 2nd machine (DR),&lt;BR /&gt;&lt;BR /&gt;Copy the map file created above to say /tmp.&lt;BR /&gt;&lt;BR /&gt;# mkdir /dev/vgyy&lt;BR /&gt;# mknod /dev/vgyy/group c 64 0x0y0000 ; 'y' is a unique no.&lt;BR /&gt;# vgimport -v -m /tmp/vgxx.map /dev/vgyy&lt;BR /&gt;# strings /etc/lvmtab ; Verify&lt;BR /&gt;# vgchange -a y /dev/vgyy ; Activate the VG&lt;BR /&gt;&lt;BR /&gt;Now mount the LVs.&lt;BR /&gt;&lt;BR /&gt;NOTE: Here i am assuming that both the systems have a common LUN assigned from SAN storage.&lt;BR /&gt;&lt;BR /&gt;Regards</description>
    <pubDate>Wed, 04 May 2005 05:27:45 GMT</pubDate>
    <dc:creator>Suraj Singh_1</dc:creator>
    <dc:date>2005-05-04T05:27:45Z</dc:date>
    <item>
      <title>vgimport/vgcreate strange problem?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-vgcreate-strange-problem/m-p/4899673#M622864</link>
      <description>This seems to be a simple problem but very strange also a long post to read:&lt;BR /&gt;&lt;BR /&gt;I have two systems connected to SAN (EMC). The hostA (source) is split to BCV and from &lt;BR /&gt;there it is synced to hostB (destination). This is a DR setup.&lt;BR /&gt;&lt;BR /&gt;We have four VGs on hostA. I vgexported the vgs from hostA, copied the maps to hostB and &lt;BR /&gt;tried to vgimport it and it failed.&lt;BR /&gt;&lt;BR /&gt;$vgimport -v -m oravg2.map /dev/oravg2&lt;BR /&gt;Beginning the import process on Volume Group "/dev/oravg2".&lt;BR /&gt;vgimport: Unable to read the physical volume.&lt;BR /&gt;&lt;BR /&gt;Then I created a txt file (two) including all the disks for the oravg2 (something like below)&lt;BR /&gt;/dev/dsk/c6t4d6 /dev/dsk/c6t4d7 /dev/dsk/c6t5d0 /dev/dsk/c6t5d1  etc ...&lt;BR /&gt;&lt;BR /&gt;and used the import command again:&lt;BR /&gt;$vgimport -v -m oravg2.map /dev/oravg2 `cat two`&lt;BR /&gt;&lt;BR /&gt;Beginning the import process on Volume Group "/dev/oravg2".&lt;BR /&gt;Logical Volume is not defined on any physical volume.&lt;BR /&gt;"/dev/oravg2/lvol1b" is missing Physical Volumes.&lt;BR /&gt;Warning: Logical Volume number "1" found on physical volume not found in "oravg2.map".&lt;BR /&gt;Logical volume "/dev/oravg2/lvol1" has been successfully created&lt;BR /&gt;with lv number 1.&lt;BR /&gt;Volume group "/dev/oravg2" has been successfully created.&lt;BR /&gt;Warning: A backup of this volume group may not exist on this machine.&lt;BR /&gt;Please remember to take a backup using the vgcfgbackup command after activating the &lt;BR /&gt;&lt;BR /&gt;volume group.&lt;BR /&gt;&lt;BR /&gt;The volume group was created successfully but when I tried to mount the LV on the VG; the &lt;BR /&gt;fsck fails:&lt;BR /&gt;&lt;BR /&gt;$fsck /dev/oravg2/lvol1&lt;BR /&gt;fsck: /etc/default/fs is used for determining the file system type&lt;BR /&gt;fileset 999, invalid magic number in primary IAU 1&lt;BR /&gt;log replay in progress&lt;BR /&gt;fileset 1 primary-ilist inode 65 has invalid number of blocks (4234)&lt;BR /&gt;fileset 1 primary-ilist inode 65 has invalid block map&lt;BR /&gt;fileset 1 primary-ilist inode 97 has invalid number of blocks (4234)&lt;BR /&gt;fileset 1 primary-ilist inode 97 has invalid block map&lt;BR /&gt;no valid ILISTs for fileset 999&lt;BR /&gt;file system check failure, aborting ...&lt;BR /&gt;Beginning the import process on Volume Group "/dev/oravg2".&lt;BR /&gt;Logical Volume is not defined on any physical volume.&lt;BR /&gt;"/dev/oravg2/lvol1b" is missing Physical Volumes.&lt;BR /&gt;Warning: Logical Volume number "1" found on physical volume not found in "oravg2.map".&lt;BR /&gt;Logical volume "/dev/oravg2/lvol1" has been successfully created&lt;BR /&gt;with lv number 1.&lt;BR /&gt;Volume group "/dev/oravg2" has been successfully created.&lt;BR /&gt;Warning: A backup of this volume group may not exist on this machine.&lt;BR /&gt;Please remember to take a backup using the vgcfgbackup command after activating the &lt;BR /&gt;volume group.&lt;BR /&gt;&lt;BR /&gt;It happens that the vgimport does not copy the complete  vol grp config of the source system, e.g, &lt;BR /&gt;&lt;BR /&gt;the Max PE per PV is 2157 on the source, and when I imported it rounds up to 2178 and the &lt;BR /&gt;single LV on the VG (lvol1b) on the source becomes lvol1 on the destination, etc. But it gets correctly the no. of PVs (Max PV) and Cur PV.&lt;BR /&gt;&lt;BR /&gt;SOURCE system: (Pls see the Total PE and Free PE on the source/destination) Is this the cause for my LV failing to mount:&lt;BR /&gt;&lt;BR /&gt;  --- Physical volumes ---&lt;BR /&gt;&lt;BR /&gt;   PV Name                     /dev/dsk/c33t10d4&lt;BR /&gt;   PV Name                     /dev/dsk/c35t10d4        Alternate Link&lt;BR /&gt;   PV Status                   available                &lt;BR /&gt;   Total PE                    2157    &lt;BR /&gt;   Free PE                     0       &lt;BR /&gt;   Autoswitch                  On    &lt;BR /&gt;&lt;BR /&gt;DESITNATION:&lt;BR /&gt;   PV Name                     /dev/dsk/c6t8d5&lt;BR /&gt;   PV Status                   available                &lt;BR /&gt;   Total PE                    2177    &lt;BR /&gt;   Free PE                     0       &lt;BR /&gt;   Autoswitch                  On        &lt;BR /&gt;&lt;BR /&gt;I tried to manually create the VG giving the Max PE/PV as 2157 (below)and still it rounded to 2178.&lt;BR /&gt;&lt;BR /&gt;$vgcreate -e 2157 /dev/oravg2 `cat two`&lt;BR /&gt;Increased the number of physical extents per physical volume to 2178.&lt;BR /&gt;vgcreate: Volume group "/dev/oravg3" could not be created:&lt;BR /&gt;The path does not specify a valid physical volume.&lt;BR /&gt;&lt;BR /&gt;VGCREATE ALSO DID THE 2178 ROUNDUP AS ABOVE&lt;BR /&gt;&lt;BR /&gt;I did all the steps before creating the VGs (vgexport to remove the existing one, mkdir/mknod group/vgcreate, etc). The LUN sizes on the both the systems are same but the EMC boxes are different.&lt;BR /&gt;&lt;BR /&gt;My question is how I can restrict the Max PE/PV to 2157 on the destination system as the &lt;BR /&gt;source system. Do I need any patch or any trick. As far as I remember, I did the same tasks successfully on the same system a few months ago.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Rasheed.</description>
      <pubDate>Wed, 04 May 2005 00:45:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-vgcreate-strange-problem/m-p/4899673#M622864</guid>
      <dc:creator>Rasheed Tamton</dc:creator>
      <dc:date>2005-05-04T00:45:03Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport/vgcreate strange problem?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-vgcreate-strange-problem/m-p/4899674#M622865</link>
      <description>One thing more:&lt;BR /&gt;What I want to achive is to get the vgimport/vgcreate completes successfully and mount the file systems on the destination rather than restricting the PE (it just came to mind as a possible problem - may be it is not). Is there any chance this may something to do with the EMC setup because it is handled by some other persons.&lt;BR /&gt;Rgds,&lt;BR /&gt;Rasheed.</description>
      <pubDate>Wed, 04 May 2005 00:50:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-vgcreate-strange-problem/m-p/4899674#M622865</guid>
      <dc:creator>Rasheed Tamton</dc:creator>
      <dc:date>2005-05-04T00:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport/vgcreate strange problem?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-vgcreate-strange-problem/m-p/4899675#M622866</link>
      <description>Rasheed,&lt;BR /&gt; &lt;BR /&gt;something's wrong with your BCV setup. During import LVM reads all structural information from LVMREC which is stored at the beginning of each PV. If your VG is shown different on the destination, then you have either imported from the wrong LUNs or the LUNs don't have the expected content, i.e. their LVMRECs are not in sync.&lt;BR /&gt; &lt;BR /&gt;I would suggest the following:&lt;BR /&gt; &lt;BR /&gt;1) DOUBLEcheck (using syminq, etc.) that you are using the  correct LUNs on the destination side.&lt;BR /&gt;&lt;BR /&gt;2) DOUBLEcheck that the Timefinder device groups contain all LUNs necessary.&lt;BR /&gt; &lt;BR /&gt;3) Then, export the VG on the desitnation (to get rid of it), establish and split the group to get the BCVs updated.&lt;BR /&gt;&lt;BR /&gt;4) Try the vgimport again.&lt;BR /&gt; &lt;BR /&gt;Best regards...&lt;BR /&gt;Dietmar.</description>
      <pubDate>Wed, 04 May 2005 01:30:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-vgcreate-strange-problem/m-p/4899675#M622866</guid>
      <dc:creator>Dietmar Konermann</dc:creator>
      <dc:date>2005-05-04T01:30:56Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport/vgcreate strange problem?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-vgcreate-strange-problem/m-p/4899676#M622867</link>
      <description>You may be successful with vgcreate options.&lt;BR /&gt;&lt;BR /&gt;-p 15 &lt;BR /&gt;&lt;BR /&gt;That option in the vgcreate string will limit the vg to 15 physical volumes, allowing for more PE on the physical volumes in the vg.&lt;BR /&gt;&lt;BR /&gt;I'm not sure I totally understand your situation, but hopefully this will help.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 04 May 2005 02:12:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-vgcreate-strange-problem/m-p/4899676#M622867</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-05-04T02:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport/vgcreate strange problem?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-vgcreate-strange-problem/m-p/4899677#M622868</link>
      <description>"vgimport -v -m oravg2.map /dev/oravg2 `cat two"&lt;BR /&gt;&lt;BR /&gt;Are you 100% sure the instanace numbers (c?) match on your 2 systems ?&lt;BR /&gt;&lt;BR /&gt;Try the export/import with the "-s" options rather than your "cat two" see if that makes a difference. "vgexport -s -v  -m vgpkt1.map -p vgpkt1" &lt;BR /&gt;&lt;BR /&gt;If not check your BCV split &lt;BR /&gt;</description>
      <pubDate>Wed, 04 May 2005 02:33:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-vgcreate-strange-problem/m-p/4899677#M622868</guid>
      <dc:creator>Michael Duthie</dc:creator>
      <dc:date>2005-05-04T02:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport/vgcreate strange problem?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-vgcreate-strange-problem/m-p/4899678#M622869</link>
      <description>Can you see the device files with ioscan? I missed the 'insf -e' in your list with commands. &lt;BR /&gt;Check your logs and find out from where it went wrong. From that point start over again.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Renarios&lt;BR /&gt;</description>
      <pubDate>Wed, 04 May 2005 02:35:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-vgcreate-strange-problem/m-p/4899678#M622869</guid>
      <dc:creator>renarios</dc:creator>
      <dc:date>2005-05-04T02:35:05Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport/vgcreate strange problem?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-vgcreate-strange-problem/m-p/4899679#M622870</link>
      <description>Dietmar,&lt;BR /&gt;I have already double checked the syminq and compared it with the list provided by EMC for importing. I rely on EMC for this.&lt;BR /&gt;&lt;BR /&gt;I am going to check with the BCV setup as I think I have tried all the LVM things I know to solve this problem. The problem is the EMC guys seems to be pretty new on this. I am not sure whether they are doing it correctly!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Steve,&lt;BR /&gt;Max PE per PV is 2157 on the SOURCE, and when I imported it rounds up to 2178 ON DESTINATION where I have problem. In this case, I want to reduce the no. of PEs to match the source box. Also, the no. of PVs are 200 on the source and I get 200 PVs on destination also.&lt;BR /&gt;&lt;BR /&gt;Micahel,&lt;BR /&gt;The instance Nos are correct. I already tried the vgexport with -s option even though the disks are physically not shared (just to troubleshoot) and both the disks on source and destination are on different EMC boxes. -s option also did not work.&lt;BR /&gt;As said I think I have to check again the BCV setup which is not under my control.&lt;BR /&gt;&lt;BR /&gt;Renarios,&lt;BR /&gt;ioscan and insf are all ok. I can see the devices. On the syslog everything is ok except there is (I have seen it yesterday also)&lt;BR /&gt;0/0/8/0/1: Fibre channel host port is OFFLINE, can not scan &lt;BR /&gt;message for 4 FCs out of 6 FCs. The two FCs are currently used for the disks I am trying to import.&lt;BR /&gt;&lt;BR /&gt;Thanks to all. Expecting more clues and of course I shall allocate the points when I close the thread.&lt;BR /&gt;Rasheed.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 04 May 2005 03:26:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-vgcreate-strange-problem/m-p/4899679#M622870</guid>
      <dc:creator>Rasheed Tamton</dc:creator>
      <dc:date>2005-05-04T03:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport/vgcreate strange problem?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-vgcreate-strange-problem/m-p/4899680#M622871</link>
      <description>I tried to re-create the similar setup specified by you (I am not sure though). I did the following things:&lt;BR /&gt;&lt;BR /&gt;1. On the main system:&lt;BR /&gt;# vgexport -s -pv -m /tmp/vgxx.map vgxx&lt;BR /&gt;&lt;BR /&gt;2. On the 2nd machine (DR),&lt;BR /&gt;&lt;BR /&gt;Copy the map file created above to say /tmp.&lt;BR /&gt;&lt;BR /&gt;# mkdir /dev/vgyy&lt;BR /&gt;# mknod /dev/vgyy/group c 64 0x0y0000 ; 'y' is a unique no.&lt;BR /&gt;# vgimport -v -m /tmp/vgxx.map /dev/vgyy&lt;BR /&gt;# strings /etc/lvmtab ; Verify&lt;BR /&gt;# vgchange -a y /dev/vgyy ; Activate the VG&lt;BR /&gt;&lt;BR /&gt;Now mount the LVs.&lt;BR /&gt;&lt;BR /&gt;NOTE: Here i am assuming that both the systems have a common LUN assigned from SAN storage.&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Wed, 04 May 2005 05:27:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-vgcreate-strange-problem/m-p/4899680#M622871</guid>
      <dc:creator>Suraj Singh_1</dc:creator>
      <dc:date>2005-05-04T05:27:45Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport/vgcreate strange problem?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-vgcreate-strange-problem/m-p/4899681#M622872</link>
      <description>Thanks Suraj. I did exactly what you did and it does not work. It works on a Service Guard setup because both systems can physically see the disks and shared.&lt;BR /&gt;&lt;BR /&gt;In my case the LUNs are not shared by both the systems. Because it is a DR setup using BCVs. &lt;BR /&gt;&lt;BR /&gt;First, the LUNs are synced with BCV and from BCV it is synced to the destination where I get problem now.&lt;BR /&gt;&lt;BR /&gt;So, physically there is a connection between different LUNs on the different EMC boxes but it is not shared.&lt;BR /&gt;&lt;BR /&gt;The annoying thing is I have done the same tasks few months before without any problems. That is now I start to suspect the EMC setup in this case though not sure.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Rasheed.</description>
      <pubDate>Wed, 04 May 2005 05:38:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-vgcreate-strange-problem/m-p/4899681#M622872</guid>
      <dc:creator>Rasheed Tamton</dc:creator>
      <dc:date>2005-05-04T05:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport/vgcreate strange problem?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-vgcreate-strange-problem/m-p/4899682#M622873</link>
      <description>Rasheed,&lt;BR /&gt; &lt;BR /&gt;just saw this in your message:&lt;BR /&gt; &lt;BR /&gt;Volume group "/dev/oravg2" has been successfully created.&lt;BR /&gt; &lt;BR /&gt;Looks like a vgcreate message... have you ever used vgcreate?? What you are trying to do needs vgimport only! Running vgcreate is destructive.&lt;BR /&gt; &lt;BR /&gt;If this is the case, please follow my suggestions above... and then use vgimport only!&lt;BR /&gt; &lt;BR /&gt;Best regards...&lt;BR /&gt;Dietmar.</description>
      <pubDate>Wed, 04 May 2005 12:55:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-vgcreate-strange-problem/m-p/4899682#M622873</guid>
      <dc:creator>Dietmar Konermann</dc:creator>
      <dc:date>2005-05-04T12:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport/vgcreate strange problem?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-vgcreate-strange-problem/m-p/4899683#M622874</link>
      <description>Could be a masking issue...&lt;BR /&gt;&lt;BR /&gt;vgexport should be:&lt;BR /&gt;&lt;BR /&gt;vgexport -p -v -s -m /tmp/oravg2.map /dev/oravg2&lt;BR /&gt;&lt;BR /&gt;Instead of relying on EMC - check yourself:&lt;BR /&gt;&lt;BR /&gt;On hostB&lt;BR /&gt;&lt;BR /&gt;symmir -g YOUR_DEVICE_GROUP query&lt;BR /&gt;&lt;BR /&gt;That will show you the devs to bcvs...&lt;BR /&gt;&lt;BR /&gt;On hosta:&lt;BR /&gt;&lt;BR /&gt;syminq |grep cXtXdX&lt;BR /&gt;&lt;BR /&gt;Do that for all the devs...make note of the Sym (actual disk - but drop the leading 2 digits).  IE:&lt;BR /&gt;&lt;BR /&gt;# syminq |grep c45t1d2&lt;BR /&gt;/dev/rdsk/c45t1d2 M(4) EMC       SYMMETRIX        5670 6514F000   35354880&lt;BR /&gt;&lt;BR /&gt;Disk is 14F&lt;BR /&gt;&lt;BR /&gt;Then on hostb&lt;BR /&gt;&lt;BR /&gt;syminq |grep 14F&lt;BR /&gt;&lt;BR /&gt;Make sure hostb "sees" all the disks from hosta&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 04 May 2005 13:32:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-vgcreate-strange-problem/m-p/4899683#M622874</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2005-05-04T13:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport/vgcreate strange problem?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-vgcreate-strange-problem/m-p/4899684#M622875</link>
      <description>BTW - what does:&lt;BR /&gt;&lt;BR /&gt;hosta:&lt;BR /&gt;diskinfo /dev/rdsk/c33t10d4&lt;BR /&gt;&lt;BR /&gt;hostb:&lt;BR /&gt;diskinfo /dev/rdsk/c6t8d5&lt;BR /&gt;&lt;BR /&gt;reveal?&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;</description>
      <pubDate>Wed, 04 May 2005 13:38:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-vgcreate-strange-problem/m-p/4899684#M622875</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2005-05-04T13:38:34Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport/vgcreate strange problem?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-vgcreate-strange-problem/m-p/4899685#M622876</link>
      <description>One more item - you can not vgcreate until after you did a pvcreate (with -f)....after that - your bcv's are toast - you will have to vgexport (permanent - not with a -p) and you will have to establish them again, then split after they have sync'd, then you can vgimport...&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Wed, 04 May 2005 13:57:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-vgcreate-strange-problem/m-p/4899685#M622876</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2005-05-04T13:57:58Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport/vgcreate strange problem?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-vgcreate-strange-problem/m-p/4899686#M622877</link>
      <description>Rasheed,&lt;BR /&gt;&lt;BR /&gt;You mention that both servers do not share access to the LUNs, and that you are only trying to access the BCVs. I suggest that the BCVs be first spearated from the primary LUNs, the run the vgchid command to change the VGID on the BCV LUNs on the server you are importing them onto. This will remove any VG configuration on those LUNs, this may be where the problem is coming from, as that info may also include how many drives are in the VG. Then manually vgimport the disks into the volume group. Similar to the attached script.</description>
      <pubDate>Thu, 05 May 2005 08:01:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-vgcreate-strange-problem/m-p/4899686#M622877</guid>
      <dc:creator>Joe Short</dc:creator>
      <dc:date>2005-05-05T08:01:22Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport/vgcreate strange problem?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-vgcreate-strange-problem/m-p/4899687#M622878</link>
      <description>Rasheed,&lt;BR /&gt;&lt;BR /&gt;Just read your problem again, why are you using "vgcreate". All you should do is vgexport, mkdir, mknod, vgimport.&lt;BR /&gt;&lt;BR /&gt;I fear a vgcreate may have destroyed the LVM structure you are triing to import.&lt;BR /&gt;&lt;BR /&gt;Mike</description>
      <pubDate>Thu, 05 May 2005 08:34:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-vgcreate-strange-problem/m-p/4899687#M622878</guid>
      <dc:creator>Michael Duthie</dc:creator>
      <dc:date>2005-05-05T08:34:33Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport/vgcreate strange problem?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-vgcreate-strange-problem/m-p/4899688#M622879</link>
      <description>Rasheed, &lt;BR /&gt;&lt;BR /&gt;   I do not have experience with EMC BCVs but I have worked extensively on HP's Business Copy with XP disk arrays. With BC here is the procedure we use...&lt;BR /&gt;&lt;BR /&gt;vgexport maps&lt;BR /&gt;sync/split disks&lt;BR /&gt;On the machine where the BCVs have to be mounted, do a vgchgid as shown below&lt;BR /&gt;vgchgid `cat all_disks_belonging_to_vg01`&lt;BR /&gt;vgimport&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 05 May 2005 09:27:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-vgcreate-strange-problem/m-p/4899688#M622879</guid>
      <dc:creator>Chetan_5</dc:creator>
      <dc:date>2005-05-05T09:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport/vgcreate strange problem?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-vgcreate-strange-problem/m-p/4899689#M622880</link>
      <description>Hi all,&lt;BR /&gt;Thank you very much for all your inputs.&lt;BR /&gt;Finally I opened a call with HP and after a few days of thorugh analysis with LVM tools they found out there are some ghost disks in the source system side.&lt;BR /&gt;&lt;BR /&gt;We used the vgreduce -f on the volume groups of the source system.&lt;BR /&gt;----&lt;BR /&gt;$vgreduce -f /dev/oravg2&lt;BR /&gt;&lt;BR /&gt;skip alternate link /dev/dsk/c35t4d7&lt;BR /&gt;&lt;BR /&gt;skip alternate link /dev/dsk/c35t5d0&lt;BR /&gt;&lt;BR /&gt;skip alternate link /dev/dsk/c35t5d1&lt;BR /&gt;..........., etc&lt;BR /&gt;---&lt;BR /&gt;After that I did all the tasks from scratch again, such as vgexport the vgs from source system, copying to destination, vgimporting, etc. Then it works.&lt;BR /&gt;&lt;BR /&gt;Thanks again&lt;BR /&gt;Rasheed Tamton&lt;BR /&gt;rasheedp@excite.com&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 05 Jun 2005 05:59:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-vgcreate-strange-problem/m-p/4899689#M622880</guid>
      <dc:creator>Rasheed Tamton</dc:creator>
      <dc:date>2005-06-05T05:59:44Z</dc:date>
    </item>
  </channel>
</rss>

