<?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: VGs retrieve problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vgs-retrieve-problem/m-p/3933200#M287665</link>
    <description>Why not ask the people to put the cables back to the old positions?&lt;BR /&gt;This saves you a lot of time and work.</description>
    <pubDate>Fri, 26 Jan 2007 09:57:03 GMT</pubDate>
    <dc:creator>Torsten.</dc:creator>
    <dc:date>2007-01-26T09:57:03Z</dc:date>
    <item>
      <title>VGs retrieve problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgs-retrieve-problem/m-p/3933194#M287659</link>
      <description>dear all,&lt;BR /&gt;i have created some shared VGs, using LUNs from a va7400, which connect to the system through a SAN switch.After that, some people mis-connect the fibre cable on that switch, so the device paths are not as the same as before. provided that i have make some exported map file of those VGs, could i just using vgimport to recreate those VGs. like vgimport /dev/vg** /dev/dsk/c*t*d* (c*t*d* is the new device path which match the old LUN)? or any helpful idea to present?&lt;BR /&gt;&lt;BR /&gt;thanks a lot.</description>
      <pubDate>Thu, 25 Jan 2007 23:37:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgs-retrieve-problem/m-p/3933194#M287659</guid>
      <dc:creator>stephen peng</dc:creator>
      <dc:date>2007-01-25T23:37:45Z</dc:date>
    </item>
    <item>
      <title>Re: VGs retrieve problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgs-retrieve-problem/m-p/3933195#M287660</link>
      <description>export and import the volumes.&lt;BR /&gt;&lt;BR /&gt;make note of the group files minor# (0x??0000) before you start. The volumes should be deactivated too.&lt;BR /&gt;&lt;BR /&gt;vgexport -v -s -m /tmp/vgname.map /dev/vgname&lt;BR /&gt;&lt;BR /&gt;mkdir /dev/vgname&lt;BR /&gt;&lt;BR /&gt;mknod /dev/vgname/group c 64 0x??0000&lt;BR /&gt;(where 0x?? is from original group file)&lt;BR /&gt;&lt;BR /&gt;vgimport -v -s -m /tmp/vgname.map /dev/vgname&lt;BR /&gt;&lt;BR /&gt;You could also remove the "-s" option from the vgimport syntax and append the disk device if you know which ones they are. &lt;BR /&gt;&lt;BR /&gt;So you had the right idea, just need to export them before importing.&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;-denver</description>
      <pubDate>Fri, 26 Jan 2007 00:24:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgs-retrieve-problem/m-p/3933195#M287660</guid>
      <dc:creator>Denver Osborn</dc:creator>
      <dc:date>2007-01-26T00:24:50Z</dc:date>
    </item>
    <item>
      <title>Re: VGs retrieve problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgs-retrieve-problem/m-p/3933196#M287661</link>
      <description>Osborn,&lt;BR /&gt;i think that your idea is an usual approach, but, in my case, the VGs is not activated after the PV paths changed, i think, i could not make that map file using vgexport. but i could still figure out which VG the actual LUN belongs to. so, could i just vgexport the VGs(to remove the VGs), and then, after mkdir and mknod, vgimport those VGs, not using map file, just using the present PV paths? and is there anything i need to pay attention to?&lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Fri, 26 Jan 2007 01:47:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgs-retrieve-problem/m-p/3933196#M287661</guid>
      <dc:creator>stephen peng</dc:creator>
      <dc:date>2007-01-26T01:47:29Z</dc:date>
    </item>
    <item>
      <title>Re: VGs retrieve problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgs-retrieve-problem/m-p/3933197#M287662</link>
      <description>Since you know which disk is which, just go on ahead and import the disks into the VGs.  The mapfile really is optional.&lt;BR /&gt;&lt;BR /&gt;Oh, one other thing.  I hope you glared at the people that did this to you and said something along the lines of "Don't do that again..."&lt;BR /&gt;&lt;BR /&gt;John</description>
      <pubDate>Fri, 26 Jan 2007 02:00:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgs-retrieve-problem/m-p/3933197#M287662</guid>
      <dc:creator>John Payne_2</dc:creator>
      <dc:date>2007-01-26T02:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: VGs retrieve problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgs-retrieve-problem/m-p/3933198#M287663</link>
      <description>There is one more approach , which we normally use when device file changes. If you the old pv device file and its corresponding new device file then can try the following:&lt;BR /&gt;vgcfgrestore -n &lt;VGNAME&gt; -o &lt;OLD device="" file=""&gt; &lt;NEW device="" file=""&gt;&lt;BR /&gt;&lt;BR /&gt;This you have to do for everydisk and then activate the volume group, check lvmtab .. Everuthing will be fine..&lt;/NEW&gt;&lt;/OLD&gt;&lt;/VGNAME&gt;</description>
      <pubDate>Fri, 26 Jan 2007 06:20:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgs-retrieve-problem/m-p/3933198#M287663</guid>
      <dc:creator>Mridul Shrivastava</dc:creator>
      <dc:date>2007-01-26T06:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: VGs retrieve problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgs-retrieve-problem/m-p/3933199#M287664</link>
      <description>When you export with the "-s" option the map file will contain the VGID. You don't need to have access to the LUNs or the VG at this point. The vgexport will still succeed without access to the resources.&lt;BR /&gt;&lt;BR /&gt;When importing with the "-s" the system will probe all disks and the ones which match the VGID from your map file will be included with the import. So if you aren't sure how the old device matches up to the new device, vgexport/vgimport with -s is a safe bet.&lt;BR /&gt;&lt;BR /&gt;It's quick and easy enough to do in a situation like this. Problem is it might take some time if there are a large number of luns that would be probed. You may also want to check out the primary and alternate links if you're concerned about their order.&lt;BR /&gt;&lt;BR /&gt;-denver&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Jan 2007 08:56:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgs-retrieve-problem/m-p/3933199#M287664</guid>
      <dc:creator>Denver Osborn</dc:creator>
      <dc:date>2007-01-26T08:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: VGs retrieve problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgs-retrieve-problem/m-p/3933200#M287665</link>
      <description>Why not ask the people to put the cables back to the old positions?&lt;BR /&gt;This saves you a lot of time and work.</description>
      <pubDate>Fri, 26 Jan 2007 09:57:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgs-retrieve-problem/m-p/3933200#M287665</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2007-01-26T09:57:03Z</dc:date>
    </item>
    <item>
      <title>Re: VGs retrieve problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgs-retrieve-problem/m-p/3933201#M287666</link>
      <description>To map out devices you may want to use the 'World Wide IDs'. You can get those from fcmsutil. Of course it would be nice to have the before picture. Maybe in an old log?&lt;BR /&gt;There is a recent topic in the Storage Forum elaborating this some, and providing a attachment with a good pdf document with details.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1094222" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1094222&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hein.&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Jan 2007 10:35:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgs-retrieve-problem/m-p/3933201#M287666</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2007-01-26T10:35:34Z</dc:date>
    </item>
    <item>
      <title>Re: VGs retrieve problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgs-retrieve-problem/m-p/3933202#M287667</link>
      <description>Heinï¼ &lt;BR /&gt;hiã  i could not catch up with your meaning. what would it do to help me to figure out WWN? could you please explain it in detailed  mode?</description>
      <pubDate>Mon, 29 Jan 2007 02:53:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgs-retrieve-problem/m-p/3933202#M287667</guid>
      <dc:creator>stephen peng</dc:creator>
      <dc:date>2007-01-29T02:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: VGs retrieve problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgs-retrieve-problem/m-p/3933203#M287668</link>
      <description>I might have jumped the gun there.&lt;BR /&gt;I just assumed hpux woudl have a tool to display the WWID of the actual devices and just with that a very explicit unique way to identify which is which. Incredibly (to me) that functionality seems to be missing in hpux. Tru64, OpenVMS, RedHat, the EFI shell have it.&lt;BR /&gt;Sorry.&lt;BR /&gt;&lt;BR /&gt;Maybe there is something onder secure path?&lt;BR /&gt;&lt;BR /&gt;References: &lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=916709" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=916709&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=966559" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=966559&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hein.&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Jan 2007 07:43:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgs-retrieve-problem/m-p/3933203#M287668</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2007-01-29T07:43:48Z</dc:date>
    </item>
    <item>
      <title>Re: VGs retrieve problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgs-retrieve-problem/m-p/3933204#M287669</link>
      <description>The LUN IDs in a VA7400 are unique, so it should be possible to identify them using the hardware path. Look at the last digits in the path, like&lt;BR /&gt;&lt;BR /&gt;0.0.0 - LUN0&lt;BR /&gt;0.0.1 - LUN1&lt;BR /&gt;0.1.0 - LUN8&lt;BR /&gt;etc.</description>
      <pubDate>Tue, 30 Jan 2007 00:50:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgs-retrieve-problem/m-p/3933204#M287669</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2007-01-30T00:50:01Z</dc:date>
    </item>
  </channel>
</rss>

