Hi, I''ve notice strange thing, all my domUs are listed as blocked: Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 251 2 r----- 4166.2 g01 28 256 2 -b---- 508.3 g02 26 128 1 -b---- 235.7 g03 35 512 1 -b---- 17.2 although they are running fine. I''m just wondering what can be wrong, because I need proper reporting for some monitoring tools. Host system is Ubuntu Dapper Server running Xen 3.0.1 binary, guests Debians, Ubuntus. Any ideas? Regards, -- Tom Napierala DB Alliance Limited North Point House, New Mallow Road, Cork, Ireland The National Software Centre, Mahon, Cork, Ireland _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Tuesday 12 September 2006 13:10, Tom Z. Napierala wrote:> Hi, > I''ve notice strange thing, all my domUs are listed as blocked: > Name ID Mem(MiB) VCPUs State Time(s) > Domain-0 0 251 2 r----- 4166.2 > g01 28 256 2 -b---- 508.3 > g02 26 128 1 -b---- 235.7 > g03 35 512 1 -b---- 17.2 > > although they are running fine. > I''m just wondering what can be wrong, because I need proper reporting for > some monitoring tools. Host system is Ubuntu Dapper Server running Xen > 3.0.1 binary, guests Debians, Ubuntus. > Any ideas?You got a single-CPU system, right? The moment you run the xm command, the CPU is obviously with Domain-0, producing your output. That means, all other domains don`t have the CPU right now, hence are listed as blocked. The only chance to see a domU in a state other than "b" is to use a SMP system. :) /Ernst _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Dnia Tuesday 12 September 2006 12:23, Ernst Bachmann napisał:> On Tuesday 12 September 2006 13:10, Tom Z. Napierala wrote: > > Hi, > > I''ve notice strange thing, all my domUs are listed as blocked: > > Name ID Mem(MiB) VCPUs State Time(s) > > Domain-0 0 251 2 r----- 4166.2 > > g01 28 256 2 -b---- 508.3 > > g02 26 128 1 -b---- 235.7 > > g03 35 512 1 -b---- 17.2 > > > > although they are running fine. > > I''m just wondering what can be wrong, because I need proper reporting for > > some monitoring tools. Host system is Ubuntu Dapper Server running Xen > > 3.0.1 binary, guests Debians, Ubuntus. > > Any ideas? > > You got a single-CPU system, right?No, it''s SMP system.> The moment you run the xm command, the CPU is obviously with Domain-0, > producing your output. That means, all other domains don`t have the CPU > right now, hence are listed as blocked. > > The only chance to see a domU in a state other than "b" is to use a SMP > system. :)That''s interesting, I have to investigate this thoroughly. But as I mentioned above, it''s SMP system, but I''m not using any pin techniques , so all domains are with default vcpu settings. -- Tom Napierala DB Alliance Limited North Point House, New Mallow Road, Cork, Ireland The National Software Centre, Mahon, Cork, Ireland _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Tuesday 12 September 2006 14:03, Tom Z. Napierala wrote:> Dnia Tuesday 12 September 2006 12:23, Ernst Bachmann napisał: > > On Tuesday 12 September 2006 13:10, Tom Z. Napierala wrote: > > > Hi, > > > I''ve notice strange thing, all my domUs are listed as blocked: > > > Name ID Mem(MiB) VCPUs State Time(s) > > > Domain-0 0 251 2 r----- 4166.2 > > > g01 28 256 2 -b---- 508.3 > > > g02 26 128 1 -b---- 235.7 > > > g03 35 512 1 -b---- 17.2 > > > > > > although they are running fine. > > > I''m just wondering what can be wrong, because I need proper reporting > > > for some monitoring tools. Host system is Ubuntu Dapper Server running > > > Xen 3.0.1 binary, guests Debians, Ubuntus. > > > Any ideas? > > > > You got a single-CPU system, right? > > No, it''s SMP system. > > > The moment you run the xm command, the CPU is obviously with Domain-0, > > producing your output. That means, all other domains don`t have the CPU > > right now, hence are listed as blocked. > > > > The only chance to see a domU in a state other than "b" is to use a SMP > > system. :) > > That''s interesting, I have to investigate this thoroughly. > But as I mentioned above, it''s SMP system, but I''m not using any pin > techniques , so all domains are with default vcpu settings.well, they also show as blocked while waiting for IO or idling, maybe retry with a higher load on your domUs? Just to show it works: # xm list Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 8672 8 r----- 1313001.2 cmcom01 11 1024 7 -b---- 61838.4 cmcom02 16 1024 4 r----- 11884.8 cmdb03 14 1024 7 r----- 258300.1 maudbrm 10 3400 7 r----- 586934.1 mausc01 7 1024 7 -b---- 121974.2 /Ernst _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Hi Tom,> I''ve notice strange thing, all my domUs are listed as blocked: > Name ID Mem(MiB) VCPUs State Time(s) > Domain-0 0 251 2 r----- 4166.2 > g01 28 256 2 -b---- 508.3 > g02 26 128 1 -b---- 235.7 > g03 35 512 1 -b---- 17.2 > > although they are running fine. > I''m just wondering what can be wrong, because I need proper reporting for some > monitoring tools. Host system is Ubuntu Dapper Server running Xen 3.0.1 > binary, guests Debians, Ubuntus. > Any ideas?man xm b - blocked The domain is blocked, and not running or runnable. This can be caused because the domain is waiting on IO (a traditional wait state) or has gone to sleep because there was nothing else for it to do. ... Regards, Chris Bennett _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
> The only chance to see a domU in a state other than "b" is to use a SMP system. :)I have a smp and it shows blocked for me too Ernst! Rajat --------------------------------- Find out what India is talking about on - Yahoo! Answers India Send FREE SMS to your friend''s mobile from Yahoo! Messenger Version 8. Get it NOW _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Dnia Tuesday 12 September 2006 13:14, Ernst Bachmann napisał:> > That''s interesting, I have to investigate this thoroughly. > > But as I mentioned above, it''s SMP system, but I''m not using any pin > > techniques , so all domains are with default vcpu settings. > > well, they also show as blocked while waiting for IO or idling, maybe retry > with a higher load on your domUs? > > Just to show it works: > # xm list > Name ID Mem(MiB) VCPUs State Time(s) > Domain-0 0 8672 8 r----- 1313001.2 > cmcom01 11 1024 7 -b---- 61838.4 > cmcom02 16 1024 4 r----- 11884.8 > cmdb03 14 1024 7 r----- 258300.1 > maudbrm 10 3400 7 r----- 586934.1 > mausc01 7 1024 7 -b---- 121974.2It sounds reasonable and it''s actually true ;) Thanks for clarification. Regards, -- Tom Napierala DB Alliance Limited North Point House, New Mallow Road, Cork, Ireland The National Software Centre, Mahon, Cork, Ireland _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
________________________________ From: xen-users-bounces@lists.xensource.com [mailto:xen-users-bounces@lists.xensource.com] On Behalf Of Rajat malhotra Sent: 12 September 2006 14:27 To: xen-users@lists.xensource.com Subject: [Xen-users] All domU blocked > The only chance to see a domU in a state other than "b" is to use a SMP system. :) I have a smp and it shows blocked for me too Ernst! Being SMP doesn''t guarantee that the guests are running when doing xm info. However, being uni-processor GUARANTEES that Dom0 is the one running... "b" means that the guest is blocked, which is the state it is in when it''s waiting for I/O, timers or other domain(s) to let it run again. It''s impossible to say which one of those three (or more) possible causes are actually holding the process up. If you don''t actively do something in a domain, it will be blocked. The best way to see SMP systems run is to put some infinite loop in a command shell, or better yet run an infinite loop in a compiled language, such as forever.c: int main(void) { for(;;) ; /* doesn''t end */ return 0; /* this is just here to make the compiler happy */ } gcc forever.c -o forever ./forever That will make the domain use 100% of it''s allocated CPU time (and any "spare" cpu-time too, if there is any). Don''t do this in Dom0, unless you want all DomU''s to run very slow (and unless you have Credit scheduler, in which case it MAY work OK). -- Mats Rajat ________________________________ Find out what India is talking about on - Yahoo! Answers India <http://us.rd.yahoo.com/mail/in/yanswers/*http://in.answers.yahoo.com/> Send FREE SMS to your friend''s mobile from Yahoo! Messenger Version 8. Get it NOW <http://us.rd.yahoo.com/mail/in/messengertagline/*http://in.messenger.ya hoo.com> _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Hi all!, I am trying the Xen Enterprise solution for our development environment. We use RHEL AS 4.2 and ES 4.0 both 64bits. I can''t find a way of installing them with this version of Xen Enterprise. The repository installation will failed under a different boot image error. If I have VT Server, will be possible to install any OS (Suse,RH,Windows) using the media dvd/cds/network install? Cheers, MRB _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Yoshinori Katase
2006-Sep-13 01:21 UTC
Re: [Xen-users] Installation using vendor media - Xen Enterprise
Hi,MaTT. Xen Enterprise is a product of xensource.com. Please go to www.xensource.com. Cheers. ----- Original Message ----- From: "MaTT" <mrbarletta@yahoo.com.ar> To: <xen-users@lists.xensource.com> Sent: Tuesday, September 12, 2006 11:40 PM Subject: [Xen-users] Installation using vendor media - Xen Enterprise> Hi all!, > > I am trying the Xen Enterprise solution for our development environment. > We use RHEL AS 4.2 and ES 4.0 both 64bits. > > I can''t find a way of installing them with this version of Xen > Enterprise. The repository installation will failed under a different > boot image error. > > If I have VT Server, will be possible to install any OS > (Suse,RH,Windows) using the media dvd/cds/network install? > > Cheers, > MRB > > > _______________________________________________ > 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 Tuesday 12 September 2006 8:23 am, chris@cgb1911.mine.nu wrote:> man xm > > b - blocked > The domain is blocked, and not running or runnable. This can be caused > because the domain is waiting on IO (a traditional wait state) or has > gone to sleep because there was nothing else for it to do.... or because there''s not enough CPUs to run it at this particular instant -- Javier _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users