<?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 Full Linux OS restore from tape using Omniback in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/full-linux-os-restore-from-tape-using-omniback/m-p/2767022#M78752</link>
    <description>Anyone has experience recovering a Redhat system completely by restoring it from tape using Omniback?  I'm trying it out on my RH7.2 system (uses Grub) with an Ultrium tape device:&lt;BR /&gt;&lt;BR /&gt;1- On my current system, I made a full backup of all partitions using Omniback&lt;BR /&gt;2- Then I reinstalled the Redhat OS followed by Omniback agent&lt;BR /&gt;3- Next, I performed a full restore from tape&lt;BR /&gt;&lt;BR /&gt;(normally with LILO I will first fun lilo -v in case the mappings were wrong but since I'm using GRUB, I didn't change anything; just ran ldconfig -v)&lt;BR /&gt;&lt;BR /&gt;4- However, when I rebooted the system it just got stuck with the words "GRUB" on the screen.  I can however do an emergency boot but I still cannot boot the system.&lt;BR /&gt;&lt;BR /&gt;Anyone has experience in this?  Any guidelines on how to do this using Omniback?&lt;BR /&gt;&lt;BR /&gt;One way is to merely restore the application data but there are log files in /var/log; config files in /etc - how can u tell which partition to restore?  It'll be a pain if one has to go throught individual folders to select which to restore frm tape.&lt;BR /&gt;&lt;BR /&gt;Any help is appreciated.  I'm hoping to work this out without using Mondo or other tools.</description>
    <pubDate>Thu, 18 Jul 2002 10:49:06 GMT</pubDate>
    <dc:creator>Gregory Lee</dc:creator>
    <dc:date>2002-07-18T10:49:06Z</dc:date>
    <item>
      <title>Full Linux OS restore from tape using Omniback</title>
      <link>https://community.hpe.com/t5/operating-system-linux/full-linux-os-restore-from-tape-using-omniback/m-p/2767022#M78752</link>
      <description>Anyone has experience recovering a Redhat system completely by restoring it from tape using Omniback?  I'm trying it out on my RH7.2 system (uses Grub) with an Ultrium tape device:&lt;BR /&gt;&lt;BR /&gt;1- On my current system, I made a full backup of all partitions using Omniback&lt;BR /&gt;2- Then I reinstalled the Redhat OS followed by Omniback agent&lt;BR /&gt;3- Next, I performed a full restore from tape&lt;BR /&gt;&lt;BR /&gt;(normally with LILO I will first fun lilo -v in case the mappings were wrong but since I'm using GRUB, I didn't change anything; just ran ldconfig -v)&lt;BR /&gt;&lt;BR /&gt;4- However, when I rebooted the system it just got stuck with the words "GRUB" on the screen.  I can however do an emergency boot but I still cannot boot the system.&lt;BR /&gt;&lt;BR /&gt;Anyone has experience in this?  Any guidelines on how to do this using Omniback?&lt;BR /&gt;&lt;BR /&gt;One way is to merely restore the application data but there are log files in /var/log; config files in /etc - how can u tell which partition to restore?  It'll be a pain if one has to go throught individual folders to select which to restore frm tape.&lt;BR /&gt;&lt;BR /&gt;Any help is appreciated.  I'm hoping to work this out without using Mondo or other tools.</description>
      <pubDate>Thu, 18 Jul 2002 10:49:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/full-linux-os-restore-from-tape-using-omniback/m-p/2767022#M78752</guid>
      <dc:creator>Gregory Lee</dc:creator>
      <dc:date>2002-07-18T10:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: Full Linux OS restore from tape using Omniback</title>
      <link>https://community.hpe.com/t5/operating-system-linux/full-linux-os-restore-from-tape-using-omniback/m-p/2767023#M78753</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;sorry, Omniback doesn't provide this functionality for Linux. You can do an Ignite tape for HP-UX or disaster recovery tape for Windows NT (OBDR) but there is no such functionality for Linux. (sorry for the bad news)&lt;BR /&gt;&lt;BR /&gt;Allways stay on the bright side of life!&lt;BR /&gt;&lt;BR /&gt;Peter</description>
      <pubDate>Thu, 18 Jul 2002 12:07:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/full-linux-os-restore-from-tape-using-omniback/m-p/2767023#M78753</guid>
      <dc:creator>Peter Kloetgen</dc:creator>
      <dc:date>2002-07-18T12:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: Full Linux OS restore from tape using Omniback</title>
      <link>https://community.hpe.com/t5/operating-system-linux/full-linux-os-restore-from-tape-using-omniback/m-p/2767024#M78754</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;As far as I know, you should use "grub-install" at least once after the OmniBack restore, to install the Grub boot code in the boot record of the disk or partition. I don't have the exact syntax of grub-install, but it should look like :&lt;BR /&gt;&lt;BR /&gt;grub-install /dev/sda&lt;BR /&gt;&lt;BR /&gt;Here, /dev/sda stands for the MBR of the first scsi disk. You can adapt this according to your configuration.&lt;BR /&gt;&lt;BR /&gt;IMPORTANT REMARK : unlike lilo, with Grub you do not need to re-install the boot loader on the disk each time you recompile the kernel. The only time you need this is when you replace disk drives or delete/re-create the boot partition.&lt;BR /&gt;&lt;BR /&gt;In your case, you have to do "grub-install" just after your OmniBack recovery. May be in a post-exec script ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Good luck.&lt;BR /&gt;&lt;BR /&gt;Kodjo&lt;BR /&gt;</description>
      <pubDate>Thu, 18 Jul 2002 12:25:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/full-linux-os-restore-from-tape-using-omniback/m-p/2767024#M78754</guid>
      <dc:creator>Kodjo Agbenu</dc:creator>
      <dc:date>2002-07-18T12:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: Full Linux OS restore from tape using Omniback</title>
      <link>https://community.hpe.com/t5/operating-system-linux/full-linux-os-restore-from-tape-using-omniback/m-p/2767025#M78755</link>
      <description>Thanks.  I got the lead from the grub-install post.  What I had to do was to do a rescue boot then:&lt;BR /&gt;&lt;BR /&gt;- execute /sbin/grub&lt;BR /&gt;&lt;BR /&gt;Once I have the grub shell, type:&lt;BR /&gt;root (hd0,0)&lt;BR /&gt;setup (hd0)&lt;BR /&gt;quit&lt;BR /&gt;&lt;BR /&gt;Which seem to do the trick - the server could boot!</description>
      <pubDate>Fri, 19 Jul 2002 07:03:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/full-linux-os-restore-from-tape-using-omniback/m-p/2767025#M78755</guid>
      <dc:creator>Gregory Lee</dc:creator>
      <dc:date>2002-07-19T07:03:01Z</dc:date>
    </item>
  </channel>
</rss>

