<?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: FC Tape Drive for Redhat V4 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/fc-tape-drive-for-redhat-v4/m-p/4019754#M28753</link>
    <description>Hi Graham,&lt;BR /&gt;&lt;BR /&gt;can you give the output of: &lt;BR /&gt;$ ls -l /sys/bus/scsi/devices/0:0:2:2/*&lt;BR /&gt;With "*" (sorry it was lost in copy'n paste)&lt;BR /&gt;&lt;BR /&gt;Have you tried my script? Does it show some tapes?&lt;BR /&gt;&lt;BR /&gt;rgds&lt;BR /&gt;HGH&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 25 Jun 2007 02:44:43 GMT</pubDate>
    <dc:creator>Hemmetter</dc:creator>
    <dc:date>2007-06-25T02:44:43Z</dc:date>
    <item>
      <title>FC Tape Drive for Redhat V4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fc-tape-drive-for-redhat-v4/m-p/4019743#M28742</link>
      <description>I am new to Linux, but have been using tru64 for years. I need to install a FC tape library on a Linux server and don't have much of a clue where to start.&lt;BR /&gt;In tru64 I would use&lt;BR /&gt;# hwmgr -scan scsi&lt;BR /&gt;&lt;BR /&gt;Is there an equivalent function in redhat linux?</description>
      <pubDate>Wed, 13 Jun 2007 22:46:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fc-tape-drive-for-redhat-v4/m-p/4019743#M28742</guid>
      <dc:creator>Graham Smith_8</dc:creator>
      <dc:date>2007-06-13T22:46:11Z</dc:date>
    </item>
    <item>
      <title>Re: FC Tape Drive for Redhat V4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fc-tape-drive-for-redhat-v4/m-p/4019744#M28743</link>
      <description>HP fibreutils packages provides the hp_rescan command. You can also download a script called rescan-scsi-bus.sh to rescan the devices.</description>
      <pubDate>Thu, 14 Jun 2007 02:04:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fc-tape-drive-for-redhat-v4/m-p/4019744#M28743</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-06-14T02:04:09Z</dc:date>
    </item>
    <item>
      <title>Re: FC Tape Drive for Redhat V4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fc-tape-drive-for-redhat-v4/m-p/4019745#M28744</link>
      <description>Hi Graham,&lt;BR /&gt;&lt;BR /&gt;first you need to know your fibre-HBA.&lt;BR /&gt;$ lspci | grep -i fibre&lt;BR /&gt;&lt;BR /&gt;the (re)load the apropriate driver:&lt;BR /&gt;e.g. lpfc or qla2200v6 or ...&lt;BR /&gt;&lt;BR /&gt;$DRVR=lpfc               &lt;BR /&gt;$ #modprobe -r $DRVR    # remove driver&lt;BR /&gt;$ modprobe $DRVR        # load driver&lt;BR /&gt;&lt;BR /&gt;then check if you see your tape(s):&lt;BR /&gt;$cat /proc/scsi/scsi&lt;BR /&gt;&lt;BR /&gt;Then check Tape status:&lt;BR /&gt;$ mt -f /dev/st0 status&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;rgds&lt;BR /&gt;HGH&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Jun 2007 02:04:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fc-tape-drive-for-redhat-v4/m-p/4019745#M28744</guid>
      <dc:creator>Hemmetter</dc:creator>
      <dc:date>2007-06-14T02:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: FC Tape Drive for Redhat V4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fc-tape-drive-for-redhat-v4/m-p/4019746#M28745</link>
      <description>See also:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.redhat.com/docs/manuals/enterprise/RHEL-4-Manual/release-notes/as-s390/RELEASE-NOTES-U3-s390-en.html" target="_blank"&gt;http://www.redhat.com/docs/manuals/enterprise/RHEL-4-Manual/release-notes/as-s390/RELEASE-NOTES-U3-s390-en.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Support for fabric rediscovery through sysfs  is now available in Red Hat Enterprise Linux 4 Update 3. For the Qlogic (qla2xxx) and Emulex (lpfc) Fibre Channel HBA drivers, run the following commands to perform redisocvery and rescan for new storage:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;echo "1" &amp;gt; /sys/class/fc_host/hostXYZ/issue_lip&lt;BR /&gt;echo "- - -" &amp;gt; /sys/class/scsi_host/hostXYZ/scan&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;In some Fibre Channel configurations, an operating system will automatically detect the addition of a new target device while the system is running. In other configurations, it is necessary to issue the following command to detect a new target device:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;echo 1 &amp;gt; /sys/class/fc_host/hostn/issue_lip&lt;BR /&gt;&lt;BR /&gt;Where hostn corresponds to the appropriate adapter.&lt;BR /&gt;&lt;BR /&gt;When a new Logical Unit is created on a particular target, a command such as the following is required to detect and configure it:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;echo "b t l" &amp;gt; /sys/class/scsi_host/hostn/scan&lt;BR /&gt;&lt;BR /&gt;Where b is the bus, t is the target, and l is the LUN to be scanned on hostn.&lt;BR /&gt;&lt;BR /&gt;Wild cards can also be used, such as the following example:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;echo "- - -" &amp;gt; /sys/class/scsi_host/host2/scan&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Jun 2007 02:08:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fc-tape-drive-for-redhat-v4/m-p/4019746#M28745</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-06-14T02:08:25Z</dc:date>
    </item>
    <item>
      <title>Re: FC Tape Drive for Redhat V4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fc-tape-drive-for-redhat-v4/m-p/4019747#M28746</link>
      <description>using RH4 with QLA cards, everything goes automatic. The robot itself is accessable through the generic scsi device file, while the tape drives are the standard /dev/rmt# types.&lt;BR /&gt;&lt;BR /&gt;like i said, in my case all is detected at boot (no need for extra drivers or tools), which can be checked easily with dmesg.</description>
      <pubDate>Fri, 15 Jun 2007 01:17:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fc-tape-drive-for-redhat-v4/m-p/4019747#M28746</guid>
      <dc:creator>dirk dierickx</dc:creator>
      <dc:date>2007-06-15T01:17:56Z</dc:date>
    </item>
    <item>
      <title>Re: FC Tape Drive for Redhat V4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fc-tape-drive-for-redhat-v4/m-p/4019748#M28747</link>
      <description>Gentlemen, Thank you very much for your valuable input, it is greatly appreciated.&lt;BR /&gt;I have scanned the scsi device and can see the changer and (i think) tape drive in  /proc/scsi/scsi. All good. But still no /dev/st0 or /dev/rmt# or /dev/changer.&lt;BR /&gt;Do I need to reboot the server for these changes to take effect?&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;Graham</description>
      <pubDate>Thu, 21 Jun 2007 01:14:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fc-tape-drive-for-redhat-v4/m-p/4019748#M28747</guid>
      <dc:creator>Graham Smith_8</dc:creator>
      <dc:date>2007-06-21T01:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: FC Tape Drive for Redhat V4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fc-tape-drive-for-redhat-v4/m-p/4019749#M28748</link>
      <description>Hi Graham,&lt;BR /&gt;&lt;BR /&gt;check if "st" kernel module is loaded:&lt;BR /&gt;&lt;BR /&gt;$ lsmod | grep  -w st &lt;BR /&gt;# if not loaded (re)load it:&lt;BR /&gt;($ rmmod st )&lt;BR /&gt;$ modprobe st&lt;BR /&gt;&lt;BR /&gt;What do you see in /proc/scsi/scsi?&lt;BR /&gt;(try attached script).&lt;BR /&gt;&lt;BR /&gt;rgds&lt;BR /&gt;HGH&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Jun 2007 01:36:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fc-tape-drive-for-redhat-v4/m-p/4019749#M28748</guid>
      <dc:creator>Hemmetter</dc:creator>
      <dc:date>2007-06-21T01:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: FC Tape Drive for Redhat V4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fc-tape-drive-for-redhat-v4/m-p/4019750#M28749</link>
      <description>[root@dcpbl01 ~]# lsmod | grep -w st&lt;BR /&gt;[root@dcpbl01 ~]# modprobe st&lt;BR /&gt;[root@dcpbl01 ~]# cat /proc/scsi/scsi&lt;BR /&gt;Attached devices:&lt;BR /&gt;Host: scsi0 Channel: 00 Id: 00 Lun: 00&lt;BR /&gt;  Vendor: HP       Model: HSV200           Rev: 6000&lt;BR /&gt;  Type:   RAID                             ANSI SCSI revision: 05&lt;BR /&gt;Host: scsi0 Channel: 00 Id: 00 Lun: 01&lt;BR /&gt;  Vendor: HP       Model: HSV200           Rev: 6000&lt;BR /&gt;  Type:   Direct-Access                    ANSI SCSI revision: 05&lt;BR /&gt;Host: scsi0 Channel: 00 Id: 00 Lun: 02&lt;BR /&gt;  Vendor: HP       Model: HSV200           Rev: 6000&lt;BR /&gt;  Type:   Direct-Access                    ANSI SCSI revision: 05&lt;BR /&gt;Host: scsi0 Channel: 00 Id: 01 Lun: 00&lt;BR /&gt;  Vendor: HP       Model: HSV200           Rev: 6000&lt;BR /&gt;  Type:   RAID                             ANSI SCSI revision: 05&lt;BR /&gt;Host: scsi1 Channel: 00 Id: 00 Lun: 00&lt;BR /&gt;  Vendor: HP       Model: HSV200           Rev: 6000&lt;BR /&gt;  Type:   RAID                             ANSI SCSI revision: 05&lt;BR /&gt;Host: scsi1 Channel: 00 Id: 02 Lun: 00&lt;BR /&gt;  Vendor: HP       Model: HSV200           Rev: 6000&lt;BR /&gt;  Type:   RAID                             ANSI SCSI revision: 05&lt;BR /&gt;Host: scsi0 Channel: 00 Id: 02 Lun: 02&lt;BR /&gt;  Vendor: COMPAQ   Model: MSL5000 Series   Rev: 0518&lt;BR /&gt;  Type:   Medium Changer                   ANSI SCSI revision: 02&lt;BR /&gt;Host: scsi0 Channel: 00 Id: 02 Lun: 05&lt;BR /&gt;  Vendor: HP       Model: NS E1200-160     Rev: 568c&lt;BR /&gt;  Type:   RAID                             ANSI SCSI revision: 04&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Jun 2007 01:41:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fc-tape-drive-for-redhat-v4/m-p/4019750#M28749</guid>
      <dc:creator>Graham Smith_8</dc:creator>
      <dc:date>2007-06-21T01:41:12Z</dc:date>
    </item>
    <item>
      <title>Re: FC Tape Drive for Redhat V4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fc-tape-drive-for-redhat-v4/m-p/4019751#M28750</link>
      <description>Hi Graham,&lt;BR /&gt;&lt;BR /&gt;does the script from my last post show a device file for your changer?&lt;BR /&gt;&lt;BR /&gt;can you give the output of: &lt;BR /&gt;$ ls -l /sys/bus/scsi/devices/0:0:2:2/&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;rgds&lt;BR /&gt;HGH&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Jun 2007 02:10:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fc-tape-drive-for-redhat-v4/m-p/4019751#M28750</guid>
      <dc:creator>Hemmetter</dc:creator>
      <dc:date>2007-06-21T02:10:20Z</dc:date>
    </item>
    <item>
      <title>Re: FC Tape Drive for Redhat V4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fc-tape-drive-for-redhat-v4/m-p/4019752#M28751</link>
      <description>Hi Graham,&lt;BR /&gt;&lt;BR /&gt;You might need to add the following line to /etc/modules.conf&lt;BR /&gt;&lt;BR /&gt;options scsi_mod max_scsi_luns=128&lt;BR /&gt;&lt;BR /&gt;and rebuild your kernel.&lt;BR /&gt;&lt;BR /&gt;Take a look at the following RedHat article:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://kbase.redhat.com/faq/FAQ_43_2706.shtm" target="_blank"&gt;http://kbase.redhat.com/faq/FAQ_43_2706.shtm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Rob</description>
      <pubDate>Fri, 22 Jun 2007 03:38:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fc-tape-drive-for-redhat-v4/m-p/4019752#M28751</guid>
      <dc:creator>Rob Leadbeater</dc:creator>
      <dc:date>2007-06-22T03:38:16Z</dc:date>
    </item>
    <item>
      <title>Re: FC Tape Drive for Redhat V4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fc-tape-drive-for-redhat-v4/m-p/4019753#M28752</link>
      <description>/sys/bus/scsi/devices/0:0:2:2&lt;BR /&gt;[root@dcpbl01 0:0:2:2]# ls -l /sys/bus/scsi/devices/0:0:2:2&lt;BR /&gt;lrwxrwxrwx  1 root root 0 Jun 25 09:44 /sys/bus/scsi/devices/0:0:2:2 -&amp;gt; ../../../devices/pci0000:00/0000:00:02.0/0000:03:00.0/0000:04:03.0/host0/target0:0:2/0:0:2:2&lt;BR /&gt;</description>
      <pubDate>Sun, 24 Jun 2007 18:47:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fc-tape-drive-for-redhat-v4/m-p/4019753#M28752</guid>
      <dc:creator>Graham Smith_8</dc:creator>
      <dc:date>2007-06-24T18:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: FC Tape Drive for Redhat V4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fc-tape-drive-for-redhat-v4/m-p/4019754#M28753</link>
      <description>Hi Graham,&lt;BR /&gt;&lt;BR /&gt;can you give the output of: &lt;BR /&gt;$ ls -l /sys/bus/scsi/devices/0:0:2:2/*&lt;BR /&gt;With "*" (sorry it was lost in copy'n paste)&lt;BR /&gt;&lt;BR /&gt;Have you tried my script? Does it show some tapes?&lt;BR /&gt;&lt;BR /&gt;rgds&lt;BR /&gt;HGH&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 25 Jun 2007 02:44:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fc-tape-drive-for-redhat-v4/m-p/4019754#M28753</guid>
      <dc:creator>Hemmetter</dc:creator>
      <dc:date>2007-06-25T02:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: FC Tape Drive for Redhat V4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fc-tape-drive-for-redhat-v4/m-p/4019755#M28754</link>
      <description>[root@dcpbl01 0:0:2:2]# ls -l /sys/bus/scsi/devices/0:0:2:2/*&lt;BR /&gt;--w-------  1 root root 4096 Jun 26 10:52 /sys/bus/scsi/devices/0:0:2:2/delete&lt;BR /&gt;-rw-r--r--  1 root root 4096 Jun 26 10:52 /sys/bus/scsi/devices/0:0:2:2/detach_state&lt;BR /&gt;-r--r--r--  1 root root 4096 Jun 26 10:52 /sys/bus/scsi/devices/0:0:2:2/device_blocked&lt;BR /&gt;-rw-r--r--  1 root root 4096 Jun 26 10:52 /sys/bus/scsi/devices/0:0:2:2/dump&lt;BR /&gt;lrwxrwxrwx  1 root root    0 Jun 26 10:52 /sys/bus/scsi/devices/0:0:2:2/generic -&amp;gt; ../../../../../../../../class/scsi_generic/sg6&lt;BR /&gt;-r--r--r--  1 root root 4096 Jun 26 10:52 /sys/bus/scsi/devices/0:0:2:2/model&lt;BR /&gt;-rw-r--r--  1 root root 4096 Jun 26 10:52 /sys/bus/scsi/devices/0:0:2:2/queue_depth&lt;BR /&gt;--w-------  1 root root 4096 Jun 26 10:52 /sys/bus/scsi/devices/0:0:2:2/rescan&lt;BR /&gt;-r--r--r--  1 root root 4096 Jun 26 10:52 /sys/bus/scsi/devices/0:0:2:2/rev&lt;BR /&gt;-r--r--r--  1 root root 4096 Jun 26 10:52 /sys/bus/scsi/devices/0:0:2:2/scsi_level&lt;BR /&gt;-rw-r--r--  1 root root 4096 Jun 26 10:52 /sys/bus/scsi/devices/0:0:2:2/state&lt;BR /&gt;-rw-r--r--  1 root root 4096 Jun 26 10:52 /sys/bus/scsi/devices/0:0:2:2/timeout&lt;BR /&gt;-r--r--r--  1 root root 4096 Jun 26 10:52 /sys/bus/scsi/devices/0:0:2:2/type&lt;BR /&gt;-r--r--r--  1 root root 4096 Jun 26 10:52 /sys/bus/scsi/devices/0:0:2:2/vendor&lt;BR /&gt;&lt;BR /&gt;/sys/bus/scsi/devices/0:0:2:2/power:&lt;BR /&gt;total 0&lt;BR /&gt;-rw-r--r--  1 root root 4096 Jun 26 10:52 state&lt;BR /&gt;[root@dcpbl01 0:0:2:2]#&lt;BR /&gt;</description>
      <pubDate>Mon, 25 Jun 2007 19:53:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fc-tape-drive-for-redhat-v4/m-p/4019755#M28754</guid>
      <dc:creator>Graham Smith_8</dc:creator>
      <dc:date>2007-06-25T19:53:47Z</dc:date>
    </item>
  </channel>
</rss>

