If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
CL provides para-virtualized kernel.
The easiest way to go, as long as you have CentOS 5.x image is to take that image, and run centos2cl script from here:
I just tried the centos2cl scipt on a clean install of CentOS 5.4 and it didn change the Xen DomU to the CloudLinux kernel. I still have the original one.
This is the Xen configuration file used for creating the CentOS domain Im using:
Code:
#vm name, used only by xen
name = cloudli01
#num of virtual cpus
vcpus = 2;
#memory given to host
memory = 512;
#memory size allowed to live-resize to using xm mem-set
maxmem = 1024;
#location of pvgrub file
kernel = "/usr/lib/xen/boot/pv-grub-x86_64.gz"
#location of grub config within domU
extra = "(hd0)/boot/grub/grub.conf"
#mapping of physical disks in dom0 to virtual disks in domU
disk = [ phy:/dev/raid10/vm_cloudli01-root,xvda1,w,\
phy:/dev/raid10/vm_cloudli01-swap,xvda2,w ];
# virtual network
vif = [ ridge=eth0, vifname=cloudli01.0, mac=A0:00:00:00:00:21,\
ridge=brg1, vifname=cloudli01.1, mac=B0:00:00:00:00:21];
Could I be missing something on the Dom0 or DomU servers configurations for this to work?
[root@cloudli01 ~]# yum install kernel-xen
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
Setting up Install Process
Package kernel-xen-2.6.18-264.11.1.el5.17.cloudlinux.x86_64 already installed and latest version
Nothing to do
We process personal data about users of our site, through the use of cookies and other technologies, to deliver our services, personalize advertising, and to analyze site activity. We may share certain information about our users with our advertising and analytics partners. For additional details, refer to our Privacy Policy.
By clicking "I AGREE" below, you agree to our Privacy Policy and our personal data processing and cookie practices as described therein. You also acknowledge that this forum may be hosted outside your country and you consent to the collection, storage, and processing of your data in the country where this forum is hosted.
Comment