ACC Error Guide

ZNODE Error Messages
ZNODE Error Messages
Chapter 7166
Action: Correct the problem with the given reason if possible.
This device file can be created manually using mknod
(refer to the ACC Installation and Configuration
Guide, Appendix A on “Device Files”) with read and
write access. If this also fails, contact your HP support
representative.
Message 124 - Can’t get the znode semaphore: <reason>
Explanation: This message is issued when znode fails to obtain the
znode semaphore.
Action: Report this problem to your HP support representative.
Message 125 - znode daemon is already active, terminating this copy
Explanation: This message is issued when znode detects that the
znode daemon is already active in the system; hence
this copy will be terminated.
Action: None.
Message 126 - Message from node %d discarded/ Too long (%d bytes)
Explanation: A message from the specified remote node was too long.
The message was discarded. The maximum sized
message supported is 65,534 bytes. The local node
received a remote message/request which exceeded this
length.
Action: Check the application implementation and verify that
the maximum message length for remote request is not
exceeded. If the application is correctly coded, this may
be an internal defect and you should contact your local
HP representative.
Message 127 - Error on socket recvfrom() call (errno=%d:%s)
Explanation: System call recvfrom() failed with the given error.
Action: Examine the system error returned (errno) and take
corrective action.