<?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 External Tape drive installation on Red Hat Linux in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/external-tape-drive-installation-on-red-hat-linux/m-p/4759342#M59666</link>
    <description>I have an external HP storageworks ultrium 448 tape drive that I want to install on Proliant ML 370 G5 server running red hat Linux. The tape drive has a SCSI interface and didn't come with any installation CD. How do I do this installation because its not a plug and play?&lt;BR /&gt;Thanks.</description>
    <pubDate>Tue, 01 Mar 2011 07:36:25 GMT</pubDate>
    <dc:creator>Shyna</dc:creator>
    <dc:date>2011-03-01T07:36:25Z</dc:date>
    <item>
      <title>External Tape drive installation on Red Hat Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/external-tape-drive-installation-on-red-hat-linux/m-p/4759342#M59666</link>
      <description>I have an external HP storageworks ultrium 448 tape drive that I want to install on Proliant ML 370 G5 server running red hat Linux. The tape drive has a SCSI interface and didn't come with any installation CD. How do I do this installation because its not a plug and play?&lt;BR /&gt;Thanks.</description>
      <pubDate>Tue, 01 Mar 2011 07:36:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/external-tape-drive-installation-on-red-hat-linux/m-p/4759342#M59666</guid>
      <dc:creator>Shyna</dc:creator>
      <dc:date>2011-03-01T07:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: External Tape drive installation on Red Hat Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/external-tape-drive-installation-on-red-hat-linux/m-p/4759343#M59667</link>
      <description>Most tape drives are supported by the standard Linux SCSI tape driver (module "st"). It should be automatically loaded when a SCSI tape device is detected. If necessary, you can load it manually with "modprobe st".&lt;BR /&gt;&lt;BR /&gt;If you're using RHEL 5 or newer, you can use the "lsscsi" command to verify basic connectivity. It will display all the devices on the SCSI bus (also all the devices emulating a SCSI storage device, like SATA, USB and Firewire storage devices). If the "lsscsi" command is not installed, use "yum install lsscsi" or install the lsscsi RPM manually from the RedHat installation CD/DVD.&lt;BR /&gt;&lt;BR /&gt;If you're using RHEL 4 or older, run "cat /proc/scsi/scsi" to verify basic SCSI connectivity.&lt;BR /&gt;&lt;BR /&gt;By default, the first tape device appears as devices /dev/st0 and /dev/nst0. If you use the first device, the driver will automatically rewind to the beginning of the tape after each operation. The second device does not have this auto-rewind feature (n = no-rewind). For most advanced backup software, the second device is the proper choice.&lt;BR /&gt;&lt;BR /&gt;In RedHat, the tape devices are owned by group "disk" and have permissions 660 = -rw-rw----, so only root and members of the "disk" group can use them by default. If this is not suitable to you, you must change the device permissions to suit your requirements.&lt;BR /&gt;&lt;BR /&gt;You may also want to create an appropriate udev rule to make the new permissions persistent over system reboots. The default rules for tape devices look like this:&lt;BR /&gt;&lt;BR /&gt;KERNEL=="st*", GROUP="disk", MODE="0660"&lt;BR /&gt;KERNEL=="nst*", GROUP="disk", MODE="0660"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Tue, 01 Mar 2011 11:09:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/external-tape-drive-installation-on-red-hat-linux/m-p/4759343#M59667</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2011-03-01T11:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: External Tape drive installation on Red Hat Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/external-tape-drive-installation-on-red-hat-linux/m-p/4759344#M59668</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Thanks for your response. I'm not very familiar with Linux OS but the SCSI card on the server that i'm using to connect the external Tape drive has part number 403051-001. Is it not suppose to be plug &amp;amp; play?</description>
      <pubDate>Thu, 03 Mar 2011 14:17:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/external-tape-drive-installation-on-red-hat-linux/m-p/4759344#M59668</guid>
      <dc:creator>Shyna</dc:creator>
      <dc:date>2011-03-03T14:17:54Z</dc:date>
    </item>
    <item>
      <title>Re: External Tape drive installation on Red Hat Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/external-tape-drive-installation-on-red-hat-linux/m-p/4759345#M59669</link>
      <description>I understand "plug and play" technically means you don't have to adjust any hardware settings to make the device work, and that the device contains standard-format identifiers that the operating system can use to automatically choose the correct driver for it. All PCI, PCI-X and PCI Express cards are "plug and play" in that sense: these features are included in the basic PCI bus standard.&lt;BR /&gt;&lt;BR /&gt;But if the card is newer than the operating system you're using, the driver may not be included in the operating system standard drivers, or the device identifier may be unknown to the OS. In that case, you'll need a newer driver, or at the very least, a data file that tells the OS "identifier X is a device that can be used with the already-included standard driver Y". &lt;BR /&gt;&lt;BR /&gt;Partsurfer.hp.com tells me the part number 403051-001 is model number 374654-B21. By searching for downloadables at &lt;A href="http://www.hp.com/go/support" target="_blank"&gt;http://www.hp.com/go/support&lt;/A&gt; you'll find this OS selection page:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h20000.www2.hp.com/bizsupport/TechSupport/DriverDownload.jsp?prodNameId=437333" target="_blank"&gt;http://h20000.www2.hp.com/bizsupport/TechSupport/DriverDownload.jsp?prodNameId=437333&lt;/A&gt;〈=en&amp;amp;cc=us&amp;amp;taskId=135&amp;amp;prodTypeId=329290&amp;amp;prodSeriesId=437332&lt;BR /&gt;&lt;BR /&gt;You must specify the exact version of your RedHat Enterprise Linux. Is it RHEL 3, RHEL 4 or RHEL 5? And is it 32- or 64-bit version?&lt;BR /&gt;&lt;BR /&gt;(If you are not sure, please post the output of the following commands:&lt;BR /&gt;&lt;BR /&gt;cat /etc/redhat-release&lt;BR /&gt;uname -a&lt;BR /&gt;&lt;BR /&gt;This will allow the exact version to be identified.)&lt;BR /&gt;&lt;BR /&gt;There is no driver provided for RHEL 6, probably because the required driver is already included in the RHEL 6 standard installation by RedHat. (The latest kernel upgrade packages released by RedHat for RHEL 5 might also include this driver.)&lt;BR /&gt;&lt;BR /&gt;After choosing the OS on the selection page (linked above), you'll reach the download page for the appropriate driver. Since you already have an OS installed, what you need is in the "Driver - Storage Controller" category. &lt;BR /&gt;&lt;BR /&gt;The other category "Software - Driver Diskettes" is for when you're installing your OS and your system disk is plugged in to this SCSI card. If I understood your situation correctly, you won't need it.&lt;BR /&gt;&lt;BR /&gt;Click on the driver name to access a page that includes a longer description of the driver, and links to release notes and installation instructions.&lt;BR /&gt;&lt;BR /&gt;Once the correct driver for the SCSI card is installed, the tape drive will not require an additional driver: SCSI tape drives have a very well standardized interface, so Linux's standard SCSI tape driver module "st" will detect and handle it automatically.&lt;BR /&gt;&lt;BR /&gt;If you go to &lt;A href="http://www.hp.com/go/support" target="_blank"&gt;www.hp.com/go/support&lt;/A&gt; and search for downloadables with keywords "ultrium 448 external scsi", you'll find a package "Library and Tape Tools" for your OS. It is not a driver, but a collection of diagnostic and utility programs which may be useful if you have problems with your tape drive.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Sat, 05 Mar 2011 13:13:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/external-tape-drive-installation-on-red-hat-linux/m-p/4759345#M59669</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2011-03-05T13:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: External Tape drive installation on Red Hat Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/external-tape-drive-installation-on-red-hat-linux/m-p/4759346#M59670</link>
      <description>Thanks so much for you response, the server runs RHEL 3. I got another info that i have to do this   echo "engage scsi" &amp;gt; /proc/drivers/cciss/cciss1&lt;BR /&gt;but unfortunately i just began learning Linux OS. So how do i do this? I have also downloaded the drivers you gave. thanks,</description>
      <pubDate>Sat, 05 Mar 2011 17:18:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/external-tape-drive-installation-on-red-hat-linux/m-p/4759346#M59670</guid>
      <dc:creator>Shyna</dc:creator>
      <dc:date>2011-03-05T17:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: External Tape drive installation on Red Hat Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/external-tape-drive-installation-on-red-hat-linux/m-p/4759347#M59671</link>
      <description>Sorry for the error in the previous reply, the server runs REHL 4. The server was detecting the tape drive quite alright but when i tried to do the backup, it gives this error. bash: /dev/tape: No such device or address. When i tried severally to restart and free up some space on the server, it will start to backup but will terminate and give this other error message after like 30seconds. CPIO : write error: no space left on the device. Please what else can i do? &lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Tue, 08 Mar 2011 10:10:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/external-tape-drive-installation-on-red-hat-linux/m-p/4759347#M59671</guid>
      <dc:creator>Shyna</dc:creator>
      <dc:date>2011-03-08T10:10:57Z</dc:date>
    </item>
    <item>
      <title>Re: External Tape drive installation on Red Hat Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/external-tape-drive-installation-on-red-hat-linux/m-p/4759348#M59672</link>
      <description>&lt;!--!*#--&gt;&amp;gt; [...] The server was detecting the tape&lt;BR /&gt;&amp;gt; drive quite alright [...]&lt;BR /&gt;&lt;BR /&gt;What, exactly, does that mean?  As usual,&lt;BR /&gt;showing actual commands with their actual&lt;BR /&gt;output can be more helpful than vague&lt;BR /&gt;descriptions or interpretations.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] when i tried to do the backup, it&lt;BR /&gt;&amp;gt; gives this error. bash: /dev/tape: No such&lt;BR /&gt;&amp;gt; device or address.&lt;BR /&gt;&lt;BR /&gt;Why did you specify "/dev/tape"?  What makes&lt;BR /&gt;you think that that's the right device name?&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] CPIO : write error: no space left on&lt;BR /&gt;&amp;gt; the device. [...]&lt;BR /&gt;&lt;BR /&gt;If "/dev/tape" is not a tape device, then you&lt;BR /&gt;may be creating a _file_ named "/dev/tape",&lt;BR /&gt;and trying to store the backup data there.&lt;BR /&gt;This could easily fill the "/" file system.&lt;BR /&gt;&lt;BR /&gt;      ls -l /dev/tape&lt;BR /&gt;&lt;BR /&gt;If that's a (large) plain file, then you&lt;BR /&gt;should probably remove it.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] because its not a plug and play?&lt;BR /&gt;&lt;BR /&gt;It might be "plug and play" if you knew how&lt;BR /&gt;to play.  I know nothing, but you need to&lt;BR /&gt;figure out what the device name is for your&lt;BR /&gt;tape drive.  If you didn't get any clues from&lt;BR /&gt;any of that stuff which you have already&lt;BR /&gt;done, then you might look around under "/dev"&lt;BR /&gt;for something new which might be your tape&lt;BR /&gt;drive.&lt;BR /&gt;&lt;BR /&gt;Desperate?&lt;BR /&gt;&lt;BR /&gt;      man -k tape</description>
      <pubDate>Tue, 08 Mar 2011 14:12:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/external-tape-drive-installation-on-red-hat-linux/m-p/4759348#M59672</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2011-03-08T14:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: External Tape drive installation on Red Hat Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/external-tape-drive-installation-on-red-hat-linux/m-p/4759349#M59673</link>
      <description>The only scsi device attached to server is this external tape drice and when cat /proc/scsi/scsi is used to show the scsi device currently attached, it shows ultrium2 which means its detecting the tape drive. The command for backing up is: find filename -print|cpio -ov&amp;gt;/dev/tape and when this is done, it gives bash:  /dev/tape : No such device or address. After you restart the server once or twice, it gives this cpio: write error : No space left on device. Several tape cartridges have been used LTO1 &amp;amp; LTO2 but it gives the same error cpio: write error : No space left on device ).</description>
      <pubDate>Wed, 09 Mar 2011 06:25:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/external-tape-drive-installation-on-red-hat-linux/m-p/4759349#M59673</guid>
      <dc:creator>Shyna</dc:creator>
      <dc:date>2011-03-09T06:25:03Z</dc:date>
    </item>
    <item>
      <title>Re: External Tape drive installation on Red Hat Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/external-tape-drive-installation-on-red-hat-linux/m-p/4759350#M59674</link>
      <description>&lt;!--!*#--&gt;&amp;gt; [...] when cat /proc/scsi/scsi is used to&lt;BR /&gt;&amp;gt; show the scsi device currently attached, it&lt;BR /&gt;&amp;gt; shows ultrium2 which means it[']s detecting&lt;BR /&gt;&amp;gt; the tape drive.&lt;BR /&gt;&lt;BR /&gt;Here's an idea.  Don't _tell_ me what&lt;BR /&gt;"/proc/scsi/scsi" does, _show_ me the actual&lt;BR /&gt;output.  (Or did I already suggest that?)&lt;BR /&gt;&lt;BR /&gt;&amp;gt;  (If you are not sure, please post the output of the following commands:&lt;BR /&gt;&amp;gt; &lt;BR /&gt;&amp;gt; cat /etc/redhat-release&lt;BR /&gt;&amp;gt; uname -a&lt;BR /&gt;&amp;gt; &lt;BR /&gt;&amp;gt; This will allow the exact version to be identified.)&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Thanks so much for you response, the server runs RHEL 3. &lt;BR /&gt;&lt;BR /&gt;&amp;gt; Sorry for the error in the previous reply, the server runs REHL 4.&lt;BR /&gt;&lt;BR /&gt;This is why it is often more helpful to show&lt;BR /&gt;actual commands with their actual output,&lt;BR /&gt;instead of vague or defective descriptions or&lt;BR /&gt;interpretations.  The new "copy+paste"&lt;BR /&gt;technology is a miracle in this regard.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Do you ever answer questions?&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Why did you specify "/dev/tape"? [...]&lt;BR /&gt;&lt;BR /&gt;&amp;gt;       ls -l /dev/tape&lt;BR /&gt;&lt;BR /&gt;I'm still wondering.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I don't have a Red Hat system, but if I&lt;BR /&gt;connect a tape drive to my Debian system,&lt;BR /&gt;then my "/dev/tape" is a directory, and I&lt;BR /&gt;see actual "st" devices in "/dev":&lt;BR /&gt;&lt;BR /&gt;debi# ls -lR /dev/tape&lt;BR /&gt;/dev/tape:&lt;BR /&gt;total 0&lt;BR /&gt;drwxr-xr-x 2 root root 80 Mar  8 22:38 by-path&lt;BR /&gt;&lt;BR /&gt;/dev/tape/by-path:&lt;BR /&gt;total 0&lt;BR /&gt;lrwxrwxrwx 1 root root 10 Mar  8 22:38 pci-0000:60:01.0-scsi-0:0:4:0-nst-nst -&amp;gt;&lt;BR /&gt;../../nst0&lt;BR /&gt;lrwxrwxrwx 1 root root  9 Mar  8 22:38 pci-0000:60:01.0-scsi-0:0:4:0-st -&amp;gt; ../..&lt;BR /&gt;/st0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;debi# ls -lRL /dev/tape&lt;BR /&gt;/dev/tape:&lt;BR /&gt;total 0&lt;BR /&gt;drwxr-xr-x 2 root root 80 Mar  8 22:38 by-path&lt;BR /&gt;&lt;BR /&gt;/dev/tape/by-path:&lt;BR /&gt;total 0&lt;BR /&gt;crw-rw---- 1 root tape 9, 128 Mar  8 22:38 pci-0000:60:01.0-scsi-0:0:4:0-nst-nst&lt;BR /&gt;crw-rw---- 1 root tape 9,   0 Mar  8 22:38 pci-0000:60:01.0-scsi-0:0:4:0-st&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;debi# ls -l /dev/st*&lt;BR /&gt;crw-rw---- 1 root tape 9,  0 Mar  8 22:38 /dev/st0&lt;BR /&gt;crw-rw---- 1 root tape 9, 96 Mar  8 22:38 /dev/st0a&lt;BR /&gt;crw-rw---- 1 root tape 9, 32 Mar  8 22:38 /dev/st0l&lt;BR /&gt;crw-rw---- 1 root tape 9, 64 Mar  8 22:38 /dev/st0m&lt;BR /&gt;[...]&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt;       man -k tape&lt;BR /&gt;&lt;BR /&gt;Did you try that?  Around here, it leads to&lt;BR /&gt;things like:&lt;BR /&gt;&lt;BR /&gt;      man st&lt;BR /&gt;&lt;BR /&gt;which seems to contain some potentially&lt;BR /&gt;useful info, not the least important of which&lt;BR /&gt;being:&lt;BR /&gt;&lt;BR /&gt;FILES&lt;BR /&gt;       /dev/st*    the auto-rewind SCSI tape devices&lt;BR /&gt;&lt;BR /&gt;       /dev/nst*   the non-rewind SCSI tape devices&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You might try:&lt;BR /&gt;&lt;BR /&gt;      ls -l /dev/nst* /dev/st*&lt;BR /&gt;&lt;BR /&gt;Then, if you find something, you might try&lt;BR /&gt;using an actual tape device in your back-up&lt;BR /&gt;command instead of "/dev/tape" (whatever that&lt;BR /&gt;is).</description>
      <pubDate>Wed, 09 Mar 2011 11:20:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/external-tape-drive-installation-on-red-hat-linux/m-p/4759350#M59674</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2011-03-09T11:20:41Z</dc:date>
    </item>
    <item>
      <title>Re: External Tape drive installation on Red Hat Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/external-tape-drive-installation-on-red-hat-linux/m-p/4759351#M59675</link>
      <description>&lt;!--!*#--&gt;&amp;gt; [...] you can use the "lsscsi" command [...]&lt;BR /&gt;&lt;BR /&gt;That looked helpful on my Debian system&lt;BR /&gt;(after I installed the package).&lt;BR /&gt;&lt;BR /&gt;debi# lsscsi&lt;BR /&gt;[2:0:4:0]    tape    QUANTUM  DLT7000          2255  /dev/st0&lt;BR /&gt;[6:0:0:0]    disk    SEAGATE  ST373453LC       DX10  /dev/sda&lt;BR /&gt;[6:0:1:0]    disk    SEAGATE  ST336607LC       DS09  /dev/sdb&lt;BR /&gt;[7:0:2:0]    disk    SEAGATE  ST336607LC       DS09  /dev/sdc&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;There's that "/dev/st0" again.</description>
      <pubDate>Wed, 09 Mar 2011 22:50:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/external-tape-drive-installation-on-red-hat-linux/m-p/4759351#M59675</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2011-03-09T22:50:34Z</dc:date>
    </item>
  </channel>
</rss>

