|
Here's the solution to my problem. In SLES 9 SP3, chkconfig boot.udev is off by default. This means that udevstart is not run by default, and so will not create additional /dev/sd* files if needed. So, when I ran udevstart, poof!, all the additional /dev/sd entries were created. And, using 'chkcondig boot.udev on' will allow this to happen automatically.
FYI, 'chkconfig boot.udev' is on by default in SLES 10.
tl
|