<?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: root disk failure in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/root-disk-failure/m-p/3338903#M190332</link>
    <description>Kyle and Pete, seems to me that navin is talking about a ROOT disk failure, that's to say a disk in vg00 not vg01.&lt;BR /&gt;&lt;BR /&gt;Navin if what i suppose is true, the host should not be working unless the second disk is itself in vg00 and hold a mirror copy for all the system LV.&lt;BR /&gt;&lt;BR /&gt;In this case the host is up and running and you don't even need ignite to restore the broken disk, just change it (shutdown the host if the disks are not hot swapable) exec a vgrestore vg00 /dev/rdsk/&lt;SUBSTUTED disk=""&gt; and a vgsync to resync the mirror copies&lt;BR /&gt;&lt;BR /&gt;In the other case (os not mirrored) the host should not be working. When you apply the ignite recovery booting from the tape or from the ignite server on network, ignite process will do almost all the work for you:&lt;BR /&gt;create the vg00&lt;BR /&gt;create the LV on vg00&lt;BR /&gt;create the file system and recover all the files you backed up (at least the minimum for the system to start)&lt;BR /&gt;&lt;BR /&gt;Anyway you should describe better how the disks were configured (whch vg they belong to) and which command (make_tape_recovery) you did. make_tape_recovery -A would backup ALL vg00&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;/SUBSTUTED&gt;</description>
    <pubDate>Thu, 22 Jul 2004 13:56:15 GMT</pubDate>
    <dc:creator>Cesare Salvioni</dc:creator>
    <dc:date>2004-07-22T13:56:15Z</dc:date>
    <item>
      <title>root disk failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-disk-failure/m-p/3338899#M190328</link>
      <description>Hi,&lt;BR /&gt;I got a root disk failure in my system.The system has 2 disks.We have a ignite procedure &lt;BR /&gt;in environmnet.so Once the disk is fixed ,i should be able to install the system using ignite.In between i got a confusion that once the disk is replaced and formatted the ignite &lt;BR /&gt;process will take care of remaining activities like creating filesystems ,etc.right&lt;BR /&gt;Please help.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Jul 2004 12:19:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-disk-failure/m-p/3338899#M190328</guid>
      <dc:creator>navin</dc:creator>
      <dc:date>2004-07-22T12:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: root disk failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-disk-failure/m-p/3338900#M190329</link>
      <description>It depends on what you backed up.  The usual recommendation is to back up just your root volume group - vg00 - and use conventional backup strategies for your other data.  In that scenario, you would use ignite to restore vg00, then create the device files for your other volume groups and run vgimport on them - like this:&lt;BR /&gt;&lt;BR /&gt;mkdir /dev/vg01&lt;BR /&gt;mknod /dev/vg01/group c 64 0x010000&lt;BR /&gt;vgimport -s -m /tmp/vg01map /dev/vg01&lt;BR /&gt;&lt;BR /&gt;On the other hand, if your Ignite backup includes the other volume groups, then everything would be restored.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Jul 2004 12:27:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-disk-failure/m-p/3338900#M190329</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2004-07-22T12:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: root disk failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-disk-failure/m-p/3338901#M190330</link>
      <description>Actually, the mkdir and mknod commands may not be necessary - they may be present after the restore of vg00.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 22 Jul 2004 12:28:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-disk-failure/m-p/3338901#M190330</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2004-07-22T12:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: root disk failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-disk-failure/m-p/3338902#M190331</link>
      <description>That all depends.  If the Ignite tape was created with make_tape_recovery -x inc_entire=vg00 -x inc_entire=vg01..., then yes it will.  &lt;BR /&gt;However, if the archive was created by doing make_tape_recovery -A, then it will only create the essential files in vg00.  &lt;BR /&gt;The data in the data volume groups will still be there but you will need to import the vg's back in.&lt;BR /&gt;My recommendation is to do this procedure before restoring from ignite:&lt;BR /&gt;&lt;BR /&gt;(You may have to boot into LVM Maintenance Mode for this if the boot disk won't allow you to do anything in multi user mode:&lt;BR /&gt;1. reboot&lt;BR /&gt;2. Interrupt the boot sequence within 10 seconds by pressing any key.&lt;BR /&gt;3. At the main menu, type boot pri isl&lt;BR /&gt;4. Interact with IPL? y&lt;BR /&gt;5. ISL&amp;gt; hpux -lm        )&lt;BR /&gt;&lt;BR /&gt;1. Get a print out of /etc/lvmtab, ioscan -fnC disk.&lt;BR /&gt;2. vgchange -a n /dev/vg01&lt;BR /&gt;3. vgexport -v -s /dev/vg01&lt;BR /&gt;4. Reignite the system and let it come up.&lt;BR /&gt;5. Once vg00 is back in place, do:&lt;BR /&gt;mkdir /dev/vg01&lt;BR /&gt;6. mknod /dev/vg01/group c 64 0x010000&lt;BR /&gt;7. vgimport -v -s /dev/vg01   &lt;BR /&gt;OR&lt;BR /&gt;vgimport -v /dev/vg01 /dev/dsk/c#t#d# /dev/dsk/c#t#d#&lt;BR /&gt;8. vgchange -a y /dev/vg01&lt;BR /&gt;9. Mount the filesystems&lt;BR /&gt;10. Once the configuration is back in place correctly, then do: vgcfgbackup /dev/vg01&lt;BR /&gt;&lt;BR /&gt;This should do it for you.  &lt;BR /&gt;</description>
      <pubDate>Thu, 22 Jul 2004 12:36:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-disk-failure/m-p/3338902#M190331</guid>
      <dc:creator>Kyle Martin</dc:creator>
      <dc:date>2004-07-22T12:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: root disk failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-disk-failure/m-p/3338903#M190332</link>
      <description>Kyle and Pete, seems to me that navin is talking about a ROOT disk failure, that's to say a disk in vg00 not vg01.&lt;BR /&gt;&lt;BR /&gt;Navin if what i suppose is true, the host should not be working unless the second disk is itself in vg00 and hold a mirror copy for all the system LV.&lt;BR /&gt;&lt;BR /&gt;In this case the host is up and running and you don't even need ignite to restore the broken disk, just change it (shutdown the host if the disks are not hot swapable) exec a vgrestore vg00 /dev/rdsk/&lt;SUBSTUTED disk=""&gt; and a vgsync to resync the mirror copies&lt;BR /&gt;&lt;BR /&gt;In the other case (os not mirrored) the host should not be working. When you apply the ignite recovery booting from the tape or from the ignite server on network, ignite process will do almost all the work for you:&lt;BR /&gt;create the vg00&lt;BR /&gt;create the LV on vg00&lt;BR /&gt;create the file system and recover all the files you backed up (at least the minimum for the system to start)&lt;BR /&gt;&lt;BR /&gt;Anyway you should describe better how the disks were configured (whch vg they belong to) and which command (make_tape_recovery) you did. make_tape_recovery -A would backup ALL vg00&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;/SUBSTUTED&gt;</description>
      <pubDate>Thu, 22 Jul 2004 13:56:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-disk-failure/m-p/3338903#M190332</guid>
      <dc:creator>Cesare Salvioni</dc:creator>
      <dc:date>2004-07-22T13:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: root disk failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-disk-failure/m-p/3338904#M190333</link>
      <description>Pete/Kyle... seesm you guys are confused a bit???? he never mentioned vg01&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Navin....&lt;BR /&gt;&lt;BR /&gt;You say you have a root disk failure... and mentioned ignite.&lt;BR /&gt;&lt;BR /&gt;However, do you have / mirrored? If so you wont have to ignite the box...&lt;BR /&gt;&lt;BR /&gt;IF your system is down, your ignite tape will have saved all vg00 info and you can ignite it with little interaction...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Depending on what else you have on teh same disk as vg00, you may have to restore from other backups....</description>
      <pubDate>Thu, 22 Jul 2004 14:05:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-disk-failure/m-p/3338904#M190333</guid>
      <dc:creator>Todd McDaniel_1</dc:creator>
      <dc:date>2004-07-22T14:05:29Z</dc:date>
    </item>
  </channel>
</rss>

