Bug 6260
Summary: | Installer fails to use more than 5 SCSI disks | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | Jakob Xstergaard <jakob> |
Component: | installer | Assignee: | Jay Turner <jturner> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 6.1 | CC: | jvv, srevivo |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i386 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2000-09-19 22:59: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: |
Description
Jakob Xstergaard
1999-10-22 18:59:52 UTC
This issue has been assigned to a developer for further action. Have you tried initializing the drives which Disk Druid says it cannot read the partition table for. It Disk Druid cannot read the partition tables, then those drives will not show up in the list of available drives. In addition, you will not be able to cat the devices, as the installer cannot recognize them. I just ran into what seems like the same problem with both rh6.0 and rh6.1. I have a system with an onboard two-channel ncr53c8xx controller, and I've added two 2940u2w's. In my case, there's no problem during installation. Disk Druid sees all of the disks (eight at the moment - one on an onboard channel, four on one 2940u2w, and three on the other 2940u2w). Once the system is up and running, however, no disk device beyond sde works. However, the system is aware of all of the disks on some level: everything in /proc/scsi is correct, and has info about all disks. Anyway, I just tried bringing up the system without loading the ncr53c8xx module, and I can now see all seven of the disks on the Adaptec controllers. So, it looks like the aic7xxx and ncr53c8xx modules don't get along very well. I hope this helps. Let me know if you need more info. I ended up installing the system with rpm --root ..., since the RAID was already created on the old configuration. All disks had partition tables, so it's strange that the kernel shouldn't be able to read them. And even if it was so, why couldn't I cat /dev/sdf ? That's not a partition, it's an entire disk without partitions. The disks were recognized by the kernel (seen in dmesg) but they just didn't work for some strange reason. The system is now running 2.2.13ac2, in a pretty standard configuration with the AIC and NCR controllers getting along just fine. Added this to a list of things to be aware of with future releases. Is this still a problem with Red Hat 6.2 - please reopen if so. |