<?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: Tar error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-error/m-p/2626528#M40044</link>
    <description>Hi there.&lt;BR /&gt;Your backup script is started by the cron i guess. So if there is a request for another tape, it cannot be shown on a terminal.&lt;BR /&gt;You should deviate the output to a mail and keep the process on hold, until you changed the tape. Be careful, that is does not timeout.&lt;BR /&gt;Check the attached file.&lt;BR /&gt;Rgds&lt;BR /&gt;Alexander M. Ermes&lt;BR /&gt;</description>
    <pubDate>Thu, 06 Dec 2001 08:18:37 GMT</pubDate>
    <dc:creator>Alexander M. Ermes</dc:creator>
    <dc:date>2001-12-06T08:18:37Z</dc:date>
    <item>
      <title>Tar error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-error/m-p/2626526#M40042</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I have problem with my backup on HP 11.00.&lt;BR /&gt;I got this error message from my backup script.&lt;BR /&gt;&lt;BR /&gt;----------------------------&lt;BR /&gt;a /opt/oradata/db0/system01.dbf 186128 blocks&lt;BR /&gt;Can't open /dev/tty to prompt for more media.&lt;BR /&gt;----------------------------&lt;BR /&gt;&lt;BR /&gt;I have never seen this message and I don't know what it means. &lt;BR /&gt;And I found another error from tar :&lt;BR /&gt;----------------------------&lt;BR /&gt;Tar: tape error (5)&lt;BR /&gt;----------------------------&lt;BR /&gt;&lt;BR /&gt;Does anyone know error codes for tar ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks for any help.&lt;BR /&gt;Radim&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Dec 2001 07:54:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-error/m-p/2626526#M40042</guid>
      <dc:creator>Raja_2</dc:creator>
      <dc:date>2001-12-06T07:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: Tar error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-error/m-p/2626527#M40043</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Exit code 5 is I/O error.&lt;BR /&gt;&lt;BR /&gt;You have either a dirty tape, a faulty tape media or a corrupted tar archive in your tape.&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong&lt;BR /&gt;Brainbench MVP for Unix Admin&lt;BR /&gt;&lt;A href="http://www.brainbench.com" target="_blank"&gt;http://www.brainbench.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Dec 2001 08:17:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-error/m-p/2626527#M40043</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2001-12-06T08:17:21Z</dc:date>
    </item>
    <item>
      <title>Re: Tar error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-error/m-p/2626528#M40044</link>
      <description>Hi there.&lt;BR /&gt;Your backup script is started by the cron i guess. So if there is a request for another tape, it cannot be shown on a terminal.&lt;BR /&gt;You should deviate the output to a mail and keep the process on hold, until you changed the tape. Be careful, that is does not timeout.&lt;BR /&gt;Check the attached file.&lt;BR /&gt;Rgds&lt;BR /&gt;Alexander M. Ermes&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Dec 2001 08:18:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-error/m-p/2626528#M40044</guid>
      <dc:creator>Alexander M. Ermes</dc:creator>
      <dc:date>2001-12-06T08:18:37Z</dc:date>
    </item>
    <item>
      <title>Re: Tar error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-error/m-p/2626529#M40045</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Just to add on, tar uses standard HP-UX error codes that can be referenced from /usr/include/sys/errno.h.&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong&lt;BR /&gt;Brainbench MVP for Unix Admin&lt;BR /&gt;&lt;A href="http://www.brainbench.com" target="_blank"&gt;http://www.brainbench.com&lt;/A&gt;</description>
      <pubDate>Thu, 06 Dec 2001 08:20:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-error/m-p/2626529#M40045</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2001-12-06T08:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: Tar error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-error/m-p/2626530#M40046</link>
      <description>Hi,&lt;BR /&gt;For Unix error code see /usr/include/sys/errno.h&lt;BR /&gt;5 = I/O error.&lt;BR /&gt;&lt;BR /&gt;In case your /dev/tty is missing or corrupted&lt;BR /&gt;1. rm /dev/tty&lt;BR /&gt;2. mknod /dev/tty c 207 0x000000&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Dec 2001 08:32:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-error/m-p/2626530#M40046</guid>
      <dc:creator>Animesh Chakraborty</dc:creator>
      <dc:date>2001-12-06T08:32:08Z</dc:date>
    </item>
  </channel>
</rss>

