<?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: DUMP aborts ....?? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/dump-aborts/m-p/2542095#M865585</link>
    <description>dump is an old utility that defaults to assuming that it is writing to tape devices that have very limited capacity.&lt;BR /&gt;&lt;BR /&gt;In your case, it has calculated that the 63042 tape blocks will require 1.62 tape volumes. Thus when it thinks that it is approaching end of tape, it closes the tape and asks you to load the second one. &lt;BR /&gt;&lt;BR /&gt;Dump also expects to have a controlling terminal that it can interact with to request a new tape. In your case dump is running as a background job (from cron or something) so having failed to open the controlling terminal (/dev/tty) it simply fails.&lt;BR /&gt;&lt;BR /&gt;The solution is to change the arguments to dump so that it will never attempt to close a tape volume other than when it encounters the physical end of a tape. Try specifying the following arguments:-&lt;BR /&gt;&lt;BR /&gt;dump 0bdfs 64 62000 &lt;TAPE device=""&gt; 999999 &lt;FILESYSTEM&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;John&lt;/FILESYSTEM&gt;&lt;/TAPE&gt;</description>
    <pubDate>Tue, 19 Jun 2001 08:17:05 GMT</pubDate>
    <dc:creator>John Palmer</dc:creator>
    <dc:date>2001-06-19T08:17:05Z</dc:date>
    <item>
      <title>DUMP aborts ....??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dump-aborts/m-p/2542092#M865582</link>
      <description>For some undocumented reason, dump aborts with a message I cannot explain. Perhaps somebody can help me. DUMP ends with errorcode 3. (Nothing in the man-pages about the explenation of errorcodes)&lt;BR /&gt;&lt;BR /&gt;Here's the log&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;  DUMP: Date of this level 0 dump: Tue Jun 19 00:19:27 2001&lt;BR /&gt;  DUMP: Date of last level 0 dump: the epoch&lt;BR /&gt;  DUMP: Dumping /dev/vg00/rlvol1 (/) to /dev/rmt/c12t6d0BESTn&lt;BR /&gt;  DUMP: This is an HP long file name filesystem&lt;BR /&gt;  DUMP: mapping (Pass I) [regular files]&lt;BR /&gt;  DUMP: mapping (Pass II) [directories]&lt;BR /&gt;  DUMP: estimated 63042 tape blocks on 1.62 tape(s).&lt;BR /&gt;  DUMP: dumping (Pass III) [directories]&lt;BR /&gt;  DUMP: dumping (Pass IV) [regular files]&lt;BR /&gt;  DUMP: Change Tapes: Mount tape #2&lt;BR /&gt;  DUMP: fopen on /dev/tty fails&lt;BR /&gt;  DUMP: The ENTIRE dump is aborted.</description>
      <pubDate>Tue, 19 Jun 2001 07:32:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dump-aborts/m-p/2542092#M865582</guid>
      <dc:creator>Lucien Wolfs</dc:creator>
      <dc:date>2001-06-19T07:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: DUMP aborts ....??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dump-aborts/m-p/2542093#M865583</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The log message:&lt;BR /&gt;&lt;BR /&gt;DUMP: fopen on /dev/tty fails &lt;BR /&gt;DUMP: The ENTIRE dump is aborted,&lt;BR /&gt;&lt;BR /&gt;indicates known problem, when specified device (here it is /dev/rmt/c12t6d0BESTn) is not accessible.&lt;BR /&gt;&lt;BR /&gt;Check if /dev/rmt/c12t6d0BESTn is present and works fine.</description>
      <pubDate>Tue, 19 Jun 2001 07:54:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dump-aborts/m-p/2542093#M865583</guid>
      <dc:creator>Marcin Wicinski</dc:creator>
      <dc:date>2001-06-19T07:54:07Z</dc:date>
    </item>
    <item>
      <title>Re: DUMP aborts ....??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dump-aborts/m-p/2542094#M865584</link>
      <description>Try to specify the tape device in your command line by putting the hostname in front of it "&lt;HOSTNAME&gt;:/dev/rmt/c12t6d0BESTn". &lt;BR /&gt;&lt;BR /&gt;You might also want to check whether the tape length is set correctly in your command. &lt;BR /&gt;&lt;BR /&gt;Carsten &lt;BR /&gt;&lt;/HOSTNAME&gt;</description>
      <pubDate>Tue, 19 Jun 2001 07:56:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dump-aborts/m-p/2542094#M865584</guid>
      <dc:creator>Carsten Krege</dc:creator>
      <dc:date>2001-06-19T07:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: DUMP aborts ....??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dump-aborts/m-p/2542095#M865585</link>
      <description>dump is an old utility that defaults to assuming that it is writing to tape devices that have very limited capacity.&lt;BR /&gt;&lt;BR /&gt;In your case, it has calculated that the 63042 tape blocks will require 1.62 tape volumes. Thus when it thinks that it is approaching end of tape, it closes the tape and asks you to load the second one. &lt;BR /&gt;&lt;BR /&gt;Dump also expects to have a controlling terminal that it can interact with to request a new tape. In your case dump is running as a background job (from cron or something) so having failed to open the controlling terminal (/dev/tty) it simply fails.&lt;BR /&gt;&lt;BR /&gt;The solution is to change the arguments to dump so that it will never attempt to close a tape volume other than when it encounters the physical end of a tape. Try specifying the following arguments:-&lt;BR /&gt;&lt;BR /&gt;dump 0bdfs 64 62000 &lt;TAPE device=""&gt; 999999 &lt;FILESYSTEM&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;John&lt;/FILESYSTEM&gt;&lt;/TAPE&gt;</description>
      <pubDate>Tue, 19 Jun 2001 08:17:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dump-aborts/m-p/2542095#M865585</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2001-06-19T08:17:05Z</dc:date>
    </item>
  </channel>
</rss>

