What default services will run when Zone installs?

Hi All,

What services will run when zone is installed I found two services
by doing svcs commands is there any thing else that runs when zone installed?

What services did you found ? There should be far much more.
I'm suspecting the zone is in in its early initial boot sequence and waiting for you to configure it from the console.

did you try to list services inside zone using command svcs -a

Ohh sorry my question was not clear...............
What are the services that run in GLOBAL zone related to Non-Global zone? After Installation

When I do svcs in Global zone I found two services which are pool services related to Non-global zone.........
Is there any else which will run in global zone that relate to Non-Global zone?

---------- Post updated 11-20-09 at 01:33 AM ---------- Previous update was 11-19-09 at 10:10 PM ----------

These are the two services

online Nov_17 svc:/system/zones:default
maintenance 0:51:06 svc:/system/pools/dynamic:default

And how can we bring the state from Maintenance to online
I tried to do
svcs -p /system/pools/dynamic:default
STATE STIME FMRI
maintenance 0:42:20 svc:/system/pools/dynamic:default
svcadm clear /system/pools/dynamic:default

but still the service is in maintenance state

What says

svcs -xv pools/dynamic
prstat -Z -n 5 -c 1 1

?

svcs -xv pools/dynamic
svc:/system/pools/dynamic:default (dynamic resource pools)
State: maintenance since Fri Nov 20 00:51:06 2009
Reason: Start method exited with $SMF_EXIT_ERR_FATAL.
See: Sun Message ID: SMF-8000-KS
See: man -M /usr/share/ man -s 1M poold
See: /var/svc/log/system-pools-dynamic:default.log
Impact: This service is not running.

prstat -Z -n 5 -c 1 1
PID USERNAME SIZE RSS STATE PRI NICE TIME CPU PROCESS/NLWP
432 oracle 161M 60M sleep 59 0 0:06:07 0.1% java/13
22092 root 3032K 2592K cpu1 29 0 0:00:00 0.0% prstat/1
9 root 9448K 8232K sleep 59 0 0:00:13 0.0% svc.configd/13
18718 root 3048K 2464K sleep 49 0 0:00:00 0.0% bash/1
292 root 1968K 1144K sleep 59 0 0:00:27 0.0% in.rdisc/1
ZONEID NPROC SWAP RSS MEMORY TIME CPU ZONE
0 32 146M 163M 4.0% 0:08:02 0.1% global
4 10 16M 24M 0.6% 0:00:07 0.0% test
Total: 42 processes, 215 lwps, load averages: 0.01, 0.01, 0.01

Please use code tags.

The /var/svc/log/system-pools-dynamic:default.log file should give you some hints about why the service do not start.