What default services will run when Zone installs?


 
Thread Tools Search this Thread
Operating Systems Solaris What default services will run when Zone installs?
# 1  
Old 11-19-2009
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?
# 2  
Old 11-19-2009
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.
# 3  
Old 11-19-2009
did you try to list services inside zone using command svcs -a
# 4  
Old 11-20-2009
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
# 5  
Old 11-20-2009
What says
Code:
svcs -xv pools/dynamic
prstat -Z -n 5 -c 1 1

?
# 6  
Old 11-20-2009
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
# 7  
Old 11-20-2009
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.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Script to Start services based on dependent services on other AIX machine

Hi, I just started working on a script. After my research, i found a command which can help me: AIM: To build a script which starts the services (Services 1) on server 1 automatically whenever its down. And it has a dependency on other service (Service 2) on Server 2. So my script has to... (4 Replies)
Discussion started by: draghun9
4 Replies

2. Red Hat

Restart of services if port no is changed in /etc/services in RHEL

I had a doubt if any services need to be restarted if port no in /etc/services in an RHEL setup is changed. For eg, the port no of 443 for SSL may need to be changed. I hope my query is clear whether any services need to be restarted if port no in /etc/services is changed. Please revert with... (10 Replies)
Discussion started by: RHCE
10 Replies

3. Red Hat

Difference in conflict resolving between yum and rpm installs

Hi Guys, I am trying to test installation of a local rpm to my RHEL5 server. I am expecting it to fail as a previous version of the same package name exists. On using rpm -i this behaves as expected but yum install does not pick up the conflict. Here is the element of my SPEC file with the... (5 Replies)
Discussion started by: gazza-o
5 Replies

4. UNIX for Dummies Questions & Answers

Help with script to automate CUPS printer installs

Good afternoon. :) I'm rather new to bash scripting, and have probably bitten off a bit more than I can chew to be honest, but I work in a service desk-like environment where one of the main complaints is that it takes our staff a long time to set up network printers on our clients' servers.... (3 Replies)
Discussion started by: aperfecthalo
3 Replies

5. Solaris

how to add a default gateway in a zone of different VLAN of global zone

Hi Greetings... I have an issue in connecting the zone from outside the network and it is because of default gateway. I can ping default gateway from inside the zone and not able to ping from global zone due to different VLAN issue. If i add two different gateways and restart network services,... (2 Replies)
Discussion started by: vvpotugunta
2 Replies

6. Linux

Tinycore not saving application installs

So I installed tinycore on a 32 mb flash drive using unetbootin a little while ago. I tried booting into it and the unetbooting screen appeared. I selected tinycore and everything booted fine. I installed a few things like perl and links, and continued on. When I booted into it again, none of these... (1 Reply)
Discussion started by: a sandwhich
1 Replies

7. Solaris

How to run CRON JOB IN SOLARIS ZONE ??

Hi I am new to solaris zones........... I created a zone in solaris and i am trying to add a cron entry to that by crontab -e but when I enter that command it is just showing 253 number..... But when I enter crontab -l there are some entries my question is how to add cron entry?? when... (3 Replies)
Discussion started by: vijaysachin
3 Replies

8. Windows & DOS: Issues & Discussions

Windows services for unix - How do I run in batch

I just installed Windows Services for Unix. I want to create a ksh program and schedule it using the Windows scheduler. How would I go about doing it? What would the command line look like? Do I always have to be in a ksh shell to run the batch program even if it is not scheduled? ... (3 Replies)
Discussion started by: rbdenham
3 Replies

9. SuSE

Run Level Services file

Hello, I recently updated a test system from Suse 8 to 9.3. Now our runlevel services program doesn't work, but works fine on our other 9.3 boxes. We have a file in /etc/init.d/rc3.d called S99fooprog(not actual name ofcourse). It just has a command to start a program daemon up. Anyways... (3 Replies)
Discussion started by: benefactr
3 Replies
Login or Register to Ask a Question