<?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 drive in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/tape-drive/m-p/3453628#M15702</link>
    <description>thank you very much oliver it works,i reset the tape and i change the scsi controller it was connected to and try the script and it is detected ,so it works now ,thanks again</description>
    <pubDate>Tue, 04 Jan 2005 06:40:00 GMT</pubDate>
    <dc:creator>Fadia Almarei</dc:creator>
    <dc:date>2005-01-04T06:40:00Z</dc:date>
    <item>
      <title>tape drive</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tape-drive/m-p/3453608#M15682</link>
      <description>Dear All&lt;BR /&gt;i have to connect anew tape drive to my redhat 9 linux server,the server is a dell server and the tape connected using a scsi controller ,i try to define it using kudzu command to detect new hardware ,but it does not recognize it.what should i do rather than restarting the server</description>
      <pubDate>Sun, 02 Jan 2005 08:17:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tape-drive/m-p/3453608#M15682</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2005-01-02T08:17:03Z</dc:date>
    </item>
    <item>
      <title>Re: tape drive</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tape-drive/m-p/3453609#M15683</link>
      <description>RH 9 has a graphical tool for browsing hardware.&lt;BR /&gt;&lt;BR /&gt;Its built into the menuing system GUI under System tools.&lt;BR /&gt;&lt;BR /&gt;If the hardware cannot be seen there there is little you can do other than boot to get it recognized. &lt;BR /&gt;&lt;BR /&gt;You should check the scsi id of the tape drive and make sure its not zero which usually belongs to the controller andis not in conflict with any other scsi devices.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sun, 02 Jan 2005 10:14:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tape-drive/m-p/3453609#M15683</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-01-02T10:14:16Z</dc:date>
    </item>
    <item>
      <title>Re: tape drive</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tape-drive/m-p/3453610#M15684</link>
      <description>Hello Fadia,&lt;BR /&gt;&lt;BR /&gt;You must make sure of 2 things :&lt;BR /&gt;&lt;BR /&gt;1. Is the scsi controller's driver is properly loaded ?&lt;BR /&gt;&lt;BR /&gt;2. Is the scsi tape driver (st) is loaded ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;To check what kind of scsi controller is installed, type "lspci" :&lt;BR /&gt;&lt;BR /&gt;Example of lspci output :&lt;BR /&gt;&lt;BR /&gt;root# lspci&lt;BR /&gt;...&lt;BR /&gt;SCSI storage controller: Tekram Technology Co. Ltd. TRM-S1040 (rev 01)&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;To make sure that the scsi driver is loaded, type "cat /proc/scsi/scsi".&lt;BR /&gt;&lt;BR /&gt;Example of /proc/scsi/scsi content :&lt;BR /&gt;&lt;BR /&gt;root# cat /proc/scsi/scsi&lt;BR /&gt;...&lt;BR /&gt;Host scsi1 Channel: 00 Id: 00 Lun: 00&lt;BR /&gt;   Vendor: HP      Model: C1537A     Rev: L111&lt;BR /&gt;   Type:   Sequential-Access         ANSI SCSI revision: 02&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If you have several scsi controllers, you may want to make sure that the one connecting the tape drive is loaded before the scsi tape driver (st). To do that, edit /etc/modules.conf and add :&lt;BR /&gt;&lt;BR /&gt;pre-install st /sbin/modprobe your_scsi_controller_driver&lt;BR /&gt;&lt;BR /&gt;Example :&lt;BR /&gt;&lt;BR /&gt;pre-install st /sbin/modprobe dc395x_trm&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Good luck.&lt;BR /&gt;&lt;BR /&gt;Kodjo&lt;BR /&gt;&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>Sun, 02 Jan 2005 18:00:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tape-drive/m-p/3453610#M15684</guid>
      <dc:creator>Kodjo Agbenu</dc:creator>
      <dc:date>2005-01-02T18:00:28Z</dc:date>
    </item>
    <item>
      <title>Re: tape drive</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tape-drive/m-p/3453611#M15685</link>
      <description>dear kodjo &lt;BR /&gt;how can i know my scsi conroller driver name</description>
      <pubDate>Mon, 03 Jan 2005 02:23:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tape-drive/m-p/3453611#M15685</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2005-01-03T02:23:23Z</dc:date>
    </item>
    <item>
      <title>Re: tape drive</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tape-drive/m-p/3453612#M15686</link>
      <description>Dear All&lt;BR /&gt;i need more help in this issue, i do all the things the guise said but nothing work.&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Jan 2005 02:49:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tape-drive/m-p/3453612#M15686</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2005-01-03T02:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: tape drive</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tape-drive/m-p/3453613#M15687</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I think that your SCSI controller is not known to the system and that there is no driver in the kernel. &lt;BR /&gt;&lt;BR /&gt;Please send us, like mentioned above the output of the lspci commando, then we can tell you, if you have a SCSI controller and if it is recognized by the kernel. &lt;BR /&gt;&lt;BR /&gt;Best wishes&lt;BR /&gt;&lt;BR /&gt;Oli</description>
      <pubDate>Mon, 03 Jan 2005 04:06:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tape-drive/m-p/3453613#M15687</guid>
      <dc:creator>Oliver Schwank</dc:creator>
      <dc:date>2005-01-03T04:06:34Z</dc:date>
    </item>
    <item>
      <title>Re: tape drive</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tape-drive/m-p/3453614#M15688</link>
      <description>the output of lspci is&lt;BR /&gt;&lt;BR /&gt;[root@RADIUS root]# lspci&lt;BR /&gt;00:00.0 Host bridge: ServerWorks CNB20-HE Host Bridge (rev 33)&lt;BR /&gt;00:00.1 Host bridge: ServerWorks CNB20-HE Host Bridge&lt;BR /&gt;00:00.2 Host bridge: ServerWorks CNB20-HE Host Bridge&lt;BR /&gt;00:04.0 Class ff00: Dell Computer Corporation Embedded Systems Management Device&lt;BR /&gt; 4&lt;BR /&gt;00:04.1 Class ff00: Dell Computer Corporation PowerEdge Expandable RAID Controll&lt;BR /&gt;er 3/Di&lt;BR /&gt;00:04.2 Class ff00: Dell Computer Corporation: Unknown device 000d&lt;BR /&gt;00:0e.0 VGA compatible controller: ATI Technologies Inc Rage XL (rev 27)&lt;BR /&gt;00:0f.0 Host bridge: ServerWorks CSB5 South Bridge (rev 93)&lt;BR /&gt;00:0f.1 IDE interface: ServerWorks CSB5 IDE Controller (rev 93)&lt;BR /&gt;00:0f.2 USB Controller: ServerWorks OSB4/CSB5 OHCI USB Controller (rev 05)&lt;BR /&gt;00:0f.3 ISA bridge: ServerWorks GCLE Host Bridge&lt;BR /&gt;00:10.0 Host bridge: ServerWorks: Unknown device 0101 (rev 05)&lt;BR /&gt;00:10.2 Host bridge: ServerWorks: Unknown device 0101 (rev 05)&lt;BR /&gt;00:11.0 Host bridge: ServerWorks: Unknown device 0101 (rev 05)&lt;BR /&gt;00:11.2 Host bridge: ServerWorks: Unknown device 0101 (rev 05)&lt;BR /&gt;01:08.0 SCSI storage controller: Adaptec AHA-3960D / AIC-7899A U160/m (rev 01)&lt;BR /&gt;01:08.1 SCSI storage controller: Adaptec AHA-3960D / AIC-7899A U160/m (rev 01)&lt;BR /&gt;03:06.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5703 Gigabit Ethe&lt;BR /&gt;rnet (rev 02)&lt;BR /&gt;03:08.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5703 Gigabit Ethe&lt;BR /&gt;rnet (rev 02)&lt;BR /&gt;04:08.0 PCI bridge: Intel Corp.: Unknown device 0309 (rev 01)&lt;BR /&gt;04:08.1 RAID bus controller: Dell Computer Corporation PowerEdge Expandable RAID&lt;BR /&gt; Controller 3 (rev 01)&lt;BR /&gt;05:06.0 SCSI storage controller: Adaptec RAID subsystem HBA (rev 01)&lt;BR /&gt;05:06.1 SCSI storage controller: Adaptec RAID subsystem HBA (rev 01)&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Jan 2005 04:13:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tape-drive/m-p/3453614#M15688</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2005-01-03T04:13:17Z</dc:date>
    </item>
    <item>
      <title>Re: tape drive</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tape-drive/m-p/3453615#M15689</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;okay there is an Adaptec. ;-) Did you connect the drive to the external SCSI port of the Adaptec controller? Did you connect it at system runtime or did you a shutdown, connect the drive and reboot? In the later case did the drive show up in the SCSI controller BIOS? &lt;BR /&gt;&lt;BR /&gt;Please post like mentioned above the output of cat /proc/scsi/scsi &lt;BR /&gt;&lt;BR /&gt;After that check if you any of this utilities is on your Linux installation:&lt;BR /&gt;&lt;BR /&gt;scsiinfo rescan-scsi-bus rescan-scsi-bus.sh so we can rescan the bus. Sometimes cdrecord -scanbus helps too. &lt;BR /&gt;&lt;BR /&gt;Bye &lt;BR /&gt;&lt;BR /&gt;Oli</description>
      <pubDate>Mon, 03 Jan 2005 04:23:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tape-drive/m-p/3453615#M15689</guid>
      <dc:creator>Oliver Schwank</dc:creator>
      <dc:date>2005-01-03T04:23:26Z</dc:date>
    </item>
    <item>
      <title>Re: tape drive</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tape-drive/m-p/3453616#M15690</link>
      <description>i connect it when my system is start,and the output of the file /proc/scsi/scsi is,&lt;BR /&gt;&lt;BR /&gt;[root@RADIUS root]# cat /proc/scsi/scsi&lt;BR /&gt;Attached devices:&lt;BR /&gt;Host: scsi0 Channel: 00 Id: 00 Lun: 00&lt;BR /&gt;  Vendor: DELL     Model: PERCRAID RAID5   Rev: V1.0&lt;BR /&gt;  Type:   Direct-Access                    ANSI SCSI revision: 02&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Jan 2005 05:28:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tape-drive/m-p/3453616#M15690</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2005-01-03T05:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: tape drive</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tape-drive/m-p/3453617#M15691</link>
      <description>Hi Fadia,&lt;BR /&gt;&lt;BR /&gt;I guess that you don't have an entry in /etc/modules.conf to your adaptec controller.&lt;BR /&gt;&lt;BR /&gt;try :&lt;BR /&gt;&lt;BR /&gt;#depmod -a&lt;BR /&gt;#modprobe aic7xxx&lt;BR /&gt;&lt;BR /&gt;and now try to access your tape drive.&lt;BR /&gt;&lt;BR /&gt;If it works include on your /etc/modules.conf an entry jus like that :&lt;BR /&gt;&lt;BR /&gt;alias scsi_hostadapter aic7xxx&lt;BR /&gt;&lt;BR /&gt;Hope it helps.&lt;BR /&gt;xyko</description>
      <pubDate>Mon, 03 Jan 2005 05:59:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tape-drive/m-p/3453617#M15691</guid>
      <dc:creator>xyko_1</dc:creator>
      <dc:date>2005-01-03T05:59:09Z</dc:date>
    </item>
    <item>
      <title>Re: tape drive</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tape-drive/m-p/3453618#M15692</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;okay... no drive there. &lt;BR /&gt;&lt;BR /&gt;Did you load the module for the Adaptec? &lt;BR /&gt;&lt;BR /&gt;Did you a SCSI bus rescan with one of the mentioned utilities? After that the drive should show up in /proc/scsi/scsi if not please notify us. &lt;BR /&gt;&lt;BR /&gt;Bye &lt;BR /&gt;&lt;BR /&gt;Oli</description>
      <pubDate>Mon, 03 Jan 2005 06:28:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tape-drive/m-p/3453618#M15692</guid>
      <dc:creator>Oliver Schwank</dc:creator>
      <dc:date>2005-01-03T06:28:08Z</dc:date>
    </item>
    <item>
      <title>Re: tape drive</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tape-drive/m-p/3453619#M15693</link>
      <description>i do all thing you told me to do ,but nothing happened , what should i do</description>
      <pubDate>Mon, 03 Jan 2005 08:08:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tape-drive/m-p/3453619#M15693</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2005-01-03T08:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: tape drive</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tape-drive/m-p/3453620#M15694</link>
      <description>Hi Fadia,&lt;BR /&gt;&lt;BR /&gt;when you modprobe aic7xxx it works ?&lt;BR /&gt;Does aic7xxx loaded ?&lt;BR /&gt;&lt;BR /&gt;Please send to us :&lt;BR /&gt;&lt;BR /&gt;the output form dmesg&lt;BR /&gt;/etc/modules.conf&lt;BR /&gt;the output from lsmod&lt;BR /&gt;&lt;BR /&gt;We'll be waiting.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;xyko</description>
      <pubDate>Mon, 03 Jan 2005 08:20:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tape-drive/m-p/3453620#M15694</guid>
      <dc:creator>xyko_1</dc:creator>
      <dc:date>2005-01-03T08:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: tape drive</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tape-drive/m-p/3453621#M15695</link>
      <description>1- lsmod&lt;BR /&gt;Module                  Size  Used by    Not tainted&lt;BR /&gt;soundcore               7044   0  (autoclean)&lt;BR /&gt;st                     32332   0  (autoclean) (unused)&lt;BR /&gt;ide-cd                 35808   0  (autoclean)&lt;BR /&gt;cdrom                  34176   0  (autoclean) [ide-cd]&lt;BR /&gt;lp                      9188   0  (autoclean)&lt;BR /&gt;parport                39072   0  (autoclean) [lp]&lt;BR /&gt;nfsd                   81104   8  (autoclean)&lt;BR /&gt;lockd                  59536   1  (autoclean) [nfsd]&lt;BR /&gt;sunrpc                 87516   1  (autoclean) [nfsd lockd]&lt;BR /&gt;autofs                 13684   0  (autoclean) (unused)&lt;BR /&gt;tg3                    53064   2&lt;BR /&gt;bonding                25984   2&lt;BR /&gt;keybdev                 2976   0  (unused)&lt;BR /&gt;mousedev                5688   1&lt;BR /&gt;hid                    22404   0  (unused)&lt;BR /&gt;input                   6208   0  [keybdev mousedev hid]&lt;BR /&gt;usb-ohci               22248   0  (unused)&lt;BR /&gt;usbcore                82816   1  [hid usb-ohci]&lt;BR /&gt;ext3                   73408   9&lt;BR /&gt;jbd                    56432   9  [ext3]&lt;BR /&gt;aic7xxx               142516   0&lt;BR /&gt;aacraid                32676  10&lt;BR /&gt;sd_mod                 13452  20&lt;BR /&gt;scsi_mod              110872   4  [st aic7xxx aacraid sd_mod]&lt;BR /&gt;&lt;BR /&gt;2-/etc/modules.conf&lt;BR /&gt;alias scsi_hostadapter aacraid&lt;BR /&gt;alias eth0 tg3&lt;BR /&gt;alias eth1 tg3&lt;BR /&gt;options tg3 full_duplex=1 lone_speed=1000&lt;BR /&gt;alias scsi_hostadapter1 aic7xxx&lt;BR /&gt;#alias scsi_hostadapter2 aic7xxx&lt;BR /&gt;alias bond0 bonding&lt;BR /&gt;options bond0 miimon=100&lt;BR /&gt;options bond0 miimon=100&lt;BR /&gt;alias usb-controller usb-ohci&lt;BR /&gt;#pre-install st /sbin/modprobe AHA-3960D&lt;BR /&gt;3-i connect the tape drive when the system is up so it does not make sense to see the dmesg command</description>
      <pubDate>Mon, 03 Jan 2005 08:42:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tape-drive/m-p/3453621#M15695</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2005-01-03T08:42:36Z</dc:date>
    </item>
    <item>
      <title>Re: tape drive</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tape-drive/m-p/3453622#M15696</link>
      <description>Fadia,&lt;BR /&gt;&lt;BR /&gt;Everything seems to be right, but ....&lt;BR /&gt;&lt;BR /&gt;You have two adaptec controllers. What do you have attached to both of them ?&lt;BR /&gt;&lt;BR /&gt;If you have more devices attached to the same controller then you may have to adjust your kernel to probe scsi multiple luns. It's not usual but it happens. The kernel do not probe all luns by default.&lt;BR /&gt;&lt;BR /&gt;I also ask you to send dmesg output, just to see what your system is "seen" attached to the adaptec controllers.&lt;BR /&gt;&lt;BR /&gt;Waiting for you.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;xyko</description>
      <pubDate>Mon, 03 Jan 2005 09:51:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tape-drive/m-p/3453622#M15696</guid>
      <dc:creator>xyko_1</dc:creator>
      <dc:date>2005-01-03T09:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: tape drive</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tape-drive/m-p/3453623#M15697</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;okay, module is there, you did not reboot, so please rescan now the SCSI bus. &lt;BR /&gt;Do you have any of the rescan utilities mentioned on the system? &lt;BR /&gt;After you did the rescan please check /proc/scsi/scsi again if the LUN of the tape did appear. &lt;BR /&gt;&lt;BR /&gt;There is one rescan utility from HP, which will check multiple LUNs as well, but I do not think that this is an issue here. Normally you have this kind of problem with tape libaries. So best try the native redhat SCSI rescan command on your box first.&lt;BR /&gt;&lt;BR /&gt;Bye &lt;BR /&gt;&lt;BR /&gt;Oli</description>
      <pubDate>Mon, 03 Jan 2005 10:58:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tape-drive/m-p/3453623#M15697</guid>
      <dc:creator>Oliver Schwank</dc:creator>
      <dc:date>2005-01-03T10:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: tape drive</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tape-drive/m-p/3453624#M15698</link>
      <description>Oliver Schwank,&lt;BR /&gt;&lt;BR /&gt;that's for you.&lt;BR /&gt;&lt;BR /&gt;I'm having to rebuild the kernel of 3 RH AS21 servers because they are not seen multiple luns of a HP MSL6060 san attached. I have also clariion disks attached to the same interface.&lt;BR /&gt;&lt;BR /&gt;Would you please tell me what is the hp utility that you mentioned in the last replay&lt;BR /&gt;&lt;BR /&gt;"There is one rescan utility from HP, which will check multiple LUNs as well"&lt;BR /&gt;&lt;BR /&gt;If it solves my problem I'll be very happy.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;Xyko</description>
      <pubDate>Mon, 03 Jan 2005 11:21:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tape-drive/m-p/3453624#M15698</guid>
      <dc:creator>xyko_1</dc:creator>
      <dc:date>2005-01-03T11:21:46Z</dc:date>
    </item>
    <item>
      <title>Re: tape drive</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tape-drive/m-p/3453625#M15699</link>
      <description>Dear All&lt;BR /&gt;&lt;BR /&gt;i have two scsi interfaces but i just connect one of them to the tape drive about the scsi scan utility what is it i do not know it,and about the dmesg i have the following output&lt;BR /&gt;&lt;BR /&gt;[root@RADIUS root]# dmesg | grep scsi&lt;BR /&gt;scsi0 : percraid&lt;BR /&gt;Attached scsi removable disk sda at scsi0, channel 0, id 0, lun 0&lt;BR /&gt;scsi1 : Adaptec AIC7XXX EISA/VLB/PCI SCSI HBA DRIVER, Rev 6.2.8&lt;BR /&gt;scsi2 : Adaptec AIC7XXX EISA/VLB/PCI SCSI HBA DRIVER, Rev 6.2.8&lt;BR /&gt;scsi2: Someone reset channel A&lt;BR /&gt;scsi1: Someone reset channel A&lt;BR /&gt;scsi1: Transceiver State Has Changed to SE mode&lt;BR /&gt;scsi1: Someone reset channel A&lt;BR /&gt;scsi1: Transceiver State Has Changed to LVD mode&lt;BR /&gt;scsi1: Transceiver State Has Changed to SE mode&lt;BR /&gt;scsi1: Someone reset channel A&lt;BR /&gt;scsi1: Transceiver State Has Changed to LVD mode&lt;BR /&gt;scsi2: Transceiver State Has Changed to SE mode&lt;BR /&gt;scsi2: Transceiver State Has Changed to LVD mode&lt;BR /&gt;scsi1: Transceiver State Has Changed to SE mode&lt;BR /&gt;scsi1: Someone reset channel A&lt;BR /&gt;scsi1: Transceiver State Has Changed to LVD mode&lt;BR /&gt;scsi2: Transceiver State Has Changed to SE mode&lt;BR /&gt;scsi2: Someone reset channel A&lt;BR /&gt;scsi2: Transceiver State Has Changed to LVD mode</description>
      <pubDate>Tue, 04 Jan 2005 01:28:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tape-drive/m-p/3453625#M15699</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2005-01-04T01:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: tape drive</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tape-drive/m-p/3453626#M15700</link>
      <description>Hello together...&lt;BR /&gt;&lt;BR /&gt;okay... for a generic SCSI rescan utility look here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.garloff.de/kurt/linux/scsidev/" target="_blank"&gt;http://www.garloff.de/kurt/linux/scsidev/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;please download the script &lt;BR /&gt;&lt;A href="http://www.garloff.de/kurt/linux/rescan-scsi-bus.sh" target="_blank"&gt;http://www.garloff.de/kurt/linux/rescan-scsi-bus.sh&lt;/A&gt;&lt;BR /&gt;and try, please post the results.&lt;BR /&gt;&lt;BR /&gt;If you have a MSL Library with a HP FC controller (I think even with the EMC HBA which I assume you have xyo), it makes sense to install the HP FC utilities:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareDescription.jsp?locale=en_US" target="_blank"&gt;http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareDescription.jsp?locale=en_US&lt;/A&gt;〈=English+%28US%29&amp;amp;pnameOID=315741&amp;amp;prodSeriesId=315739&amp;amp;prodTypeId=12169&amp;amp;basePartNum=COL4635&amp;amp;locBasepartNum=co-19556-2&amp;amp;os=Red+Hat+Enterprise+Linux+3+%28x86%29&amp;amp;tech=Utility++FC+HBA&lt;BR /&gt;&lt;BR /&gt;Inside these RPM are utilities to diagnose FC HBAs and the SCSI Linux layer. After installation you will find the utilities in /opt/hp/hp_fiberutils With the help of the hp_rescan I was able without rebuild of the kernel to connect a MSL Library via FC and to detect the drive LUNs &lt;BR /&gt;&lt;BR /&gt;Bye &lt;BR /&gt;&lt;BR /&gt;Oli</description>
      <pubDate>Tue, 04 Jan 2005 04:55:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tape-drive/m-p/3453626#M15700</guid>
      <dc:creator>Oliver Schwank</dc:creator>
      <dc:date>2005-01-04T04:55:13Z</dc:date>
    </item>
    <item>
      <title>Re: tape drive</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tape-drive/m-p/3453627#M15701</link>
      <description>Dear Oliver&lt;BR /&gt;i run the script but it does not detect any new hardware,the output as the following &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[root@RADIUS /]# ./rescan-scsi-bus.sh&lt;BR /&gt;Host adapter 0 (aacraid) found.&lt;BR /&gt;Host adapter 1 (aic7xxx) found.&lt;BR /&gt;Host adapter 2 (aic7xxx) found.&lt;BR /&gt;Scanning hosts  0 1 2 channels 0 for&lt;BR /&gt; SCSI target IDs  0 1 2 3 4 5 6 7 , LUNs  0&lt;BR /&gt;Scanning for device 0 0 0 0 ...&lt;BR /&gt;OLD: Host: scsi0 Channel: 00 Id: 00 Lun: 00&lt;BR /&gt;      Vendor: DELL     Model: PERCRAID RAID5   Rev: V1.0&lt;BR /&gt;      Type:   Direct-Access                    ANSI SCSI revision: 02&lt;BR /&gt;0 new device(s) found.&lt;BR /&gt;0 device(s) removed.</description>
      <pubDate>Tue, 04 Jan 2005 06:14:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tape-drive/m-p/3453627#M15701</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2005-01-04T06:14:25Z</dc:date>
    </item>
  </channel>
</rss>

