After you install the Linux OSs listed in Table 7-1, replace the original kernel with the one of the ClousOS. Table 7-2 lists the path to kernel files of OSs that support the CloudOS.
Table 7-2 Kernel files of OSs that support the CloudOS
Compression Package | Kernel File in Package | Description | Path |
kernel_patch-redhat_enterprise_linux_4.7.tar.gz | kernel-2.6.9-78.EL.i686.rpm | Kernel file packages and kernel patch packages of Red Hat Enterprise Linux 4.7 (32-bit) and CentOS 4.7 | See section "2.1 Obtaining Software Packages". |
kernel-devel-2.6.9-78.EL.i686.rpm |
kernel-smp-2.6.9-78.EL.i686.rpm | Kernel file packages and kernel patch packages of Red Hat Enterprise Linux 4.7 (32-bit) that supportssymmetric multiprocessing(SMP) and CentOS 4.7 |
kernel-smp-devel-2.6.9-78.EL.i686.rpm |
kernel-hugemem-2.6.9-78.EL.i686.rpm | Kernel file packages and kernel patch packages of Red Hat Enterprise Linux 4.7 (32-bit) that supports SMP and large memory and CentOS 4.7 |
kernel-hugemem-devel-2.6.9-78.EL.i686.rpm |
kernel-2.6.9-78.EL.x86_64.rpm | Kernel file packages and kernel patch packages of Red Hat Enterprise Linux 4.7 (64-bit) and CentOS 4.7 |
kernel-devel-2.6.9-78.EL.x86_64.rpm |
kernel-smp-2.6.9-78.EL.x86_64.rpm | Kernel file packages and kernel patch packages of Red Hat Enterprise Linux 4.7 (64-bit) that supportssymmetric multiprocessing(SMP) and CentOS 4.7 |
kernel-smp-devel-2.6.9-78.EL.x86_64.rpm |
kernel-largesmp-2.6.9-78.EL.x86_64.rpm | Kernel file packages and kernel patch packages of Red Hat Enterprise Linux 4.7 (64-bit) that supports SMP and large memory and CentOS 4.7 |
kernel-largesmp-devel-2.6.9-78.EL.x86_64.rpm |
kernel_patch-redhat_enterprise_linux_6.0.tar.gz | kernel-2.6.32-71.el6.i686.rpm | Kernel file packages and kernel patch packages of Red Hat Enterprise Linux 6.0 (32-bit) and CentOS 6.0 |
kernel-devel-2.6.32-71.el6.i686.rpm |
kernel-2.6.32-71.el6.x86_64.rpm | Kernel file packages and kernel patch packages of Red Hat Enterprise Linux 6.0 (64-bit) and CentOS 6.0 |
kernel-devel-2.6.32-71.el6.x86_64.rpm |
kernel_patch-ubuntu-desktop-10.04-amd64.tar.gz | linux-image-2.6.32.38-generic_ubuntu10.04_amd64.deb | Kernel file packages and kernel header file packages of Ubuntu 10.04 desktop (64-bit) |
linux-headers-2.6.32.38-generic_ubuntu10.04_amd64.deb |

The rpm kernel file of the CentOS 4.7 (32- or 64-bit) is the same as that of Red Hat Enterprise Linux 4.7 (32- or 64-bit).
To replace the kernel file of each Linux OS, perform the following steps:
Red Hat Enterprise Linux and CentOS
The following procedure uses the SMP kernel file of Red Hat Enterprise Linux 4.7 (32-bit) as an example.

Replace other rpm kernel files in the same way.
Step 1 Log in to the VM as the root user.
Step 2 Run the following commands to check whether the OS uses the 32-bit SMP kernel:
# uname -r
2.6.9-78.ELsmp
# uname -m
i686
Step 3 Obtain the following kernel and kernel patch packages in the FusionSphere SIA software package based on the information obtained in Step 2 and copy them to the VM.
kernel-smp-2.6.9-78.EL.i686.rpm
kernel-smp-devel-2.6.9-78.EL.i686.rpm
Step 4 Run the following commands on the VM to replace the RPM package:
# rpm -ivh --force --nodeps kernel-smp-2.6.9-78.EL.i686.rpm
# rpm -ivh --force --nodeps kernel-smp-devel-2.6.9-78.EL.i686.rpm

A warning message may be displayed during overwriting, ignore this message.
Step 5 Run the following command to restart the VM for the new kernel to take effect:
# reboot
Step 6 Install the PV Driver.