- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: red hat advanced server 2.x
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2004 11:22 AM
02-16-2004 11:22 AM
red hat advanced server 2.x
Can somebody helpme with information about Tape drive installation in linux redhat advanced server??
My tape drive is a hp storage Works DAT 40
modelo: Q1546A, my server is a Proliant DL380G3, my array controller card is 5i+ and this detect my tape drive but linux nop.
Please help.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2004 11:40 AM
02-16-2004 11:40 AM
Re: red hat advanced server 2.x
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.
Also it might help if you could elaborate a bit more on what makes you think your server does not see the drive.
Greetings, Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2004 11:55 AM
02-16-2004 11:55 AM
Re: red hat advanced server 2.x
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).
Taking a quick look at that server now, however, shows that the tape drive is working fine.
So lets check some things:
1) You're using a recent 'cciss' driver supplied by HP?
2) The 'cciss' and 'st' modules are inserted or compiled in?
3) The following flags are set in your '.config' for your kernel:
CONFIG_BLK_CPQ_CISS_DA=m|y
CONFIG_CISS_SCSI_TAPE=y
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2004 01:01 AM
02-17-2004 01:01 AM
Re: red hat advanced server 2.x
for x in /proc/driver/cciss/cciss[0-9]*
do
echo "engage scsi" > $x
done
The echo command will engage the cciss scsi support and the script will keep the setup going across reboots.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2004 04:02 AM
02-17-2004 04:02 AM
Re: red hat advanced server 2.x
cat /proc/scsi/scsi
don´t show me nothing.
Help
Th
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2004 05:40 AM
02-17-2004 05:40 AM
Re: red hat advanced server 2.x
"You must enable "SCSI tape drive support for Smart Array 5xxx" and
"SCSI support" in your kernel configuration to be able to use SCSI
tape drives with your Smart Array 5xxx controller."
If so,
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:
echo "engage scsi" > /proc/driver/cciss/cciss0
echo scsi add-single-device 0 0 0 0 > /proc/scsi/scsi
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.
The 1st SCSI tape device is accessed with /dev/nst0 for non-rewinding and /dev/st0 for rewinding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2004 06:52 AM
02-17-2004 06:52 AM
Re: red hat advanced server 2.x
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2004 07:22 AM
02-17-2004 07:22 AM
Re: red hat advanced server 2.x
echo "engage scsi" > /proc/driver/cciss/cciss0
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.