<?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 tape device in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/tape-device/m-p/3965731#M27510</link>
    <description>I try to tar something to tape drive , ( tar -cvf /dev/st0 /tmp/* ) , but found that the files didn't copy to the tape , but only copy it to the file /dev/st0 , ( now the file /dev/st0 is large in size ) , I also use "dmesg |grep tape" but didn't have any output , can advise where is the path of the tape drive ? thx</description>
    <pubDate>Wed, 21 Mar 2007 04:01:39 GMT</pubDate>
    <dc:creator>hangyu</dc:creator>
    <dc:date>2007-03-21T04:01:39Z</dc:date>
    <item>
      <title>tape device</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tape-device/m-p/3965731#M27510</link>
      <description>I try to tar something to tape drive , ( tar -cvf /dev/st0 /tmp/* ) , but found that the files didn't copy to the tape , but only copy it to the file /dev/st0 , ( now the file /dev/st0 is large in size ) , I also use "dmesg |grep tape" but didn't have any output , can advise where is the path of the tape drive ? thx</description>
      <pubDate>Wed, 21 Mar 2007 04:01:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tape-device/m-p/3965731#M27510</guid>
      <dc:creator>hangyu</dc:creator>
      <dc:date>2007-03-21T04:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: tape device</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tape-device/m-p/3965732#M27511</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Fire up sam&lt;BR /&gt;&lt;BR /&gt;Kernel&lt;BR /&gt;&lt;BR /&gt;Make sure the stape driver is installed.&lt;BR /&gt;&lt;BR /&gt;If not,  you'll need to install it and this will require a system boot&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 21 Mar 2007 04:07:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tape-device/m-p/3965732#M27511</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-03-21T04:07:35Z</dc:date>
    </item>
    <item>
      <title>Re: tape device</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tape-device/m-p/3965733#M27512</link>
      <description>Disregard last post.&lt;BR /&gt;&lt;BR /&gt;My mind and fingers were in HP-UX mode.&lt;BR /&gt;&lt;BR /&gt;run hwbrowser &lt;BR /&gt;&lt;BR /&gt;See if the device is present. Device information should be available&lt;BR /&gt;&lt;BR /&gt;lspci&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 21 Mar 2007 04:08:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tape-device/m-p/3965733#M27512</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-03-21T04:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: tape device</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tape-device/m-p/3965734#M27513</link>
      <description>thx replies,&lt;BR /&gt;&lt;BR /&gt;I can use it three months ago , it works fine , I am not sure whether any driver has problem , I tried "/sbin/lspci |grep tape" , but can't find anything . can advise how to check the status of the tape ? thx</description>
      <pubDate>Wed, 21 Mar 2007 04:31:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tape-device/m-p/3965734#M27513</guid>
      <dc:creator>hangyu</dc:creator>
      <dc:date>2007-03-21T04:31:18Z</dc:date>
    </item>
    <item>
      <title>Re: tape device</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tape-device/m-p/3965735#M27514</link>
      <description>Recently, I had a customer in which the tape device dissapeared for some reason, a simple:&lt;BR /&gt;&lt;BR /&gt;cd /dev&lt;BR /&gt;rm st0&lt;BR /&gt;./MAKEDEV st0&lt;BR /&gt;&lt;BR /&gt;Solved the problem. You may try that.</description>
      <pubDate>Wed, 21 Mar 2007 09:21:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tape-device/m-p/3965735#M27514</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-03-21T09:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: tape device</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tape-device/m-p/3965736#M27515</link>
      <description>thx reply,&lt;BR /&gt;&lt;BR /&gt;I tried MAKEDEV st0 , it seems have created st0 under /dev , then I try to tar file to the tape , it pop the below message and then hang , can advise what is wrong ? thx&lt;BR /&gt;&lt;BR /&gt;$tar -cvf /dev/st0 /tmp/*&lt;BR /&gt;tar: Removing leading `/' from member names&lt;BR /&gt;tmp/ora_s.txt&lt;BR /&gt;tar: /dev/st0: Wrote only 0 of 10240 bytes&lt;BR /&gt;tar: Error is not recoverable: exiting now</description>
      <pubDate>Wed, 21 Mar 2007 20:08:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tape-device/m-p/3965736#M27515</guid>
      <dc:creator>hangyu</dc:creator>
      <dc:date>2007-03-21T20:08:57Z</dc:date>
    </item>
    <item>
      <title>Re: tape device</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tape-device/m-p/3965737#M27516</link>
      <description>Do you have a 'SEQUENTIAL ACCESS' device listed in '/proc/scsi/scsi'?&lt;BR /&gt;&lt;BR /&gt;If you 'lsmod', do you see the 'st' module?&lt;BR /&gt;&lt;BR /&gt;In boot-up POST, do you see the tape drive listed?</description>
      <pubDate>Wed, 21 Mar 2007 22:05:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tape-device/m-p/3965737#M27516</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2007-03-21T22:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: tape device</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tape-device/m-p/3965738#M27517</link>
      <description>1) Yes, it is presence&lt;BR /&gt;&lt;BR /&gt;Host: scsi0 Channel: 00 Id: 06 Lun: 00&lt;BR /&gt;  Vendor: ARCHIVE  Model: Python 06408-XXX Rev: 9100&lt;BR /&gt;  Type:   Sequential-Access                ANSI SCSI revision: 03&lt;BR /&gt;&lt;BR /&gt;2)&lt;BR /&gt;#/sbin/lsmod |grep st&lt;BR /&gt;st                     31524   0 &lt;BR /&gt;scsi_mod              115756   6  [iscsi_sfnet sg st aacraid aic7xxx sd_mod]&lt;BR /&gt;&lt;BR /&gt;3) I couldn't reboot the server in a short period of time , is there any method to check except reboot it ? thx &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Mar 2007 22:45:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tape-device/m-p/3965738#M27517</guid>
      <dc:creator>hangyu</dc:creator>
      <dc:date>2007-03-21T22:45:02Z</dc:date>
    </item>
    <item>
      <title>Re: tape device</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tape-device/m-p/3965739#M27518</link>
      <description>can advise how can I check the status of the tape ? thx</description>
      <pubDate>Thu, 22 Mar 2007 04:49:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tape-device/m-p/3965739#M27518</guid>
      <dc:creator>hangyu</dc:creator>
      <dc:date>2007-03-22T04:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: tape device</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tape-device/m-p/3965740#M27519</link>
      <description>I checked the tape status , it seems normal , can advise why I still can't use it ? thx&lt;BR /&gt; &lt;BR /&gt;#mt -f /dev/st0 status&lt;BR /&gt;SCSI 2 tape drive:&lt;BR /&gt;File number=0, block number=0, partition=0.&lt;BR /&gt;Tape block size 0 bytes. Density code 0x26 (DDS-4 or QIC-4GB).&lt;BR /&gt;Soft error count since last status=0&lt;BR /&gt;General status bits on (41010000):&lt;BR /&gt; BOT ONLINE IM_REP_EN</description>
      <pubDate>Thu, 22 Mar 2007 05:06:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tape-device/m-p/3965740#M27519</guid>
      <dc:creator>hangyu</dc:creator>
      <dc:date>2007-03-22T05:06:27Z</dc:date>
    </item>
    <item>
      <title>Re: tape device</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tape-device/m-p/3965741#M27520</link>
      <description>Something may be wrong with the tape device file.&lt;BR /&gt;&lt;BR /&gt;What does "ls -l /dev/st0" display?&lt;BR /&gt;&lt;BR /&gt;It should be something like:&lt;BR /&gt;crw-rw----  1 root root 9, 0 2007-03-20 17:40 /dev/st0&lt;BR /&gt;&lt;BR /&gt;The permissions and group may be different, but the numbers like "9, 0" should be there.&lt;BR /&gt;The first letter of the line should definitely be "c".&lt;BR /&gt;&lt;BR /&gt;Please run "cat /proc/devices" and confirm that there is a line&lt;BR /&gt;  9 st&lt;BR /&gt;in the "Character devices" group. If the number is different, the first (=major) number of the device should match that.&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Mar 2007 05:28:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tape-device/m-p/3965741#M27520</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2007-03-22T05:28:14Z</dc:date>
    </item>
    <item>
      <title>Re: tape device</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tape-device/m-p/3965742#M27521</link>
      <description>thx reply,&lt;BR /&gt;&lt;BR /&gt;I have new founding , this time when I tar file to it , it pop the below , it seems the SCSI has problem , is it possible to restart all SCSI devices &lt;BR /&gt;&lt;BR /&gt;parity error detected in Data-in phase SEQADDR(0x1aa) SCSIRATE(0x93) .</description>
      <pubDate>Thu, 22 Mar 2007 05:44:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tape-device/m-p/3965742#M27521</guid>
      <dc:creator>hangyu</dc:creator>
      <dc:date>2007-03-22T05:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: tape device</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tape-device/m-p/3965743#M27522</link>
      <description>That might be a bad cable, loose connector or other hardware problem. If so, the restart probably will not help.&lt;BR /&gt;&lt;BR /&gt;If your system disks are not connected on the same type of SCSI controller as the tape drive, you could unload and reload the SCSI controller driver. This should completely reset the SCSI controller.&lt;BR /&gt;&lt;BR /&gt;To do this, you must know the name of your SCSI controller driver module.&lt;BR /&gt;The commands are:&lt;BR /&gt;rmmod &lt;MODULENAME&gt;&lt;BR /&gt;modprobe &lt;MODULENAME&gt;&lt;/MODULENAME&gt;&lt;/MODULENAME&gt;</description>
      <pubDate>Thu, 22 Mar 2007 10:23:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tape-device/m-p/3965743#M27522</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2007-03-22T10:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: tape device</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tape-device/m-p/3965744#M27523</link>
      <description>thx reply ,&lt;BR /&gt;&lt;BR /&gt;if remove the SCSI driver , will it affect other device that is also connected to the SCSI ( the HD is also connected to SCSI now ) ? thx</description>
      <pubDate>Thu, 22 Mar 2007 23:03:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tape-device/m-p/3965744#M27523</guid>
      <dc:creator>hangyu</dc:creator>
      <dc:date>2007-03-22T23:03:03Z</dc:date>
    </item>
  </channel>
</rss>

