<?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: Recover data on bootdisk in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/recover-data-on-bootdisk/m-p/3731786#M254615</link>
    <description>I tried to start hpux -lm.&lt;BR /&gt;I get the message&lt;BR /&gt;vxfs fsck filesystem had I/O errors on meta data&lt;BR /&gt;log replay in progress&lt;BR /&gt;pass0&lt;BR /&gt;pass1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Then the system tries to make a dump&lt;BR /&gt;Then it reboots and "the same procedure" again&lt;BR /&gt;IÂ´ll try next to boot from CD like Abhijit told.</description>
    <pubDate>Wed, 15 Feb 2006 07:09:24 GMT</pubDate>
    <dc:creator>reis</dc:creator>
    <dc:date>2006-02-15T07:09:24Z</dc:date>
    <item>
      <title>Recover data on bootdisk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/recover-data-on-bootdisk/m-p/3731779#M254608</link>
      <description>Hi,&lt;BR /&gt;after reboot I get an error:&lt;BR /&gt;panic: all VFS_MOUNTROOTs failed, Need Divers ?&lt;BR /&gt;There are data on the harddisk, which i have to back up. How can i mount or even repair this bootdisk on another system without loosing data on it ?&lt;BR /&gt;&lt;BR /&gt;Kind regards&lt;BR /&gt;Walter Reis</description>
      <pubDate>Wed, 15 Feb 2006 03:33:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/recover-data-on-bootdisk/m-p/3731779#M254608</guid>
      <dc:creator>reis</dc:creator>
      <dc:date>2006-02-15T03:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: Recover data on bootdisk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/recover-data-on-bootdisk/m-p/3731780#M254609</link>
      <description>Hello ,&lt;BR /&gt;&lt;BR /&gt;Have u made any chages to the logical volumes/Filesystem or you are getting this error mesg after new installation.&lt;BR /&gt;&lt;BR /&gt;Give some more inputs .&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;DJ&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Feb 2006 03:45:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/recover-data-on-bootdisk/m-p/3731780#M254609</guid>
      <dc:creator>dhananjay_1</dc:creator>
      <dc:date>2006-02-15T03:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: Recover data on bootdisk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/recover-data-on-bootdisk/m-p/3731781#M254610</link>
      <description>Hi, there was a system crash and then I got this error. I hope, that the harddisk isnÂ´t defect.</description>
      <pubDate>Wed, 15 Feb 2006 03:50:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/recover-data-on-bootdisk/m-p/3731781#M254610</guid>
      <dc:creator>reis</dc:creator>
      <dc:date>2006-02-15T03:50:19Z</dc:date>
    </item>
    <item>
      <title>Re: Recover data on bootdisk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/recover-data-on-bootdisk/m-p/3731782#M254611</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;This is not the case of disk failure and the data must be intact, you can very well recover this on some other system supporting this disk.&lt;BR /&gt;&lt;BR /&gt;I experienced this error on a R-380. The disk was intact and I recovered all the data and even after reloading the OS the same disk worked fine for years ahead.&lt;BR /&gt;&lt;BR /&gt;You can import this VG on some other system. If there were more than two disks in this vg00 then I recommend to attach both disks to the system where you wish to recover.&lt;BR /&gt;&lt;BR /&gt;#insf (To create new disk device file if the disks are hot-swappable and you plugged in online.)&lt;BR /&gt;&lt;BR /&gt;Note down the device files for one or two new disks.&lt;BR /&gt;&lt;BR /&gt;#mkdir /dev/oldvg00&lt;BR /&gt;#mknod group c 64 0x??0000&lt;BR /&gt;&lt;BR /&gt;(Where ?? is the unique no. on the new system. Confirm by "ll /dev/*/group" and use next available number.)&lt;BR /&gt;&lt;BR /&gt;#vgimport /dev/oldvg00 disk_device_file/files&lt;BR /&gt;&lt;BR /&gt;#ll /dev/oldvg00&lt;BR /&gt;&lt;BR /&gt;You should see all old LVOLs here and can mount them using&lt;BR /&gt;&lt;BR /&gt;#mkdir oldroot&lt;BR /&gt;#mount -F vxfs /dev/oldvg00/lvol3 /oldroot&lt;BR /&gt;&lt;BR /&gt;Similarly you can mount other file systems, but note that you will not be able to mount lvol2 bsing swap and lvol1 will be a HFS file system. Any other swap LVOLs existing previously also can not be mounted.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender</description>
      <pubDate>Wed, 15 Feb 2006 04:16:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/recover-data-on-bootdisk/m-p/3731782#M254611</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2006-02-15T04:16:41Z</dc:date>
    </item>
    <item>
      <title>Re: Recover data on bootdisk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/recover-data-on-bootdisk/m-p/3731783#M254612</link>
      <description>Hi...&lt;BR /&gt;&lt;BR /&gt;1.boot the system with the Core-OS Install CD .&lt;BR /&gt;2.Go to the recovery shell&lt;BR /&gt;3.Run a fsck on root volume lvol3&lt;BR /&gt;&lt;BR /&gt;this will clean the superblock flag and allow you to boot the system.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Abhijit</description>
      <pubDate>Wed, 15 Feb 2006 04:20:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/recover-data-on-bootdisk/m-p/3731783#M254612</guid>
      <dc:creator>Abhijit P.</dc:creator>
      <dc:date>2006-02-15T04:20:33Z</dc:date>
    </item>
    <item>
      <title>Re: Recover data on bootdisk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/recover-data-on-bootdisk/m-p/3731784#M254613</link>
      <description>Have u checked why system crashed??&lt;BR /&gt;Have u installed any s/w, why did u go for restart.&lt;BR /&gt;U dump the PIM output and post it if possible it will help us in arriving at root cause "Why system crashed?"&lt;BR /&gt;As far as data is concerned it safe.&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Feb 2006 04:32:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/recover-data-on-bootdisk/m-p/3731784#M254613</guid>
      <dc:creator>Mridul Shrivastava</dc:creator>
      <dc:date>2006-02-15T04:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: Recover data on bootdisk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/recover-data-on-bootdisk/m-p/3731785#M254614</link>
      <description>Walter --&lt;BR /&gt;&lt;BR /&gt;The error listed above is most likely not fatal.  It is usually caused when lvm data structures become damaged and it is usually fixable.&lt;BR /&gt;&lt;BR /&gt;Here are the steps:&lt;BR /&gt;&lt;BR /&gt;1) boot the system in -lm mode&lt;BR /&gt;(i.e. hpux -lm)&lt;BR /&gt;&lt;BR /&gt;2) this should bring you to a prompt where none of the volume groups are active.  So activate your root volume group:&lt;BR /&gt;&lt;BR /&gt;vgchange -a y /dev/vg00&lt;BR /&gt;&lt;BR /&gt;3) Once the VG activates, check the lvlnboot information:&lt;BR /&gt;&lt;BR /&gt;lvlnboot -v /dev/vg00&lt;BR /&gt;&lt;BR /&gt;4) Check to see if you have a line that says "No boot lvol defined" or something similar.&lt;BR /&gt;&lt;BR /&gt;A "good" layout (with mirrored disk) looks something like this:&lt;BR /&gt;&lt;BR /&gt;          Boot Definitions for Volume Group /dev/vg00:&lt;BR /&gt;          Physical Volumes belonging in Root Volume Group:&lt;BR /&gt;          /dev/dsk/c0t6d0 (10/0.6.0) -- Boot Disk  &amp;lt;--- Primary boot disk&lt;BR /&gt;          /dev/dsk/c0t5d0 (10/0.5.0) -- Boot Disk  &amp;lt;--- Mirror boot disk&lt;BR /&gt;&lt;BR /&gt;          Boot: lvol1     on:     /dev/dsk/c0t6d0&lt;BR /&gt;          Boot: lvol1     on:     /dev/dsk/c0t5d0 &amp;lt;---------- Mirror boot disk&lt;BR /&gt;          Root: lvol3     on:     /dev/dsk/c0t6d0&lt;BR /&gt;          Root: lvol3     on:     /dev/dsk/c0t5d0 &amp;lt;---------- Mirror boot disk&lt;BR /&gt;          Swap: lvol2     on:     /dev/dsk/c0t6d0&lt;BR /&gt;          Swap: lvol2     on:     /dev/dsk/c0t5d0 &amp;lt;---------- Mirror boot disk&lt;BR /&gt;          Dump: lvol2     on:     /dev/dsk/c0t6d0, 0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;5) If you do then type the following:&lt;BR /&gt;&lt;BR /&gt;lvlnboot -b /dev/vg00/lvol1&lt;BR /&gt;lvlnboot -R /dev/vg00&lt;BR /&gt;&lt;BR /&gt;6) Now do lvlnboot -v /dev/vg00 to see the data again.&lt;BR /&gt;&lt;BR /&gt;7) reboot&lt;BR /&gt;&lt;BR /&gt;If this doesn't fix the panic, but you were able to do the initial reboot into -lm then replace step 5 with a complete rebuild of the BDRA:&lt;BR /&gt;&lt;BR /&gt;    "lvrmboot -r /dev/vg00"          Removes the info from the BDRA&lt;BR /&gt;    "lvlnboot -b /dev/vg00/lvol1"    Writes the boot info to the BDRA&lt;BR /&gt;    "lvlnboot -r /dev/vg00/lvol3"    Writes the root info to the BDRA&lt;BR /&gt;    "lvlnboot -s /dev/vg00/lvol2"    Writes the swap info to the BDRA&lt;BR /&gt;    "lvlnboot -d /dev/vg00/lvol2"    Writes the dump info to the BDRA&lt;BR /&gt;    "lvlnboot -R /dev/vg00"          Updates the BDRA&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Oz&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Feb 2006 04:42:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/recover-data-on-bootdisk/m-p/3731785#M254614</guid>
      <dc:creator>Kent Ostby</dc:creator>
      <dc:date>2006-02-15T04:42:42Z</dc:date>
    </item>
    <item>
      <title>Re: Recover data on bootdisk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/recover-data-on-bootdisk/m-p/3731786#M254615</link>
      <description>I tried to start hpux -lm.&lt;BR /&gt;I get the message&lt;BR /&gt;vxfs fsck filesystem had I/O errors on meta data&lt;BR /&gt;log replay in progress&lt;BR /&gt;pass0&lt;BR /&gt;pass1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Then the system tries to make a dump&lt;BR /&gt;Then it reboots and "the same procedure" again&lt;BR /&gt;IÂ´ll try next to boot from CD like Abhijit told.</description>
      <pubDate>Wed, 15 Feb 2006 07:09:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/recover-data-on-bootdisk/m-p/3731786#M254615</guid>
      <dc:creator>reis</dc:creator>
      <dc:date>2006-02-15T07:09:24Z</dc:date>
    </item>
  </channel>
</rss>

