<?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: DR Question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/dr-question/m-p/3614446#M234937</link>
    <description>Hi Brian,&lt;BR /&gt;&lt;BR /&gt;the use of vgimport combined with the mapfile is the prefered method. I would not use vgscan here.</description>
    <pubDate>Tue, 30 Aug 2005 08:57:55 GMT</pubDate>
    <dc:creator>Torsten.</dc:creator>
    <dc:date>2005-08-30T08:57:55Z</dc:date>
    <item>
      <title>DR Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dr-question/m-p/3614441#M234932</link>
      <description>Assume a server crashes and we have to access the data from one of its disks (recovering from backup will take a longer time) what are our options to use that disk from the crashed server and attach it to another box and recover/access data from it? &lt;BR /&gt;&lt;BR /&gt;Can i just attach it and vgscan it?&lt;BR /&gt;&lt;BR /&gt;Brian</description>
      <pubDate>Tue, 30 Aug 2005 03:37:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dr-question/m-p/3614441#M234932</guid>
      <dc:creator>brian_31</dc:creator>
      <dc:date>2005-08-30T03:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: DR Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dr-question/m-p/3614442#M234933</link>
      <description>Hi Brian,&lt;BR /&gt;&lt;BR /&gt;Are you talking about internal disks?&lt;BR /&gt;&lt;BR /&gt;You can also use vgexport/vgimport, but you must be prepared for the crash and have a "map file" somewhere of the VG that you want to move to another server.&lt;BR /&gt;&lt;BR /&gt;This only works on a VG base, not a PV base, I mean, you need to export/import the entire VG (all the disks belonging to the VG)and move all the disks to the alternative server.&lt;BR /&gt;&lt;BR /&gt;Enjoy :)&lt;BR /&gt;&lt;BR /&gt;Pedro</description>
      <pubDate>Tue, 30 Aug 2005 04:05:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dr-question/m-p/3614442#M234933</guid>
      <dc:creator>Pedro Cirne</dc:creator>
      <dc:date>2005-08-30T04:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: DR Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dr-question/m-p/3614443#M234934</link>
      <description>Hi Brian,&lt;BR /&gt;&lt;BR /&gt;Add on to above answer.&lt;BR /&gt;&lt;BR /&gt;Create on a regular base (script via cron) a map file of your systems volume group and copy it to the other system in a save place.&lt;BR /&gt;&lt;BR /&gt;Good doc is.&lt;BR /&gt;&lt;BR /&gt;Document description: Exporting / Importing a vg to relocate it on another system&lt;BR /&gt;Document id: KBRC00015462&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000079971042" target="_blank"&gt;http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000079971042&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Tue, 30 Aug 2005 04:08:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dr-question/m-p/3614443#M234934</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2005-08-30T04:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: DR Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dr-question/m-p/3614444#M234935</link>
      <description>Take the disk, attach it to another server and run:&lt;BR /&gt;insf -e&lt;BR /&gt;&lt;BR /&gt;Run "ioscan -fnC disk" to see if you see the new disk attached;&lt;BR /&gt;Then run:&lt;BR /&gt;&lt;BR /&gt;mkdir /dev/vgnew&lt;BR /&gt;&lt;BR /&gt;mknod  /dev/vgnew/group c 64 0x030000&lt;BR /&gt; &lt;BR /&gt;vgimport /dev/vgnew /dev/dsk/&lt;NEW_DISK&gt;&lt;BR /&gt;&lt;BR /&gt;Then activate your VG:&lt;BR /&gt;&lt;BR /&gt;vgchange -a y /dev/vgnew&lt;BR /&gt;&lt;BR /&gt;Now you have your Vg imported on your new system.&lt;BR /&gt;&lt;BR /&gt;Bye,&lt;BR /&gt;Alex&lt;/NEW_DISK&gt;</description>
      <pubDate>Tue, 30 Aug 2005 04:22:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dr-question/m-p/3614444#M234935</guid>
      <dc:creator>Alessandro Pilati</dc:creator>
      <dc:date>2005-08-30T04:22:07Z</dc:date>
    </item>
    <item>
      <title>Re: DR Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dr-question/m-p/3614445#M234936</link>
      <description>Can i run vgscan after attaching it?&lt;BR /&gt;&lt;BR /&gt;Brian</description>
      <pubDate>Tue, 30 Aug 2005 08:32:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dr-question/m-p/3614445#M234936</guid>
      <dc:creator>brian_31</dc:creator>
      <dc:date>2005-08-30T08:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: DR Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dr-question/m-p/3614446#M234937</link>
      <description>Hi Brian,&lt;BR /&gt;&lt;BR /&gt;the use of vgimport combined with the mapfile is the prefered method. I would not use vgscan here.</description>
      <pubDate>Tue, 30 Aug 2005 08:57:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dr-question/m-p/3614446#M234937</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2005-08-30T08:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: DR Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dr-question/m-p/3614447#M234938</link>
      <description>Have you investigated putting this application under ServiceGuard?  This seems like the direction you are heading with this...</description>
      <pubDate>Tue, 30 Aug 2005 09:20:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dr-question/m-p/3614447#M234938</guid>
      <dc:creator>Alan Meyer_4</dc:creator>
      <dc:date>2005-08-30T09:20:57Z</dc:date>
    </item>
  </channel>
</rss>

