Hey, all --
This is returning to an old question for me, as I've started creating 10.1 installation profiles now that the zypp/zmd issues seem to be fixed.
I'm trying to install onto a server with the following: - 2 x 80GB SATA, on a Silicon Image controller, exported as JBOD. - 3 x 250GB SATA, on a 3ware 9550 controller, exported as a single RAID 5
I'm creating a software RAID 1 on the 80GB drives, and using that as the root partition. The RAID5 being partitioned for LVM, though not allocated yet.
When autoyast starts the install, it autodetects the installed hardware (in, I think, alphabetical order?). The 3ware RAID array is detected as /dev/sda, and the two SiI disks as /dev/sdb and /dev/sdc
When the install is complete and the system reboots, this order has switched; the SiI disks are /dev/sda and /dev/sdb, and the 3ware RAID is /dev/sdc.
I would like for the behavior to be consistent, one way or the other, but I can't seem to figure out how to force it to be. (In an ideal world, the 3ware RAID would be /dev/sdc during install and after initial boot.)
Anyone have any suggestions, or pointers to documentation that I may have missed? I've been trying to keep track through Uwe's (many and wonderful!) improvements to autoyast, but may have missed something along the way...
TIA!
- Ian
On Friday 22 September 2006 10:11, Marlier, Ian wrote:
Hey, all --
This is returning to an old question for me, as I've started creating 10.1 installation profiles now that the zypp/zmd issues seem to be fixed.
I'm trying to install onto a server with the following:
- 2 x 80GB SATA, on a Silicon Image controller, exported as JBOD.
- 3 x 250GB SATA, on a 3ware 9550 controller, exported as a single RAID
5
I'm creating a software RAID 1 on the 80GB drives, and using that as the root partition. The RAID5 being partitioned for LVM, though not allocated yet.
When autoyast starts the install, it autodetects the installed hardware (in, I think, alphabetical order?). The 3ware RAID array is detected as /dev/sda, and the two SiI disks as /dev/sdb and /dev/sdc
When the install is complete and the system reboots, this order has switched; the SiI disks are /dev/sda and /dev/sdb, and the 3ware RAID is /dev/sdc.
You have to load the modules for your controllers in the right order. Put them into the <initrd_modules> section in your profile in the proper order, the 3ware module first and then the other one.
KK
autoinstall@lists.opensuse.org