SMF: How to start inetd and all its dependents?


 
Thread Tools Search this Thread
Operating Systems Solaris SMF: How to start inetd and all its dependents?
# 8  
Old 07-26-2011
service is already ok. Smilie
Code:
state        online

# 9  
Old 07-27-2011
Sorry I was in hurry and got info from another server Smilie. Here is the right one:

Code:
# svcs -l inetd
fmri         svc:/network/inetd:default
name         inetd
enabled      true
state        offline
next_state   none
state_time   Tue Jul 26 13:33:38 2011
restarter    svc:/system/svc/restarter:default
dependency   require_any/error svc:/network/loopback (online)
dependency   require_all/error svc:/system/filesystem/local (online)
dependency   optional_all/error svc:/milestone/network (online)
dependency   optional_all/error svc:/network/rpc/bind (offline)
dependency   optional_all/none svc:/network/inetd-upgrade (disabled)
dependency   require_all/none svc:/milestone/sysconfig (offline) svc:/milestone/name-serv

# 10  
Old 07-27-2011
Post output of
Code:
svcs -l svc:/milestone/sysconfig

# 11  
Old 07-27-2011
Here you are. Thanks.

Quote:
# svcs -l svc:/milestone/sysconfig
fmri svc:/milestone/sysconfig:default
name Basic system configuration milestone
enabled true
state offline
next_state none
state_time Tue Jul 26 13:33:37 2011
restarter svc:/system/svc/restarter:default
dependency require_all/none svc:/milestone/single-user (online)
dependency optional_all/none svc:/system/sysidtool:system (offline)
dependency optional_all/none svc:/system/sysidtool:net (offline)
# 12  
Old 08-08-2011
Hi, I am still waiting for answers for these 'simple' questions:

How can I use one or a few command to start inetd and all its dependents and dependents' dependents? How to start them including inetd at boot time?

Thank you in advance!
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

OBP, start SMF serially

how to boot Solaris 10 from ok prompt, so that SMF services are started serially? thanks. (2 Replies)
Discussion started by: orange47
2 Replies

2. Solaris

How to make SMF service start last?

I need to start a service among the last on a freshly booted system. Via the manifest, I've made it dependent on very milestone on the computer yet the service still comes back with an error that a kstat variable in the kernel does not exist. I run it right the service process right there... (6 Replies)
Discussion started by: JWH
6 Replies

3. Solaris

Solaris 10, start inetd in a zone not working

Hello all, I`ve the following problem - I cannot start inetd in any way possible: bash-3.00# svcs inetd STATE STIME FMRI offline Jul_30 svc:/network/inetd:default bash-3.00# bash-3.00# svcadm enable -r inetd bash-3.00# svcs inetd STATE STIME FMRI... (6 Replies)
Discussion started by: click
6 Replies

4. Infrastructure Monitoring

Using SMF to register & start a (Nagios) service

I'm trying to register & start a service using SMF on Solaris 10. It's nsca, part of the Nagios monitoring system. I've got nsca running fine as a detached process, and can manually create passive checks via send_nsca. But when I try to run nsca as a daemon, I need some advice. The nsca... (0 Replies)
Discussion started by: lyle
0 Replies

5. Solaris

Inetd problem

Hi All, When i am trying to restart the inetd daemon it throughing error. Please find the message and tell me what i need to do ? Apr 7 22:57:37 HYDOHS01 inetd: ISTATE not in environment Apr 7 22:57:41 HYDOHS01 inetd: stop: No such file or directory Apr 7 22:58:01 HYDOHS01 inetd: ... (5 Replies)
Discussion started by: lbreddy
5 Replies

6. UNIX for Dummies Questions & Answers

too many inetd running

hi, is it ok for more than one inetd daemon running at a time? if not okay, possible to kill the rest and make only one daemon running? i understand that inetd is a process that enables tcp connections from external sources...kindly advise more on inetd...thanks alot..Happy New Year!:) (2 Replies)
Discussion started by: cromohawk
2 Replies

7. IP Networking

Error inetd

Hi , I need help, today I restarted the server, when the machine was up, it had been to writte in the file osmlog that : "inetd: talk/udp: bind: Address already in use" This message appears in ten minutes every time. Why ? Thanks. (6 Replies)
Discussion started by: By_Jam
6 Replies

8. HP-UX

inetd process

-------------------------------------------------------------------------------- Hi All , I have a client an server among which i want to make the server an inetd process. I have enries in etc/services and etc/inetd.conf The enries looks like below etc/services servername 5551/tcp... (4 Replies)
Discussion started by: binums
4 Replies

9. Shell Programming and Scripting

refreshing inetd

Hi I have a question, what is the purpose of this command and what will it do "refresh -s inetd" Thanks in Advance Swaraj (3 Replies)
Discussion started by: kswaraj
3 Replies

10. UNIX for Dummies Questions & Answers

Inetd and security

Ok, So I've been lazy over the past 3 years with the SCO server I maintain, as it just primarily hosts my private networked proprietary software, until now. We have dedicated net access, in which the SCO server is not setup for and not going to be setup to connect to the internet by any direct... (8 Replies)
Discussion started by: ftn96
8 Replies
Login or Register to Ask a Question