<?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: Need HP-UX data recovery in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/need-hp-ux-data-recovery/m-p/2558811#M649596</link>
    <description>Hi Kevin:&lt;BR /&gt;&lt;BR /&gt;One thought is a follows.  Try 'vgimport'ing the volume to a pseudo, unique volume group as:&lt;BR /&gt;&lt;BR /&gt;# mkdir /dev/vg09&lt;BR /&gt;# mknod /dev/vg09/group c 64 0x090000  &lt;BR /&gt;# vgimport -v /dev/vg09 /dev/dsk/cXtYdZ&lt;BR /&gt;&lt;BR /&gt;Then, having created directories for mountpoints, mount the logical volumes and look for the files you seek.&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Mon, 30 Jul 2001 16:59:14 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2001-07-30T16:59:14Z</dc:date>
    <item>
      <title>Need HP-UX data recovery</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-hp-ux-data-recovery/m-p/2558810#M649595</link>
      <description>Here's the situation we were upgrading a J5000 from 10.20 HP-UX to 11.00 HP-UX and the installation quit while trying to build the kernel. After trying to recover the system with no success. we performed a cold 10.20 install which worked; however our "complete system backup" has been bombing out at night because no one ever put in a second tape after the first one was full (don't ask).  Anyway during the reinstall and recovery of what data we did have backed up I pulled out the offline dirves which at one time had been a mirrored copy of the entire system.  It is likely that one of the drives has been at least partially over written and the other is untouched.   There is a 50-50 chance that the untouched drive has the LVM tables on it.  Does anyone out there know of a company or individual which specilizes in HP-UX data recovery of partially corrupted logical volumes? or if HP providses this service.  Please respond to this post or email at kevinh@tgstech.com if you can help.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;&lt;BR /&gt;Kevin Heater&lt;BR /&gt;</description>
      <pubDate>Mon, 30 Jul 2001 16:43:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-hp-ux-data-recovery/m-p/2558810#M649595</guid>
      <dc:creator>Kevin Heater</dc:creator>
      <dc:date>2001-07-30T16:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: Need HP-UX data recovery</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-hp-ux-data-recovery/m-p/2558811#M649596</link>
      <description>Hi Kevin:&lt;BR /&gt;&lt;BR /&gt;One thought is a follows.  Try 'vgimport'ing the volume to a pseudo, unique volume group as:&lt;BR /&gt;&lt;BR /&gt;# mkdir /dev/vg09&lt;BR /&gt;# mknod /dev/vg09/group c 64 0x090000  &lt;BR /&gt;# vgimport -v /dev/vg09 /dev/dsk/cXtYdZ&lt;BR /&gt;&lt;BR /&gt;Then, having created directories for mountpoints, mount the logical volumes and look for the files you seek.&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 30 Jul 2001 16:59:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-hp-ux-data-recovery/m-p/2558811#M649596</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-07-30T16:59:14Z</dc:date>
    </item>
    <item>
      <title>Re: Need HP-UX data recovery</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-hp-ux-data-recovery/m-p/2558812#M649597</link>
      <description>Hi Kevin:&lt;BR /&gt;&lt;BR /&gt;What a tale of woe!.&lt;BR /&gt;&lt;BR /&gt;I would at least try a vgimport something like this:&lt;BR /&gt;&lt;BR /&gt;mkdir /dev/vg06&lt;BR /&gt;mknod /dev/vg06/group c 64 0x060000&lt;BR /&gt;vgimport -v /dev/vg06 /dev/dsk/c1t5d0 (or whatever device)&lt;BR /&gt;vgchange -a y -q n /dev/vg06&lt;BR /&gt;&lt;BR /&gt;If you are lucky, you can then create mountpoints and mount the filesystems.&lt;BR /&gt;&lt;BR /&gt;Clay</description>
      <pubDate>Mon, 30 Jul 2001 17:03:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-hp-ux-data-recovery/m-p/2558812#M649597</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-07-30T17:03:52Z</dc:date>
    </item>
    <item>
      <title>Re: Need HP-UX data recovery</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-hp-ux-data-recovery/m-p/2558813#M649598</link>
      <description>Hi Kavin,&lt;BR /&gt;If you are lucky then Mr James and Mr Clay's way is the only way. But let me ask you this.&lt;BR /&gt;What if I have 32 vg's and around 60 physical disk on one system?&lt;BR /&gt;I had that problem last week when we lost root disk on our v-class. Luckly we had printing of /etc/fstab, vgdisplay of all vg's. &lt;BR /&gt;&lt;BR /&gt;Sachin</description>
      <pubDate>Mon, 30 Jul 2001 17:24:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-hp-ux-data-recovery/m-p/2558813#M649598</guid>
      <dc:creator>Sachin Patel</dc:creator>
      <dc:date>2001-07-30T17:24:24Z</dc:date>
    </item>
    <item>
      <title>Re: Need HP-UX data recovery</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-hp-ux-data-recovery/m-p/2558814#M649599</link>
      <description>Just for clarification:  Let's  assume that I'm unluky and can import the volume group information using a vgimport command.  Asuming that we need this data is there someone out there who can get it? Does hp, or maybe some third party consulting group do it?</description>
      <pubDate>Mon, 30 Jul 2001 18:24:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-hp-ux-data-recovery/m-p/2558814#M649599</guid>
      <dc:creator>Kevin Heater</dc:creator>
      <dc:date>2001-07-30T18:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: Need HP-UX data recovery</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-hp-ux-data-recovery/m-p/2558815#M649600</link>
      <description>Hi Kevin,&lt;BR /&gt;&lt;BR /&gt;I been in the HP community for a number of years and I have never heard of a vendor that does what you are asking. Bear in mind, that if the data has been overwritten, noboby can get it back. I would certainly try the vgimport; it's really your best shot. If you get a good import you could mount the filesystems read-only to protect them from yourself.&lt;BR /&gt;&lt;BR /&gt;The only other technique that has a prayer is to dd the raw disk and examine the file with od. You might be able to pull off pieces of (and maybe even whole) files that way.&lt;BR /&gt;&lt;BR /&gt;Best of luck, Clay&lt;BR /&gt;</description>
      <pubDate>Mon, 30 Jul 2001 18:45:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-hp-ux-data-recovery/m-p/2558815#M649600</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-07-30T18:45:04Z</dc:date>
    </item>
    <item>
      <title>Re: Need HP-UX data recovery</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-hp-ux-data-recovery/m-p/2558816#M649601</link>
      <description>Hi Kevin:&lt;BR /&gt;&lt;BR /&gt;I don't envy your situation.  If the 'vgimport' isn't workable, then I think you are SOL.&lt;BR /&gt;&lt;BR /&gt;I find that good insurance during an upgrade, including cold-installing a new OS, is to first have a good Ignite 'make_tape_recovery tape' of the OS as it exists on the old boot disk.  A backup of the boot disk (vg00) with standard utilities like 'tar', 'cpio' and 'fbackup' isn't much good if you have to create a viable vg00 from scratch.&lt;BR /&gt;&lt;BR /&gt;The second thing I like to do is cold install to a new disk.  I readdress the old OS disk to a lower, unused priority and address the new disk (to be) as the priority target.  That way, when I'm done, and have a viable installation, I'm good-to-go.&lt;BR /&gt;&lt;BR /&gt;None of this helps much now, but perhaps provides something for consideration next time.  Good luck.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 30 Jul 2001 18:57:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-hp-ux-data-recovery/m-p/2558816#M649601</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-07-30T18:57:08Z</dc:date>
    </item>
    <item>
      <title>Re: Need HP-UX data recovery</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-hp-ux-data-recovery/m-p/2558817#M649602</link>
      <description>Kevin, what type of file system was it on your disks hfs or vxfs. I have some experience in salvaging corrupt systems, if a) the hardware is accessible and b) the information IS there.</description>
      <pubDate>Tue, 31 Jul 2001 08:47:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-hp-ux-data-recovery/m-p/2558817#M649602</guid>
      <dc:creator>Dragan Krnic</dc:creator>
      <dc:date>2001-07-31T08:47:24Z</dc:date>
    </item>
  </channel>
</rss>

