FOMN0090
localaddr: service/protocol: socket: errdesc, rsn=reason_code

Explanation

The socket() failed for the localaddr and service/protocol shown.

In the message text:
localaddr
The local IP address specified in the configuration file. An asterisk indicates INADDR_ANY (an "*" in the configuration file) was requested or defaulted.
service
A service specified in the inetd configuration file.
protocol
The protocol specified for the service in the inetd configuration file.
errdesc
Error description associated with the errno returned from socket().
reason_code
The reason code returned from socket().

System action

inetd continues processing, but without the service/protocol shown. If the errdesc shown is for errno EAGAIN, inetd will assume that TCP/IP is not started and will retry the socket() call again in three minutes.

System programmer response

If the errdesc is associated with EAGAIN, start TCP/IP. Otherwise contact IBM® support.