Gertjan Oude Lohuis
2008-Aug-27 13:22 UTC
[Xen-users] problem with extra storage via iscsi
Hi! I have a domU with one dom0. The root filesystem of dom0 is located on LVM at domU. This blockdevice is presented to dom0 as /dev/sda. So far everything is working fine. Now I''d like to add extra storage to dom0 using an iSCSI-LUN from our NAS. I installed open-iscsi on the dom0, but open-iscsi assigns the discoverd LUN also to /dev/sda. I''m not sure what''s going wrong here. Should I add something to the config-file of dom0 to create a ''dummy'' blockdevice that could later be assigned to the iSCSI-LUN? Or is it recommended to do the iscsi-stuff on domU and assign the physical disk to dom0 in the configfile? -- Met vriendelijke groet, Gertjan Oude Lohuis Byte Internet W www.byte.nl E support@byte.nl F 020 6255 922 _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Could it be you''re mixing up dom0 and domU here? dom0 is the host, domU is the guest domain.> -----Original Message----- > From: gertjan@byte.nl [mailto:xen-users-bounces@lists.xensource.com] On Behalf > Of Gertjan Oude Lohuis > Sent: Wednesday, August 27, 2008 3:23 PM > To: xen-users@lists.xensource.com > Subject: [Xen-users] problem with extra storage via iscsi > > Hi! > I have a domU with one dom0. The root filesystem of dom0 is located on > LVM at domU. This blockdevice is presented to dom0 as /dev/sda. So far > everything is working fine. > > Now I''d like to add extra storage to dom0 using an iSCSI-LUN from our > NAS. I installed open-iscsi on the dom0, but open-iscsi assigns the > discoverd LUN also to /dev/sda. > > I''m not sure what''s going wrong here. Should I add something to the > config-file of dom0 to create a ''dummy'' blockdevice that could later be > assigned to the iSCSI-LUN? Or is it recommended to do the iscsi-stuff on > domU and assign the physical disk to dom0 in the configfile? > > > -- > > Met vriendelijke groet, > > Gertjan Oude Lohuis > Byte Internet > > W www.byte.nl > E support@byte.nl > F 020 6255 922 > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Gertjan Oude Lohuis
2008-Aug-27 14:34 UTC
Re: [Xen-users] problem with extra storage via iscsi
On 08/27/2008 04:28 PM, Tammo Schuelke wrote:> Could it be you''re mixing up dom0 and domU here? dom0 is the host, domU is the guest domain. >You''re right, thanks. Yes, I mixed up dom0 and domU. I''d like to add an iSCSI-LUN to the guest-xen, without modifying the host (except maybe the configurationfile of the guest). Btw: both host and guest are running Debian Etch -- Met vriendelijke groet, Gertjan Oude Lohuis Byte Internet W www.byte.nl E support@byte.nl F 020 6255 922 _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Joseph L. Casale
2008-Aug-27 14:42 UTC
RE: [Xen-users] problem with extra storage via iscsi
>You''re right, thanks. Yes, I mixed up dom0 and domU. I''d like to add an >iSCSI-LUN to the guest-xen, without modifying the host (except maybe the >configurationfile of the guest). > >Btw: both host and guest are running Debian EtchThere was just recent discussion on the list regarding this. Search markmail, it will be easy to find. I hope this becomes mainstream as I haven''t had a chance to set it up, but am interested in it as well. jlc _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
>open-iscsi assigns the discoverd LUN also to /dev/sdaSo the domU does stop working since it''s losing its root partition? If not, what''s the output of udevinfo -q symlink -n /dev/sda? In general, iSCSI from within a domU should be working since it''s plain TCP/IP. Performance wise it would probably be better to connect to the targets in dom0 and assign the LUN to domU as a regular block device.> -----Original Message----- > From: Gertjan Oude Lohuis [mailto:gertjan@byte.nl] > Sent: Wednesday, August 27, 2008 4:35 PM > To: Tammo Schuelke > Cc: xen-users@lists.xensource.com > Subject: Re: [Xen-users] problem with extra storage via iscsi > > On 08/27/2008 04:28 PM, Tammo Schuelke wrote: > > Could it be you''re mixing up dom0 and domU here? dom0 is the host, domU is > the guest domain. > > > > You''re right, thanks. Yes, I mixed up dom0 and domU. I''d like to add an > iSCSI-LUN to the guest-xen, without modifying the host (except maybe the > configurationfile of the guest). > > Btw: both host and guest are running Debian Etch > > > -- > > Met vriendelijke groet, > > Gertjan Oude Lohuis > Byte Internet > > W www.byte.nl > E support@byte.nl > F 020 6255 922_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Gertjan Oude Lohuis
2008-Aug-27 17:13 UTC
Re: [Xen-users] problem with extra storage via iscsi
Tammo Schuelke wrote:>> open-iscsi assigns the discoverd LUN also to /dev/sda >> > > So the domU does stop working since it''s losing its root partition? > If not, what''s the output of udevinfo -q symlink -n /dev/sda? >Thanks for your reply! No, the domU keeps working, I think because all partitions are already mounted when open-iscsi starts. Output of udevinfo: root@guest1 ~ # udevinfo -q symlink -n /dev/sda disk/by-id/scsi-36006048c630e7b571c1ed50a0956f129 disk/by-path/ip-10.4.1.201:3260-iscsi-iqn.1992-05.com.emc:ck2000809002410000-7-lun-1> In general, iSCSI from within a domU should be working since it''s plain TCP/IP.Yes, that is exactly what I thought.> Performance wise it would probably be better to connect to the targets in dom0 and assign the LUN to domU as a regular block device. >Why would performance be better with an extra layer (dom0)? Connecting the LUN to dom0 and assigning it as a regular blockdevice to domU has a large drawback: there is no protection against using the same blockdevice in multiple domU''s. Normally LUN masking would protect against that, but a LUN mask is based on IQN, and the IQN belongs to the dom0. Regards, Gertjan Oude Lohuis _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Artur Linhart - Linux communication
2008-Aug-27 17:42 UTC
RE: [Xen-users] problem with extra storage via iscsi
Hello, From my point of view, Tammo is right... You write: Why would performance be better with an extra layer (dom0)? - because in DomU You can have as far as I know in maximum 100MBit network device, in Dom0 You can use the gigabit (or possible 10Gbit - I did not tried it) connection without problems, so any network device should have then much more better performance if mapped as block device through Dom0... You write: Connecting the LUN to dom0 and assigning it as a regular blockdevice to domU has a large drawback: there is no protection against using the same blockdevice in multiple domU''s. - if You have some device already mounted in some DomU or in Dom0 as read-write, then the start of the next guest which is trying to mount such a device as read-write too results into the error by start of such a domain and the DomU is not started then - at least on my Xen boxes it behaves so... With regards, Archie -----Original Message----- From: xen-users-bounces@lists.xensource.com [mailto:xen-users-bounces@lists.xensource.com] On Behalf Of Gertjan Oude Lohuis Sent: Wednesday, August 27, 2008 7:14 PM To: Tammo Schuelke Cc: xen-users@lists.xensource.com Subject: Re: [Xen-users] problem with extra storage via iscsi Tammo Schuelke wrote:>> open-iscsi assigns the discoverd LUN also to /dev/sda >> > > So the domU does stop working since it''s losing its root partition? > If not, what''s the output of udevinfo -q symlink -n /dev/sda? >Thanks for your reply! No, the domU keeps working, I think because all partitions are already mounted when open-iscsi starts. Output of udevinfo: root@guest1 ~ # udevinfo -q symlink -n /dev/sda disk/by-id/scsi-36006048c630e7b571c1ed50a0956f129 disk/by-path/ip-10.4.1.201:3260-iscsi-iqn.1992-05.com.emc:ck2000809002410000 -7-lun-1> In general, iSCSI from within a domU should be working since it''s plainTCP/IP. Yes, that is exactly what I thought.> Performance wise it would probably be better to connect to the targets indom0 and assign the LUN to domU as a regular block device.>Why would performance be better with an extra layer (dom0)? Connecting the LUN to dom0 and assigning it as a regular blockdevice to domU has a large drawback: there is no protection against using the same blockdevice in multiple domU''s. Normally LUN masking would protect against that, but a LUN mask is based on IQN, and the IQN belongs to the dom0. Regards, Gertjan Oude Lohuis _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users This email was Anti Virus checked by Astaro Security Gateway. http://www.astaro.com __________ Informace od NOD32 3393 (20080827) __________ Tato zprava byla proverena antivirovym systemem NOD32. http://www.nod32.cz _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Wed, Aug 27, 2008 at 12:42 PM, Artur Linhart - Linux communication <AL.LINUX@bcpraha.com> wrote:> Hello, > > From my point of view, Tammo is right... > > You write: > Why would performance be better with an extra layer (dom0)? > > - because in DomU You can have as far as I know in maximum 100MBit network > device, in Dom0 You can use the gigabit (or possible 10Gbit - I did not > tried it) connection without problems, so any network device should have > then much more better performance if mapped as block device through Dom0...there''s no ''hard'' limit of DomU network performance. but it''s usually much lower than block device performance. -- Javier _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Gertjan Oude Lohuis
2008-Aug-27 17:46 UTC
Re: [Xen-users] problem with extra storage via iscsi
Gertjan Oude Lohuis wrote:> No, the domU keeps working, I think because all partitions are already > mounted when open-iscsi starts.I figured out why /dev/sda is assigned to the LUN. This is a part from the domU configurationfile: root = ''/dev/sda1 ro'' disk = [ ''phy:xen-images/loghost-disk,sda1,w'', ''phy:xen-images/loghost-swap,sda2,w'', ''phy:xen-images/loghost-remotelogs,sda3,w'', '' phy:xen-images/loghost-httplogs,sda4,w'' ] As you can see, only sda1 through sda4 are used, but sda is not. Mystery solved. Step two: what to do next: 1. Alter configuration file and add a phony /dev/sda, so that udev will give my LUN (hopefully) another name 2. Alter complete setup: assign only a /dev/sda to the domU and partition it inside the domU 3. Configure the LUN as /dev/sda, hoping that partitions made on the LUN will not conflict with existing /dev/sda[1-4] 4. Figure out a way to have udev assign another name than /dev/sda (eg sd[b-z]) Any suggestions? Are there best practices for a situation like this, or more in general: partitioning for domU? Regards, Gertjan _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
> 4. Figure out a way to have udev assign another name than /dev/sda (eg > sd[b-z])udev already does assign another name that should remain consistent. try the command: ls -l /dev/disk/by-uuid/ udev sets up this symlinks automatically. Cheers, Todd -- Todd Deshane http://todddeshane.net check out our book: http://runningxen.com _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Artur Linhart - Linux communication
2008-Aug-28 08:03 UTC
RE: [Xen-users] problem with extra storage via iscsi
Hello, As far as I know there is the limit 100Mbit at least for the hvm guests... OK, now we have been spoken about the PV guests, it is true :-) Cheers, Artur -----Original Message----- From: Javier Guerra [mailto:javier@guerrag.com] Sent: Wednesday, August 27, 2008 7:46 PM To: Artur Linhart - Linux communication Cc: Gertjan Oude Lohuis; Tammo Schuelke; xen-users@lists.xensource.com Subject: Re: [Xen-users] problem with extra storage via iscsi On Wed, Aug 27, 2008 at 12:42 PM, Artur Linhart - Linux communication <AL.LINUX@bcpraha.com> wrote:> Hello, > > From my point of view, Tammo is right... > > You write: > Why would performance be better with an extra layer (dom0)? > > - because in DomU You can have as far as I know in maximum 100MBit network > device, in Dom0 You can use the gigabit (or possible 10Gbit - I did not > tried it) connection without problems, so any network device should have > then much more better performance if mapped as block device throughDom0... there''s no ''hard'' limit of DomU network performance. but it''s usually much lower than block device performance. -- Javier This email was Anti Virus checked by Astaro Security Gateway. http://www.astaro.com __________ Informace od NOD32 3393 (20080827) __________ Tato zprava byla proverena antivirovym systemem NOD32. http://www.nod32.cz _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
There are RDMA ISCSI drivers about, if your network card supports this then using RDMA could yield a pretty big performance increase for this sort of thing (It skips large chunks for the networking stack). -----Original Message----- From: xen-users-bounces@lists.xensource.com [mailto:xen-users-bounces@lists.xensource.com] On Behalf Of Artur Linhart - Linux communication Sent: 28 August 2008 09:03 To: ''Javier Guerra'' Cc: ''Gertjan Oude Lohuis''; xen-users@lists.xensource.com; ''Tammo Schuelke'' Subject: RE: [Xen-users] problem with extra storage via iscsi Hello, As far as I know there is the limit 100Mbit at least for the hvm guests... OK, now we have been spoken about the PV guests, it is true :-) Cheers, Artur -----Original Message----- From: Javier Guerra [mailto:javier@guerrag.com] Sent: Wednesday, August 27, 2008 7:46 PM To: Artur Linhart - Linux communication Cc: Gertjan Oude Lohuis; Tammo Schuelke; xen-users@lists.xensource.com Subject: Re: [Xen-users] problem with extra storage via iscsi On Wed, Aug 27, 2008 at 12:42 PM, Artur Linhart - Linux communication <AL.LINUX@bcpraha.com> wrote:> Hello, > > From my point of view, Tammo is right... > > You write: > Why would performance be better with an extra layer (dom0)? > > - because in DomU You can have as far as I know in maximum 100MBitnetwork> device, in Dom0 You can use the gigabit (or possible 10Gbit - I didnot> tried it) connection without problems, so any network device shouldhave> then much more better performance if mapped as block device throughDom0... there''s no ''hard'' limit of DomU network performance. but it''s usually much lower than block device performance. -- Javier This email was Anti Virus checked by Astaro Security Gateway. http://www.astaro.com __________ Informace od NOD32 3393 (20080827) __________ Tato zprava byla proverena antivirovym systemem NOD32. http://www.nod32.cz _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users The SAQ Group Registered Office: 18 Chapel Street, Petersfield, Hampshire. GU32 3DZ SEMTEC Limited trading as SAQ is Registered in England & Wales Company Number: 06481952 http://www.saqnet.co.uk AS29219 SAQ Group Delivers high quality, honestly priced communication and I.T. services to UK Business. DSL : Domains : Email : Hosting : CoLo : Servers : Racks : Transit : Backups : Managed Networks : Remote Support. Find us in http://www.thebestof.co.uk/petersfield _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Gertjan Oude Lohuis <gertjan@byte.nl> writes:> Gertjan Oude Lohuis wrote: > >> No, the domU keeps working, I think because all partitions are >> already mounted when open-iscsi starts. > > I figured out why /dev/sda is assigned to the LUN. This is a part from > the domU configurationfile: > > root = ''/dev/sda1 ro'' > disk = [ ''phy:xen-images/loghost-disk,sda1,w'', > ''phy:xen-images/loghost-swap,sda2,w'', > ''phy:xen-images/loghost-remotelogs,sda3,w'', '' > phy:xen-images/loghost-httplogs,sda4,w'' ] > > > As you can see, only sda1 through sda4 are used, but sda is > not. Mystery solved. > > Step two: what to do next: > 1. Alter configuration file and add a phony /dev/sda, so that udev > will give my LUN (hopefully) another name > 2. Alter complete setup: assign only a /dev/sda to the domU and > partition it inside the domU > 3. Configure the LUN as /dev/sda, hoping that partitions made on the > LUN will not conflict with existing /dev/sda[1-4] > 4. Figure out a way to have udev assign another name than /dev/sda (eg > sd[b-z]) > > Any suggestions? Are there best practices for a situation like this, > or more in general: partitioning for domU?5. Use xvda[1-4] in your config (and guest) instead of sda[1-4]. It''s a simple renaming, and is also future-proof. -- Cheers, Feri. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Thu, Aug 28, 2008 at 3:03 AM, Artur Linhart - Linux communication <AL.LINUX@bcpraha.com> wrote:> As far as I know there is the limit 100Mbit at least for the hvm > guests... OK, now we have been spoken about the PV guests, it is true :-)even if the emulated card identifies itself as a 100Mbit chipset, it still transfers data as fast as it can, which is usually more than that. -- Javier _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Okay! Who has gotten Xen 3.3 installed with CentOS 5.2 x86_64 as the dom0? ;) Cheers. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
>Okay! Who has gotten Xen 3.3 installed with CentOS 5.2 x86_64 as the >dom0? ;) > >Cheers.Lots of us. If you want to simply rpm/yum it instead of compiling it, look here: http://www.gitco.de/repo/xen3.3.0/ jlc _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
I got xen3.3 installed on Centos5.2 but can’t be able to create Vm on it. ACM security rules got trouble for. I compiled and installed xen3.3 successfully without any error with default Config.mk. I found following configs in Config.mk related to ACM: # Enable XSM security module. Enabling XSM requires selection of an # XSM security module (FLASK_ENABLE or ACM_SECURITY). XSM_ENABLE ?= n FLASK_ENABLE ?= n ACM_SECURITY ?= n Here n shows that it is disabled by default then why it is searching for these rules? Any idea how to fix it? My xm list shows: Name ID Mem(MiB) VCPUs State Time(s) ACMError: Security information not found in info struct. Domain-0 0 1024 2 r----- 1010.4 and xm info output: Error: (13, ''Permission denied'') Usage: xm info Get information about Xen host. I found very similar problem posted by a guy on xen mailing list but no one replied him yet. Your reply will be greatly appreciated. Kashif> Date: Wed, 24 Sep 2008 16:50:43 -0700 > From: dkao@ubermind.com > To: xen-users@lists.xensource.com > Subject: [Xen-users] Xen 3.3 & CentOS 5.2 x86_64! > > Okay! Who has gotten Xen 3.3 installed with CentOS 5.2 x86_64 as the > dom0? ;) > > Cheers. > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users_________________________________________________________________ See how Windows Mobile brings your life together—at home, work, or on the go. http://clk.atdmt.com/MRT/go/msnnkwxp1020093182mrt/direct/01/ _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Thu, Sep 25, 2008 at 5:49 AM, Kashif Ali <kashif_quaidian@hotmail.com>wrote:> I got xen3.3 installed on Centos5.2 but can''t be able to create Vm on it. > ACM security rules got trouble for. > > I compiled and installed xen3.3 successfully without any error with default > Config.mk. I found following configs in Config.mk related to ACM: >Why did you compile it? You could have just used the repos at http://www.gitco.de/repo/xen3.3.0. I just did this a few minutes ago and wrote up a howto on it. I installed Xen 3.3, rebooted and it works great. http://www.grantmcwilliams.com/index.php?option=com_myblog&show=Install-Xen-3.3-X86-64-on-CentOS-5-the-easy-way.html&Itemid=425 -- Grant McWilliams Some people, when confronted with a problem, think "I know, I''ll use Windows." Now they have two problems. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
The most recent Xen port via http://www.gitco.de/repo/xen3.3.0 :- # yum install xen-3.3.0-3.x86_64.rpm \ xen-devel-3.3.0-3.x86_64.rpm \ xen-libs-3.3.0-3.x86_64.rpm \ libvirt-0.4.4-3.x86_64.rpm \ libvirt-devel-0.4.4-3.x86_64.rpm \ libvirt-python-0.4.4-3.x86_64.rpm View for details:- http://www.ruslansivak.com/index.cfm/2008/7/7/Xen-32-on-CentOS-52--x8664--RHEL-52-x8664 PV-Grub in the most recent Xen port to CentOS 5.2 (x86_64) works fine :- http://lxer.com/module/newswire/view/109089/index.html Some testing had been also done in port mentioned by Grant :- http://lxer.com/module/newswire/view/107922/index.html --- On Thu, 9/25/08, Grant McWilliams <grantmasterflash@gmail.com> wrote: From: Grant McWilliams <grantmasterflash@gmail.com> Subject: Re: [Xen-users] Xen 3.3 & CentOS 5.2 x86_64 To: "Kashif Ali" <kashif_quaidian@hotmail.com> Cc: "Daniel Kao" <dkao@ubermind.com>, xen-users@lists.xensource.com Date: Thursday, September 25, 2008, 11:37 AM On Thu, Sep 25, 2008 at 5:49 AM, Kashif Ali <kashif_quaidian@hotmail.com> wrote: I got xen3.3 installed on Centos5.2 but can''t be able to create Vm on it. ACM security rules got trouble for. I compiled and installed xen3.3 successfully without any error with default Config.mk. I found following configs in Config.mk related to ACM: Why did you compile it? You could have just used the repos at http://www.gitco.de/repo/xen3.3.0. I just did this a few minutes ago and wrote up a howto on it. I installed Xen 3.3, rebooted and it works great. http://www.grantmcwilliams.com/index.php?option=com_myblog&show=Install-Xen-3.3-X86-64-on-CentOS-5-the-easy-way.html&Itemid=425 -- Grant McWilliams Some people, when confronted with a problem, think "I know, I''ll use Windows." Now they have two problems. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Boris Derzhavets
2008-Sep-27 13:40 UTC
[Xen-users] Getting stubdom working on Xen 3.3 port via http://www.gitco.de/repo/xen3.3.0 to CentOS 5.2
Created in /etc/xen files:- [root@ServerCentOS52 xen]# cat WinXPhvm-stubdom kernel = "/usr/lib/xen/boot/hvmloader" builder=''hvm'' memory = 512 name = "WinXPhvm" vif = [ ''type=ioemu, bridge=eth0'' ] device_model = ''/usr/lib/xen/bin/stubdom-dm'' boot="d" sdl=0 opengl=0 vnc=0 # vnclisten="0.0.0.0" # vncpasswd='''' stdvga=0 [root@ServerCentOS52 xen]# cat WinXPhvm-dm kernel = "/usr/lib/xen/boot/ioemu-stubdom.gz" vif = [ '' '', ''bridge=eth0''] vfb = [ ''type=sdl'' ] disk = [''file:/etc/xen/isos/winxp.iso,hdc:cdrom,r'',''file:/etc/xen/images/disk.img,hda,w'',''file:/tmp/test,hdb,r''] Per Xen 3.3 Stubdom Release Notes run:- # mkdir -p /exports/usr/share/xen/qemu # ln -s /usr/share/xen/qemu/keymaps /exports/usr/share/xen/qemu # mkdir -p /exports/var/lib # ln -s /var/lib/xen /exports/var/lib # /usr/sbin/fs-backend & Switch from console to another terminal session :- # xm create WinXPhvm-stubdomto CentOS 5.2 In original hvm profile both vnc and sdl are disabled. Selection is made *-dm Domain''s profile. Install goes hardly alive with long outages , looks like it got stuck I''ve set up mem_dom0 to 4GB on 8GB box, but WinXPhvm-dm allocated only 32 MB, no matter of mem_dom0''s size I would guess bad Xen Hypervisor tuning on Dom0 due to limited experience from my side. Otherwise, performance is significantly worse then in usual HVM DomU. Same install for CentOS 5.2 just hangs on the third page "Language Selection", Solaris Nevada Build 98 runs a bit faster , but fails after configuration phase gets completed. "No hard disk found" _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Boris Derzhavets
2008-Sep-28 12:49 UTC
Re: [Xen-users] Getting stubdom working on Xen 3.3 port via http://www.gitco.de/repo/xen3.3.0 to CentOS 5.2
http://bderzhavets.wordpress.com/2008/09/27/getting-stubdom-working-on-xen-33-port-via-httpwwwgitcoderepoxen330-to-centos-52/ --- On Sat, 9/27/08, Boris Derzhavets <bderzhavets@yahoo.com> wrote: From: Boris Derzhavets <bderzhavets@yahoo.com> Subject: [Xen-users] Getting stubdom working on Xen 3.3 port via http://www.gitco.de/repo/xen3.3.0 to CentOS 5.2 To: xen-users@lists.xensource.com Date: Saturday, September 27, 2008, 9:40 AM Created in /etc/xen files:- [root@ServerCentOS52 xen]# cat WinXPhvm-stubdom kernel = "/usr/lib/xen/boot/hvmloader" builder=''hvm'' memory = 512 name = "WinXPhvm" vif = [ ''type=ioemu, bridge=eth0'' ] device_model = ''/usr/lib/xen/bin/stubdom-dm'' boot="d" sdl=0 opengl=0 vnc=0 # vnclisten="0.0.0.0" # vncpasswd='''' stdvga=0 [root@ServerCentOS52 xen]# cat WinXPhvm-dm kernel = "/usr/lib/xen/boot/ioemu-stubdom.gz" vif = [ '' '', ''bridge=eth0''] vfb = [ ''type=sdl'' ] disk = [''file:/etc/xen/isos/winxp.iso,hdc:cdrom,r'',''file:/etc/xen/images/disk.img,hda,w'',''file:/tmp/test,hdb,r''] Per Xen 3.3 Stubdom Release Notes run:- # mkdir -p /exports/usr/share/xen/qemu # ln -s /usr/share/xen/qemu/keymaps /exports/usr/share/xen/qemu # mkdir -p /exports/var/lib # ln -s /var/lib/xen /exports/var/lib # /usr/sbin/fs-backend & Switch from console to another terminal session :- # xm create WinXPhvm-stubdomto CentOS 5.2 In original hvm profile both vnc and sdl are disabled. Selection is made *-dm Domain''s profile. Install goes hardly alive with long outages , looks like it got stuck I''ve set up mem_dom0 to 4GB on 8GB box, but WinXPhvm-dm allocated only 32 MB, no matter of mem_dom0''s size I would guess bad Xen Hypervisor tuning on Dom0 due to limited experience from my side. Otherwise, performance is significantly worse then in usual HVM DomU. Same install for CentOS 5.2 just hangs on the third page "Language Selection", Solaris Nevada Build 98 runs a bit faster , but fails after configuration phase gets completed. "No hard disk found" _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
I followed the steps mentioned here but got the following errors: .............. .............. .............. Dependencies Resolved ============================================================================ Package Arch Version Repository Size ============================================================================Installing: libvirt-devel x86_64 0.4.4-3 libvirt-devel-0.4.4-3.x86_64.rpm 1.0 M xen x86_64 3.3.0-3 xen-3.3.0-3.x86_64.rpm 18 M Installing for dependencies: cyrus-sasl x86_64 2.1.22-4 base 2.1 M cyrus-sasl-md5 x86_64 2.1.22-4 base 46 k iscsi-initiator-utils x86_64 6.2.0.868-0.7.el5 base 575 k kernel-xen x86_64 2.6.18-92.1.13.el5 updates 17 M libvirt x86_64 0.4.4-3 libvirt-0.4.4-3.x86_64.rpm 6.0 M libvirt-python x86_64 0.4.4-3 libvirt-python-0.4.4-3.x86_64.rpm 339 k nc x86_64 1.84-10.fc6 base 56 k python-virtinst noarch 0.300.3-7 xen 211 k qemu x86_64 0.9.0-4 extras 4.5 M xen-devel x86_64 3.3.0-3 xen-devel-3.3.0-3.x86_64.rpm 843 k xen-libs x86_64 3.3.0-3 xen-libs-3.3.0-3.x86_64.rpm 301 k Transaction Summary ============================================================================Install 13 Package(s) Update 0 Package(s) Remove 0 Package(s) Total download size: 51 M Is this ok [y/N]: y Downloading Packages: (1/2): python-virtinst-0. 100% |=========================| 211 kB 00:00 (2/2): kernel-xen-2.6.18- 100% |=========================| 17 MB 00:12 Package xen-3.3.0-3.x86_64.rpm is not signed Can you please guide me what can be the problem. Kashif Date: Fri, 26 Sep 2008 23:48:43 -0700 From: bderzhavets@yahoo.com Subject: Re: [Xen-users] Xen 3.3 & CentOS 5.2 x86_64 To: kashif_quaidian@hotmail.com; grantmasterflash@gmail.com CC: dkao@ubermind.com; xen-users@lists.xensource.com The most recent Xen port via http://www.gitco.de/repo/xen3.3.0 :- # yum install xen-3.3.0-3.x86_64.rpm \ xen-devel-3.3.0-3.x86_64.rpm \ xen-libs-3.3.0-3.x86_64.rpm \ libvirt-0.4.4-3.x86_64.rpm \ libvirt-devel-0.4.4-3.x86_64.rpm \ libvirt-python-0.4.4-3.x86_64.rpm View for details:- http://www.ruslansivak.com/index.cfm/2008/7/7/Xen-32-on-CentOS-52--x8664--RHEL-52-x8664 PV-Grub in the most recent Xen port to CentOS 5.2 (x86_64) works fine :- http://lxer.com/module/newswire/view/109089/index.html Some testing had been also done in port mentioned by Grant :- http://lxer.com/module/newswire/view/107922/index.html --- On Thu, 9/25/08, Grant McWilliams <grantmasterflash@gmail.com> wrote: From: Grant McWilliams <grantmasterflash@gmail.com> Subject: Re: [Xen-users] Xen 3.3 & CentOS 5.2 x86_64 To: "Kashif Ali" <kashif_quaidian@hotmail.com> Cc: "Daniel Kao" <dkao@ubermind.com>, xen-users@lists.xensource.com Date: Thursday, September 25, 2008, 11:37 AM On Thu, Sep 25, 2008 at 5:49 AM, Kashif Ali <kashif_quaidian@hotmail.com> wrote: I got xen3.3 installed on Centos5.2 but can''t be able to create Vm on it. ACM security rules got trouble for. I compiled and installed xen3.3 successfully without any error with default Config.mk. I found following configs in Config.mk related to ACM: Why did you compile it? You could have just used the repos at http://www.gitco.de/repo/xen3.3.0. I just did this a few minutes ago and wrote up a howto on it. I installed Xen 3.3, rebooted and it works great. http://www.grantmcwilliams.com/index.php?option=com_myblog&show=Install-Xen-3.3-X86-64-on-CentOS-5-the-easy-way.html&Itemid=425 -- Grant McWilliams Some people, when confronted with a problem, think "I know, I''ll use Windows." Now they have two problems. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users _________________________________________________________________ Stay up to date on your PC, the Web, and your mobile phone with Windows Live. http://clk.atdmt.com/MRT/go/msnnkwxp1020093185mrt/direct/01/ _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
>I followed the steps mentioned here but got the following errors:/snip>Package xen-3.3.0-3.x86_64.rpm is not signed > >Can you please guide me what can be the problem.Open your repo file for the new repo you added and disable GPG checking. jlc _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Kashif- $ vi /etc/yum.conf Change gpgcheck=1 to gpgcheck=0 temporarily. The custom RPM''s aren''t signed. Re-run the package install. After you''re done, change gpgcheck back to 1. Cheers, Daniel Kashif Ali wrote: I followed the steps mentioned here but got the following errors: .............. .............. .............. Dependencies Resolved ============================================================================ Package Arch Version Repository Size ============================================================================ Installing: libvirt-devel x86_64 0.4.4-3 libvirt-devel-0.4.4-3.x86_64.rpm 1.0 M xen x86_64 3.3.0-3 xen-3.3.0-3.x86_64.rpm 18 M Installing for dependencies: cyrus-sasl x86_64 2.1.22-4 base 2.1 M cyrus-sasl-md5 x86_64 2.1.22-4 base 46 k iscsi-initiator-utils x86_64 6.2.0.868-0.7.el5 base 575 k kernel-xen x86_64 2.6.18-92.1.13.el5 updates 17 M libvirt x86_64 0.4.4-3 libvirt-0.4.4-3.x86_64.rpm 6.0 M libvirt-python x86_64 0.4.4-3 libvirt-python-0.4.4-3.x86_64.rpm 339 k nc x86_64 1.84-10.fc6 base 56 k python-virtinst noarch 0.300.3-7 xen 211 k qemu x86_64 0.9.0-4 extras 4.5 M xen-devel x86_64 3.3.0-3 xen-devel-3.3.0-3.x86_64.rpm 843 k xen-libs x86_64 3.3.0-3 xen-libs-3.3.0-3.x86_64.rpm 301 k Transaction Summary ============================================================================ Install 13 Package(s) Update 0 Package(s) Remove 0 Package(s) Total download size: 51 M Is this ok [y/N]: y Downloading Packages: (1/2): python-virtinst-0. 100% |=========================| 211 kB 00:00 (2/2): kernel-xen-2.6.18- 100% |=========================| 17 MB 00:12 Package xen-3.3.0-3.x86_64.rpm is not signed Can you please guide me what can be the problem. Kashif Date: Fri, 26 Sep 2008 23:48:43 -0700 From: bderzhavets@yahoo.com Subject: Re: [Xen-users] Xen 3.3 & CentOS 5.2 x86_64 To: kashif_quaidian@hotmail.com; grantmasterflash@gmail.com CC: dkao@ubermind.com; xen-users@lists.xensource.com The most recent Xen port via http://www.gitco.de/repo/xen3.3.0 :- # yum install xen-3.3.0-3.x86_64.rpm \ xen-devel-3.3.0-3.x86_64.rpm \ xen-libs-3.3.0-3.x86_64.rpm \ libvirt-0.4.4-3.x86_64.rpm \ libvirt-devel-0.4.4-3.x86_64.rpm \ libvirt-python-0.4.4-3.x86_64.rpm View for details:- http://www.ruslansivak.com/index.cfm/2008/7/7/Xen-32-on-CentOS-52--x8664--RHEL-52-x8664 PV-Grub in the most recent Xen port to CentOS 5.2 (x86_64) works fine :- http://lxer.com/module/newswire/view/109089/index.html Some testing had been also done in port mentioned by Grant :- http://lxer.com/module/newswire/view/107922/index.html --- On Thu, 9/25/08, Grant McWilliams wrote: From: Grant McWilliams Subject: Re: [Xen-users] Xen 3.3 & CentOS 5.2 x86_64 To: "Kashif Ali" Cc: "Daniel Kao" , xen-users@lists.xensource.com Date: Thursday, September 25, 2008, 11:37 AM On Thu, Sep 25, 2008 at 5:49 AM, Kashif Ali <kashif_quaidian@hotmail.com> wrote: I got xen3.3 installed on Centos5.2 but can''t be able to create Vm on it. ACM security rules got trouble for. I compiled and installed xen3.3 successfully without any error with default Config.mk. I found following configs in Config.mk related to ACM: Why did you compile it? You could have just used the repos at http://www.gitco.de/repo/xen3.3.0. I just did this a few minutes ago and wrote up a howto on it. I installed Xen 3.3, rebooted and it works great. http://www.grantmcwilliams.com/index.php?option=com_myblog&show=Install-Xen-3.3-X86-64-on-CentOS-5-the-easy-way.html&Itemid=425 -- Grant McWilliams Some people, when confronted with a problem, think "I know, I''ll use Windows." Now they have two problems. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users Stay up to date on your PC, the Web, and your mobile phone with Windows Live. See Now -- Daniel Kao Übermind, Inc. dkao@ubermind.com Seattle, WA, U.S.A. +1.206.412.5765 _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Actually, what Joseph posted is better. ;) Cheers, Daniel Joseph L. Casale wrote: I followed the steps mentioned here but got the following errors: /snip Package xen-3.3.0-3.x86_64.rpm is not signed Can you please guide me what can be the problem. Open your repo file for the new repo you added and disable GPG checking. jlc _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Mon, Sep 29, 2008 at 3:06 PM, Daniel Kao <dkao@ubermind.com> wrote:> Actually, what Joseph posted is better. ;) > > Cheers, > Daniel >Or you could have just followed my tutorial because I accommodated for it in the repo file. :-) -- Grant McWilliams Some people, when confronted with a problem, think "I know, I''ll use Windows." Now they have two problems. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Here is my repo file: [xen] name=CentOS-$releasever - XEN baseurl=http://www.gitco.de/repo/xen3.3.0 enabled = 1 protect = 0 gpgcheck=0 It seems fine to me.> From: JCasale@activenetwerx.com > To: xen-users@lists.xensource.com > Date: Mon, 29 Sep 2008 16:03:28 -0600 > Subject: RE: [Xen-users] Xen 3.3 & CentOS 5.2 x86_64 > > >I followed the steps mentioned here but got the following errors: > > /snip > > >Package xen-3.3.0-3.x86_64.rpm is not signed > > > >Can you please guide me what can be the problem. > > Open your repo file for the new repo you added and disable GPG checking. > jlc > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users_________________________________________________________________ Stay up to date on your PC, the Web, and your mobile phone with Windows Live. http://clk.atdmt.com/MRT/go/msnnkwxp1020093185mrt/direct/01/ _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Did you pull down the RPM packages locally to your server and trying to install it that way? If you are, you''ll need to change gpgcheck in the main configuration for yum. Cheers, Daniel Kashif Ali wrote: Here is my repo file: [xen] name=CentOS-$releasever - XEN baseurl=http://www.gitco.de/repo/xen3.3.0 enabled = 1 protect = 0 gpgcheck=0 It seems fine to me. > From: JCasale@activenetwerx.com > To: xen-users@lists.xensource.com > Date: Mon, 29 Sep 2008 16:03:28 -0600 > Subject: RE: [Xen-users] Xen 3.3 & CentOS 5.2 x86_64 > > >I followed the steps mentioned here but got the following errors: > > /snip > > >Package xen-3.3.0-3.x86_64.rpm is not signed > > > >Can you please guide me what can be the problem. > > Open your repo file for the new repo you added and disable GPG checking. > jlc > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users Stay up to date on your PC, the Web, and your mobile phone with Windows Live. See Now _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users -- Daniel Kao Übermind, Inc. dkao@ubermind.com Seattle, WA, U.S.A. +1.206.412.5765 _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Thanks Daniel, it worked now. I set the gpgcheck=0 in the /etc/yum.conf. Kashif Date: Mon, 29 Sep 2008 15:04:35 -0700 From: dkao@ubermind.com To: kashif_quaidian@hotmail.com CC: xen-users@lists.xensource.com Subject: Re: [Xen-users] Xen 3.3 & CentOS 5.2 x86_64 Kashif- $ vi /etc/yum.conf Change gpgcheck=1 to gpgcheck=0 temporarily. The custom RPM''s aren''t signed. Re-run the package install. After you''re done, change gpgcheck back to 1. Cheers, Daniel Kashif Ali wrote: I followed the steps mentioned here but got the following errors: .............. .............. .............. Dependencies Resolved ============================================================================ Package Arch Version Repository Size ============================================================================ Installing: libvirt-devel x86_64 0.4.4-3 libvirt-devel-0.4.4-3.x86_64.rpm 1.0 M xen x86_64 3.3.0-3 xen-3.3.0-3.x86_64.rpm 18 M Installing for dependencies: cyrus-sasl x86_64 2.1.22-4 base 2.1 M cyrus-sasl-md5 x86_64 2.1.22-4 base 46 k iscsi-initiator-utils x86_64 6.2.0.868-0.7.el5 base 575 k kernel-xen x86_64 2.6.18-92.1.13.el5 updates 17 M libvirt x86_64 0.4.4-3 libvirt-0.4.4-3.x86_64.rpm 6.0 M libvirt-python x86_64 0.4.4-3 libvirt-python-0.4.4-3.x86_64.rpm 339 k nc x86_64 1.84-10.fc6 base 56 k python-virtinst noarch 0.300.3-7 xen 211 k qemu x86_64 0.9.0-4 extras 4.5 M xen-devel x86_64 3.3.0-3 xen-devel-3.3.0-3.x86_64.rpm 843 k xen-libs x86_64 3.3.0-3 xen-libs-3.3.0-3.x86_64.rpm 301 k Transaction Summary ============================================================================ Install 13 Package(s) Update 0 Package(s) Remove 0 Package(s) Total download size: 51 M Is this ok [y/N]: y Downloading Packages: (1/2): python-virtinst-0. 100% |=========================| 211 kB 00:00 (2/2): kernel-xen-2.6.18- 100% |=========================| 17 MB 00:12 Package xen-3.3.0-3.x86_64.rpm is not signed Can you please guide me what can be the problem. Kashif Date: Fri, 26 Sep 2008 23:48:43 -0700 From: bderzhavets@yahoo.com Subject: Re: [Xen-users] Xen 3.3 & CentOS 5.2 x86_64 To: kashif_quaidian@hotmail.com; grantmasterflash@gmail.com CC: dkao@ubermind.com; xen-users@lists.xensource.com The most recent Xen port via http://www.gitco.de/repo/xen3.3.0 :- # yum install xen-3.3.0-3.x86_64.rpm \ xen-devel-3.3.0-3.x86_64.rpm \ xen-libs-3.3.0-3.x86_64.rpm \ libvirt-0.4.4-3.x86_64.rpm \ libvirt-devel-0.4.4-3.x86_64.rpm \ libvirt-python-0.4.4-3.x86_64.rpm View for details:- http://www.ruslansivak.com/index.cfm/2008/7/7/Xen-32-on-CentOS-52--x8664--RHEL-52-x8664 PV-Grub in the most recent Xen port to CentOS 5.2 (x86_64) works fine :- http://lxer.com/module/newswire/view/109089/index.html Some testing had been also done in port mentioned by Grant :- http://lxer.com/module/newswire/view/107922/index.html --- On Thu, 9/25/08, Grant McWilliams <grantmasterflash@gmail.com> wrote: From: Grant McWilliams <grantmasterflash@gmail.com> Subject: Re: [Xen-users] Xen 3.3 & CentOS 5.2 x86_64 To: "Kashif Ali" <kashif_quaidian@hotmail.com> Cc: "Daniel Kao" <dkao@ubermind.com>, xen-users@lists.xensource.com Date: Thursday, September 25, 2008, 11:37 AM On Thu, Sep 25, 2008 at 5:49 AM, Kashif Ali <kashif_quaidian@hotmail.com> wrote: I got xen3.3 installed on Centos5.2 but can''t be able to create Vm on it. ACM security rules got trouble for. I compiled and installed xen3.3 successfully without any error with default Config.mk. I found following configs in Config.mk related to ACM: Why did you compile it? You could have just used the repos at http://www.gitco.de/repo/xen3.3.0. I just did this a few minutes ago and wrote up a howto on it. I installed Xen 3.3, rebooted and it works great. http://www.grantmcwilliams.com/index.php?option=com_myblog&show=Install-Xen-3.3-X86-64-on-CentOS-5-the-easy-way.html&Itemid=425 -- Grant McWilliams Some people, when confronted with a problem, think "I know, I''ll use Windows." Now they have two problems. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users Stay up to date on your PC, the Web, and your mobile phone with Windows Live. See Now -- Daniel Kao Übermind, Inc. dkao@ubermind.com Seattle, WA, U.S.A. +1.206.412.5765 _________________________________________________________________ Get more out of the Web. Learn 10 hidden secrets of Windows Live. http://windowslive.com/connect/post/jamiethomson.spaces.live.com-Blog-cns!550F681DAD532637!5295.entry?ocid=TXT_TAGLM_WL_domore_092008 _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Thanks Daniel it worked now. Date: Mon, 29 Sep 2008 15:15:00 -0700 From: dkao@ubermind.com To: kashif_quaidian@hotmail.com CC: jcasale@activenetwerx.com; xen-users@lists.xensource.com Subject: Re: [Xen-users] Xen 3.3 & CentOS 5.2 x86_64 Did you pull down the RPM packages locally to your server and trying to install it that way? If you are, you''ll need to change gpgcheck in the main configuration for yum. Cheers, Daniel Kashif Ali wrote: Here is my repo file: [xen] name=CentOS-$releasever - XEN baseurl=http://www.gitco.de/repo/xen3.3.0 enabled = 1 protect = 0 gpgcheck=0 It seems fine to me.> From: JCasale@activenetwerx.com> To: xen-users@lists.xensource.com> Date: Mon, 29 Sep 2008 16:03:28 -0600> Subject: RE: [Xen-users] Xen 3.3 & CentOS 5.2 x86_64>> >I followed the steps mentioned here but got the followingerrors:>> /snip>> >Package xen-3.3.0-3.x86_64.rpm is not signed> >> >Can you please guide me what can be the problem.>> Open your repo file for the new repo you added and disable GPGchecking.> jlc>> _______________________________________________> Xen-users mailing list> Xen-users@lists.xensource.com> http://lists.xensource.com/xen-usersStay up to date on your PC, the Web, and your mobile phone with Windows Live. See Now _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users -- Daniel Kao Übermind, Inc. dkao@ubermind.com Seattle, WA, U.S.A. +1.206.412.5765 _________________________________________________________________ See how Windows Mobile brings your life together—at home, work, or on the go. http://clk.atdmt.com/MRT/go/msnnkwxp1020093182mrt/direct/01/ _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
/etc/yum.conf should have gpgcheck=0 --- On Mon, 9/29/08, Kashif Ali <kashif_quaidian@hotmail.com> wrote: From: Kashif Ali <kashif_quaidian@hotmail.com> Subject: RE: [Xen-users] Xen 3.3 & CentOS 5.2 x86_64 To: bderzhavets@yahoo.com, "Grant McWilliams" <grantmasterflash@gmail.com> Cc: "Daniel Kao" <dkao@ubermind.com>, xen-users@lists.xensource.com Date: Monday, September 29, 2008, 5:58 PM #yiv2006850692 .hmmessage P { margin:0px;padding:0px;} #yiv2006850692 { FONT-SIZE:10pt;FONT-FAMILY:Tahoma;} I followed the steps mentioned here but got the following errors: .............. .............. .............. Dependencies Resolved ============================================================================ Package Arch Version Repository Size ============================================================================Installing: libvirt-devel x86_64 0.4.4-3 libvirt-devel-0.4.4-3.x86_64.rpm 1.0 M xen x86_64 3.3.0-3 xen-3.3.0-3.x86_64.rpm 18 M Installing for dependencies: cyrus-sasl x86_64 2.1.22-4 base 2.1 M cyrus-sasl-md5 x86_64 2.1.22-4 base 46 k iscsi-initiator-utils x86_64 6.2.0.868-0.7.el5 base 575 k kernel-xen x86_64 2.6.18-92.1.13.el5 updates 17 M libvirt x86_64 0.4.4-3 libvirt-0.4.4-3.x86_64.rpm 6.0 M libvirt-python x86_64 0.4.4-3 libvirt-python-0.4.4-3.x86_64.rpm 339 k nc x86_64 1.84-10.fc6 base 56 k python-virtinst noarch 0.300.3-7 xen 211 k qemu x86_64 0.9.0-4 extras 4.5 M xen-devel x86_64 3.3.0-3 xen-devel-3.3.0-3.x86_64.rpm 843 k xen-libs x86_64 3.3.0-3 xen-libs-3.3.0-3.x86_64.rpm 301 k Transaction Summary ============================================================================Install 13 Package(s) Update 0 Package(s) Remove 0 Package(s) Total download size: 51 M Is this ok [y/N]: y Downloading Packages: (1/2): python-virtinst-0. 100% |=========================| 211 kB 00:00 (2/2): kernel-xen-2.6.18- 100% |=========================| 17 MB 00:12 Package xen-3.3.0-3.x86_64.rpm is not signed Can you please guide me what can be the problem. Kashif Date: Fri, 26 Sep 2008 23:48:43 -0700 From: bderzhavets@yahoo.com Subject: Re: [Xen-users] Xen 3.3 & CentOS 5.2 x86_64 To: kashif_quaidian@hotmail.com; grantmasterflash@gmail.com CC: dkao@ubermind.com; xen-users@lists.xensource.com The most recent Xen port via http://www.gitco.de/repo/xen3.3.0 :- # yum install xen-3.3.0-3.x86_64.rpm \ xen-devel-3.3.0-3.x86_64.rpm \ xen-libs-3.3.0-3.x86_64.rpm \ libvirt-0.4.4-3.x86_64.rpm \ libvirt-devel-0.4.4-3.x86_64.rpm \ libvirt-python-0.4.4-3.x86_64.rpm View for details:- http://www.ruslansivak.com/index.cfm/2008/7/7/Xen-32-on-CentOS-52--x8664--RHEL-52-x8664 PV-Grub in the most recent Xen port to CentOS 5.2 (x86_64) works fine :- http://lxer.com/module/newswire/view/109089/index.html Some testing had been also done in port mentioned by Grant :- http://lxer.com/module/newswire/view/107922/index.html --- On Thu, 9/25/08, Grant McWilliams <grantmasterflash@gmail.com> wrote: From: Grant McWilliams <grantmasterflash@gmail.com> Subject: Re: [Xen-users] Xen 3.3 & CentOS 5.2 x86_64 To: "Kashif Ali" <kashif_quaidian@hotmail.com> Cc: "Daniel Kao" <dkao@ubermind.com>, xen-users@lists.xensource.com Date: Thursday, September 25, 2008, 11:37 AM On Thu, Sep 25, 2008 at 5:49 AM, Kashif Ali <kashif_quaidian@hotmail.com> wrote: I got xen3.3 installed on Centos5.2 but can''t be able to create Vm on it. ACM security rules got trouble for. I compiled and installed xen3.3 successfully without any error with default Config.mk. I found following configs in Config.mk related to ACM: Why did you compile it? You could have just used the repos at http://www.gitco.de/repo/xen3.3.0. I just did this a few minutes ago and wrote up a howto on it. I installed Xen 3.3, rebooted and it works great. http://www.grantmcwilliams.com/index.php?option=com_myblog&show=Install-Xen-3.3-X86-64-on-CentOS-5-the-easy-way.html&Itemid=425 -- Grant McWilliams Some people, when confronted with a problem, think "I know, I''ll use Windows." Now they have two problems. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users Stay up to date on your PC, the Web, and your mobile phone with Windows Live. See Now _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Boris Derzhavets
2008-Sep-30 13:16 UTC
[Xen-users] Failure to install Solaris Nevada 98 in stub domain at Xen 3.3 CentOS 5.2 Dom0 (64-bit)
Notice,that SNV_98 may be installed in HVM DomU with no problems. Attempt to install SNV_98 in stub domain fails immediately :- Configuring /dev ata_command: BSY too long!DRDY 0x1 CMD 0xe0 F 0x0 N 0x0 S 0x0 H 0x0 CL 0x0 CH 0x0 What means that hard drive cannot be detected by Nevada. Same message gets generated during SNV_98 install on DELL 4550 (4500) based on Intel board:- * Support for an Intel® Pentium® 4 processor in a mPGA478 socket with a 400/533 MHz system bus * Support for an Intel® Celeron® processor in a mPGA478 socket with a 400 MHz system bus * Intel® 845PE Chipset * Two Parallel ATA IDE interfaces with UDMA 33, ATA-66/100 support and IDE hard drive 80 GB Seagate Barracuda. At the same time Fedora 8,9 can be installed in stub domain , HVM DomU and on DELLs 4550 (4500) and loads in all cases same driver "ata_piix". I would expect any OS available for HVM DomU install, available for stub domain install as well. If i am wrong about that,please, advise. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users