During boot, I get the following error: Nov 16 09:16:41 sol11 svc.startd[7]: [ID 652011 daemon.warning] svc:/system xvm/store:default: Method "/lib/svc/method/xenstored start" failed with exit status 96. Nov 16 09:16:41 sol11 svc.startd[7]: [ID 748625 daemon.error] system/xvm/store:default misconfigured: transitioned to maintenance (see ''svcs -xv'' for details) It happens with svc:/milestone/xvm:default enabled and disabled. --ron -- This message posted from opensolaris.org
It happens to me once. I also clearly saw that Hypervisor & Dom0 haven''t been loaded just regular kernel. Simple "pfexec reboot" normally loaded xen.gz followed by xenified kernel. On OSOL-126 similar issue also showed up. A kind of every second reboot failed to load Hypervisor & Dom0 --- On Mon, 11/16/09, Ron Halstead <rdhalstead@gmail.com> wrote: From: Ron Halstead <rdhalstead@gmail.com> Subject: [xen-discuss] xVM filas on SXCE 127 To: xen-discuss@opensolaris.org Date: Monday, November 16, 2009, 12:27 PM During boot, I get the following error: Nov 16 09:16:41 sol11 svc.startd[7]: [ID 652011 daemon.warning] svc:/system xvm/store:default: Method "/lib/svc/method/xenstored start" failed with exit status 96. Nov 16 09:16:41 sol11 svc.startd[7]: [ID 748625 daemon.error] system/xvm/store:default misconfigured: transitioned to maintenance (see ''svcs -xv'' for details) It happens with svc:/milestone/xvm:default enabled and disabled. --ron -- This message posted from opensolaris.org _______________________________________________ xen-discuss mailing list xen-discuss@opensolaris.org
In my case OSOL 1002-127 just looses ability to boot into xVM grub entry (actually the unique one), after 2 or 3 successful bootups followed by "pfexec reboot" after xVM message comes up nwam-physical cannot fork nwam-auto ( or something like that) no swap space on the system . System maintanance is required ( or CTRL-D) I tried to log in and ran : svcs -x Problems with nwam services and some others. OSOL 1002-126 worked for me. 1002-127 doesn''t. -- This message posted from opensolaris.org
Boris Derzhavets wrote:> In my case OSOL 1002-127 just looses ability to boot into xVM grub entry (actually the unique one), after 2 or 3 successful bootups followed by "pfexec reboot" after xVM message comes up nwam-physical cannot fork nwam-auto ( or something like that) no swap space on the system . System maintanance is required ( or CTRL-D) > I tried to log in and ran : > svcs -x > Problems with nwam services and some others. > OSOL 1002-126 worked for me. 1002-127 doesn''t.b127 works fine for me... Can you check you grub menu.lst entry.. b126, b127, and b128 have had some problems which can mess up the grub xVM menu. These should finally be fixed in b129... MRJ
It halves your memory each time you reboot. The culprit is /lib/svc/method/xvm-milestone. Disable the service and setup xVM manually as a workaround. Petr On 19/11/2009, Boris Derzhavets <bderzhavets@yahoo.com> wrote:> In my case OSOL 1002-127 just looses ability to boot into xVM grub entry > (actually the unique one), after 2 or 3 successful bootups followed by > "pfexec reboot" after xVM message comes up nwam-physical cannot fork > nwam-auto ( or something like that) no swap space on the system . System > maintanance is required ( or CTRL-D) > I tried to log in and ran : > svcs -x > Problems with nwam services and some others. > OSOL 1002-126 worked for me. 1002-127 doesn''t. > -- > This message posted from opensolaris.org > _______________________________________________ > xen-discuss mailing list > xen-discuss@opensolaris.org >
In meantime it looks like the safe solution is creating separate BE for xvm as before and follow Petr ignore /lib/svc/method/xvm-milestone manually install xvm :- root@opensolaris:~# svcs -a|grep xvm disabled 20:44:39 svc:/system/xvm/ipagent:default disabled 20:44:39 svc:/milestone/xvm:default online 20:44:50 svc:/system/xvm/vnc-config:default online 20:44:51 svc:/system/xvm/store:default online 20:44:57 svc:/system/xvm/xend:default online 20:44:57 svc:/system/xvm/console:default online 20:44:58 svc:/system/xvm/virtd:default online 20:44:58 svc:/system/xvm/domains:default -- This message posted from opensolaris.org