- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- SCSI conroller and linux
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
Discussions
Discussions
Discussions
Forums
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
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
тАО04-10-2008 09:13 PM
тАО04-10-2008 09:13 PM
SCSI conroller and linux
I inserted HP LSI20320 to PCI on Proliant DL380 G4. On boot time controller was found and after controler did discovering itself it found HP Ultrium 232.
Problem next in linux no scsi devices attached
lspci returns this
0a:01.0 SCSI storage controller: LSI Logic / Symbios Logic 53c1030 PCI-X Fusion-MPT Dual Ultra320 SCSI (rev 07)
but I can not discover in linux my Ulrium. What can I do or where I an check this?
Thank you all verry much in advance, this problem is important to me
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-11-2008 02:55 AM
тАО04-11-2008 02:55 AM
Re: SCSI conroller and linux
I would first check in the output of "dmesg" whether the tape drive was seen during startup...
Cheers,
Rob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-11-2008 03:19 AM
тАО04-11-2008 03:19 AM
Re: SCSI conroller and linux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-11-2008 03:41 AM
тАО04-11-2008 03:41 AM
Re: SCSI conroller and linux
I didnt found anythig in dmesg(maybe don't see ecouse dont know what can be strange :) )
I attahce dmesg if not minded please someody take a look.
About tools I tryed hp_ltt but it cannot found anything..
my lsmod
I added driver sym53c8xx but nothing changed
Module Size Used by
sym53c8xx 72033 0
scsi_transport_spi 17473 1 sym53c8xx
st 40029 0
sg 38113 0
autofs4 22085 0
i2c_dev 14273 0
i2c_core 25921 1 i2c_dev
ipt_REJECT 10561 1
ipt_state 5825 11
ip_conntrack 45957 1 ipt_state
iptable_filter 6721 1
ip_tables 21441 3 ipt_REJECT,ipt_state,iptable_filter
md5 8001 1
ipv6 238817 26
dm_mod 57157 0
button 10449 0
battery 12869 0
ac 8773 0
joydev 14209 0
uhci_hcd 32729 0
ehci_hcd 31813 0
tg3 79173 0
floppy 58065 0
aic7xxx 146552 0
ext3 118473 8
jbd 59481 1 ext3
cciss 45221 11
sd_mod 20545 0
scsi_mod 116557 7 sym53c8xx,scsi_transport_spi,st,sg,aic7xxx,cciss,sd_mod
Any body knows can problem be in absence of proper driver?
on HP site writen that this SCSI controller not need any drivers. But on LSI site I found LSI Logic Fusion-MPT (TM)
(Message Passing Technology) device drivers for Linux(TM). Do I need to instal this? some one knows for what this driver is? As I reed there is kernel recomplinig needed. It's verry hard I think I will brake server OS :(((
thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-11-2008 05:00 AM
тАО04-11-2008 05:00 AM
Re: SCSI conroller and linux
cat /proc/mpt/summary
cat /proc/mpt/version
also
cat /proc/scsi/scsi will show devices..
You might need to load the drivers for the card.
Also the driver for the st drivers might need to be loaded
use modprobe st for tape devices
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-11-2008 09:32 PM
тАО04-11-2008 09:32 PM
Re: SCSI conroller and linux
cat /proc/mpt/summary
cat /proc/mpt/version
cat /proc/scsi/scsi
show
Attached devices:
Acording to HP no drivers needed, I am confused ^(((
st is loaded
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-12-2008 12:00 AM
тАО04-12-2008 12:00 AM
Re: SCSI conroller and linux
insmod mptbase return that i dont have mptbase
then I did
locate mptbase return is
/lib/modules/2.6.9-5.ELsmp/kernel/drivers/message/fusion/mptbase.ko
/lib/modules/2.6.9-5.EL/kernel/drivers/message/fusion/mptbase.ko
the I did insmod /lib/modules/2.6.9-5.ELsmp/kernel/drivers/message/fusion/mptbase.ko
and this is worked module is loaded
then i did the same for mptscsih and it worked too
no I have access to my TYPE but are my doings right? or i did completely unsafe?