Hello,
I encountered the following problem. I have a multi-processor machine installed with SME Server 6.0.1, however everytime it boots up it chooses to load the UP kernel by default.
I figured out that you can alter the SME Server configuration to load another kernel with the following command:
/sbin/e-smith/db configuration setprop lilo DefaultKernel SMEServer-smp
But first I checked which value was already configured for this parameter by doing:
/sbin/e-smith/db configuration show|grep "DefaultKernel"
And it showed:
DefaultKernel=SMEServer-smp
However the lilo.conf shows this:
default=SMEServer-up
Looks like the SME Configuration parameters are not in sync with the configuration file. Is there a way to re-generate lilo.conf?
Thanks,
Peter