WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-users] 2008 R2 x64 Hard Drive Recognition

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] 2008 R2 x64 Hard Drive Recognition
From: Mark Pace <pace@xxxxxxxxxxxxxxxxxxx>
Date: Tue, 02 Mar 2010 17:36:31 -0800
Delivery-date: Tue, 02 Mar 2010 17:37:42 -0800
Dkim-signature: a=rsa-sha1; t=1267580191; x=1268184991; s=1jc; d=jolokianetworks.com; c=relaxed/relaxed; v=1; bh=Q05zd3GWDhdnJYjrZsCMKwpLhO0=; h=From:Subject:Date:Message-ID:To:MIME-Version:Content-Type; b=vpSp1p55ajm8v3l78jYUqEaO2zNfvKo4N+HozXfbsjjHiXY6Bf63G7njWX5j2YSy7Fo9taSBFxjN69a2WOOCrw==
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.8) Gecko/20100216 Lightning/1.0b1 Thunderbird/3.0.2
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>