<?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: BR278E error with remote restore in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/br278e-error-with-remote-restore/m-p/3097027#M807039</link>
    <description>Thanks Dietmar an Massimo,&lt;BR /&gt;&lt;BR /&gt;Dietmar,&lt;BR /&gt;I think brbackup is using cpio for backing the the parameter file while using dd to backup data file. however, the output of the given command as follows:&lt;BR /&gt;# cpio -iduvtB /oracle/YP1/sapdata4/btabd_1/btabd.data1 Out of phase--get help&lt;BR /&gt;Perhaps the "-c" option should be used&lt;BR /&gt;# cpio -iduvtcB /oracle/YP1/sapdata4/btabd_1/btabd.data1 Out of phase--get help&lt;BR /&gt;Perhaps the "-c" option shouldn't be used&lt;BR /&gt;&lt;BR /&gt;attached is the backup parameter file. Please look at if you think that it requires any modifications.&lt;BR /&gt;&lt;BR /&gt;Massimo,&lt;BR /&gt;&lt;BR /&gt;i changed the bs to 8k and 64k and still have the same error.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Attached is the backup parameter file( Please take a look at it).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I highly appreciated your assistance.</description>
    <pubDate>Mon, 20 Oct 2003 06:45:50 GMT</pubDate>
    <dc:creator>Ashraf_1</dc:creator>
    <dc:date>2003-10-20T06:45:50Z</dc:date>
    <item>
      <title>BR278E error with remote restore</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/br278e-error-with-remote-restore/m-p/3097024#M807036</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I am trying to restore SAP/oracle database remotely using sapdba. unfurtantely i am getting the following and the restration terminated:&lt;BR /&gt;&lt;BR /&gt;BR241I Checking label on volume in device /dev/rmt/c0t0d0BESTn&lt;BR /&gt;&lt;BR /&gt;BR209I Volume in device /dev/rmt/c0t0d0BESTn has name YP1W90 2003-10-10 00.00.11&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;BR351I Restoring /oracle/YP1/sapdata4/btabd_1/btabd.data1&lt;BR /&gt;BR355I from /dev/rmt/c0t0d0BESTn ...&lt;BR /&gt;BR278E Command output of 'LANG=C cd /oracle/YP1/sapdata4/btabd_1 &amp;amp;&amp;amp; LANG=C remsh&lt;BR /&gt; 130.10.130.11 /bin/sh -c "'LANG=C dd bs=5k if=/dev/rmt/c0t0d0BESTn ||  echo ERR&lt;BR /&gt;_RC: \$? &amp;gt;&amp;amp;2 '" | LANG=C cpio -iduvB btabd.data1 2&amp;gt;&amp;amp;1 ':&lt;BR /&gt;Out of phase--get help&lt;BR /&gt;Perhaps the "-c" option should be used&lt;BR /&gt;BR279E Return code from 'LANG=C cd /oracle/YP1/sapdata4/btabd_1 &amp;amp;&amp;amp; LANG=C remsh &lt;BR /&gt;130.10.130.11 /bin/sh -c "'LANG=C dd bs=5k if=/dev/rmt/c0t0d0BESTn ||  echo ERR_&lt;BR /&gt;RC: \$? &amp;gt;&amp;amp;2 '" | LANG=C cpio -iduvB btabd.data1 2&amp;gt;&amp;amp;1 ': 2&lt;BR /&gt;BR222E Copying /oracle/YP1/sapdata4/btabd_1/btabd.data1 to/from /dev/rmt/c0t0d0B&lt;BR /&gt;ESTn failed due to previous errors.&lt;BR /&gt;BR359E Restore of /oracle/YP1/sapdata4/btabd_1/btabd.data1 from /dev/rmt/c0t0d0B&lt;BR /&gt;ESTn failed.&lt;BR /&gt;&lt;BR /&gt;BR406I End of database restore: rdluczlp rsb  2003-10-20 10.23.57&lt;BR /&gt;BR404I BRRESTORE terminated with errors.&lt;BR /&gt;Press &lt;RETURN&gt; to continue ...&lt;BR /&gt;&lt;BR /&gt;Any help will be appreciated,&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Ashraf&lt;/RETURN&gt;</description>
      <pubDate>Mon, 20 Oct 2003 03:15:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/br278e-error-with-remote-restore/m-p/3097024#M807036</guid>
      <dc:creator>Ashraf_1</dc:creator>
      <dc:date>2003-10-20T03:15:15Z</dc:date>
    </item>
    <item>
      <title>Re: BR278E error with remote restore</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/br278e-error-with-remote-restore/m-p/3097025#M807037</link>
      <description>Well, looks like cpio has problems to recognize the tape's content.&lt;BR /&gt; &lt;BR /&gt;Try manually on the system where the tape drive is connected with the t(est) option:&lt;BR /&gt; &lt;BR /&gt;# cpio -iduvtB btabd.data1  &lt;BR /&gt;Try also with the c option, like suggested by cpio:&lt;BR /&gt; &lt;BR /&gt;# cpio -iduvtcB btabd.data1  &lt;BR /&gt;Are you sure that the backup has been created with cpio? The brbackup allows for other tools also.&lt;BR /&gt; &lt;BR /&gt;Best regards...&lt;BR /&gt; Dietmar.&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Oct 2003 03:51:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/br278e-error-with-remote-restore/m-p/3097025#M807037</guid>
      <dc:creator>Dietmar Konermann</dc:creator>
      <dc:date>2003-10-20T03:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: BR278E error with remote restore</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/br278e-error-with-remote-restore/m-p/3097026#M807038</link>
      <description>Hi,&lt;BR /&gt;I encountered similar errors during newtwork restore when the block size was not 8k.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Since you are using bs=5k, i suugest you to change this value and retry.&lt;BR /&gt;&lt;BR /&gt;  Massimo&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Oct 2003 05:09:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/br278e-error-with-remote-restore/m-p/3097026#M807038</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2003-10-20T05:09:48Z</dc:date>
    </item>
    <item>
      <title>Re: BR278E error with remote restore</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/br278e-error-with-remote-restore/m-p/3097027#M807039</link>
      <description>Thanks Dietmar an Massimo,&lt;BR /&gt;&lt;BR /&gt;Dietmar,&lt;BR /&gt;I think brbackup is using cpio for backing the the parameter file while using dd to backup data file. however, the output of the given command as follows:&lt;BR /&gt;# cpio -iduvtB /oracle/YP1/sapdata4/btabd_1/btabd.data1 Out of phase--get help&lt;BR /&gt;Perhaps the "-c" option should be used&lt;BR /&gt;# cpio -iduvtcB /oracle/YP1/sapdata4/btabd_1/btabd.data1 Out of phase--get help&lt;BR /&gt;Perhaps the "-c" option shouldn't be used&lt;BR /&gt;&lt;BR /&gt;attached is the backup parameter file. Please look at if you think that it requires any modifications.&lt;BR /&gt;&lt;BR /&gt;Massimo,&lt;BR /&gt;&lt;BR /&gt;i changed the bs to 8k and 64k and still have the same error.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Attached is the backup parameter file( Please take a look at it).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I highly appreciated your assistance.</description>
      <pubDate>Mon, 20 Oct 2003 06:45:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/br278e-error-with-remote-restore/m-p/3097027#M807039</guid>
      <dc:creator>Ashraf_1</dc:creator>
      <dc:date>2003-10-20T06:45:50Z</dc:date>
    </item>
    <item>
      <title>Re: BR278E error with remote restore</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/br278e-error-with-remote-restore/m-p/3097028#M807040</link>
      <description>I still see the 5k block used, try 8k.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# remote copy-in command (backup_dev_type = pipe)&lt;BR /&gt;# $-character is replaced with current tape address&lt;BR /&gt;# !!! use copy_in_cmd to define the dd command for tape reading !!!&lt;BR /&gt;# !!! enclose the parameter value in double quotes !!!&lt;BR /&gt;# no default&lt;BR /&gt;copy_in_cmd = "dd bs=5k if=$"&lt;BR /&gt;&lt;BR /&gt;# remote copy-out command (backup_dev_type = pipe)&lt;BR /&gt;# $-character is replaced with current tape address&lt;BR /&gt;# !!! use copy_out_cmd to define the dd command for tape writing !!!&lt;BR /&gt;# !!! enclose the parameter value in double quotes !!!&lt;BR /&gt;# no default&lt;BR /&gt;copy_out_cmd = "dd bs=5k of=$"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Oct 2003 06:58:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/br278e-error-with-remote-restore/m-p/3097028#M807040</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2003-10-20T06:58:15Z</dc:date>
    </item>
    <item>
      <title>Re: BR278E error with remote restore</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/br278e-error-with-remote-restore/m-p/3097029#M807041</link>
      <description>Dear Massimo,&lt;BR /&gt;&lt;BR /&gt;I tried with both and no changes.&lt;BR /&gt;&lt;BR /&gt;do you think the parameter file lacks some needed parameters.&lt;BR /&gt;&lt;BR /&gt;Thanks with regards,&lt;BR /&gt;Ashraf</description>
      <pubDate>Mon, 20 Oct 2003 07:45:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/br278e-error-with-remote-restore/m-p/3097029#M807041</guid>
      <dc:creator>Ashraf_1</dc:creator>
      <dc:date>2003-10-20T07:45:14Z</dc:date>
    </item>
  </channel>
</rss>

