Bug 50532
Summary: | Roswell failed to detect logical drive on PERC3/SC (AMI MegaRAID 475) | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | Danny Trinh <danny_trinh> | ||||||
Component: | kernel | Assignee: | Arjan van de Ven <arjanv> | ||||||
Status: | CLOSED NOTABUG | QA Contact: | Brock Organ <borgan> | ||||||
Severity: | high | Docs Contact: | |||||||
Priority: | high | ||||||||
Version: | 7.3 | CC: | afom_m, john_hull, peterj, prago | ||||||
Target Milestone: | --- | ||||||||
Target Release: | --- | ||||||||
Hardware: | i586 | ||||||||
OS: | Linux | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2001-08-09 19:53:25 UTC | Type: | --- | ||||||
Regression: | --- | Mount Type: | --- | ||||||
Documentation: | --- | CRM: | |||||||
Verified Versions: | Category: | --- | |||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||
Embargoed: | |||||||||
Attachments: |
|
Description
Danny Trinh
2001-07-31 22:49:26 UTC
Created attachment 25679 [details]
Syslog file
What server and BIOS level? Looks like IRQs aren't getting routed properly, and the first obvious symptom is a lack of disk I/O. usb.c: registered new driver hub PCI: Found IRQ 5 for device 00:0f.2 IRQ routing conflict for 00:0f.2, have irq 10, want irq 5 eepro100.c: $Revision: 1.36 $ 2000/11/17 PCI: Found IRQ 9 for device 00:02.0 IRQ routing conflict for 00:02.0, have irq 11, want irq 9 megaraid: v1.17a (Release Date: Fri Jul 13 18:44:01 EDT 2001) PCI: Found IRQ 10 for device 01:04.0 IRQ routing conflict for 01:04.0, have irq 5, want irq 10 I tested on two servers (PE1300, PE1400), the results are the same. Both servers have the lastest BIOS. However, the installation process works very well with PERC3/DC, PERC2/DC. I was able to install Fairfax Beta 2 on this controller (same firmware and config) successfully. This defect is considered SHOULD-FIX for Fairfax. nothing with regard to this controller changed in anaconda; moving to kernel. I could install it on my Dell PERC3 just fine too, I'll check asap which exact model it is (it has 128Mb ram) Created attachment 25912 [details]
dmesg of sys after installing Fairfax Beta3, added the card, and insmod megaraid
After installing the megaraid driver, it detects the logical volume but it was not given a device name (/dev/sdb). Below is the log message when the megaraid driver is installed. megaraid: v1.17a (Release Date: Fri Jul 13 18:44:01 EDT 2001) megaraid: found 0x101e:0x1960:idx 0:bus 1:slot 6:func 0 scsi3 : Found a MegaRAID controller at 0xf89e2000, IRQ: 20 scsi3 : Enabling 64 bit support megaraid: [1.62:3.17] detected 1 logical drives megaraid: channel[1] is raid. I tried this card (perc3/sc) in a 6450 with todays tree. Anaconda sees the card, but hangs loading the driver. There is an issue with installing onto PE6450 (bugzilla # 50775). Try the work around suggested there. AMI reproduced the problem, and fixed it. Go into controller setup during POST, and press Alt-F to reset to factory defaults. This somehow clears bad state in NVRAM. Dell has sent another failing card to AMI to troubleshoot exactly why it fails for future fixes. I'm marking this as closed (from RH's perspective, it's NOTABUG.) |