hello all, I have install xen on my system, the booting is no problem, and I type xm-list show following words: # xm list Name ID Mem VCPUs State Time(s) Domain-0 0 2953 4 r----- 7214.7 that means my xen is ok, but when I want to start xend start, print following words: bash: xend: command not found, what''s the problem? could someone help me? my OS is Opensolaris. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Wed, Sep 23, 2009 at 6:37 PM, Yubo Guo <guoyubo@hotmail.com> wrote:> hello all, > > I have install xen on my system, the booting is no problem, and I > type xm-list show following words: > *# xm list* > * > Name ID Mem VCPUs State Time(s) > * > * > Domain-0 0 2953 4 r----- 7214. > *7 > > that means my xen is ok, but when I want to start xend start, print > following words: > > *bash: xend: command not found,* > > what''s the problem? could someone help me? > > my OS is Opensolaris. > >If I remember right that''s a mismatch between your xend and your xen kernel. I could be wrong but I''ve run into that before. Start by checking the version of your xen kernel and xen itself. For instance on Linux if you used the Gitco xen 3.4.0 you need to use the xen.gz-3.4.0 kernel that comes with it. It''s been a while since I saw this but I''d check there first. Grant McWilliams _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Thu, Sep 24, 2009 at 8:37 AM, Yubo Guo <guoyubo@hotmail.com> wrote:> hello all, > > I have install xen on my system, the booting is no problem, and I type > xm-list show following words: > # xm list > Name ID Mem VCPUs State Time(s) > Domain-0 0 2953 4 r----- 7214.7 > > that means my xen is ok, but when I want to start xend start, print > following words: > > bash: xend: command not found, > > what''s the problem? could someone help me? > > my OS is Opensolaris.xen-discuss@opensolaris.org is probably a good place to ask if you''re running xen on opensolaris. Anyway, I believe xend is simply not in your path. In opensolaris it''s supposed to be started from a service (not manually), and since xm list works, I say it''s already started. -- Fajar _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users