BLooDMaN
23rd October 2008, 06:48 PM
Hi everyone!
I need to install Oracle Database 11g on virtual machine and since I like Red Hat-based distros, I try to install CentOS as there is a documentation to install Oracle DB. So I started to try virtual applications:
1. I've tried to launch VMWare Server 2.0, but it's not configured and when I try to configure it (/usr/bin/vmware-config.pl) I got error:
/tmp/vmware-config1/vmmon-only/linux/driver.c:147: warning: initialization from incompatible pointer type
/tmp/vmware-config1/vmmon-only/linux/driver.c:150: error: unknown field ‘nopage’ specified in initializer
/tmp/vmware-config1/vmmon-only/linux/driver.c:151: warning: initialization from incompatible pointer type
/tmp/vmware-config1/vmmon-only/linux/driver.c: In function ‘LinuxDriver_Ioctl’:
/tmp/vmware-config1/vmmon-only/linux/driver.c:1670: error: too many arguments to function ‘smp_call_function’
make[2]: *** [/tmp/vmware-config1/vmmon-only/linux/driver.o] Error 1
make[1]: *** [_module_/tmp/vmware-config1/vmmon-only] Error 2
make[1]: Leaving directory `/usr/src/kernels/2.6.27.3-30.rc1.fc10.i686'
make: *** [vmmon.ko] Error 2
make: Leaving directory `/tmp/vmware-config1/vmmon-only'
Unable to build the vmmon module.
2. OK, so I find Xen installed on my system. Virtual Machine manager -> Xen -> Connect -> Error:
Unable to open a connection to the Xen hypervisor/daemon.
Verify that:
- A Xen host kernel was booted
- The Xen service has been started
Unable to open connection to hypervisor URI 'xen:///':
<class 'libvirt.libvirtError'> internal error failed to connect to xend
Traceback (most recent call last):
File "/usr/share/virt-manager/virtManager/connection.py", line 483, in _open_thread
None], flags)
File "/usr/lib/python2.5/site-packages/libvirt.py", line 99, in openAuth
if ret is None:raise libvirtError('virConnectOpenAuth() failed')
libvirtError: internal error failed to connect to xend
3. OK, I have third option: qemu. It launches perfectly but I cannot install CentOS 5.2 because of powernow_k8 module error and I as I read I should download CentOS 5.1 and then upgrade it.
So, what do I want: I want to install Oracle Database 11g on Red Hat based distro to start writing my bachelor work. Please give some options what I can do :)
Kernel: 2.6.27.3-30.rc1.fc10.i686
Thanks!
I need to install Oracle Database 11g on virtual machine and since I like Red Hat-based distros, I try to install CentOS as there is a documentation to install Oracle DB. So I started to try virtual applications:
1. I've tried to launch VMWare Server 2.0, but it's not configured and when I try to configure it (/usr/bin/vmware-config.pl) I got error:
/tmp/vmware-config1/vmmon-only/linux/driver.c:147: warning: initialization from incompatible pointer type
/tmp/vmware-config1/vmmon-only/linux/driver.c:150: error: unknown field ‘nopage’ specified in initializer
/tmp/vmware-config1/vmmon-only/linux/driver.c:151: warning: initialization from incompatible pointer type
/tmp/vmware-config1/vmmon-only/linux/driver.c: In function ‘LinuxDriver_Ioctl’:
/tmp/vmware-config1/vmmon-only/linux/driver.c:1670: error: too many arguments to function ‘smp_call_function’
make[2]: *** [/tmp/vmware-config1/vmmon-only/linux/driver.o] Error 1
make[1]: *** [_module_/tmp/vmware-config1/vmmon-only] Error 2
make[1]: Leaving directory `/usr/src/kernels/2.6.27.3-30.rc1.fc10.i686'
make: *** [vmmon.ko] Error 2
make: Leaving directory `/tmp/vmware-config1/vmmon-only'
Unable to build the vmmon module.
2. OK, so I find Xen installed on my system. Virtual Machine manager -> Xen -> Connect -> Error:
Unable to open a connection to the Xen hypervisor/daemon.
Verify that:
- A Xen host kernel was booted
- The Xen service has been started
Unable to open connection to hypervisor URI 'xen:///':
<class 'libvirt.libvirtError'> internal error failed to connect to xend
Traceback (most recent call last):
File "/usr/share/virt-manager/virtManager/connection.py", line 483, in _open_thread
None], flags)
File "/usr/lib/python2.5/site-packages/libvirt.py", line 99, in openAuth
if ret is None:raise libvirtError('virConnectOpenAuth() failed')
libvirtError: internal error failed to connect to xend
3. OK, I have third option: qemu. It launches perfectly but I cannot install CentOS 5.2 because of powernow_k8 module error and I as I read I should download CentOS 5.1 and then upgrade it.
So, what do I want: I want to install Oracle Database 11g on Red Hat based distro to start writing my bachelor work. Please give some options what I can do :)
Kernel: 2.6.27.3-30.rc1.fc10.i686
Thanks!