ACC Error Guide

ZCOM Error Codes
Meanings of the Error Codes
Chapter 2 31
ZEVALUE (-30): Value out of range.
Explanation: The value specified is not in the correct range for the
request being issued.
Action: Correct the application source code.
ZEWAIT (-31): Error while awaiting response
Explanation: This error indicates an internal defect in the ZCOM
drivers.
Action: Contact your HP support representative.
ZEIRRFULL (-32): Too many interface requests
Explanation: Some types of interface requests (.e.g restarting an
interface card) involve a series of complicated
procedures that are processed by the ZCOM server
daemon, ZMON. Although ZCOM is designed to process
multiple requests in parallel, it can under certain
abnormal conditions overflow its internal interface
request queue. This error is returned when the internal
interface request queue is full.
Action: Verify that the ZMON daemon is executing. Retry the
request again and if there are continuing problems,
contact your HP support representative.
ZEMLOOP (-33): ZLU mapping goes into a loop
Explanation: The zmapr call allows a ZLU to be mapped to another
ZLU. If the mapping is not set up properly, the ZLU
mapping chain may form a loop which would result in
all of the ZLUs in the chain being unusable. The zmapr
routine rejects a request that would create this
condition.
Action: Correct the application source code.
ZECONFIG (-34): Bad config type or action
Explanation: The config or action parameter specified in the zconfig()
routine is invalid.
Action: Correct the application source code.