<?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: red hat advanced server 2.x in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/red-hat-advanced-server-2-x/m-p/3193520#M9934</link>
    <description>mm.. Much fun.. Hot-Swap tape drive in 2U server..&lt;BR /&gt;&lt;BR /&gt;I've only got one server with this configuration, and truthfully, I've not tried getting the tape to work yet (I didn't build it up).&lt;BR /&gt;&lt;BR /&gt;Taking a quick look at that server now, however, shows that the tape drive is working fine.&lt;BR /&gt;&lt;BR /&gt;So lets check some things:&lt;BR /&gt;&lt;BR /&gt;1) You're using a recent 'cciss' driver supplied by HP?&lt;BR /&gt;&lt;BR /&gt;2) The 'cciss' and 'st' modules are inserted or compiled in?&lt;BR /&gt;&lt;BR /&gt;3) The following flags are set in your '.config' for your kernel:&lt;BR /&gt;&lt;BR /&gt;CONFIG_BLK_CPQ_CISS_DA=m|y&lt;BR /&gt;CONFIG_CISS_SCSI_TAPE=y&lt;BR /&gt;&lt;BR /&gt;If these are all good, and you're running that kernel, then we need to check the contents of '/proc/scsi/scsi' and for the existance of the '/dev/cciss/' structures.</description>
    <pubDate>Mon, 16 Feb 2004 19:55:53 GMT</pubDate>
    <dc:creator>Stuart Browne</dc:creator>
    <dc:date>2004-02-16T19:55:53Z</dc:date>
    <item>
      <title>red hat advanced server 2.x</title>
      <link>https://community.hpe.com/t5/operating-system-linux/red-hat-advanced-server-2-x/m-p/3193518#M9932</link>
      <description>Hi, &lt;BR /&gt;Can somebody helpme with information about Tape drive installation in linux redhat advanced server??&lt;BR /&gt;My tape drive is a hp storage Works DAT 40&lt;BR /&gt;modelo:  Q1546A, my server is a Proliant DL380G3, my array controller card is 5i+ and this detect my tape drive but linux nop.&lt;BR /&gt;Please help.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Feb 2004 19:22:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/red-hat-advanced-server-2-x/m-p/3193518#M9932</guid>
      <dc:creator>David_550</dc:creator>
      <dc:date>2004-02-16T19:22:13Z</dc:date>
    </item>
    <item>
      <title>Re: red hat advanced server 2.x</title>
      <link>https://community.hpe.com/t5/operating-system-linux/red-hat-advanced-server-2-x/m-p/3193519#M9933</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I am no expert on this, but a first step certainly is to run cdrecord -scanbus to determine if the tape drive is identified on the SCSI level by your system.&lt;BR /&gt;&lt;BR /&gt;Also it might help if you could elaborate a bit more on what makes you think your server does not see the drive.&lt;BR /&gt;&lt;BR /&gt;Greetings, Martin</description>
      <pubDate>Mon, 16 Feb 2004 19:40:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/red-hat-advanced-server-2-x/m-p/3193519#M9933</guid>
      <dc:creator>Martin P.J. Zinser</dc:creator>
      <dc:date>2004-02-16T19:40:23Z</dc:date>
    </item>
    <item>
      <title>Re: red hat advanced server 2.x</title>
      <link>https://community.hpe.com/t5/operating-system-linux/red-hat-advanced-server-2-x/m-p/3193520#M9934</link>
      <description>mm.. Much fun.. Hot-Swap tape drive in 2U server..&lt;BR /&gt;&lt;BR /&gt;I've only got one server with this configuration, and truthfully, I've not tried getting the tape to work yet (I didn't build it up).&lt;BR /&gt;&lt;BR /&gt;Taking a quick look at that server now, however, shows that the tape drive is working fine.&lt;BR /&gt;&lt;BR /&gt;So lets check some things:&lt;BR /&gt;&lt;BR /&gt;1) You're using a recent 'cciss' driver supplied by HP?&lt;BR /&gt;&lt;BR /&gt;2) The 'cciss' and 'st' modules are inserted or compiled in?&lt;BR /&gt;&lt;BR /&gt;3) The following flags are set in your '.config' for your kernel:&lt;BR /&gt;&lt;BR /&gt;CONFIG_BLK_CPQ_CISS_DA=m|y&lt;BR /&gt;CONFIG_CISS_SCSI_TAPE=y&lt;BR /&gt;&lt;BR /&gt;If these are all good, and you're running that kernel, then we need to check the contents of '/proc/scsi/scsi' and for the existance of the '/dev/cciss/' structures.</description>
      <pubDate>Mon, 16 Feb 2004 19:55:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/red-hat-advanced-server-2-x/m-p/3193520#M9934</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2004-02-16T19:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: red hat advanced server 2.x</title>
      <link>https://community.hpe.com/t5/operating-system-linux/red-hat-advanced-server-2-x/m-p/3193521#M9935</link>
      <description>Assuming that your are using the 5i+ or another array controller that uses cciss, put the following script (in a file called compaq_cciss_scsi) in /etc/rc.d/init.d:&lt;BR /&gt;&lt;BR /&gt;for x in /proc/driver/cciss/cciss[0-9]*&lt;BR /&gt;do&lt;BR /&gt;echo "engage scsi" &amp;gt; $x&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;The echo command will engage the cciss scsi support and the script will keep the setup going across reboots.</description>
      <pubDate>Tue, 17 Feb 2004 09:01:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/red-hat-advanced-server-2-x/m-p/3193521#M9935</guid>
      <dc:creator>Bill Wood_3</dc:creator>
      <dc:date>2004-02-17T09:01:45Z</dc:date>
    </item>
    <item>
      <title>Re: red hat advanced server 2.x</title>
      <link>https://community.hpe.com/t5/operating-system-linux/red-hat-advanced-server-2-x/m-p/3193522#M9936</link>
      <description>Bill Wood, I tried it, but donÂ´t work. When i execute the following:&lt;BR /&gt;cat /proc/scsi/scsi&lt;BR /&gt;&lt;BR /&gt;donÂ´t show me nothing.&lt;BR /&gt;&lt;BR /&gt;Help&lt;BR /&gt;Th</description>
      <pubDate>Tue, 17 Feb 2004 12:02:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/red-hat-advanced-server-2-x/m-p/3193522#M9936</guid>
      <dc:creator>David_550</dc:creator>
      <dc:date>2004-02-17T12:02:22Z</dc:date>
    </item>
    <item>
      <title>Re: red hat advanced server 2.x</title>
      <link>https://community.hpe.com/t5/operating-system-linux/red-hat-advanced-server-2-x/m-p/3193523#M9937</link>
      <description>Are you sure that the cciss tape support is enabled in your kernel?&lt;BR /&gt;&lt;BR /&gt;"You must enable "SCSI tape drive support for Smart Array 5xxx" and &lt;BR /&gt;"SCSI support" in your kernel configuration to be able to use SCSI&lt;BR /&gt;tape drives with your Smart Array 5xxx controller."&lt;BR /&gt;&lt;BR /&gt;If so,&lt;BR /&gt;&lt;BR /&gt;If you have the compaq_cciss_scsi script running correctly at startup, you will see the tape device in /proc/scsi/scsi. You can manually add the tape device with the following commands:&lt;BR /&gt;&lt;BR /&gt;echo "engage scsi" &amp;gt; /proc/driver/cciss/cciss0&lt;BR /&gt;&lt;BR /&gt;echo scsi add-single-device 0 0 0 0 &amp;gt; /proc/scsi/scsi &lt;BR /&gt;&lt;BR /&gt;Tape devices always start with all 0s on our array controllers (regardless of their position during post). For example, tape device 1 is "0 0 0 0" and tape device 2 would be 0 0 1 0" and so on.&lt;BR /&gt;&lt;BR /&gt;The 1st SCSI tape device is accessed with /dev/nst0 for non-rewinding and /dev/st0 for rewinding</description>
      <pubDate>Tue, 17 Feb 2004 13:40:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/red-hat-advanced-server-2-x/m-p/3193523#M9937</guid>
      <dc:creator>Bill Wood_3</dc:creator>
      <dc:date>2004-02-17T13:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: red hat advanced server 2.x</title>
      <link>https://community.hpe.com/t5/operating-system-linux/red-hat-advanced-server-2-x/m-p/3193524#M9938</link>
      <description>Bill Wood  --&amp;gt;Are you sure that the cciss tape support is enabled in your kernel--&amp;gt;but do i do it with echo engage scsi &amp;gt; /proc/driver/cciss/ccissN or not??&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Tue, 17 Feb 2004 14:52:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/red-hat-advanced-server-2-x/m-p/3193524#M9938</guid>
      <dc:creator>David_550</dc:creator>
      <dc:date>2004-02-17T14:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: red hat advanced server 2.x</title>
      <link>https://community.hpe.com/t5/operating-system-linux/red-hat-advanced-server-2-x/m-p/3193525#M9939</link>
      <description>No, the following command is required to register with the scsi mid-layer.&lt;BR /&gt;&lt;BR /&gt;echo "engage scsi" &amp;gt; /proc/driver/cciss/cciss0 &lt;BR /&gt;&lt;BR /&gt;If you are using a stock Red Hat kernel, then the support is already enabled.  If not, you will have to run "make xconfig" or "make menuconfig" from /usr/src/linux-2.4 and add it. Then recompile the kernel/modules.</description>
      <pubDate>Tue, 17 Feb 2004 15:22:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/red-hat-advanced-server-2-x/m-p/3193525#M9939</guid>
      <dc:creator>Bill Wood_3</dc:creator>
      <dc:date>2004-02-17T15:22:37Z</dc:date>
    </item>
  </channel>
</rss>

