<?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: Linux OBDR in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/linux-obdr/m-p/3597268#M19067</link>
    <description>I have not used this but I did read the doc and have this on the todo list, but have a look at the following link&lt;BR /&gt;&lt;A href="http://mkcdrec.ota.be/project/faqs.html#Q:_What_is_One-Button_Disaster_Recovery" target="_blank"&gt;http://mkcdrec.ota.be/project/faqs.html#Q:_What_is_One-Button_Disaster_Recovery&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I would also try this from a cd "seems more strait forward on the tape/scsi front"&lt;BR /&gt;&lt;BR /&gt;Hope this get you going&lt;BR /&gt;&lt;BR /&gt;Jean-Pierre Huc</description>
    <pubDate>Fri, 05 Aug 2005 09:29:42 GMT</pubDate>
    <dc:creator>Huc_1</dc:creator>
    <dc:date>2005-08-05T09:29:42Z</dc:date>
    <item>
      <title>Linux OBDR</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-obdr/m-p/3597266#M19065</link>
      <description>Guys,&lt;BR /&gt;I'm trying to backup my RHAS2.1 server to tape using mkCDRec with command "make OBDR". After the it finish, I try to boot from it using OBDR mode, and it fails. The source server (which I make the backup from) is Compaq Proliant ML370 G3, and the target server (Which I try to restore to) is Compaq Proliant ML 370 G4.&lt;BR /&gt;&lt;BR /&gt;Whenever I try make test, it comes with this output:&lt;BR /&gt;[root@kapuas mkcdrec]# make test&lt;BR /&gt;scripts/dispatch.sh test&lt;BR /&gt;Checking architure...&lt;BR /&gt;Supported architecture: x86&lt;BR /&gt;Using Makefile.x86.&lt;BR /&gt;ls: cutstream*: No such file or directory&lt;BR /&gt;ls: pastestream*: No such file or directory&lt;BR /&gt;make[1]: Entering directory `/var/opt/mkcdrec'&lt;BR /&gt;/var/opt/mkcdrec/scripts/test.sh&lt;BR /&gt;/bin:/usr/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin:/opt/schily/bin:/var/opt/mkcdrec/bin:/bin:/usr/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin:/opt/schily/bin:/var/opt/mkcdrec/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/bin/X11:/usr/X11R6/bin:/opt/oracle/product/DB9i/bin:/root/bin:/dev:/dev&lt;BR /&gt;make test output of mkCDrec v0.8.7&lt;BR /&gt;Test 1:  Are we root?                                           Passed&lt;BR /&gt;Test 2:  missing executables needed by mkCDrec                  Passed&lt;BR /&gt;Test 3:  Filesystem for Initial ramdisk allowed?                Passed&lt;BR /&gt;Test 4:  loopback device works?                                 Passed&lt;BR /&gt;Test 5:  ram device available                                   Passed&lt;BR /&gt;Test 6:  romfs supported  by the kernel?                        N/A&lt;BR /&gt;Test 7:  cramfs supported  by the kernel?                       N/A&lt;BR /&gt;Test 8:  strip (from binutils) available?                       Passed&lt;BR /&gt;Test 9:  BOOT_FLOPPY_DENSITY=ED ok?                             N/A&lt;BR /&gt;Test 10: cdrecord -scanbus                                      N/A&lt;BR /&gt;Test 11: Header files present?                                  Passed&lt;BR /&gt;Test 12: DEVFS supported by kernel?                             N/A&lt;BR /&gt;Test 13: filesystem tools present?&lt;BR /&gt;        ext2:                                                   Passed&lt;BR /&gt;Test 14: initrd must be compiled in kernel!                     Passed&lt;BR /&gt;Test 15: Amount of memory available                             12107 Mb&lt;BR /&gt;Test 16: scripts/Config.sh a link?                              Passed&lt;BR /&gt;Test 17: serial console                                         N/A&lt;BR /&gt;Test 18: supported architecture?                                Passed&lt;BR /&gt;Test 19: is RAMDISK_SIZE=64 big enough?                         Passed&lt;BR /&gt;Test 20: is BLK_DEV_RAM_SIZE big enough for initrd?             default&lt;BR /&gt;make[1]: Leaving directory `/var/opt/mkcdrec'&lt;BR /&gt;[root@kapuas mkcdrec]#&lt;BR /&gt;&lt;BR /&gt;Please help.&lt;BR /&gt;EF</description>
      <pubDate>Fri, 05 Aug 2005 03:27:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-obdr/m-p/3597266#M19065</guid>
      <dc:creator>Emir Faisal</dc:creator>
      <dc:date>2005-08-05T03:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: Linux OBDR</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-obdr/m-p/3597267#M19066</link>
      <description>A few thoughts come to mind:&lt;BR /&gt;&lt;BR /&gt;1) Perhaps the difference in processor architechure, similar but not the same is causing a problem.&lt;BR /&gt;&lt;BR /&gt;2) There may be a kernel parameter on the source machine causing the error on Test 20.&lt;BR /&gt;&lt;BR /&gt;As general commentary, it would appear you are making a backup on a cd writer and then trying to boot off that image. Quite innovative, if its ever worked for you.&lt;BR /&gt;&lt;BR /&gt;I hope this is a test to see if things work and not an emergency.&lt;BR /&gt;&lt;BR /&gt;You might find &lt;A href="http://www.mondorescue.org" target="_blank"&gt;http://www.mondorescue.org&lt;/A&gt; is a tool that can do the same job for you. I also think tape is a better media if you have it available.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 05 Aug 2005 05:09:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-obdr/m-p/3597267#M19066</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-08-05T05:09:26Z</dc:date>
    </item>
    <item>
      <title>Re: Linux OBDR</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-obdr/m-p/3597268#M19067</link>
      <description>I have not used this but I did read the doc and have this on the todo list, but have a look at the following link&lt;BR /&gt;&lt;A href="http://mkcdrec.ota.be/project/faqs.html#Q:_What_is_One-Button_Disaster_Recovery" target="_blank"&gt;http://mkcdrec.ota.be/project/faqs.html#Q:_What_is_One-Button_Disaster_Recovery&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I would also try this from a cd "seems more strait forward on the tape/scsi front"&lt;BR /&gt;&lt;BR /&gt;Hope this get you going&lt;BR /&gt;&lt;BR /&gt;Jean-Pierre Huc</description>
      <pubDate>Fri, 05 Aug 2005 09:29:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-obdr/m-p/3597268#M19067</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2005-08-05T09:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: Linux OBDR</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-obdr/m-p/3597269#M19068</link>
      <description>Hi Steve,&lt;BR /&gt;&amp;gt;&amp;gt; 2) There may be a kernel parameter on the source machine causing the error on Test 20.&lt;BR /&gt;&lt;BR /&gt;If I failed test 20, I will notice it since it will print test output in red. I'm sure this is normal.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; As general commentary, it would appear you are making a backup on a cd writer and then trying to boot off that image. Quite innovative, if its ever worked for you.&lt;BR /&gt;&lt;BR /&gt;Yes, and this is how OBDR works, right?!&lt;BR /&gt;&lt;A href="http://mkcdrec.ota.be/project/introduction.html" target="_blank"&gt;http://mkcdrec.ota.be/project/introduction.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; I hope this is a test to see if things work and not an emergency.&lt;BR /&gt;&lt;BR /&gt;No. The source machine is our production machine. Due to strict deployment schedule, we can't make any test to the machine, until now in production environment.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; You might find &lt;A href="http://www.mondorescue.org" target="_blank"&gt;http://www.mondorescue.org&lt;/A&gt;&lt;BR /&gt;&amp;gt; is a tool that can do the same job for you. I also think tape is a better media if you have it available.&lt;BR /&gt;&lt;BR /&gt;Can mondo do OBDR ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;many thanks,&lt;BR /&gt;EF</description>
      <pubDate>Fri, 05 Aug 2005 09:50:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-obdr/m-p/3597269#M19068</guid>
      <dc:creator>Emir Faisal</dc:creator>
      <dc:date>2005-08-05T09:50:42Z</dc:date>
    </item>
    <item>
      <title>Re: Linux OBDR</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-obdr/m-p/3597270#M19069</link>
      <description>No, I do not believe mondo can exactly replicate what you are doing.&lt;BR /&gt;&lt;BR /&gt;I'm very impressed with this tool and how you are using it.&lt;BR /&gt;&lt;BR /&gt;If you shut down open databases, Mondo Rescue should let you make an exact image of your entire machine. I use it to tape, because they hold more data than even DVD.&lt;BR /&gt;&lt;BR /&gt;If your issue is system replication and you can afford to have databases down during the backup, mondorescue might do the job.&lt;BR /&gt;&lt;BR /&gt;I'm still not familiar enough with what you are doing to be more precise.&lt;BR /&gt;&lt;BR /&gt;Good Luck,&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;Jerusalem</description>
      <pubDate>Fri, 05 Aug 2005 10:47:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-obdr/m-p/3597270#M19069</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-08-05T10:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: Linux OBDR</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-obdr/m-p/3597271#M19070</link>
      <description>Try 'backup edge'.  It's a backup tool (to tape) that does ODBR.  I've used it before under Linux, and was quite impressed.&lt;BR /&gt;&lt;BR /&gt;It has a 30-day eval, but it should be enough to ensure your device is doing everything properly.</description>
      <pubDate>Fri, 05 Aug 2005 18:11:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-obdr/m-p/3597271#M19070</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2005-08-05T18:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: Linux OBDR</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-obdr/m-p/3597272#M19071</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;I have used Arkeia Network Backup for DR and was quite impressed, also available for download at &lt;A href="http://www.arkeia.com" target="_blank"&gt;www.arkeia.com&lt;/A&gt; on 30 Day Eval, you need to contact the support team for a demo key for the DR module.&lt;BR /&gt;&lt;BR /&gt;I have also used mondo, and thought that was great, although slow on its 'backup' it was very efficient at a speedy restore.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;&lt;BR /&gt;Matt&lt;BR /&gt;</description>
      <pubDate>Thu, 18 Aug 2005 09:28:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-obdr/m-p/3597272#M19071</guid>
      <dc:creator>Matt Palmer_2</dc:creator>
      <dc:date>2005-08-18T09:28:55Z</dc:date>
    </item>
  </channel>
</rss>

