Users Guide

Managing and Recovering a Remote System 95
0x5016 EINVALID: An argument is invalid.
0x5017 ENFILE: An internal table has run out of space.
0x5020 EPIPE: The connection is broken.
0x5023 EWOULDBLOCK: The operation would block; socket is
nonblocking.
0x5024 EINPROGRESS: Socket is nonblocking; connection not completed
immediately.
0x5025 EALREADY: Socket is nonblocking; previous connection attempt
not complete.
0x5027 EDESTADDRREQ: The destination address is invalid.
0x5028 EMSGSIZE: Message too long.
0x5029 EPROTOTYPE: Wrong protocol type for socket.
0x502A ENOPROTOOPT: Protocol not available.
0x502B EPROTONO SUPPORT: Protocol not supported.
0x502D EOPNOTSUPP: Requested operation not valid for this type of
socket.
0x502F EAFNOSUPPORT: Address family not supported.
0x5030 EADDRINUSE: Address is already in use.
0x5031 EADDRNOTAVAIL: Address not available.
0x5033 ENETUNREACH: Network is unreachable.
0x5035 ECONNABORTED: The connection has been aborted by the peer.
0x5036 ECONNRESET: The connection has been reset by the peer.
0x5037 ENOBUFS: An internal buffer is required but cannot be allocated.
0x5038 EISCONN: The socket is already connected.
0x5039 ENOTCONN: The socket is not connected.
0x503B ETOOMANYREFS: Too many references, cannot splice.
0x503C ETIMEDOUT: Connection timed out.
0x503D ECONNREFUSED: The connection attempt was refused.
Table 4-30. DRAC 4 Network Error Codes (continued)
Error Code Description