<?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: Ejecting Ignite tape in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ejecting-ignite-tape/m-p/3001097#M504298</link>
    <description>lean something new every day....&lt;BR /&gt;&lt;BR /&gt;and i thought i was lazy  :)&lt;BR /&gt;I usually just hit the button....</description>
    <pubDate>Wed, 18 Jun 2003 14:34:21 GMT</pubDate>
    <dc:creator>John Meissner</dc:creator>
    <dc:date>2003-06-18T14:34:21Z</dc:date>
    <item>
      <title>Ejecting Ignite tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ejecting-ignite-tape/m-p/3001093#M504294</link>
      <description>Hello Folks,&lt;BR /&gt;&lt;BR /&gt;How can I eject the DDS3 ignite tape from the tape device using the command line option?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Nikee</description>
      <pubDate>Wed, 18 Jun 2003 14:29:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ejecting-ignite-tape/m-p/3001093#M504294</guid>
      <dc:creator>Nikee Reddy</dc:creator>
      <dc:date>2003-06-18T14:29:07Z</dc:date>
    </item>
    <item>
      <title>Re: Ejecting Ignite tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ejecting-ignite-tape/m-p/3001094#M504295</link>
      <description>mt -t /dev/rmt/&lt;DEVICE&gt; offl&lt;BR /&gt;&lt;BR /&gt;eg. mt -t /dev/rmt/0m offl&lt;/DEVICE&gt;</description>
      <pubDate>Wed, 18 Jun 2003 14:30:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ejecting-ignite-tape/m-p/3001094#M504295</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2003-06-18T14:30:56Z</dc:date>
    </item>
    <item>
      <title>Re: Ejecting Ignite tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ejecting-ignite-tape/m-p/3001095#M504296</link>
      <description>Hi Nikee:&lt;BR /&gt;&lt;BR /&gt;# mt -t /dev/rmt/0m offl&lt;BR /&gt;&lt;BR /&gt;...for examople.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 18 Jun 2003 14:31:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ejecting-ignite-tape/m-p/3001095#M504296</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2003-06-18T14:31:11Z</dc:date>
    </item>
    <item>
      <title>Re: Ejecting Ignite tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ejecting-ignite-tape/m-p/3001096#M504297</link>
      <description>Hi Nikee,&lt;BR /&gt;&lt;BR /&gt;If your tape is the default device - /dev/rmt/0mn - then use&lt;BR /&gt;&lt;BR /&gt;mt offl&lt;BR /&gt;&lt;BR /&gt;If not default then use&lt;BR /&gt;&lt;BR /&gt;mt -f /dev/rmt/Xmn offl&lt;BR /&gt;&lt;BR /&gt;where X=instance # EX: 1,2, etc.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Wed, 18 Jun 2003 14:32:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ejecting-ignite-tape/m-p/3001096#M504297</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-06-18T14:32:06Z</dc:date>
    </item>
    <item>
      <title>Re: Ejecting Ignite tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ejecting-ignite-tape/m-p/3001097#M504298</link>
      <description>lean something new every day....&lt;BR /&gt;&lt;BR /&gt;and i thought i was lazy  :)&lt;BR /&gt;I usually just hit the button....</description>
      <pubDate>Wed, 18 Jun 2003 14:34:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ejecting-ignite-tape/m-p/3001097#M504298</guid>
      <dc:creator>John Meissner</dc:creator>
      <dc:date>2003-06-18T14:34:21Z</dc:date>
    </item>
    <item>
      <title>Re: Ejecting Ignite tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ejecting-ignite-tape/m-p/3001098#M504299</link>
      <description>In addition,&lt;BR /&gt;&lt;BR /&gt;mt -f /dev/rmt/0mn rew&lt;BR /&gt;if (( $? &amp;gt; 0 ))&lt;BR /&gt;then&lt;BR /&gt;    # print error&lt;BR /&gt;fi&lt;BR /&gt;&lt;BR /&gt;I put this one at the start of all my ignite scripts, to get it to detect that there is a tape in the drive. No tape = non-zero Return Code, valid tape = zero Return code.&lt;BR /&gt;&lt;BR /&gt;Share and Enjoy! Ian&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Jun 2003 14:36:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ejecting-ignite-tape/m-p/3001098#M504299</guid>
      <dc:creator>Ian Dennison_1</dc:creator>
      <dc:date>2003-06-18T14:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: Ejecting Ignite tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ejecting-ignite-tape/m-p/3001099#M504300</link>
      <description>Just an additional comment regarding the mt command:&lt;BR /&gt;&lt;BR /&gt;On HP-UX 11.X 'mt -t' is obsolete.  You should actually use 'mt -f /dev/rmt/?mn command', so to eject use:&lt;BR /&gt;&lt;BR /&gt;# mt -f /dev/rmt/?mn offl&lt;BR /&gt;&lt;BR /&gt;If you are still on HP-UX 10.20 then you must use the '-t' as 10.20 does not support '-f'.</description>
      <pubDate>Wed, 18 Jun 2003 15:05:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ejecting-ignite-tape/m-p/3001099#M504300</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2003-06-18T15:05:44Z</dc:date>
    </item>
    <item>
      <title>Re: Ejecting Ignite tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ejecting-ignite-tape/m-p/3001100#M504301</link>
      <description>I use this scrip to check Tapes:&lt;BR /&gt;&lt;BR /&gt;#!/bin/sh&lt;BR /&gt;&lt;BR /&gt;teypler=$(ioscan -fnC tape | grep mn | awk '/dev/rmt {print $1}')&lt;BR /&gt;#echo $teypler&lt;BR /&gt;&lt;BR /&gt; for I in `echo $teypler`&lt;BR /&gt; do&lt;BR /&gt; RC=$(mt -f $I status |grep Status|awk '{print $2}' |tr -d '['|tr -d ']')&lt;BR /&gt;  if [ $RC -gt 0 ]&lt;BR /&gt;  then&lt;BR /&gt;  echo " There is a tape in the drive of $I :Status[$RC]"&lt;BR /&gt;  else&lt;BR /&gt;  echo " Tape Drive is empty [$I]"&lt;BR /&gt;  fi&lt;BR /&gt; done</description>
      <pubDate>Fri, 05 Sep 2008 07:47:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ejecting-ignite-tape/m-p/3001100#M504301</guid>
      <dc:creator>Hakki Aydin Ucar</dc:creator>
      <dc:date>2008-09-05T07:47:22Z</dc:date>
    </item>
  </channel>
</rss>

