<?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: Error initializing tape in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/error-initializing-tape/m-p/3960130#M82343</link>
    <description>You should not need to reboot here, but you may have to.  &lt;BR /&gt;&lt;BR /&gt;Assuming the tape drive unloaded itself upon QUIT, the drive and the driver should not be wedged.  (I'll assume you entered QUIT to the OPCOM message using REPLY/TO=xx QUIT or REPLY/ABORT=xx or such, since I'm guessing that this "PRD_JL_BMK_B process is probably a batch job.)&lt;BR /&gt;&lt;BR /&gt;If QUIT did not work, do look for an ECO for whatever release of OpenVMS is involved here (MOUNT, BACKUP, UPDATE, FIBRE_SCSI and anything related to the MK driver would be the ECOs I'd look for), then ring up the nice folks at HP Services for help.&lt;BR /&gt;&lt;BR /&gt;Also check your DCL procedure, and see if it continues its processing after the QUIT, and tries accessing the drive for the next BACKUP.&lt;BR /&gt;&lt;BR /&gt;The cases I'm aware of have all cleared the device ownership correctly in all recent releases; the dangling ownership problems have largely been cleared up -- except for cases where SHARE privilege is involved, and that can really mess things up.&lt;BR /&gt;&lt;BR /&gt;Assuming batch, I'd see if REPLY/PENDING showed any pending requests, and try a few REPLY/TO or REPLY/ABORT operations if so.  I might well move up to deleting the process holding the drive.  Then comes the shot-gun application of current ECOs and the reboot.  And I'd take a look at the DCL error handling in the procedure(s) involved here.&lt;BR /&gt;&lt;BR /&gt;Stephen Hoffman&lt;BR /&gt;HoffmanLabs&lt;BR /&gt;</description>
    <pubDate>Mon, 12 Mar 2007 12:35:28 GMT</pubDate>
    <dc:creator>Hoff</dc:creator>
    <dc:date>2007-03-12T12:35:28Z</dc:date>
    <item>
      <title>Error initializing tape</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/error-initializing-tape/m-p/3960129#M82342</link>
      <description>All:&lt;BR /&gt;&lt;BR /&gt;I am attempting to initialize a tape and I get this error:&lt;BR /&gt;&lt;BR /&gt;init/media=compact $10$mka100: prdimg&lt;BR /&gt;%INIT-F-ABORT, abort&lt;BR /&gt;&lt;BR /&gt;This occurred after I quit out of a backup procedure.  What I mean is that the backup was asking for a second tape with the prompt (New, Overwrite, Quit).  Realizing that I was using the incorrect tape set, I entered 'Quit' so that can use the correct tape set.  I remember with previous versions of VMS, I had to reboot the computer. Is there a way to fix this problem without a reboot?&lt;BR /&gt;&lt;BR /&gt;Here's the device information:&lt;BR /&gt;&lt;BR /&gt;==============================&lt;BR /&gt;&lt;BR /&gt;[UTL.COM]&amp;gt;sh dev $10$mka100:&lt;BR /&gt;&lt;BR /&gt;Device                  Device           Error    Volume         Free  Trans Mnt&lt;BR /&gt; Name                   Status           Count     Label        Blocks Count Cnt&lt;BR /&gt;$10$MKA100:   (CGLHD1)  Online alloc         9&lt;BR /&gt;&lt;BR /&gt;sh dev $10$mka100 /full&lt;BR /&gt;&lt;BR /&gt;Magtape $10$MKA100: (CGLHD1), device type COMPAQ SDT-10000, is online,&lt;BR /&gt;    allocated, record-oriented device, file-oriented device, available to&lt;BR /&gt;    cluster, error logging is enabled, controller supports compaction&lt;BR /&gt;    (compaction enabled), device supports fastskip (per_io).&lt;BR /&gt;&lt;BR /&gt;    Error count                    9    Operations completed          240039587&lt;BR /&gt;    Owner process     "PRD_JL_BMK_B"    Owner UIC                      [SYSTEM]&lt;BR /&gt;    Owner process ID        26659D48    Dev Prot            S:RWPL,O:RWPL,G:R,W&lt;BR /&gt;    Reference count                1    Default buffer size                8192&lt;BR /&gt;    Density                     DDS4    Format                        Normal-11&lt;BR /&gt;    Allocation class              10&lt;BR /&gt;&lt;BR /&gt;  Volume status:  no-unload on dismount, beginning-of-tape, odd parity.&lt;BR /&gt;&lt;BR /&gt;===================================&lt;BR /&gt;&lt;BR /&gt;Thanks, &lt;BR /&gt;&lt;BR /&gt;Jim&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Mar 2007 11:54:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/error-initializing-tape/m-p/3960129#M82342</guid>
      <dc:creator>Jim Lahman_1</dc:creator>
      <dc:date>2007-03-12T11:54:34Z</dc:date>
    </item>
    <item>
      <title>Re: Error initializing tape</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/error-initializing-tape/m-p/3960130#M82343</link>
      <description>You should not need to reboot here, but you may have to.  &lt;BR /&gt;&lt;BR /&gt;Assuming the tape drive unloaded itself upon QUIT, the drive and the driver should not be wedged.  (I'll assume you entered QUIT to the OPCOM message using REPLY/TO=xx QUIT or REPLY/ABORT=xx or such, since I'm guessing that this "PRD_JL_BMK_B process is probably a batch job.)&lt;BR /&gt;&lt;BR /&gt;If QUIT did not work, do look for an ECO for whatever release of OpenVMS is involved here (MOUNT, BACKUP, UPDATE, FIBRE_SCSI and anything related to the MK driver would be the ECOs I'd look for), then ring up the nice folks at HP Services for help.&lt;BR /&gt;&lt;BR /&gt;Also check your DCL procedure, and see if it continues its processing after the QUIT, and tries accessing the drive for the next BACKUP.&lt;BR /&gt;&lt;BR /&gt;The cases I'm aware of have all cleared the device ownership correctly in all recent releases; the dangling ownership problems have largely been cleared up -- except for cases where SHARE privilege is involved, and that can really mess things up.&lt;BR /&gt;&lt;BR /&gt;Assuming batch, I'd see if REPLY/PENDING showed any pending requests, and try a few REPLY/TO or REPLY/ABORT operations if so.  I might well move up to deleting the process holding the drive.  Then comes the shot-gun application of current ECOs and the reboot.  And I'd take a look at the DCL error handling in the procedure(s) involved here.&lt;BR /&gt;&lt;BR /&gt;Stephen Hoffman&lt;BR /&gt;HoffmanLabs&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Mar 2007 12:35:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/error-initializing-tape/m-p/3960130#M82343</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2007-03-12T12:35:28Z</dc:date>
    </item>
  </channel>
</rss>

