<?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: TAPE BUSY in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/tape-busy/m-p/2736271#M66587</link>
    <description>Hi,&lt;BR /&gt;Thanks to all who replied ..it happened to be tape dribve problem even after rebooting the machine the tape is not coming out ...i believe there is a problem with the tape drive itself.</description>
    <pubDate>Mon, 03 Jun 2002 14:55:08 GMT</pubDate>
    <dc:creator>dhanish</dc:creator>
    <dc:date>2002-06-03T14:55:08Z</dc:date>
    <item>
      <title>TAPE BUSY</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tape-busy/m-p/2736266#M66582</link>
      <description>hi,&lt;BR /&gt;i have a dlt tape drive on my hp system )/dev/rmt/1m is the device file , i am not able to eject the tape , it says tape busy..how can i kill that process which is using tape and eject the tape.&lt;BR /&gt;&lt;BR /&gt;thnks</description>
      <pubDate>Mon, 03 Jun 2002 12:51:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tape-busy/m-p/2736266#M66582</guid>
      <dc:creator>dhanish</dc:creator>
      <dc:date>2002-06-03T12:51:00Z</dc:date>
    </item>
    <item>
      <title>Re: TAPE BUSY</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tape-busy/m-p/2736267#M66583</link>
      <description>which backup are you using ? for eg: if you are using tar, then:&lt;BR /&gt;# ps -aef | grep tar&lt;BR /&gt;&lt;BR /&gt;You can also try this command:&lt;BR /&gt;&lt;BR /&gt;# ps -aef | grep dev&lt;BR /&gt;&lt;BR /&gt;Once you find out the processes, then kill it starting from child process. If you are using any backup tools like OB, legato etc, then use the GUI/command utilities for killing the process. Otherwise use kill command.</description>
      <pubDate>Mon, 03 Jun 2002 12:56:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tape-busy/m-p/2736267#M66583</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-06-03T12:56:04Z</dc:date>
    </item>
    <item>
      <title>Re: TAPE BUSY</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tape-busy/m-p/2736268#M66584</link>
      <description>Hi Nitin&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;In case you are usinf tar , dd , cpio just grep on that process , also you may try to do a fuser on the device file name to get the list of porcesses asccoiated it , go ahead and kill it , unless it is not a controoler ( on the tape drive ) which is hung , you should be good to go , incase it ti shte controller hung status then you wuill hve to reset it ofcourse this is SCSI bus so you will have to recycle the sysem.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
      <pubDate>Mon, 03 Jun 2002 13:03:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tape-busy/m-p/2736268#M66584</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2002-06-03T13:03:50Z</dc:date>
    </item>
    <item>
      <title>Re: TAPE BUSY</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tape-busy/m-p/2736269#M66585</link>
      <description>Find out what processes is hold up the tape drive ..&lt;BR /&gt;&lt;BR /&gt;# fuser /dev/rmt/1m&lt;BR /&gt;fuser:  2456c&lt;BR /&gt;&lt;BR /&gt;For example from the above is process 2456. So you would ..&lt;BR /&gt;&lt;BR /&gt;# ps -ef|grep 2456&lt;BR /&gt;==&amp;gt; list what is the process for 2456&lt;BR /&gt;&lt;BR /&gt;Kill it appropriately..&lt;BR /&gt;&lt;BR /&gt;# kill 2456</description>
      <pubDate>Mon, 03 Jun 2002 13:05:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tape-busy/m-p/2736269#M66585</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-06-03T13:05:08Z</dc:date>
    </item>
    <item>
      <title>Re: TAPE BUSY</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tape-busy/m-p/2736270#M66586</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can kill the processes involved with the tar or the cpio command which you gave. Or else you may have to reset the DLT first and still if the problem doesnt get solved then you would have to restart the server also.&lt;BR /&gt;&lt;BR /&gt;Piyush</description>
      <pubDate>Mon, 03 Jun 2002 13:06:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tape-busy/m-p/2736270#M66586</guid>
      <dc:creator>PIYUSH D. PATEL</dc:creator>
      <dc:date>2002-06-03T13:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: TAPE BUSY</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tape-busy/m-p/2736271#M66587</link>
      <description>Hi,&lt;BR /&gt;Thanks to all who replied ..it happened to be tape dribve problem even after rebooting the machine the tape is not coming out ...i believe there is a problem with the tape drive itself.</description>
      <pubDate>Mon, 03 Jun 2002 14:55:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tape-busy/m-p/2736271#M66587</guid>
      <dc:creator>dhanish</dc:creator>
      <dc:date>2002-06-03T14:55:08Z</dc:date>
    </item>
    <item>
      <title>Re: TAPE BUSY</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tape-busy/m-p/2736272#M66588</link>
      <description>Did you manually try ejecting the tape ? Use the front pannel controls for doing this and then use the 'handle' to take the media out.</description>
      <pubDate>Mon, 03 Jun 2002 14:58:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tape-busy/m-p/2736272#M66588</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-06-03T14:58:05Z</dc:date>
    </item>
    <item>
      <title>Re: TAPE BUSY</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tape-busy/m-p/2736273#M66589</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;Great topic:&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x96b70bce6f33d6118fff0090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x96b70bce6f33d6118fff0090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x316efd3f91d3d5118ff40090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x316efd3f91d3d5118ff40090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Great help in finding them:&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x1e6f84534efbd5118ff40090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x1e6f84534efbd5118ff40090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;44 of 270? At least assign NA if not helpful.&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Mon, 03 Jun 2002 15:57:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tape-busy/m-p/2736273#M66589</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-06-03T15:57:52Z</dc:date>
    </item>
  </channel>
</rss>

