Scott Davenport
2008-Sep-12 17:22 UTC
svc:/system/xvm/domains:default not starting on snv_98
Hi, Upgraded to snv_98 and xvm/domains is no longer starting. Been through the archives and checked all of the things in this thread: http://www.mail-archive.com/xen-discuss@opensolaris.org/msg02969.html I did use an updated BFU; used the one from snv_98. Reset the VNC password with svccfg. As for Python, I believe I''ve got a sufficient version with ucred support: % pkginfo -l SUNWPython SUNWPython-devel |grep VERSION VERSION: 2.4.4,REV=110.0.4.2007.07.23.11.30 VERSION: 2.4.4,REV=110.0.4.2007.07.23.11.30 Alas, xvm/domains is still unhappy. Is the above 2.4 insufficient? svc log below. Thanks --scott http://blogs.sun.com/sdaven [ Sep 12 09:58:17 Method "start" exited with status 1. ] [ Sep 12 10:00:41 Leaving maintenance because clear requested. ] [ Sep 12 10:00:41 Enabled. ] [ Sep 12 10:00:42 Executing start method ("/lib/svc/method/xvm-domains start"). ] Traceback (most recent call last): File "/lib/svc/method/xvm-domains", line 39, in ? server.xend.domain.autostart() File "/usr/lib/python2.4/xmlrpclib.py", line 1096, in __call__ return self.__send(self.__name, args) File "/usr/lib/python2.4/site-packages/xen/util/xmlrpcclient.py", line 118, in __request File "/usr/lib/python2.4/xmlrpclib.py", line 1383, in __request verbose=self.__verbose File "/usr/lib/python2.4/site-packages/xen/util/xmlrpcclient.py", line 55, in request File "/usr/lib/python2.4/xmlrpclib.py", line 1137, in request headers xmlrpclib.ProtocolError: <ProtocolError for /RPC2: -1 > [ Sep 12 10:00:42 Method "start" exited with status 1. ]
Boris Derzhavets
2008-Sep-12 18:34 UTC
Re: svc:/system/xvm/domains:default not starting on snv_98
Didn''t have any problems :- -bash-3.2$ su - Password: Sun Microsystems Inc. SunOS 5.11 snv_98 October 2007 bfu''ed from /usr/tmp/archives-nightly-osol-nd/i386 on 2008-09-12 Sun Microsystems Inc. SunOS 5.11 snv_97 November 2008 # xm info host : Solaris97Nevada release : 5.11 version : snv_98 machine : i86pc nr_cpus : 2 nr_nodes : 1 sockets_per_node : 1 cores_per_socket : 2 threads_per_core : 1 cpu_mhz : 3005 hw_caps : bfebfbff:20100800:00000000:00000140:0008e3fd:00000000:00000001 total_memory : 8191 free_memory : 6 xen_major : 3 xen_minor : 1 xen_extra : .4-xvm xen_caps : xen-3.0-x86_64 xen-3.0-x86_32p hvm-3.0-x86_32 hvm-3.0-x86_32p hvm-3.0-x86_64 xen_scheduler : credit xen_pagesize : 4096 platform_params : virt_start=0xffff800000000000 xen_changeset : Fri Sep 12 12:17:36 2008 +0400 15889:566f1977dfc8 cc_compiler : gcc version 3.4.3 (csl-sol210-3_4-20050802) cc_compile_by : root cc_compile_domain : cc_compile_date : Fri Sep 12 12:17:59 MSD 2008 xend_config_format : 4 bash-3.2# svcs -a | grep xvm disabled 18:03:45 svc:/system/xvm/ipagent:default online 18:04:02 svc:/system/xvm/store:default online 18:04:19 svc:/system/xvm/xend:default online 18:04:19 svc:/system/xvm/console:default online 18:04:20 svc:/system/xvm/virtd:default online 18:04:21 svc:/system/xvm/domains:default --- On Fri, 9/12/08, Scott Davenport <Scott.Davenport@Sun.COM> wrote: From: Scott Davenport <Scott.Davenport@Sun.COM> Subject: [xen-discuss] svc:/system/xvm/domains:default not starting on snv_98 To: xen-discuss@opensolaris.org Date: Friday, September 12, 2008, 1:22 PM Hi, Upgraded to snv_98 and xvm/domains is no longer starting. Been through the archives and checked all of the things in this thread: http://www.mail-archive.com/xen-discuss@opensolaris.org/msg02969.html I did use an updated BFU; used the one from snv_98. Reset the VNC password with svccfg. As for Python, I believe I''ve got a sufficient version with ucred support: % pkginfo -l SUNWPython SUNWPython-devel |grep VERSION VERSION: 2.4.4,REV=110.0.4.2007.07.23.11.30 VERSION: 2.4.4,REV=110.0.4.2007.07.23.11.30 Alas, xvm/domains is still unhappy. Is the above 2.4 insufficient? svc log below. Thanks --scott http://blogs.sun.com/sdaven [ Sep 12 09:58:17 Method "start" exited with status 1. ] [ Sep 12 10:00:41 Leaving maintenance because clear requested. ] [ Sep 12 10:00:41 Enabled. ] [ Sep 12 10:00:42 Executing start method ("/lib/svc/method/xvm-domains start"). ] Traceback (most recent call last): File "/lib/svc/method/xvm-domains", line 39, in ? server.xend.domain.autostart() File "/usr/lib/python2.4/xmlrpclib.py", line 1096, in __call__ return self.__send(self.__name, args) File "/usr/lib/python2.4/site-packages/xen/util/xmlrpcclient.py", line 118, in __request File "/usr/lib/python2.4/xmlrpclib.py", line 1383, in __request verbose=self.__verbose File "/usr/lib/python2.4/site-packages/xen/util/xmlrpcclient.py", line 55, in request File "/usr/lib/python2.4/xmlrpclib.py", line 1137, in request headers xmlrpclib.ProtocolError: <ProtocolError for /RPC2: -1 > [ Sep 12 10:00:42 Method "start" exited with status 1. ] _______________________________________________ xen-discuss mailing list xen-discuss@opensolaris.org
Mark Johnson
2008-Sep-12 19:01 UTC
Re: svc:/system/xvm/domains:default not starting on snv_98
Scott Davenport wrote:> Hi, > > Upgraded to snv_98 and xvm/domains is no longer starting. Been > through the archives and checked all of the things in this > thread: > http://www.mail-archive.com/xen-discuss@opensolaris.org/msg02969.html > > I did use an updated BFU; used the one from snv_98. Reset the > VNC password with svccfg. As for Python, I believe I''ve got a > sufficient version with ucred support:Did you do the following too? /ws/onnv-gate/public/bin/update_xvm /ws/onnv-gate/packages/i386/snv_98-nd/ MRJ> % pkginfo -l SUNWPython SUNWPython-devel |grep VERSION > VERSION: 2.4.4,REV=110.0.4.2007.07.23.11.30 > VERSION: 2.4.4,REV=110.0.4.2007.07.23.11.30 > > Alas, xvm/domains is still unhappy. Is the above 2.4 insufficient? > > svc log below. > > Thanks > --scott > http://blogs.sun.com/sdaven > > [ Sep 12 09:58:17 Method "start" exited with status 1. ] > [ Sep 12 10:00:41 Leaving maintenance because clear requested. ] > [ Sep 12 10:00:41 Enabled. ] > [ Sep 12 10:00:42 Executing start method ("/lib/svc/method/xvm-domains > start"). ] > Traceback (most recent call last): > File "/lib/svc/method/xvm-domains", line 39, in ? > server.xend.domain.autostart() > File "/usr/lib/python2.4/xmlrpclib.py", line 1096, in __call__ > return self.__send(self.__name, args) > File "/usr/lib/python2.4/site-packages/xen/util/xmlrpcclient.py", line > 118, in __request > File "/usr/lib/python2.4/xmlrpclib.py", line 1383, in __request > verbose=self.__verbose > File "/usr/lib/python2.4/site-packages/xen/util/xmlrpcclient.py", line > 55, in request > File "/usr/lib/python2.4/xmlrpclib.py", line 1137, in request > headers > xmlrpclib.ProtocolError: <ProtocolError for /RPC2: -1 > > [ Sep 12 10:00:42 Method "start" exited with status 1. ] > > > ------------------------------------------------------------------------ > > _______________________________________________ > xen-discuss mailing list > xen-discuss@opensolaris.org
Scott Davenport
2008-Sep-12 19:09 UTC
Re: svc:/system/xvm/domains:default not starting on snv_98
On Fri, 2008-09-12 at 15:01 -0400, Mark Johnson wrote:> > Scott Davenport wrote: > > Hi, > > > > Upgraded to snv_98 and xvm/domains is no longer starting. Been > > through the archives and checked all of the things in this > > thread: > > http://www.mail-archive.com/xen-discuss@opensolaris.org/msg02969.html > > > > I did use an updated BFU; used the one from snv_98. Reset the > > VNC password with svccfg. As for Python, I believe I''ve got a > > sufficient version with ucred support: > > Did you do the following too? > /ws/onnv-gate/public/bin/update_xvm /ws/onnv-gate/packages/i386/snv_98-nd/Yes...neglected to mention it. I did this just prior to the BFU. Should it have been done after? --scott http://blogs.sun.com/sdaven> > > % pkginfo -l SUNWPython SUNWPython-devel |grep VERSION > > VERSION: 2.4.4,REV=110.0.4.2007.07.23.11.30 > > VERSION: 2.4.4,REV=110.0.4.2007.07.23.11.30 > > > > Alas, xvm/domains is still unhappy. Is the above 2.4 insufficient? > > > > svc log below. > > > > Thanks > > --scott > > http://blogs.sun.com/sdaven > > > > [ Sep 12 09:58:17 Method "start" exited with status 1. ] > > [ Sep 12 10:00:41 Leaving maintenance because clear requested. ] > > [ Sep 12 10:00:41 Enabled. ] > > [ Sep 12 10:00:42 Executing start method ("/lib/svc/method/xvm-domains > > start"). ] > > Traceback (most recent call last): > > File "/lib/svc/method/xvm-domains", line 39, in ? > > server.xend.domain.autostart() > > File "/usr/lib/python2.4/xmlrpclib.py", line 1096, in __call__ > > return self.__send(self.__name, args) > > File "/usr/lib/python2.4/site-packages/xen/util/xmlrpcclient.py", line > > 118, in __request > > File "/usr/lib/python2.4/xmlrpclib.py", line 1383, in __request > > verbose=self.__verbose > > File "/usr/lib/python2.4/site-packages/xen/util/xmlrpcclient.py", line > > 55, in request > > File "/usr/lib/python2.4/xmlrpclib.py", line 1137, in request > > headers > > xmlrpclib.ProtocolError: <ProtocolError for /RPC2: -1 > > > [ Sep 12 10:00:42 Method "start" exited with status 1. ] > > > > > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > xen-discuss mailing list > > xen-discuss@opensolaris.org
Mark Johnson
2008-Sep-12 19:23 UTC
Re: svc:/system/xvm/domains:default not starting on snv_98
Scott Davenport wrote:> On Fri, 2008-09-12 at 15:01 -0400, Mark Johnson wrote: >> Scott Davenport wrote: >>> Hi, >>> >>> Upgraded to snv_98 and xvm/domains is no longer starting. Been >>> through the archives and checked all of the things in this >>> thread: >>> http://www.mail-archive.com/xen-discuss@opensolaris.org/msg02969.html >>> >>> I did use an updated BFU; used the one from snv_98. Reset the >>> VNC password with svccfg. As for Python, I believe I''ve got a >>> sufficient version with ucred support: >> Did you do the following too? >> /ws/onnv-gate/public/bin/update_xvm /ws/onnv-gate/packages/i386/snv_98-nd/ > > Yes...neglected to mention it. I did this just prior to the BFU. > Should it have been done after?No, before is fine. You could try upgrading the Python packages to the ones in b98? I''ve haven''t heard of a problem.. But I usually luupgrade to new builds these days.. MRJ> --scott > http://blogs.sun.com/sdaven > >>> % pkginfo -l SUNWPython SUNWPython-devel |grep VERSION >>> VERSION: 2.4.4,REV=110.0.4.2007.07.23.11.30 >>> VERSION: 2.4.4,REV=110.0.4.2007.07.23.11.30 >>> >>> Alas, xvm/domains is still unhappy. Is the above 2.4 insufficient? >>> >>> svc log below. >>> >>> Thanks >>> --scott >>> http://blogs.sun.com/sdaven >>> >>> [ Sep 12 09:58:17 Method "start" exited with status 1. ] >>> [ Sep 12 10:00:41 Leaving maintenance because clear requested. ] >>> [ Sep 12 10:00:41 Enabled. ] >>> [ Sep 12 10:00:42 Executing start method ("/lib/svc/method/xvm-domains >>> start"). ] >>> Traceback (most recent call last): >>> File "/lib/svc/method/xvm-domains", line 39, in ? >>> server.xend.domain.autostart() >>> File "/usr/lib/python2.4/xmlrpclib.py", line 1096, in __call__ >>> return self.__send(self.__name, args) >>> File "/usr/lib/python2.4/site-packages/xen/util/xmlrpcclient.py", line >>> 118, in __request >>> File "/usr/lib/python2.4/xmlrpclib.py", line 1383, in __request >>> verbose=self.__verbose >>> File "/usr/lib/python2.4/site-packages/xen/util/xmlrpcclient.py", line >>> 55, in request >>> File "/usr/lib/python2.4/xmlrpclib.py", line 1137, in request >>> headers >>> xmlrpclib.ProtocolError: <ProtocolError for /RPC2: -1 > >>> [ Sep 12 10:00:42 Method "start" exited with status 1. ] >>> >>> >>> ------------------------------------------------------------------------ >>> >>> _______________________________________________ >>> xen-discuss mailing list >>> xen-discuss@opensolaris.org >>> >>> ------------------------------------------------------------------------ >>> >>> _______________________________________________ >>> xen-discuss mailing list >>> xen-discuss@opensolaris.org
Scott Davenport
2008-Sep-12 20:28 UTC
Re: svc:/system/xvm/domains:default not starting on snv_98
On Fri, 2008-09-12 at 15:23 -0400, Mark Johnson wrote:> > Scott Davenport wrote: > > On Fri, 2008-09-12 at 15:01 -0400, Mark Johnson wrote: > >> Scott Davenport wrote: > >>> Hi, > >>> > >>> Upgraded to snv_98 and xvm/domains is no longer starting. Been > >>> through the archives and checked all of the things in this > >>> thread: > >>> http://www.mail-archive.com/xen-discuss@opensolaris.org/msg02969.html > >>> > >>> I did use an updated BFU; used the one from snv_98. Reset the > >>> VNC password with svccfg. As for Python, I believe I''ve got a > >>> sufficient version with ucred support: > >> Did you do the following too? > >> /ws/onnv-gate/public/bin/update_xvm /ws/onnv-gate/packages/i386/snv_98-nd/ > > > > Yes...neglected to mention it. I did this just prior to the BFU. > > Should it have been done after? > > No, before is fine. You could try upgrading the > Python packages to the ones in b98? I''ve haven''t > heard of a problem.. But I usually luupgrade to > new builds these days.. >Thanks Mark...did that. That and a disable/enable of the xvm services did the trick. -scott