- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Red Hat 9.0, ML110, Adaptec SCSI 29160 and DAT 40...
Operating System - Linux
1821988
Members
3537
Online
109638
Solutions
Forums
Categories
Company
Local Language
юдл
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
юдл
back
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
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
тАО01-20-2005 01:43 AM
тАО01-20-2005 01:43 AM
Hi,
We have 2 proliant ML110, one with RH9 and the other under 2000 server
Works great BUT, I have just received DAT tape drive with their Adaptec SCSI card 29160 Ultra 160 (PCI 64 bits) and the problem is that the tape is not reconized bat Linux (but reconized under windows)
I can see the SCSI card through lspci and the hardware navigator but nothing about st (tape) in dmesg
lspci :
04:05.0 SCSI storage controller: Adaptec AIC-7892A U160/m (rev 02)
04:06.0 RAID bus controller: Promise Technology, Inc.: Unknown device 6622 (rev 01)
in /proc/scsi/scsi I got :
Attached devices:
Host: scsi0 Channel: 00 Id: 00 Lun: 00
Vendor: Promise Model: 3 Disk RAID5 Rev: 1.10
Type: Direct-Access ANSI SCSI revision: 02
ls /proc/scsi :
FastTrak scsi
nothing about adaptec
STRANGE !!!
BTW there is the promise raid card with 3 SATA disk (raid2+1) included in the proliant
is there a conflict between promise and adaptec ?
Anybody can help me ?
We have 2 proliant ML110, one with RH9 and the other under 2000 server
Works great BUT, I have just received DAT tape drive with their Adaptec SCSI card 29160 Ultra 160 (PCI 64 bits) and the problem is that the tape is not reconized bat Linux (but reconized under windows)
I can see the SCSI card through lspci and the hardware navigator but nothing about st (tape) in dmesg
lspci :
04:05.0 SCSI storage controller: Adaptec AIC-7892A U160/m (rev 02)
04:06.0 RAID bus controller: Promise Technology, Inc.: Unknown device 6622 (rev 01)
in /proc/scsi/scsi I got :
Attached devices:
Host: scsi0 Channel: 00 Id: 00 Lun: 00
Vendor: Promise Model: 3 Disk RAID5 Rev: 1.10
Type: Direct-Access ANSI SCSI revision: 02
ls /proc/scsi :
FastTrak scsi
nothing about adaptec
STRANGE !!!
BTW there is the promise raid card with 3 SATA disk (raid2+1) included in the proliant
is there a conflict between promise and adaptec ?
Anybody can help me ?
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-20-2005 09:54 AM
тАО01-20-2005 09:54 AM
Solution
Howdy,
I run fedora 1 with a 29160 with a dat autoloader on for playing about - I usually have to run "modprobe aic*" for it to load the driver so that I can see the tape drive underneath it. Run modprobe st as well if you have to. I suppose I should get it to load automatically with /etc/modules.conf or something. As ever - have a read of the man page.
HTH
Ian
I run fedora 1 with a 29160 with a dat autoloader on for playing about - I usually have to run "modprobe aic*" for it to load the driver so that I can see the tape drive underneath it. Run modprobe st as well if you have to. I suppose I should get it to load automatically with /etc/modules.conf or something. As ever - have a read of the man page.
HTH
Ian
Hope that helps - please click "Thumbs up" for Kudos if it does
## ---------------------------------------------------------------------------##
Which is the only cheese that is made backwards?
Edam!
Tweets: @2techie4me
## ---------------------------------------------------------------------------##
Which is the only cheese that is made backwards?
Edam!
Tweets: @2techie4me
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-20-2005 08:14 PM
тАО01-20-2005 08:14 PM
Re: Red Hat 9.0, ML110, Adaptec SCSI 29160 and DAT 40i
Christmas time !!!!!
it works !! :)))))))))))))))))
thanks a lot !!
it works !! :)))))))))))))))))
thanks a lot !!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-20-2005 08:20 PM
тАО01-20-2005 08:20 PM
Re: Red Hat 9.0, ML110, Adaptec SCSI 29160 and DAT 40i
here is the magic command :
modprobe aic*
to check :
lsmod
--> seen the aic7xxx_old and st modules loaded
dmesg
--> seen the tape st
st: Version 20020805, bufsize 32768, wrt 30720, max init. bufs 4, s/g segs 16
Attached scsi tape st0 at scsi1, channel 0, id 3, lun 0
mt -f /dev/st0 status
SCSI 2 tape drive:
File number=-1, block number=-1, partition=0.
Tape block size 0 bytes. Density code 0x0 (default).
Soft error count since last status=0
General status bits on (50000):
DR_OPEN IM_REP_EN
works great!!
thanks again !!
modprobe aic*
to check :
lsmod
--> seen the aic7xxx_old and st modules loaded
dmesg
--> seen the tape st
st: Version 20020805, bufsize 32768, wrt 30720, max init. bufs 4, s/g segs 16
Attached scsi tape st0 at scsi1, channel 0, id 3, lun 0
mt -f /dev/st0 status
SCSI 2 tape drive:
File number=-1, block number=-1, partition=0.
Tape block size 0 bytes. Density code 0x0 (default).
Soft error count since last status=0
General status bits on (50000):
DR_OPEN IM_REP_EN
works great!!
thanks again !!
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP