<?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 recover data in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/recover-data/m-p/4697737#M552128</link>
    <description>Hi experts,&lt;BR /&gt;&lt;BR /&gt;I have a disk , having vg01 which I have removed and inserted to another server. can it possible to recover vg01 and recover data from disk to another server?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Deeos</description>
    <pubDate>Mon, 11 Oct 2010 11:22:06 GMT</pubDate>
    <dc:creator>Deeos</dc:creator>
    <dc:date>2010-10-11T11:22:06Z</dc:date>
    <item>
      <title>recover data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/recover-data/m-p/4697737#M552128</link>
      <description>Hi experts,&lt;BR /&gt;&lt;BR /&gt;I have a disk , having vg01 which I have removed and inserted to another server. can it possible to recover vg01 and recover data from disk to another server?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Deeos</description>
      <pubDate>Mon, 11 Oct 2010 11:22:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/recover-data/m-p/4697737#M552128</guid>
      <dc:creator>Deeos</dc:creator>
      <dc:date>2010-10-11T11:22:06Z</dc:date>
    </item>
    <item>
      <title>Re: recover data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/recover-data/m-p/4697738#M552129</link>
      <description>You should use vgimport to tell teh new box about the new group.&lt;BR /&gt;&lt;BR /&gt;Did you use vgexport or the old server?&lt;BR /&gt;Can you still re-connect and do the vgexport?&lt;BR /&gt;&lt;BR /&gt;Yo may end up needing vgscan -v and/or mv'ing lvmtab&lt;BR /&gt;&lt;BR /&gt;just google for vgexport vgscan and you find many prior writeups like &lt;BR /&gt;&lt;BR /&gt;(meandering...)&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=497609" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=497609&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;And you;ll find cheat-sheets like:&lt;BR /&gt;&lt;A href="http://pbraun.nethence.com/doc/sysutils_hpux/hpux_lvm_recovery.html" target="_blank"&gt;http://pbraun.nethence.com/doc/sysutils_hpux/hpux_lvm_recovery.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;good luck,&lt;BR /&gt;Hein&lt;BR /&gt;</description>
      <pubDate>Mon, 11 Oct 2010 12:05:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/recover-data/m-p/4697738#M552129</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2010-10-11T12:05:09Z</dc:date>
    </item>
    <item>
      <title>Re: recover data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/recover-data/m-p/4697739#M552130</link>
      <description>Hi,&lt;BR /&gt;Most suitable way to backup vg00 and restore on another server is that taking a ignite backup of vg00 and restore it on another server.</description>
      <pubDate>Mon, 11 Oct 2010 12:06:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/recover-data/m-p/4697739#M552130</guid>
      <dc:creator>Hakki Aydin Ucar</dc:creator>
      <dc:date>2010-10-11T12:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: recover data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/recover-data/m-p/4697740#M552131</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;you can do it with vgimport.&lt;BR /&gt;&lt;BR /&gt;1. create the group file&lt;BR /&gt;2. mknod /dev/vg01/group c 64 0x0y0000&lt;BR /&gt;3. vgimport /dev/vg01 /dev/disk/cxtydz&lt;BR /&gt;&lt;BR /&gt;then check the vgdisplay, you will be able to see the vg01 information.&lt;BR /&gt;&lt;BR /&gt;But incase if you mentioned any names for lv you won't get the names, it will be lvol1, lvol2 etc..&lt;BR /&gt;&lt;BR /&gt;If you have the mapfile, then vgimport with the map file, then u will get full vg information&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Shan,</description>
      <pubDate>Tue, 12 Oct 2010 06:18:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/recover-data/m-p/4697740#M552131</guid>
      <dc:creator>shanmuhanandam</dc:creator>
      <dc:date>2010-10-12T06:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: recover data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/recover-data/m-p/4697741#M552132</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You should have a backup of vg01. You can following steps on both server to move a vg.&lt;BR /&gt;&lt;BR /&gt;from server 1:&lt;BR /&gt;vgchange -a n vg01&lt;BR /&gt;vgexport -v -m vg01.map vg01&lt;BR /&gt;scp vg01.map server2:/tmp (asks server2 passwd)&lt;BR /&gt;&lt;BR /&gt;from server 2. after connecting disks.&lt;BR /&gt;mkdir /dev/vg01&lt;BR /&gt;mknod -c 64 group 0x010000&lt;BR /&gt;vgimport -v -m /tmp/vg01.map vg01&lt;BR /&gt;vgchange -a y&lt;BR /&gt;vgdisplay (check all lv's are available)&lt;BR /&gt;create a mount point in /etc/fstab&lt;BR /&gt;mount -a&lt;BR /&gt;restore each lvols data from backup.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Sahir</description>
      <pubDate>Tue, 12 Oct 2010 09:45:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/recover-data/m-p/4697741#M552132</guid>
      <dc:creator>sahir_1</dc:creator>
      <dc:date>2010-10-12T09:45:37Z</dc:date>
    </item>
  </channel>
</rss>

