<?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: DLT Drive not working on Red Hat Linux 9.0 (DL380) in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/dlt-drive-not-working-on-red-hat-linux-9-0-dl380/m-p/3097272#M74561</link>
    <description>If the file is there then a simple login as root&lt;BR /&gt;&lt;BR /&gt;# insmod sym53c8xx_2&lt;BR /&gt;&lt;BR /&gt;may do it&lt;BR /&gt;&lt;BR /&gt;J-P&lt;BR /&gt;</description>
    <pubDate>Mon, 20 Oct 2003 09:44:41 GMT</pubDate>
    <dc:creator>Huc_1</dc:creator>
    <dc:date>2003-10-20T09:44:41Z</dc:date>
    <item>
      <title>DLT Drive not working on Red Hat Linux 9.0 (DL380)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dlt-drive-not-working-on-red-hat-linux-9-0-dl380/m-p/3097263#M74552</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have isntalled the Red Hat Linux 9.0 on a Compaq DL380 server, and then Installed a DLt Tape Drive. &lt;BR /&gt;&lt;BR /&gt;The box has SMART-Array controller and a SCSI controler in it.&lt;BR /&gt;&lt;BR /&gt;DLT Drive is shown at the boot time during the BIOS test etc. but not after the boot.&lt;BR /&gt;&lt;BR /&gt;I have tried running "kuzu" but no success.&lt;BR /&gt;&lt;BR /&gt;Shall be thankful if somebody advises what to do get that DTL Drive working.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Abdul Majid</description>
      <pubDate>Mon, 20 Oct 2003 07:51:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dlt-drive-not-working-on-red-hat-linux-9-0-dl380/m-p/3097263#M74552</guid>
      <dc:creator>Abdul Majid</dc:creator>
      <dc:date>2003-10-20T07:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: DLT Drive not working on Red Hat Linux 9.0 (DL380)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dlt-drive-not-working-on-red-hat-linux-9-0-dl380/m-p/3097264#M74553</link>
      <description>have a look at dmesg this should reveal if it see the DLT scsi driver "this is usualy set to st0)&lt;BR /&gt;&lt;BR /&gt;# demesg | grep "st"&lt;BR /&gt;&lt;BR /&gt;also the command &lt;BR /&gt;&lt;BR /&gt;#cdrecord -scanbus&lt;BR /&gt;&lt;BR /&gt;This will tell you if it isee your scsi&lt;BR /&gt;&lt;BR /&gt;and last&lt;BR /&gt;&lt;BR /&gt;# mt -f /dev/st0 status&lt;BR /&gt;&lt;BR /&gt;Tell us what the above reveale ... if all the result are negatif then have a look at lsmod there should be some scsi modules there otherwise these will need loading/config&lt;BR /&gt;&lt;BR /&gt;Keep us informed so we can help you futher&lt;BR /&gt;&lt;BR /&gt;J-P&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Oct 2003 08:00:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dlt-drive-not-working-on-red-hat-linux-9-0-dl380/m-p/3097264#M74553</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2003-10-20T08:00:51Z</dc:date>
    </item>
    <item>
      <title>Re: DLT Drive not working on Red Hat Linux 9.0 (DL380)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dlt-drive-not-working-on-red-hat-linux-9-0-dl380/m-p/3097265#M74554</link>
      <description>Hi Abdul,&lt;BR /&gt; &lt;BR /&gt;Check your /etc/modules.conf and verify whether these lines are present:&lt;BR /&gt;&lt;BR /&gt;alias scsi_hostadapter &lt;SCSI module="" name=""&gt;&lt;BR /&gt;probeall scsi_hostadapter &lt;SCSI module="" name=""&gt;&lt;BR /&gt;alias char-major-9 st&lt;BR /&gt; &lt;BR /&gt;If they aren't, add them to /etc/modules.conf. Then, issue these commands in the following order:&lt;BR /&gt; &lt;BR /&gt;depmod -a&lt;BR /&gt;modprobe st&lt;BR /&gt; &lt;BR /&gt;This should detect your DLT drive. If it does not, make this:&lt;BR /&gt; &lt;BR /&gt;depmod -a&lt;BR /&gt;modprobe &lt;SCSI module="" name=""&gt;&lt;BR /&gt;modprobe st&lt;BR /&gt; &lt;BR /&gt;You'll dont have to do this in each boot because /etc/modules.conf has been modified to automatize the process.&lt;BR /&gt; &lt;BR /&gt;HTH&lt;BR /&gt;Paulo Fessel&lt;/SCSI&gt;&lt;/SCSI&gt;&lt;/SCSI&gt;</description>
      <pubDate>Mon, 20 Oct 2003 08:10:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dlt-drive-not-working-on-red-hat-linux-9-0-dl380/m-p/3097265#M74554</guid>
      <dc:creator>Paulo A G Fessel</dc:creator>
      <dc:date>2003-10-20T08:10:31Z</dc:date>
    </item>
    <item>
      <title>Re: DLT Drive not working on Red Hat Linux 9.0 (DL380)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dlt-drive-not-working-on-red-hat-linux-9-0-dl380/m-p/3097266#M74555</link>
      <description>I have tried &lt;BR /&gt;&lt;BR /&gt;dmesg |grep "st" and the output is:&lt;BR /&gt;&lt;BR /&gt;"[017] ftape-ctl.c (ftape_enable_Rsmp_7ec0d5d4) - ftape_activate_drive (&amp;amp;ftape_status.fti_drive_type) failed: -19."&lt;BR /&gt;&lt;BR /&gt;This messages bas been repeated a number of times.&lt;BR /&gt;&lt;BR /&gt;I also have looked into the /etc/modules.conf and found the line:&lt;BR /&gt;"alias scsi_hostadapter cpqarray"&lt;BR /&gt;&lt;BR /&gt;What I believe is that system is not recognizing the On Board SCSI Boar.&lt;BR /&gt;&lt;BR /&gt;Can you please advise me that what is the name of the module/driver for onboard SCSI Adaptor.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 20 Oct 2003 08:54:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dlt-drive-not-working-on-red-hat-linux-9-0-dl380/m-p/3097266#M74555</guid>
      <dc:creator>Abdul Majid</dc:creator>
      <dc:date>2003-10-20T08:54:09Z</dc:date>
    </item>
    <item>
      <title>Re: DLT Drive not working on Red Hat Linux 9.0 (DL380)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dlt-drive-not-working-on-red-hat-linux-9-0-dl380/m-p/3097267#M74556</link>
      <description>Abdul, take a look at this link:&lt;BR /&gt; &lt;BR /&gt;&lt;A href="http://www.suse.com/de/business/certifications/certified_hardware/hp/proLiantdl380/" target="_blank"&gt;http://www.suse.com/de/business/certifications/certified_hardware/hp/proLiantdl380/&lt;/A&gt;&lt;BR /&gt; &lt;BR /&gt;The module name for the onboard SCSI is sym53c8xx. You can use it by adding the lines &lt;BR /&gt;&lt;BR /&gt;alias scsi_hostadapter2 sym53c8xx&lt;BR /&gt;probeall scsi_hostadapter2 sym53c8xx&lt;BR /&gt; &lt;BR /&gt;Don't forget to assign the points!&lt;BR /&gt; &lt;BR /&gt;HTH&lt;BR /&gt;Paulo Fessel&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Oct 2003 09:03:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dlt-drive-not-working-on-red-hat-linux-9-0-dl380/m-p/3097267#M74556</guid>
      <dc:creator>Paulo A G Fessel</dc:creator>
      <dc:date>2003-10-20T09:03:01Z</dc:date>
    </item>
    <item>
      <title>Re: DLT Drive not working on Red Hat Linux 9.0 (DL380)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dlt-drive-not-working-on-red-hat-linux-9-0-dl380/m-p/3097268#M74557</link>
      <description>The system say that no SCSI Devices. do I need to give IRQ with the modules.conf?&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Mon, 20 Oct 2003 09:09:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dlt-drive-not-working-on-red-hat-linux-9-0-dl380/m-p/3097268#M74557</guid>
      <dc:creator>Abdul Majid</dc:creator>
      <dc:date>2003-10-20T09:09:57Z</dc:date>
    </item>
    <item>
      <title>Re: DLT Drive not working on Red Hat Linux 9.0 (DL380)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dlt-drive-not-working-on-red-hat-linux-9-0-dl380/m-p/3097269#M74558</link>
      <description>Also have a look when you boot you can usualy see a message press controle somrthing to get in the scsi card configuration tool just after bios messages display and before boot of  lilo or grub&lt;BR /&gt;&lt;BR /&gt;From this menu should see your tape &lt;BR /&gt;&lt;BR /&gt;but first Yes, as Paulo says load module sym53c8xx this may do the trick&lt;BR /&gt;then&lt;BR /&gt;cdrecord -scanbus &lt;BR /&gt;this should now reward you with st0 entry&lt;BR /&gt;&lt;BR /&gt;J-P&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Oct 2003 09:15:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dlt-drive-not-working-on-red-hat-linux-9-0-dl380/m-p/3097269#M74558</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2003-10-20T09:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: DLT Drive not working on Red Hat Linux 9.0 (DL380)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dlt-drive-not-working-on-red-hat-linux-9-0-dl380/m-p/3097270#M74559</link>
      <description>Abdul,&lt;BR /&gt; &lt;BR /&gt;Have you tried to do a "modprobe sym53c8xx"?&lt;BR /&gt;  &lt;BR /&gt;Check if hou have the neccesary module:&lt;BR /&gt; &lt;BR /&gt;cd /lib/modules/`uname -a`/kernel/drivers/scsi/sym53c8xx_2&lt;BR /&gt; &lt;BR /&gt;There should be a file called "sym53c8xx.o.gz" there. If there is no file or directory. then you'll have to recompile your kernel.&lt;BR /&gt; &lt;BR /&gt;Good luck,&lt;BR /&gt;Paulo Fessel</description>
      <pubDate>Mon, 20 Oct 2003 09:15:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dlt-drive-not-working-on-red-hat-linux-9-0-dl380/m-p/3097270#M74559</guid>
      <dc:creator>Paulo A G Fessel</dc:creator>
      <dc:date>2003-10-20T09:15:17Z</dc:date>
    </item>
    <item>
      <title>Re: DLT Drive not working on Red Hat Linux 9.0 (DL380)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dlt-drive-not-working-on-red-hat-linux-9-0-dl380/m-p/3097271#M74560</link>
      <description>File is there but not compressed/zipped. it is sym53c8xx_2.o.&lt;BR /&gt;&lt;BR /&gt;Please advise what to do.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 20 Oct 2003 09:26:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dlt-drive-not-working-on-red-hat-linux-9-0-dl380/m-p/3097271#M74560</guid>
      <dc:creator>Abdul Majid</dc:creator>
      <dc:date>2003-10-20T09:26:08Z</dc:date>
    </item>
    <item>
      <title>Re: DLT Drive not working on Red Hat Linux 9.0 (DL380)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dlt-drive-not-working-on-red-hat-linux-9-0-dl380/m-p/3097272#M74561</link>
      <description>If the file is there then a simple login as root&lt;BR /&gt;&lt;BR /&gt;# insmod sym53c8xx_2&lt;BR /&gt;&lt;BR /&gt;may do it&lt;BR /&gt;&lt;BR /&gt;J-P&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Oct 2003 09:44:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dlt-drive-not-working-on-red-hat-linux-9-0-dl380/m-p/3097272#M74561</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2003-10-20T09:44:41Z</dc:date>
    </item>
    <item>
      <title>Re: DLT Drive not working on Red Hat Linux 9.0 (DL380)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dlt-drive-not-working-on-red-hat-linux-9-0-dl380/m-p/3097273#M74562</link>
      <description>Umm, what have you got the DLT plugged into?&lt;BR /&gt;&lt;BR /&gt;It's a DL380, thus it's definately not internal (there is a hot-swap DDS drive that would go inside, but DLT's are just too big), and according to the specs of the machine (see &lt;A href="http://h18004.www1.hp.com/products/servers/proliantdl380/description-g3.html)," target="_blank"&gt;http://h18004.www1.hp.com/products/servers/proliantdl380/description-g3.html),&lt;/A&gt; there isn't any other SCSI controller in the system.&lt;BR /&gt;&lt;BR /&gt;Have you put in a second SCSI controller of some description?  We need to know.</description>
      <pubDate>Mon, 20 Oct 2003 19:15:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dlt-drive-not-working-on-red-hat-linux-9-0-dl380/m-p/3097273#M74562</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2003-10-20T19:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: DLT Drive not working on Red Hat Linux 9.0 (DL380)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dlt-drive-not-working-on-red-hat-linux-9-0-dl380/m-p/3097274#M74563</link>
      <description>It is an old DL380. &lt;BR /&gt;DLT get fitted if there is no other device except CD.&lt;BR /&gt;There is another SCSI with in the system. There is an external SCSI connector as well. If you plug any thing on it, system complaints that you can only plug either internal or external devices. When I opened the system, I found a SCSI cable connected to and been put on a side (not in use).&lt;BR /&gt;&lt;BR /&gt;The ffproblem with me is that we are a big company having some policies and procedure.I cant touch the box (i.e. can't open and plug and play) otherwise, I definitely find a work around. &lt;BR /&gt;&lt;BR /&gt;Second thing is that, I have installed Linux first time. Since last 4-5 years I'm working only on Sun servers, you can understand that with these OEM product, there is no problem. With Intel based, you need a lots of drivers etc.&lt;BR /&gt;&lt;BR /&gt;Shall be thankful if you kindly advise some solution to this.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Abdul Majid</description>
      <pubDate>Tue, 21 Oct 2003 04:10:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dlt-drive-not-working-on-red-hat-linux-9-0-dl380/m-p/3097274#M74563</guid>
      <dc:creator>Abdul Majid</dc:creator>
      <dc:date>2003-10-21T04:10:10Z</dc:date>
    </item>
    <item>
      <title>Re: DLT Drive not working on Red Hat Linux 9.0 (DL380)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dlt-drive-not-working-on-red-hat-linux-9-0-dl380/m-p/3097275#M74564</link>
      <description>Majid,&lt;BR /&gt;&lt;BR /&gt;You probably have done this but did you try &lt;BR /&gt;&lt;BR /&gt;# dmesg | grep -i "scsi" &lt;BR /&gt;&lt;BR /&gt;If you did not does it reveal anything interesting ?.&lt;BR /&gt;&lt;BR /&gt;J-P&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Oct 2003 04:32:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dlt-drive-not-working-on-red-hat-linux-9-0-dl380/m-p/3097275#M74564</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2003-10-21T04:32:33Z</dc:date>
    </item>
    <item>
      <title>Re: DLT Drive not working on Red Hat Linux 9.0 (DL380)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dlt-drive-not-working-on-red-hat-linux-9-0-dl380/m-p/3097276#M74565</link>
      <description>Thanks&lt;BR /&gt;&lt;BR /&gt;I tried and the system sasy:&lt;BR /&gt;"SCSI subsystem driver Rev:1.00"&lt;BR /&gt;&lt;BR /&gt;I have scanned another system (same config). It appears to have only one "Smart Array Controller".&lt;BR /&gt;&lt;BR /&gt;Is it possible to attach any other SCSI Device to the same SMART Array controler or only Disks can be attached.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Tue, 21 Oct 2003 04:57:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dlt-drive-not-working-on-red-hat-linux-9-0-dl380/m-p/3097276#M74565</guid>
      <dc:creator>Abdul Majid</dc:creator>
      <dc:date>2003-10-21T04:57:13Z</dc:date>
    </item>
    <item>
      <title>Re: DLT Drive not working on Red Hat Linux 9.0 (DL380)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dlt-drive-not-working-on-red-hat-linux-9-0-dl380/m-p/3097277#M74566</link>
      <description>Abdul,&lt;BR /&gt;&lt;BR /&gt;I found the following link this may help you &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h18000.www1.hp.com/info/golden-eggs/" target="_blank"&gt;http://h18000.www1.hp.com/info/golden-eggs/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;in there there are schematics of your DL380 &lt;BR /&gt;in pdf format.&lt;BR /&gt;&lt;BR /&gt;J-P&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Oct 2003 05:20:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dlt-drive-not-working-on-red-hat-linux-9-0-dl380/m-p/3097277#M74566</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2003-10-21T05:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: DLT Drive not working on Red Hat Linux 9.0 (DL380)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dlt-drive-not-working-on-red-hat-linux-9-0-dl380/m-p/3097278#M74567</link>
      <description>There is nothing related to that box.&lt;BR /&gt;&lt;BR /&gt;The box is DL380 PIII 866 MHz&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Oct 2003 05:25:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dlt-drive-not-working-on-red-hat-linux-9-0-dl380/m-p/3097278#M74567</guid>
      <dc:creator>Abdul Majid</dc:creator>
      <dc:date>2003-10-21T05:25:24Z</dc:date>
    </item>
    <item>
      <title>Re: DLT Drive not working on Red Hat Linux 9.0 (DL380)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dlt-drive-not-working-on-red-hat-linux-9-0-dl380/m-p/3097279#M74568</link>
      <description>First slot in&lt;BR /&gt; &lt;A href="http://h18000.www1.hp.com/info/GEIDL380G3a/GEIDL380G3aPF.pdf" target="_blank"&gt;http://h18000.www1.hp.com/info/GEIDL380G3a/GEIDL380G3aPF.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;It says in this document that in first slot there can be tape or disk &lt;BR /&gt;&lt;BR /&gt;J-P</description>
      <pubDate>Tue, 21 Oct 2003 05:29:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dlt-drive-not-working-on-red-hat-linux-9-0-dl380/m-p/3097279#M74568</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2003-10-21T05:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: DLT Drive not working on Red Hat Linux 9.0 (DL380)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dlt-drive-not-working-on-red-hat-linux-9-0-dl380/m-p/3097280#M74569</link>
      <description>did you tried it with other scsi controller?&lt;BR /&gt;dl380 is integrated array model.&lt;BR /&gt;maybe externel scsi port treated array port by linux. &lt;BR /&gt;install other scsi controller, and test it!&lt;BR /&gt;redhat 9.0 not certified!!&lt;BR /&gt;I recommend redhat 8.0&lt;BR /&gt;redhat 9.0 have install problem with dl380 model.&lt;BR /&gt;&lt;BR /&gt;good luck!!!</description>
      <pubDate>Tue, 21 Oct 2003 19:07:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dlt-drive-not-working-on-red-hat-linux-9-0-dl380/m-p/3097280#M74569</guid>
      <dc:creator>Jaieun Chu</dc:creator>
      <dc:date>2003-10-21T19:07:33Z</dc:date>
    </item>
  </channel>
</rss>

