CloudLinux - Steps to be followed after installation - Enabling CageFS
by Selva[ Edit ] 2014-06-04 17:14:02
After installing CloudLinux OS follow the below steps to boot in CloudLinux Kernel and to enable CageFS
Booting in CloudLinux Kernel
Open /etc/grub.conf file and set defults to 'CloudLinux Server' kernel like below :
default=0
timeout=10
title CloudLinux Server (2.6.32-531.11.2.lve1.2.55.el6.x86_64)
root (hd0)
kernel /boot/vmlinuz-2.6.32-531.11.2.lve1.2.55.el6.x86_64 console=hvc0 xencons=tty0 root=/dev/xvda1 ro nohz=off
initrd /boot/initramfs-2.6.32-531.11.2.lve1.2.55.el6.x86_64.img
title CentOS (2.6.32-431.17.1.el6.x86_64)
root (hd0)
kernel /boot/vmlinuz-2.6.32-431.17.1.el6.x86_64 console=hvc0 xencons=tty0 root=/dev/xvda1 ro crashkernel=auto
initrd /boot/initramfs-2.6.32-431.17.1.el6.x86_64.img
Save /etc/grub.conf file and reboot the server.
After reboot make sure that server runs in CloudLinux Kernel, check this using the command uname -r which provides output like 2.6.32-458.23.2.lve1.2.52.el6.x86_64
Enabling CageFS :
Once server started boot in CloudLinux Kernel then you can enable CageFS, using the below commands :
/usr/sbin/cagefsctl --init
/usr/sbin/cagefsctl --enable-all
Each of the above commens will take 10 - 30 mins to get completed.