|
|
|
|
|
|
|
|
|
|
xen-users
[Xen-users] 2008 R2 x64 Hard Drive Recognition
Have seen some other people
with the 2008R2 x64 does not recognize hard drives, but haven't seen
any solutions to it. Has anyone figured out what is going on? I have
no issues with 2008 x64, just with R2.
Setup:
Xen 3.4.2
2x Quad Core AMD Opteron 2000 Series
Dom0 Kernel: 2.6.18-164.11.1.el5xen
Config:
import os, re
arch = os.uname()[4]
if re.search('64', arch):
arch_libdir = 'lib64'
else:
arch_libdir = 'lib'
name = 'wweb01.vm'
kernel = '/usr/lib/xen/boot/hvmloader'
builder='hvm'
boot='d'
memory = 1024
vif = [ ]
device_model = '/usr/' + arch_libdir + '/xen/bin/qemu-dm'
vnc=1
sdl=0
vcpus = 1
vnclisten='0.0.0.0'
vncpasswd='hidden'
disk = [ 'file:/home/wincd.img,hdc:cdrom,r',
'phy:/dev/xen08vg00/wweb01_rootimg,ioemu:hda,w']
acpi=1
vncunused=0
vncdisplay=280
usbdevice = 'tablet'
Thanks for any help!
pace
|
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-users] 2008 R2 x64 Hard Drive Recognition,
Mark Pace <=
|
|
|
|
|