Hi all, I have installed: [nostromo] ~ # uname -a SunOS nostromo 5.11 snv_93 i86pc i386 i86xpv But, When I startup the system with xvm the service svc:/system/xvm/xend:default don''t start: [nostromo] ~ # svcs -l svc:/system/xvm/xend:default fmri svc:/system/xvm/xend:default name Hypervisor Control Daemon enabled true state maintenance next_state none state_time Wed Jul 23 11:54:27 2008 logfile /var/svc/log/system-xvm-xend:default.log restarter svc:/system/svc/restarter:default dependency require_all/restart svc:/system/xvm/store (online) If I run "clear/enable" this service come back to maintenance state. In the messages file: Jul 23 11:54:27 nostromo svc.startd[7]: [ID 801593 daemon.warning] svc:/system/xvm/xend:default: Could not interpret user property. Jul 23 11:54:27 nostromo svc.startd[7]: [ID 748625 daemon.error] system/xvm/xend:default failed: transitioned to maintenance (see ''svcs -xv'' for details) I don''t know what can i do to solve this problem. Thanks in advance for your help. Best Regards This message posted from opensolaris.org
Raul Martinez wrote:> Hi all, > > I have installed: > > [nostromo] ~ # uname -a > SunOS nostromo 5.11 snv_93 i86pc i386 i86xpv > > But, When I startup the system with xvm the service svc:/system/xvm/xend:default don''t start: > > [nostromo] ~ # svcs -l svc:/system/xvm/xend:default > fmri svc:/system/xvm/xend:default > name Hypervisor Control Daemon > enabled true > state maintenance > next_state none > state_time Wed Jul 23 11:54:27 2008 > logfile /var/svc/log/system-xvm-xend:default.log > restarter svc:/system/svc/restarter:default > dependency require_all/restart svc:/system/xvm/store (online) > > > If I run "clear/enable" this service come back to maintenance state. > > > In the messages file: > > Jul 23 11:54:27 nostromo svc.startd[7]: [ID 801593 daemon.warning] svc:/system/xvm/xend:default: Could not interpret user property. > Jul 23 11:54:27 nostromo svc.startd[7]: [ID 748625 daemon.error] system/xvm/xend:default failed: transitioned to maintenance (see ''svcs -xv'' for details) > > > I don''t know what can i do to solve this problem.look in /var/log/xend.log and /var/log/xend-debug.log to see what in xend is failing (should be at the end of the log). MRJ
Hi MRJ, In these files, I don''t see any error: [nostromo] xen # more xend* :::::::::::::: xend-debug.log :::::::::::::: Xend started at Wed Jul 23 10:51:07 2008. sh: brctl: not found sh: brctl: not found :::::::::::::: xend.log :::::::::::::: [2008-07-23 10:51:07 989] INFO (SrvDaemon:334) Xend Daemon started [2008-07-23 10:51:07 989] INFO (SrvDaemon:338) Xend changeset: Mon Jun 23 23:14:22 2008 -0700 15877:5a856f19f90d. [2008-07-23 10:51:07 989] INFO (SrvDaemon:345) Xend version: Unknown. [2008-07-23 10:51:08 989] DEBUG (XendDomainInfo:132) XendDomainInfo.recreate({''max_vcpu_id'': 1, ''cpu_time'': 393995193192L, '' ssidref'': 0, ''hvm'': 0, ''shutdown_reason'': 0, ''dying'': 0, ''online_vcpus'': 2, ''domid'': 0, ''paused'': 0, ''crashed'': 0, ''running'' : 1, ''maxmem_kb'': 17179869180L, ''shutdown'': 0, ''mem_kb'': 944048L, ''handle'': [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] , ''blocked'': 0, ''name'': ''Domain-0''}) [2008-07-23 10:51:08 989] INFO (XendDomainInfo:148) Recreating domain 0, UUID 00000000-0000-0000-0000-000000000000. at /loca l/domain/0 [2008-07-23 10:51:08 989] DEBUG (XendDomainInfo:2125) Storing VM details: {''on_xend_stop'': ''shutdown'', ''shadow_memory'': ''0'', ''uuid'': ''00000000-0000-0000-0000-000000000000'', ''on_reboot'': ''restart'', ''image'': ''(linux (kernel ))'', ''on_poweroff'': ''destr oy'', ''on_xend_start'': ''ignore'', ''on_crash'': ''restart'', ''xend/restart_count'': ''0'', ''vcpus'': ''2'', ''vcpu_avail'': ''3'', ''name'': '' Domain-0''} [2008-07-23 10:51:08 989] DEBUG (XendDomainInfo:937) Storing domain details: {''cpu/1/availability'': ''online'', ''name'': ''Domai n-0'', ''console/limit'': ''1048576'', ''vm'': ''/vm/00000000-0000-0000-0000-000000000000'', ''domid'': ''0'', ''cpu/0/availability'': ''onl ine'', ''memory/target'': ''944048''} [2008-07-23 10:51:08 989] DEBUG (XendDomain:435) Adding Domain: 0 [2008-07-23 10:51:08 989] DEBUG (XendDomain:380) number of vcpus to use is 0 [2008-07-23 10:51:08 989] INFO (SrvServer:170) unix path=/var/lib/xend/xend-socket [2008-07-23 10:51:08 989] DEBUG (XendDomainInfo:1021) XendDomainInfo.handleShutdownWatch [2008-07-23 10:51:08 989] INFO (XMLRPCServer:149) Opening Unix domain socket XML-RPC server on /var/run/xend/xmlrpc.sock. Thanks again. This message posted from opensolaris.org
Raul Martinez wrote:> Hi MRJ, > > In these files, I don''t see any error:hmm, ok, what''s the output of svcs -a | grep xvm MRJ
I think that I have solved "my problem" The cause... After the instalation of snv_93 I had recover some files from old backup (user''s folders, documentation, etc). In this files someone were configuration files. network, dns, ..... And /etc/passwd & /etc/shadow... In the old files, didn''t include this line: xvm:x:60:60:xVM User:/: I had added it, and now, I can start the xend daemon ... Thanks a lot for your help This message posted from opensolaris.org