hi all, I had to boot few time in system without xen, which was without problems except xctl services didn''t run. now I''m back running solaris as dom0 on xen, but I can''t run xctl/store and all other services. it claims that i''m not running domain 0?!? any idea/tip? thanks, danjo xenstored start (or svcadm enable xctl/store) Not running domain 0: disabling related services svcs -a |grep xctl disabled 21:38:28 svc:/system/xctl/xend:default disabled 21:38:28 svc:/system/xctl/console:default disabled 21:38:28 svc:/system/xctl/domains:default disabled 21:38:39 svc:/system/xctl/store:default svcs -l xctl/store fmri svc:/system/xctl/store:default name Hypervisor Store Daemon enabled false (temporary) state disabled next_state none state_time Thu Sep 06 21:38:39 2007 logfile /var/svc/log/system-xctl-store:default.log restarter svc:/system/svc/restarter:default contract_id dependency require_all/none svc:/system/filesystem/local (online) This message posted from opensolaris.org
Jacob wrote:> hi all, > > I had to boot few time in system without xen, which was without problems except xctl services didn''t run. > now I''m back running solaris as dom0 on xen, but I can''t run xctl/store and all other services. > > it claims that i''m not running domain 0?!? > > any idea/tip?Could you send out the output for the following? # uname -a # ls -l /dev/xen/ # tail /var/svc/log/system-xctl-store:default.log Thanks, MRJ> thanks, > danjo > > > xenstored start (or svcadm enable xctl/store) > Not running domain 0: disabling related services > > svcs -a |grep xctl > disabled 21:38:28 svc:/system/xctl/xend:default > disabled 21:38:28 svc:/system/xctl/console:default > disabled 21:38:28 svc:/system/xctl/domains:default > disabled 21:38:39 svc:/system/xctl/store:default > > svcs -l xctl/store > fmri svc:/system/xctl/store:default > name Hypervisor Store Daemon > enabled false (temporary) > state disabled > next_state none > state_time Thu Sep 06 21:38:39 2007 > logfile /var/svc/log/system-xctl-store:default.log > restarter svc:/system/svc/restarter:default > contract_id > dependency require_all/none svc:/system/filesystem/local (online) > > > This message posted from opensolaris.org > _______________________________________________ > xen-discuss mailing list > xen-discuss@opensolaris.org-- Mark Johnson <mark.johnson@sun.com> Sun Microsystems, Inc. (781) 442-0869
Does "isainfo" tell you that you are in dom0 ? What''s the output? --joe Jacob wrote:> hi all, > > I had to boot few time in system without xen, which was without problems except xctl services didn''t run. > now I''m back running solaris as dom0 on xen, but I can''t run xctl/store and all other services. > > it claims that i''m not running domain 0?!? > > any idea/tip? > thanks, > danjo > > > xenstored start (or svcadm enable xctl/store) > Not running domain 0: disabling related services > > svcs -a |grep xctl > disabled 21:38:28 svc:/system/xctl/xend:default > disabled 21:38:28 svc:/system/xctl/console:default > disabled 21:38:28 svc:/system/xctl/domains:default > disabled 21:38:39 svc:/system/xctl/store:default > > svcs -l xctl/store > fmri svc:/system/xctl/store:default > name Hypervisor Store Daemon > enabled false (temporary) > state disabled > next_state none > state_time Thu Sep 06 21:38:39 2007 > logfile /var/svc/log/system-xctl-store:default.log > restarter svc:/system/svc/restarter:default > contract_id > dependency require_all/none svc:/system/filesystem/local (online) > > > This message posted from opensolaris.org > _______________________________________________ > xen-discuss mailing list > xen-discuss@opensolaris.org >
> Could you send out the output for the following? > # uname -auname -a SunOS sunosxen 5.11 xen-nv66-2007-06-24 i86pc i386 i86xpv> # ls -l /dev/xen/ls -l /dev/xen/ total 10 lrwxrwxrwx 1 root root 36 Sep 6 22:47 balloon -> ../../devices/xpvd/balloon@0:balloon lrwxrwxrwx 1 root root 36 Jul 31 09:28 domcaps -> ../../devices/xpvd/domcaps@0:domcaps lrwxrwxrwx 1 root root 34 Sep 6 22:47 evtchn -> ../../devices/xpvd/evtchn@0:evtchn lrwxrwxrwx 1 root root 36 Sep 6 22:47 privcmd -> ../../devices/xpvd/privcmd@0:privcmd lrwxrwxrwx 1 root root 34 Sep 6 22:47 xenbus -> ../../devices/xpvd/xenbus@0:xenbus> # tail /var/svc/log/system-xctl-store:default.logtail /var/svc/log/system-xctl-store:default.log [ Sep 6 21:34:26 Method "start" exited with status 0 ] [ Sep 6 21:34:26 Stopping because service disabled. ] [ Sep 6 21:34:26 Executing stop method (:kill) ] [ Sep 6 21:38:37 Executing start method ("/lib/svc/method/xenstored start") ] Not running domain 0: disabling related services [ Sep 6 21:38:37 Method "start" exited with status 0 ] [ Sep 6 21:38:38 Stopping because service disabled. ] [ Sep 6 21:38:39 Executing stop method (:kill) ] [ Sep 7 06:05:08 Executing start method ("/lib/svc/method/xenstored start") ] [ Sep 7 06:05:09 Method "start" exited with status 0 ]> > > Thanks,thank you, danjo> > MRJThis message posted from opensolaris.org
> Does "isainfo" tell you that you are in dom0 ? What''s the output? > > --joe ># isainfo -x amd64: cx16 mon sse3 sse2 sse fxsr mmx cmov cx8 tsc fpu i386: ahf cx16 mon sse3 sse2 sse fxsr mmx cmov cx8 tsc fpu # psrinfo -vp The physical processor has 2 virtual processors (0 1) x86 (GenuineIntel 6F6 family 6 model 15 step 6 clock 2000 MHz) Intel(r) Core(tm)2 CPU T7200 @ 2.00GHz This message posted from opensolaris.org
hi, not sure how or what was wrong, but after several reboots and few other things, it now works. -danjo This message posted from opensolaris.org
hi, What ''few other things'' might that be? I seem to got the same issue. bfu''ed the solaris-xen-b66-archives on top of b69. thanks, patrick This message posted from opensolaris.org
On Sun, Sep 09, 2007 at 02:33:25AM -0700, Patrick Blaas wrote:> What ''few other things'' might that be? I seem to got the same issue. > > bfu''ed the solaris-xen-b66-archives on top of b69.Boot into Xen, then do: devfsadm -C svcadm clear xctl/store Things should now be better. (BTW, we''ve fixed this problem) regards john
Thanks for your comment on that John. I was eager to try out xen and installed the preped dvd to get things started. I will install another machine with b69 and try out your described method. regards, Patrick This message posted from opensolaris.org