HP StorageWorks Clustered File System 3.1.1p1 Linux Edition Upgrade Guide (February 2006)

Appendix A: Rebuilding the SLES9 Kernel 13
CONFIG_SCSI_MULTI_LUN=y
3. Patch the kernel configuration file that you copied in step 2. From
/usr/src/linux, run the following command:
# /opt/hpcfs/mxfs/patch_config /opt/hpcfs/mxfs/patches .config
4. Complete the kernel configuration and build the kernel:
# make oldconfig
# make bzImage
# make modules
# make modules_install
5. Install the kernel:
# make install
This step creates the ramdisk image. The image will not include the
modules that you removed earlier from the
INITRD_MODULES
directive in the /etc/sysconfig/kernel file.
This step also modifies the default grub or lilo configuration. If you
are not using the default configuration, update your configuration as
necessary to ensure that the right kernel is selected.
6. Reboot the system and verify that the correct kernel is being used.