Which kernel to use for paravirtualized guest OS - XEN or UEK?
We just patched our OEL which in our Oracle VM environment. With the new patch, we have two kernels:
vmlinuz-2.6.32-100.35.1.el5uek
vmlinuz-2.6.18-238.12.1.0.1.el5xen
One system is booting the UEK kernel and the other system is booting the XEN kernel.
[root@zinc ~]# uname -a
Linux zinc.cabq.gov 2.6.32-100.35.1.el5uek #1 SMP Wed Jun 1 21:44:30 EDT 2011 x86_64 x86_64 x86_64 GNU/Linux
[root@phoenix boot]# uname -a
Linux phoenix.cabq.gov 2.6.18-238.12.1.0.1.el5xen #1 SMP Tue May 31 15:05:36 EDT 2011 x86_64 x86_64 x86_64 GNU/Linux
Which kernel "should" i use? I'm running Oracle 11.2 and 11.1 databases on the virtual hosts.