Solaris 10, start inetd in a zone not working


 
Thread Tools Search this Thread
Operating Systems Solaris Solaris 10, start inetd in a zone not working
# 1  
Old 08-07-2011
Solaris 10, start inetd in a zone not working

Hello all,

I`ve the following problem - I cannot start inetd in any way possible:


Code:
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
offline        Jul_30   svc:/network/inetd:default
bash-3.00#
bash-3.00# svcadm -v enable -r inetd
svc:/network/inetd:default enabled.
svc:/network/loopback enabled.
svc:/system/filesystem/local enabled.
svc:/milestone/single-user enabled.
svc:/system/identity:node enabled.
svc:/system/filesystem/minimal enabled.
svc:/system/filesystem/usr enabled.
svc:/system/boot-archive enabled.
svc:/system/filesystem/root enabled.
svc:/system/device/local enabled.
svc:/milestone/devices enabled.
svc:/system/manifest-import enabled.
svc:/milestone/sysconfig enabled.
svc:/milestone/name-services enabled.
bash-3.00#

This is in an zone, on the global inetd is working fine.
Also i cannot seem to find the start up script in /lib/svc/method/
Any help will be much appreciated.
# 2  
Old 08-08-2011
It seems we have the same issue. See this:
SMF: How to start inetd and all its dependents?

Did you change the zonepath? As I remember the problem occurred after I moved the zone to a new zonepath.
# 3  
Old 08-08-2011
As far as I know the zones haven`t been moved, but I will have to look deeper in that since this is happening on 4 zones and all of them are on different globals.
# 4  
Old 08-08-2011
It's a tough one. Gurus please help!!

I did repair a corrupt repository using the default repository (see below), still not working.

Code:
# cp /lib/svc/seed/nonglobal.db /etc/svc/repository.db 
# reboot (only reboot zone)

# 5  
Old 08-08-2011
Post output of
Code:
tail -20 /var/svc/log/network-inetd:default.log

# 6  
Old 08-08-2011
Code:
# tail -20 /var/svc/log/network-inetd:default.log
[ Jul 26 10:24:47 Enabled. ]
[ Jul 26 11:33:34 Enabled. ]
[ Jul 26 13:33:38 Enabled. ]
[ Aug  8 06:52:56 Rereading configuration. ]
[ Aug  8 07:15:32 Rereading configuration. ]
[ Aug  8 07:22:22 Enabled. ]
[ Aug  8 07:58:31 Disabled. ]
[ Aug  8 07:58:31 Rereading configuration. ]
[ Aug  8 07:58:59 Enabled. ]
[ Aug  8 08:13:47 Enabled. ]
[ Aug  8 08:21:36 Enabled. ]
[ Aug  8 08:53:27 Enabled. ]
[ Aug  8 11:36:17 Disabled. ]
[ Aug  8 11:36:18 Rereading configuration. ]
[ Aug  8 11:36:26 Disabled. ]
[ Aug  8 11:36:52 Enabled. ]
[ Aug  8 11:44:41 Disabled. ]
[ Aug  8 11:44:41 Rereading configuration. ]
[ Aug  8 11:45:13 Enabled. ]
[ Aug  8 12:58:31 Enabled. ]

# 7  
Old 08-09-2011
My request was directed to OP, as he was having problem with starting inetd service.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

Solaris 11 zone has no external network access (except to Global Zone)

Hi, hoping someone can help, its been a while since I used Solaris. After creating a NGZ (non global zone), the NGZ can access the GZ (Global Zone) and the GZ can access the NGZ (using ssh, zlogin) However, the NGZ cannot access any other netwqork devices, it can't even see the default router ... (2 Replies)
Discussion started by: GazinLincoln
2 Replies

2. Solaris

Solaris 11 Global zone patching having Solaris 10 branded zone

I am planning to do solaris 11 global zone patching having solaris 10 branded zone. I have a doubts on step 8 specially Can someone clear my step 8 doubts or if anything wrong between step 1 to step 9 please correct that also as I have pretty good idea about Step 10 mean patching in solaris 10... (2 Replies)
Discussion started by: amity
2 Replies

3. UNIX for Advanced & Expert Users

Solaris 10: I forgot to detach a zone before zpool export. Uninstall zone?

Dear all, recently, I migrated a solaris zone from one host to another. The zone was inside of a zpool. The zpool cotains two volumes. I did the following: host1: $ zlogin zone1 shutdown -y -g0 -i0 #Zone status changes from running to installed $ zpool export zone1 host2: $ zpool... (2 Replies)
Discussion started by: custos
2 Replies

4. Solaris

Solaris zone with full working NIC

I want a solaris zone,wich can get ip from dhcp external server i configure my zone net: address not specified allowed-address not specified configure-allowed-address: true physical: vnic1 defrouter not specified vnic is linked to net0 dladm net0 ... (6 Replies)
Discussion started by: Linusolaradm1
6 Replies

5. Solaris

Not able to start non global zone on Solaris 11

I have configured three zones on Solaris-11. These are non-global zones contain Solaris-11 only. One of the zone is not booting up, complaining about IP address in use, while it is not. root@tdpdmsp02 # zoneadm list -icv ID NAME STATUS PATH BRAND IP... (3 Replies)
Discussion started by: solaris_1977
3 Replies

6. Solaris

Inetd not running on zone

inet not running on the zone , below is the error we see on svc log Importing 100235_1-rpc_ticotsord.xml ...Done inetconv: Error reading from repository inetconv: Notice: Service manifest for 100235/1 already generated as /var/svc/manifest/network/rpc/100235_1-rpc_ticotsord.xml, skipped... (0 Replies)
Discussion started by: skamal4u
0 Replies

7. Solaris

Solaris 10 local zone on Solaris 11 global zone

Hi, A quick question: Can Solaris 10 local zones be moved to a Solaris 11 global zone and work well? Thank you in advance! (5 Replies)
Discussion started by: aixlover
5 Replies

8. Solaris

SMF: How to start inetd and all its dependents?

Hi, Here is the questions: inetd on this Solaris 10 zone fails to start at boot time. Inetd has 4 dependents not started. These 4 dependents have their own dependents not started. How it happened? How can I use one or a few command to start inetd and all its dependents and dependents' dependents?... (11 Replies)
Discussion started by: aixlover
11 Replies

9. Solaris

Solaris Zone : Non global Zone check failed

Hi All , I try to install some packages in my global zone... On the execution of the installion of the script it quits by saying the error "Non global zone check failed" Kindly help me in this regard Thanks in advance, jeganr (7 Replies)
Discussion started by: jegaraman
7 Replies
Login or Register to Ask a Question