Errors after boot up a Solaris 10 machine

Hi

The following is reported after booting a Solaris 10 machine (V240).

The result is that I cannot login remotely to this machine.

As a clue, this has happened after I changed the NIS server this machine is talking to, but I did the old fashioned way, that is, I did not use SMC.

To find out was is going on I did:

# svcs -xv

The result is shown below. I've checked the webpage for this message but I couldn't work out what to do.

Any idea on how to resolve this problem? The documentation on SMC I have been reading is not very helpful.

Thanks in advance

Andoni

Dec 13 18:49:58 inetd[231]: Property 'proto' of instance svc:/application/x11/xfs:default is missing, inconsistent or invalid

Dec 13 18:49:58 inetd[231]: Invalid configuration for instance svc:/application/x11/xfs:default, placing in maintenance

Dec 13 18:49:58 inetd[231]: Property 'proto' of instance svc:/application/print/rfc1179:default is missing, inconsistent or invalid

Dec 13 18:49:58 inetd[231]: Invalid configuration for instance svc:/application/print/rfc1179:default, placing in maintenance

Dec 13 18:49:59 inetd[231]: Property 'proto' of instance svc:/network/telnet:default is missing, inconsistent or invalid

Dec 13 18:49:59 inetd[231]: Invalid configuration for instance svc:/network/telnet:default, placing in maintenance

Dec 13 18:49:59 inetd[231]: Property 'proto' of instance svc:/network/ftp:default is missing, inconsistent or invalid

Dec 13 18:49:59 inetd[231]: Invalid configuration for instance svc:/network/ftp:default, placing in maintenance

Dec 13 18:49:59 inetd[231]: Property 'proto' of instance svc:/network/finger:default is missing, inconsistent or invalid

Dec 13 18:49:59 inetd[231]: Invalid configuration for instance svc:/network/finger:default, placing in maintenance

Dec 13 18:49:59 inetd[231]: Property 'proto' of instance svc:/network/login:rlogin is missing, inconsistent or invalid

Dec 13 18:49:59 inetd[231]: Invalid configuration for instance svc:/network/login:rlogin, placing in maintenance

Dec 13 18:49:59 inetd[231]: Property 'proto' of instance svc:/network/shell:default is missing, inconsistent or invalid

Dec 13 18:49:59 inetd[231]: Invalid configuration for instance svc:/network/shell:default, placing in maintenance

# svcs -xv

svc:/application/print/server:default (LP print server)

State: disabled since Wed Dec 13 18:49:46 2006

Reason: Disabled by an administrator.

See: http://sun.com/msg/SMF-8000-05

See: man -M /usr/share/man -s 1M lpsched

Impact: 1 dependent service is not running:

svc:/application/print/ipp-listener:default

svc:/application/x11/xfs:default (X Window System font server)

State: maintenance since Wed Dec 13 18:49:58 2006

Reason: Restarter svc:/network/inetd:default gave no explanation.

See: http://sun.com/msg/SMF-8000-9C

See: man -M /usr/openwin/share/man -s 1 xfs

See: man -M /usr/openwin/share/man -s 1 fsadmin

Impact: This service is not running.

svc:/network/ftp:default (FTP server)

State: maintenance since Wed Dec 13 18:49:59 2006

Reason: Restarter svc:/network/inetd:default gave no explanation.

See: http://sun.com/msg/SMF-8000-9C

See: man -M /usr/share/man -s 1M in.ftpd

See: man -M /usr/share/man -s 1M ftpd

Impact: This service is not running.

svc:/application/print/rfc1179:default (BSD print protocol adapter)

State: maintenance since Wed Dec 13 18:49:58 2006

Reason: Restarter svc:/network/inetd:default gave no explanation.

See: http://sun.com/msg/SMF-8000-9C

See: man -M /usr/share/man -s 1M in.lpd

Impact: This service is not running.

svc:/network/finger:default (finger)

State: maintenance since Wed Dec 13 18:49:59 2006

Reason: Restarter svc:/network/inetd:default gave no explanation.

See: http://sun.com/msg/SMF-8000-9C

See: man -M /usr/share/man -s 1M in.fingerd

See: man -M /usr/share/man -s 1M fingerd

Impact: This service is not running.

svc:/network/telnet:default (Telnet server)

State: maintenance since Wed Dec 13 18:49:59 2006

Reason: Restarter svc:/network/inetd:default gave no explanation.

See: http://sun.com/msg/SMF-8000-9C

See: man -M /usr/share/man -s 1M in.telnetd

See: man -M /usr/share/man -s 1M telnetd

Impact: This service is not running.

svc:/network/login:rlogin (remote login)

State: maintenance since Wed Dec 13 18:49:59 2006

Reason: Restarter svc:/network/inetd:default gave no explanation.

See: http://sun.com/msg/SMF-8000-9C

See: man -M /usr/share/man -s 1M in.rlogind

See: man -M /usr/share/man -s 1M rlogind

Impact: This service is not running.

svc:/network/shell:default (rsh)

State: maintenance since Wed Dec 13 18:49:59 2006

Reason: Restarter svc:/network/inetd:default gave no explanation.

See: http://sun.com/msg/SMF-8000-9C

See: man -M /usr/share/man -s 1M in.rshd

See: man -M /usr/share/man -s 1M rshd

Impact: This service is not running.

[5251 byte] By [andonia] at [2007-11-26 13:50:01]
# 1

I've managed to sort it out, so this is what I did.

The problem was with the nsswitch.conf file.

Some of the lines of this file contained [NOTFOUND=return].

The [NOTFOUND=return] part of the each line must be removed.

For example

rpc:nis[NOTFOUND=return] files

must be changed to

rpc:nis files

Regards

Andoni

andonia at 2007-7-8 1:26:40 > top of Java-index,General,Talk to the Sysop...