Table Of Contents
High Availability (HA) Messages
CHKPT_BASIC Messages
CHKPT_CLI Messages
CHKPT_HEAP Messages
CHKPT_MESSAGING Messages
CHKPT_PROXY Messages
CHKPT_TDM Messages
DCL_LIB Messages
HA_FM Messages
HA_WD_LIB Messages
HA_WD Messages
HM Messages
LRD_inv Messages
LRD Messages
REDCON_CLIENT Messages
REDCON Messages
High Availability (HA) Messages
This section contains all High Availability related System Error Messages. The following facility codes are represented in this module:
•
CHKPT_BASIC Messages
•
CHKPT_CLI Messages
•
CHKPT_HEAP Messages
•
CHKPT_MESSAGING Messages
•
CHKPT_PROXY Messages
•
CHKPT_TDM Messages
•
DCL_LIB Messages
•
HA_FM Messages
•
HA_WD_LIB Messages
•
HA_WD Messages
•
HM Messages
•
LRD_inv Messages
•
LRD Messages
•
REDCON_CLIENT Messages
•
REDCON Messages
CHKPT_BASIC Messages
Error Message
%HA-CHKPT_BASIC-7-COLD_RESTART
Process has been restarted without checkpoint
data due to request from sysmgr
Explanation Due to too many contiguous failed restarts, sysmgr has requested that the process be
restarted without checkpoint data.
Recommended Action No action is required.
Error Message
%HA-CHKPT_BASIC-7-COLD_RESTART_IGNORED
Ignoring sysmgr cold restart flag
Explanation The process has failed to restart multiple times. By design, the process will continue to
restart with its existing checkpoint data.
Recommended Action Analyze the restart failure and take appropriate recovery action.
Error Message
%HA-CHKPT_BASIC-7-DEBUG_REGISTER
Debug register failed ([hex]): [chars]
Explanation Registration of debug services failed.
Recommended Action Copy the error message exactly as it appears on the console or in the system
log, call your Cisco technical support representative and provide the representative with the gathered
information.
Error Message
%HA-CHKPT_BASIC-7-DUP_KEY
[chars]: User key [dec] is in use by object [hex] in
table [hex]
Explanation A client of the checkpoint library attempted to create an object with a key that was
already in use.
Recommended Action No action is required.
Error Message
%HA-CHKPT_BASIC-7-INIT_ERROR
initialization error: [chars]: [dec] ([chars])
Explanation An error was encountered during intialization of the checkpoint library. The message
should indicate the error condition. This is most likely due to a coding error.
Recommended Action No action is required.
Error Message
%HA-CHKPT_BASIC-7-NOT_IMPLEMENTED
function not implemented yet: [chars]
Explanation Unimplemented functionality.
Recommended Action No action is required.
Error Message
%HA-CHKPT_BASIC-7-REGISTRATION
Error during table registration: [chars]: name:
[dec] version: [dec]
Explanation An error was encountered during table registration. The message should indicate the
error condition. This is most likely due to a coding error.
Recommended Action No action is required.
Error Message
%HA-CHKPT_BASIC-7-SYSERR
OS/System error: [chars]: [dec] ([chars])
Explanation This message signals an unrecoverable condition reported from the underlying system
services. The severity of such errors cannot be determined locally by Checkpointing, so it treats
them all such conditions as non-fatal, transient errors. The chkpt user must abort its immediate
operation.
Recommended Action No action is required.
Error Message
%HA-CHKPT_BASIC-7-UNEXPECTED
Unexpected: [chars]: [chars]: [hex]
Explanation An unexpected condition encountered. This is not necessarily an error, but may help
with debugging other problems elsewhere.
Recommended Action Collect system log information. No action is required.
Error Message
%HA-CHKPT_BASIC-7-WARNING
Warning: [chars]: [chars]: [dec]
Explanation This provides information about non-error conditions which may even be expected
under certain circumstances. Nevertheless, these are not considered 'desirable' conditions.
Recommended Action Collect system log information. No action is required.
CHKPT_CLI Messages
Error Message
%HA-CHKPT_CLI-7-BAD_BUFFER
A client library returned an empty buffer: [chars]
[chars]
Explanation A NULL pointer was encountered unexpectedly.
Recommended Action Collect system log information.
Error Message
%HA-CHKPT_CLI-7-BUFFER_MISMATCH
Buffer size mismatch: [dec]: [dec]
Explanation A NULL pointer was encountered unexpectedly.
Recommended Action Collect system log information.
Error Message
%HA-CHKPT_CLI-7-INVALID_ARG
An invalid argument was passed: [chars]
Explanation An argument was passed with an invalid value.
Recommended Action Collect system log information.
CHKPT_HEAP Messages
Error Message
%HA-CHKPT_HEAP-7-BAD_HEAPIDX
heap index [hex] (seg [dec] offset [dec] segsize
[dec]) cannot be mapped to segment pointer
Explanation Internally heap pointers are kept as offset indices. A given heap index was found to be
outside the heap.
Recommended Action No action is required.
Error Message
%HA-CHKPT_HEAP-7-BAD_HEAPPAGE
Bad heap page block pointer: [chars]: [pointer]
Explanation A heap page address is misaligned or lies in some invalid range.
Recommended Action No action is required.
Error Message
%HA-CHKPT_HEAP-7-BAD_HEAPPTR
heap pointer cannot be mapped to segment offset:
[pointer]
Explanation Internally heap pointers are kept as offset indices. A given heap pointer was found to be
outside the heap.
Recommended Action No action is required.
Error Message
%HA-CHKPT_HEAP-7-BAD_NCTDELETE
Bad record pointer to free ([char]): [pointer]
Explanation Bad NCT record is being freed.
Recommended Action No action is required.
Error Message
%HA-CHKPT_HEAP-7-CORRUPTION
Checkpoint heap corruption was detected ([chars]).
Process will be cold restarted.
Explanation The process crashed during checkpoint heap modification, resulting in an unrecoverable
heap. Process will be started from an empty heap.
Recommended Action Collect system log information. No action is required.
Error Message
%HA-CHKPT_HEAP-7-DATA_CORRUPTION
Data corruption: [chars]: 0x[dec], 0x[dec],
0x[dec], 0x[dec]
Explanation Data corruption is detected in checkpointing data structures. This will generally result
in a single process failure.
Recommended Action Collect system log information. No action is required.
Error Message
%HA-CHKPT_HEAP-7-MUNMAP
unmap and reserve failed: addr [hex] len [dec], [chars]
Explanation When attempting to free memory that is no longer in use, the checkpoint library
received an error from the kernel.
Recommended Action Collect system log information and forward to technical support.
Error Message
%HA-CHKPT_HEAP-7-NCT_BIGNEW
NCT: requested size too large: [dec]
Explanation Higher layers of heap are requesting a size for a variable-size record that is too large.
Recommended Action No action is required.
Error Message
%HA-CHKPT_HEAP-7-OBJ_NOT_FOUND
Objid [hex] in table [hex] could not be found
Explanation The object could not be found in the given table when attempting to map the object ID
to a memory address.
Recommended Action No action is required.
Error Message
%HA-CHKPT_HEAP-7-PROC_RUNNING
checkpoint segment operation failed: Process
[chars] tag [chars] is running on node [chars].
Explanation A request to move or copy checkpoint data from one node to another has failed because
an instance of the process is running on the destination node.
Recommended Action Determine why the process is running on the destination node.
Error Message
%HA-CHKPT_HEAP-7-SEGMENT_RENAMED
Checkpoint file [chars] has been renamed to
[chars] for later analysis due to corruption found during restart.
Explanation A corrupted checkpoint segment has been renamed for later analysis.
Recommended Action Collect system log information. No action is required.
Error Message
%HA-CHKPT_HEAP-7-TBL_OBJ_SEG_MISMATCH
Tblid [hex] objid [hex] segment mismatch
(tbl-seg [dec] obj-seg [dec])
Explanation When the table ID and object ID are mapped to segment numbers, they do not match.
Since an object belongs to a table and therefore resides in the same segment, this indicates a coding
error.
Recommended Action No action is required.
CHKPT_MESSAGING Messages
Error Message
%HA-CHKPT_MESSAGING-7-BAD_MSGLEN
[chars]: message lengths invalid (msglen [dec]
srcmsglen [dec] error [hex] ([chars])
Explanation The source message length is less than the message length. This is a situation which
should never happen.
Recommended Action Collect system log information.
Error Message
%HA-CHKPT_MESSAGING-7-BAD_MSGTYPE
[chars]: message type [dec] invalid; error
[hex] ([chars])
Explanation The message type has the checkpoint component ID, but does not have a message type
in the correct range. This is a situation which should never happen.
Recommended Action Collect system log information.
Error Message
%HA-CHKPT_MESSAGING-7-BAD_REQUEST
[chars]: Bad request type [dec] msglen [dec]
Explanation A bad message request was received by the event handler function.
Recommended Action Collect system log information.
Error Message
%HA-CHKPT_MESSAGING-7-BAD_SEQNO
[chars]: request type [dec] had sequence number
[dec] (expected [dec])
Explanation The mirroring request had an incorrect sequence number. This indicates either an
algorithm error, or data corruption on the active node or in the data transfer between nodes. Initial
Data Transfer will be redone, and no data loss should occur.
Recommended Action Collect system log information.
Error Message
%HA-CHKPT_MESSAGING-7-BAD_TOTALSIZE
[chars]: msg totalsize ([dec]) != srcmsglen
([dec] error [hex] ([chars])
Explanation The message header totalsize value must be equal to the source message length. If not,
this indicates an IPC or coding error.
Recommended Action Collect system log information.
Error Message
%HA-CHKPT_MESSAGING-7-BUFFER_TOO_SMALL
Checkpoint library message buffer must be
at least [dec] bytes; [dec] bytes is too small for correct operation.
Explanation The message buffer assigned to the checkpoint library by the application is less than the
minimum size for successful messaging functionality. The application should increase the size of its
event manager message buffer.
Recommended Action Collect system log information.
Error Message
%HA-CHKPT_MESSAGING-7-DUPLICATE_PROCESS
[chars]: process name [chars] tag
[chars] is already running - this should not happen: aborting
Explanation An attempt to exclusive-create on a local channel failed. This indicates that there's
already a copy of this same process running, and it cannot be allowed to continue, since corruption
can result.
Recommended Action Collect system log information.
Error Message
%HA-CHKPT_MESSAGING-7-EVENT_MANAGER
[chars]: call to [chars] failed with errno
[dec]
Explanation A call to an event manager function failed.
Recommended Action Collect system log information.
Error Message
%HA-CHKPT_MESSAGING-7-GET_MSGLEN
[chars]: [chars] failed with error [hex]
([chars])
Explanation Extracting message or source message length failed.
Recommended Action Collect system log information.
Error Message
%HA-CHKPT_MESSAGING-7-IDT_ALL_FAILED
All attempts to do Initial Data Transfer to
standby failed (error [hex])
Explanation Multiple attempts to transfer initial mirrored data to the standby have failed, and the
attempts have been stopped.
Recommended Action Collect system log information.
Error Message
%HA-CHKPT_MESSAGING-7-LWM_FAILURE
[chars]: call to [chars] failed with error
[hex] ([chars])
Explanation A call to a LightWeight Messaging function failed. This may be due to a server being
unavailable at the time of the call.
Recommended Action Collect system log information if it appears that this message is linked with
failures in functionality. Otherwise, the message can be ignored.
Error Message
%HA-CHKPT_MESSAGING-7-MALLOC_FAILED
[chars]: malloc of [dec] bytes failed; errno
[dec]
Explanation A call to allocate memory failed.
Recommended Action Collect system log information.
Error Message
%HA-CHKPT_MESSAGING-7-MSG_READ
[chars]: msg_read (case [dec]) failed with return
[dec]; status [hex] ([chars])
Explanation A msg_read call in the message handler failed.
Recommended Action Collect system log information.
Error Message
%HA-CHKPT_MESSAGING-7-MSG_REPLY
[chars]: msg_reply (reqtype [dec]) failed with
errno [dec]
Explanation A msg_reply call in the message handler failed.
Recommended Action Collect system log information.
Error Message
%HA-CHKPT_MESSAGING-7-MSG_SEND_EVENT
[chars]: msg_send_event failed with return
[dec]
Explanation A msg_send_event call in a checkpoint mirroring function failed.
Recommended Action Collect system log information.
Error Message
%HA-CHKPT_MESSAGING-7-NON_CHKPT_MSG
[chars]: Non-checkpoint message received:
comp-id [dec]
Explanation A message request for a non-checkpoint component was received by the handler
function.
Recommended Action Collect system log information.
Error Message
%HA-CHKPT_MESSAGING-7-PTHREAD_FAILURE
[chars]: call to [chars] failed with errno
[dec]
Explanation A call to a Posix Pthreads function failed.
Recommended Action Collect system log information.
Error Message
%HA-CHKPT_MESSAGING-7-STANDBY_OPEN_TIMEOUT
Attempts to open standby channel
[chars] failed after [dec] retries - continuing
Explanation Multiple attempts to open the messasge channel to the standby node (either the
application itself or the checkpoint proxy) failed due to either the proxy not running on the standby
or the application itself not running on the standby. If the application should run on the standby, then
it must call chkpt_init() in order for mirroring to succeed.
Recommended Action Collect system log information.
Error Message
%HA-CHKPT_MESSAGING-7-STANDBY_PROXY_SPAWN
All attempts to spawn checkpoint proxy
on the standby failed (error [hex])
Explanation Multiple attempts to spawn a copy of the checkpoint proxy for this application on the
standby were done, and the attempts have been stopped.
Recommended Action Collect system log information.
Error Message
%HA-CHKPT_MESSAGING-7-STBY_CAPABLE
Call to sysmgr_is_standby_capable failed with
error (error [hex])
Explanation The call to sysmgr_is_standby_capable failed. This may be due to the application not
having a startup file, and so being unknown to sysmgr.
Recommended Action Collect system log information.
Error Message
%HA-CHKPT_MESSAGING-7-SYSMGR_GET_PROC_ROLE
[chars]: call to sysmgr_get_proc_role
failed with status [hex] ([chars])
Explanation A call to sysmgr_get_proc_role failed with the given status.
Recommended Action Collect system log information.
CHKPT_PROXY Messages
Error Message
%HA-CHKPT_PROXY-7-BAD_IPC_LENGTH
IPC request type [dec] had bad length [dec]
(expected [dec])
Explanation An IPC message with invalid length was received by the proxy process.
Recommended Action No action is required.
Error Message
%HA-CHKPT_PROXY-7-BAD_IPC_REQUEST
Bad IPC request type [dec] received with
message length [dec]
Explanation An invalid IPC request type was received by the proxy process.
Recommended Action No action is required.
Error Message
%HA-CHKPT_PROXY-7-IPC_ERROR
[chars]: [chars] failed with error [dec]
Explanation As part of IPC operation, a call to a function failed with the specified error.
Recommended Action No action is required.
Error Message
%HA-CHKPT_PROXY-7-NO_MEMORY
[chars]: could not allocate [dec] bytes of memory
Explanation Memory allocation failed. This is likely to be a resource shortage rather than a coding
error.
Recommended Action No action is required.
Error Message
%HA-CHKPT_PROXY-7-PUTENV
[chars]: a call to putenv([chars]) failed with error
[dec]
Explanation The proxy process uses putenv() to communicate with the checkpoint library. A call to
putenv() failed with the specified error.
Recommended Action No action is required.
Error Message
%HA-CHKPT_PROXY-7-SYSTEM_ERROR
[chars]: [chars] failed with error [hex]
Explanation A call to a system function failed with the specified error code.
Recommended Action No action is required.
CHKPT_TDM Messages
Error Message
%HA-CHKPT_TDM-7-BAD_ALIGNMENT
Index not aligned: [hex]
Explanation A heap index was not word aligned.
Recommended Action No action is required.
Error Message
%HA-CHKPT_TDM-7-COLD_RESTART
Cold restart: Reason: [chars]: Application [chars]:
table [dec]: version [dec]
Explanation A process failed to restore state from a table in the checkpoint store.
Recommended Action No action is required.
Error Message
%HA-CHKPT_TDM-7-DUP_TABLE
Duplicate table found: Application [chars], table
[dec]
Explanation During registration, two copies of a table were found in the checkpoint store at the same
version. This indicates corruption in the checkpoint store.
Recommended Action No action is required.
Error Message
%HA-CHKPT_TDM-7-NO_TRANSLATOR
No translator found: [chars]: [chars]: [chars]
Explanation A required translator was not loaded.
Recommended Action No action is required.
Error Message
%HA-CHKPT_TDM-7-NOT_INDEXED
unable to setup index structure for indexed table:
[chars]: [hex]: [dec]
Explanation Errors (most likely lack of memory) prevent checkpointing from creating an index
structure associated with an indexed table. This condition does not affect the functionality at all,
only the performance will suffer.
Recommended Action The checkpointing software will periodically try again to set up the index
structure. So, in general no action is required.
Error Message
%HA-CHKPT_TDM-7-OBJ_COUNT
table object count not correct: [hex]: [dec] (!= [dec])
Explanation A table's object count is not what it's supposed to be. This is an internal accounting error
and does not cause any problems inside checkpointing, but it may cause applications which depend
on this accounting info to mis-behave.
Recommended Action No action is required.
Error Message
%HA-CHKPT_TDM-7-OBJ_LEN
Bad object length: [chars] tblname: [hex]: object size:
[dec] record length: [dec]
Explanation An object save or get operation is being done with the wrong length buffer. This points
to a logical bug in the client application.
Recommended Action No action is required.
Error Message
%HA-CHKPT_TDM-7-REG_MISMATCH
table attributes changed upon re-register:
Explanation An application is trying to register for its table. A table with the same exists, but other
attributes have changed, so the table is not allowed to be used.
Recommended Action No action is required.
Error Message
%HA-CHKPT_TDM-7-TRANSLATION_FATAL
Fatal translation error: [hex]
Explanation An error occurred during data translation. The process will restart without checkpointed
data.
Recommended Action No action is required.
DCL_LIB Messages
Error Message
%HA-DCL_LIB-2-NULL_PTR
[chars]@[dec]: Null Data Pointer Encountered Handle =
[hex] Counter = [hex]
Explanation An expected data pointer was not found.
Recommended Action Collect system log information. No action is required.
Error Message
%HA-DCL_LIB-4-CERR_REGISTER
Registration of error strings failed with error [hex]
Explanation Error string registration failed.
Recommended Action No action is required.
Error Message
%HA-DCL_LIB-4-NONFATAL_INTERNAL
[chars]@[dec]: A Non-Fatal Internal Error was
encountered.
Explanation A Non-Fatal condition was encountered. This is not necessarily an error, but
information gathered here may help with debugging other problems elsewhere in the system.
Recommended Action Collect system log information. No action is required.
Error Message
%HA-DCL_LIB-4-UNEXPECTED
[chars]@[dec]: An Unexpected condition was encountered
- [chars]
Explanation An unexpected condition was encountered. This is not necessarily an error, but
information gathered here may help with debugging other problems elsewhere in the system.
Recommended Action Collect system log information. No action is required.
HA_FM Messages
Error Message
%HA-HA_FM-4-FMSD_POLICY_CONFIG_INCONSISTENT
Policy '[chars]': [chars]
Explanation Some policy configuration is potentially inconsistent, and the user should follow the
guidelines in the message to amend this.
Recommended Action Examine the guidelines in the message, and the fault manager configuration, to
determine the potential problem. Note that this is just a warning message, not an error message, as
the configuration is legal - it may be the case that the user has intentionally set this configuration.
Error Message
%HA-HA_FM-4-FMSD_POLICY_UNREGREG_ERR
Could not replace policy '[chars]': [chars]
Explanation A registered policy changed by the last installation update was detected. Since the
update used the 'start' option, the old policy was automatically replaced by the new policy. This
message signaled an unsuccessful replacement of the policy.
Recommended Action Remove the configuration for the previous policy (and commit), and then
attempt to configure the registration of the new policy. The error message returned at commit time
should indicate the problem with the new policy.
Error Message
%HA-HA_FM-6-FMFD_WD_CPU_NOTIF
CPU consumption is [chars] at [unsigned int]
percent
Explanation The CPU state has changed and the new state is announced.
Recommended Action No action is required.
Error Message
%HA-HA_FM-6-FMFD_WD_CPU_NOTIF_ALARM
CPU consumption is [chars] at [unsigned int]
percent
Explanation The CPU state has changed to or from CRITICAL state, and the new state is announced.
Recommended Action No action is required.
Error Message
%HA-HA_FM-6-FMS_POLICY_EXEC
Policy execution has been [chars]
Explanation The Fault Manager policy excution state has been changed to the state named in the
message.
Recommended Action No action is required.
Error Message
%HA-HA_FM-6-FMS_RELOAD_SYSTEM
Policy has requested a system reload; reloading in
5 seconds
Explanation A Fault Manager policy requested that the system be reloaded.
Recommended Action No action is required.
Error Message
%HA-HA_FM-6-FMSD_POLICY_CHANGED
Registered policy '[chars]' changed by the last
installation update
Explanation A registered policy was changed by the last installation update. If the update used the
'start' option, the old policy was automatically unregistered and the new policy registered.
Otherwise, the old policy would remain registered and functional until the user unregisters it
manually.
Recommended Action No action is required.
Error Message
%HA-HA_FM-6-FMSD_POLICY_DELETED
Registered policy '[chars]' deleted by the last
installation update
Explanation A registered policy was deleted by the last installation update. If the update used the
'start' option, the policy was automatically unregistered. Otherwise, the policy would remain
registered and functional until the user unregisters it manually.
Recommended Action No action is required.
Error Message
%HA-HA_FM-6-FMSD_POLICY_REG_SUCC
Policy '[chars]' registered successfully, by
user [chars], with persist time [dec] and type [dec]
Explanation A new policy has been registered with Fault Manager. This message signaled a
successful registration.
Recommended Action No action is required.
Error Message
%HA-HA_FM-6-FMSD_POLICY_UNREG_SUCC
Policy '[chars]' unregistered successfully
Explanation A registered policy changed or deleted by the last installation update was detected.
Since the update used the 'start' option, the old policy was automatically unregistered. This message
signaled a successful unregistration.
Recommended Action No action is required.
Error Message
%HA-HA_FM-6-FMSD_POLICY_UNREGREG_SUCC
Policy '[chars]' replaced successfully
Explanation A registered policy changed by the last installation update was detected. Since the
update used the 'start' option, the old policy was automatically replaced by the new policy. This
message signaled a successful replacement of the policy.
Recommended Action No action is required.
Error Message
%HA-HA_FM-7-DEBUG_INIT_EVENT
Debug initialization for the fm/[chars] event
failed: [chars]
Explanation An error was returned when the Fault Manager called the debug_init_event() function.
Recommended Action Copy the error message exactly as it appears on the console or in the system
log, call your Cisco technical support representative and provide the representative with the gathered
information.
Error Message
%HA-HA_FM-7-DEBUG_REGISTER
Debug registration for Fault Manager failed: [chars]
Explanation An error was returned when the Fault Manager called the debug_register() function.
Recommended Action Copy the error message exactly as it appears on the console or in the system
log, call your Cisco technical support representative and provide the representative with the gathered
information.
Error Message
%HA-HA_FM-7-FMC_APPL_CBH_PULSE
Unable to locate application publish callback
entry for pulse code [dec]
Explanation The application publish callback handler was unable to validate the pulse code received.
Recommended Action Copy the error message exactly as it appears on the console or in the system
log, call your Cisco technical support representative and provide the representative with the gathered
information.
Error Message
%HA-HA_FM-7-FMC_APPL_CBH_SEND
Unable to report that application publishing has
been successfully carried out: [chars]
Explanation The application publish callback handler was unable to send a report to the Fault
Manager Server.
Recommended Action Copy the error message exactly as it appears on the console or in the system
log, call your Cisco technical support representative and provide the representative with the gathered
information.
Error Message
%HA-HA_FM-7-FMC_CB_EVM_CREATE
Unable to create the messaging infrastructure for
this process: [chars]
Explanation An error was reported trying to create the messaging infrastructure.
Recommended Action Copy the error message exactly as it appears on the console or in the system
log, call your Cisco technical support representative and provide the representative with the gathered
information.
Error Message
%HA-HA_FM-7-FMC_CB_INIT_FMC
Failed to initialize the Fault Manager context
control block: [chars]
Explanation An error was reported trying to initialize the internal context control block.
Recommended Action Copy the error message exactly as it appears on the console or in the system
log, call your Cisco technical support representative and provide the representative with the gathered
information.
Error Message
%HA-HA_FM-7-FMC_CB_MC_ATTACH
Failed to attach to a messaging channel: [chars]
Explanation An error was reported trying to attach to a messaging channel.
Recommended Action Copy the error message exactly as it appears on the console or in the system
log, call your Cisco technical support representative and provide the representative with the gathered
information.
Error Message
%HA-HA_FM-7-FMC_CBS_THREAD_CREATE
Unable to create a posix thread: [chars]
Explanation Unable to create a posix thread to carry out Fault Manager handling.
Recommended Action Copy the error message exactly as it appears on the console or in the system
log, call your Cisco technical support representative and provide the representative with the gathered
information.
Error Message
%HA-HA_FM-7-FMC_CERR_REG
Unable to register error code descriptions: [chars]
Explanation The Fault Manager errors could not be registered, and so the error codes will not be
decoded in messages to the user.
Recommended Action Copy the error message exactly as it appears on the console or in the system
log, call your Cisco technical support representative and provide the representative with the gathered
information.
Error Message
%HA-HA_FM-7-FMC_REG_CBH_PULSE
Unable to locate reg callback entry for pulse code
[dec]
Explanation The registration callback handler was unable to validate the pulse code received.
Recommended Action Copy the error message exactly as it appears on the console or in the system
log, call your Cisco technical support representative and provide the representative with the gathered
information.
Error Message
%HA-HA_FM-7-FMC_REG_CBH_SEND
Unable to report that callback handling has been
successfully carried out: [chars]
Explanation The registration callback handler was unable to send a report to the Fault Manager
Server.
Recommended Action Copy the error message exactly as it appears on the console or in the system
log, call your Cisco technical support representative and provide the representative with the gathered
information.
Error Message
%HA-HA_FM-7-FMFD_CHKPT_INIT
[chars]
Explanation Internal error. The fault detector has failed to initialize with the checkpointing server.
Recommended Action Copy the error message exactly as it appears on the console or in the system
log, call your Cisco technical support representative and provide the representative with the gathered
information.
Error Message
%HA-HA_FM-7-FMFD_CHKPT_TBL_INIT
[chars]
Explanation Internal error. The fault detector has failed to initialize a table with the checkpointing
server.
Recommended Action Copy the error message exactly as it appears on the console or in the system
log, call your Cisco technical support representative and provide the representative with the gathered
information.
Error Message
%HA-HA_FM-7-FMFD_CHKPT_TBL_ITERATE
[chars]
Explanation Internal error. The fault detector has failed to iterate the checkpointing table.
Recommended Action Copy the error message exactly as it appears on the console or in the system
log, call your Cisco technical support representative and provide the representative with the gathered
information.
Error Message
%HA-HA_FM-7-FMFD_DE_FETCH
[chars]
Explanation Internal error. The fault detector has failed to fetch a data element from the statistics
data engine.
Recommended Action Copy the error message exactly as it appears on the console or in the system
log, call your Cisco technical support representative and provide the representative with the gathered
information.
Error Message
%HA-HA_FM-7-FMFD_DE_INIT
[chars]
Explanation Internal error. The fault detector has failed to initialize the statistics data engine.
Recommended Action Copy the error message exactly as it appears on the console or in the system
log, call your Cisco technical support representative and provide the representative with the gathered
information.
Error Message
%HA-HA_FM-7-FMFD_EA_ATTACH
Could not register for asynchronous message events:
[chars]
Explanation The fault detector has failed to attach an event handler for asynchronous messages.
Recommended Action Copy the error message exactly as it appears on the console or in the system
log, call your Cisco technical support representative and provide the representative with the gathered
information.
Error Message
%HA-HA_FM-7-FMFD_EI_EVENT
Could not initialize event structure: [chars]
Explanation The fault detector has failed to initialize the sigevent structure to be used by the Event
Manager.
Recommended Action Copy the error message exactly as it appears on the console or in the system
log, call your Cisco technical support representative and provide the representative with the gathered
information.
Error Message
%HA-HA_FM-7-FMFD_EM_ATTACH
Could not register for sychronous message events:
[chars]
Explanation The fault detector has failed to attach an event handler for synchronous messages.
Recommended Action Copy the error message exactly as it appears on the console or in the system
log, call your Cisco technical support representative and provide the representative with the gathered
information.
Error Message
%HA-HA_FM-7-FMFD_EVM_CREATE
Could not create event manager: [chars]
Explanation The fault detector has failed to create an Event Manager.
Recommended Action Copy the error message exactly as it appears on the console or in the system
log, call your Cisco technical support representative and provide the representative with the gathered
information.
Error Message
%HA-HA_FM-7-FMFD_EVM_EVENT_BLOCK
An error occurred while waiting for an event:
[chars]
Explanation The event infrastructure will ignore this error and continue to wait for the next event. If
this error is seen repeatedly, the process may not be able to function and will need to be restarted.
Recommended Action Copy the error message exactly as it appears on the console or in the system
log, call your Cisco technical support representative and provide the representative with the gathered
information.
Error Message
%HA-HA_FM-7-FMFD_HIST_QERR
Could not obtain a free history list entry
Explanation Internal error. The fault detector has failed to get a free history list entry.
Recommended Action Copy the error message exactly as it appears on the console or in the system
log, call your Cisco technical support representative and provide the representative with the gathered
information.
Error Message
%HA-HA_FM-7-FMFD_INV_COMPARE_OP
Invalid comparison operator: [dec]
Explanation Internal error. The value comparison operator is invalid or not supported.
Recommended Action Copy the error message exactly as it appears on the console or in the system
log, call your Cisco technical support representative and provide the representative with the gathered
information.
Error Message
%HA-HA_FM-7-FMFD_INV_STATS_TYPE
Invalid statistics value type: [dec]
Explanation Internal error. The statistics data type is invalid or not supported.
Recommended Action Copy the error message exactly as it appears on the console or in the system
log, call your Cisco technical support representative and provide the representative with the gathered
information.
Error Message
%HA-HA_FM-7-FMFD_INV_TM
Invalid timer: type=[dec], timer=[pointer]
Explanation Internal error. The timer value is invalid or not as expected.
Recommended Action Copy the error message exactly as it appears on the console or in the system
log, call your Cisco technical support representative and provide the representative with the gathered
information.
Error Message
%HA-HA_FM-7-FMFD_INV_TM_TYPE
Invalid timer type: [dec]
Explanation Internal error. The timer type is invalid or not supported.
Recommended Action Copy the error message exactly as it appears on the console or in the system
log, call your Cisco technical support representative and provide the representative with the gathered
information.
Error Message
%HA-HA_FM-7-FMFD_LOCAL_NODEID
Could not get local nodeid: [chars]
Explanation Could not get local node identifier.
Recommended Action Copy the error message exactly as it appears on the console or in the system
log, call your Cisco technical support representative and provide the representative with the gathered
information.
Error Message
%HA-HA_FM-7-FMFD_MEM_ALLOC
Not enough memory ([dec] bytes)
Explanation Allocating memory failed due to a low-memory condition.
Recommended Action Reduce other system activity to ease memory demands. If conditions warrant,
upgrade to a larger memory configuration.
Error Message
%HA-HA_FM-7-FMFD_MET_ENQUEUE
Could not enqueue metric data: [chars]
Explanation Internal error. The system manager fault detector has failed to add a metric data entry
to the list.
Recommended Action Copy the error message exactly as it appears on the console or in the system
log, call your Cisco technical support representative and provide the representative with the gathered
information.
Error Message
%HA-HA_FM-7-FMFD_MET_RBLD
[chars]
Explanation Internal error. The fault detector has failed to rebuild the metric list from the
checkpointed records.
Recommended Action Copy the error message exactly as it appears on the console or in the system
log, call your Cisco technical support representative and provide the representative with the gathered
information.
Error Message
%HA-HA_FM-7-FMFD_MISC_ERR
[chars] ([chars])
Explanation An unexpected error occurred.
Recommended Action Copy the error message exactly as it appears on the console or in the system
log, call your Cisco technical support representative and provide the representative with the gathered
information.
Error Message
%HA-HA_FM-7-FMFD_MSGSEND_EVT
[chars]
Explanation The fault detector has failed to send a pulse to the fault manager to notify of an event
publish.
Recommended Action Copy the error message exactly as it appears on the console or in the system
log, call your Cisco technical support representative and provide the representative with the gathered
information.
Error Message
%HA-HA_FM-7-FMFD_MSGSEND_RETRY_ERR
Maximum retry number exceeded
Explanation The fault detector has exceeded its maximum number of retries to send a pulse to the
fault manager to notify of an event publish.
Recommended Action Copy the error message exactly as it appears on the console or in the system
log, call your Cisco technical support representative and provide the representative with the gathered
information.
Error Message
%HA-HA_FM-7-FMFD_OE_CREATE
Could not create an occurrence entry
Explanation Internal error. The fault detector has failed to create an entry for the matched occurrence
list.
Recommended Action Copy the error message exactly as it appears on the console or in the system
log, call your Cisco technical support representative and provide the representative with the gathered
information.
Error Message
%HA-HA_FM-7-FMFD_OE_REMOVE
Could not remove an occurrence entry
Explanation Internal error. The fault detector has failed to remove an entry from the matched
occurrence list.
Recommended Action Copy the error message exactly as it appears on the console or in the system
log, call your Cisco technical support representative and provide the representative with the gathered
information.
Error Message
%HA-HA_FM-7-FMFD_PLTF_NODENAME
Could not get local node name
Explanation The fault detector has failed to get the local node name.
Recommended Action Copy the error message exactly as it appears on the console or in the system
log, call your Cisco technical support representative and provide the representative with the gathered
information.
Error Message
%HA-HA_FM-7-FMFD_PUB_ENQUEUE
[chars]
Explanation Internal error. The fault detector has failed to add a publish data entry to the list.
Recommended Action Copy the error message exactly as it appears on the console or in the system
log, call your Cisco technical support representative and provide the representative with the gathered
information.
Error Message
%HA-HA_FM-7-FMFD_PUB_RBLD
[chars]
Explanation Internal error. The fault detector has failed to rebuild the publish list from the
checkpointed records.
Recommended Action Copy the error message exactly as it appears on the console or in the system
log, call your Cisco technical support representative and provide the representative with the gathered
information.
Error Message
%HA-HA_FM-7-FMFD_RM_ATTACH
Could not attach resource manager funtions to event
manager: [chars]
Explanation The fault detector has failed to attach a Resource Manager to an Event Manager.
Recommended Action Copy the error message exactly as it appears on the console or in the system
log, call your Cisco technical support representative and provide the representative with the gathered
information.
Error Message
%HA-HA_FM-7-FMFD_SM_PROC_EXIT
[chars]
Explanation The system manager failed to execute the default action of the terminated process.
Recommended Action Copy the error message exactly as it appears on the console or in the system
log, call your Cisco technical support representative and provide the representative with the gathered
information.
Error Message
%HA-HA_FM-7-FMFD_STATS_VAL_GET_ERR
[chars]
Explanation Internal error. The fault detector has failed retrieving a valid statistics value.
Recommended Action Copy the error message exactly as it appears on the console or in the system
log, call your Cisco technical support representative and provide the representative with the gathered
information.
Error Message
%HA-HA_FM-7-FMFD_SYSDB_BIND
[chars]
Explanation Failed to bind to SysDB.
Recommended Action Copy the error message exactly as it appears on the console or in the system
log, call your Cisco technical support representative and provide the representative with the gathered
information.
Error Message
%HA-HA_FM-7-FMFD_SYSDB_GET
[chars]
Explanation Failed to retrieve an item from SysDB.
Recommended Action Copy the error message exactly as it appears on the console or in the system
log, call your Cisco technical support representative and provide the representative with the gathered
information.
Error Message
%HA-HA_FM-7-FMFD_SYSDB_REG_NOTIFY
[chars]
Explanation Failed to register for notification of a set of items in SysDB.
Recommended Action Copy the error message exactly as it appears on the console or in the system
log, call your Cisco technical support representative and provide the representative with the gathered
information.
Error Message
%HA-HA_FM-7-FMFD_THREAD_CREATE
Could not create a Posix thread
Explanation The pthread_create function reported an error.
Recommended Action Copy the error message exactly as it appears on the console or in the system
log, call your Cisco technical support representative and provide the representative with the gathered
information.
Error Message
%HA-HA_FM-7-FMFD_TM_ADDL_CTX
Could not set additional context pointer: [chars]
Explanation The fault detector has failed to set a managed timer's additional context pointer.
Recommended Action Copy the error message exactly as it appears on the console or in the system
log, call your Cisco technical support representative and provide the representative with the gathered
information.
Error Message
%HA-HA_FM-7-FMFD_TM_CRTICK_INIT
[chars]
Explanation Internal error. The initialization of the cron-tick function has failed.
Recommended Action Copy the error message exactly as it appears on the console or in the system
log, call your Cisco technical support representative and provide the representative with the gathered
information.
Error Message
%HA-HA_FM-7-FMFD_TM_LEAF_NEW
Could not create a leaf timer
Explanation The fault detector has failed to create a managed leaf timer.
Recommended Action Copy the error message exactly as it appears on the console or in the system
log, call your Cisco technical support representative and provide the representative with the gathered
information.
Error Message
%HA-HA_FM-7-FMFD_TM_PARENT_NEW
Could not create a managed parent timer: [chars]
Explanation The fault detector has failed to create a managed parent timer.
Recommended Action Copy the error message exactly as it appears on the console or in the system
log, call your Cisco technical support representative and provide the representative with the gathered
information.
Error Message
%HA-HA_FM-7-FMFD_TM_TREE_NEW
Could not create a managed timer tree
Explanation The fault detector has failed to create a managed timer tree.
Recommended Action Copy the error message exactly as it appears on the console or in the system
log, call your Cisco technical support representative and provide the representative with the gathered
information.
Error Message
%HA-HA_FM-7-FMMD_CHKPT_INIT
Could not register the application with the
checkpointing server: [chars]
Explanation Failed to register an application with the checkpointing server.
Recommended Action Copy the error message exactly as it appears on the console or in the system
log, call your Cisco technical support representative and provide the representative with the gathered
information.
Error Message
%HA-HA_FM-7-FMMD_CHKPT_NULL_PTR
Got a null [chars] but non-null value was
expected
Explanation Failed to do further processing because we got a null data when a non-null value was
expected.
Recommended Action Copy the error message exactly as it appears on the console or in the system
log, call your Cisco technical support representative and provide the representative with the gathered
information.
Error Message
%HA-HA_FM-7-FMMD_CHKPT_TBL_ADD
Could not save a record into a checkpointing
table: [chars]
Explanation Failed to save a record into the given checkpointing table.
Recommended Action Copy the error message exactly as it appears on the console or in the system
log, call your Cisco technical support representative and provide the representative with the gathered
information.
Error Message
%HA-HA_FM-7-FMMD_CHKPT_TBL_INIT
Failed to initialize [chars]: [chars]
Explanation Could not initialize a table with the checkpointing server.
Recommended Action Copy the error message exactly as it appears on the console or in the system
log, call your Cisco technical support representative and provide the representative with the gathered
information.
Error Message
%HA-HA_FM-7-FMMD_CHKPT_TBL_RECOVER
Could not recover the checkpointed [chars]:
[chars]
Explanation Failed to recover a checkpointed table.
Recommended Action Copy the error message exactly as it appears on the console or in the system
log, call your Cisco technical support representative and provide the representative with the gathered
information.
Error Message
%HA-HA_FM-7-FMMD_CONN_EXIST
The message connection we try to set up already
exists
Explanation An internal error. We tried to set up a message connection but it already exists.
Recommended Action Copy the error message exactly as it appears on the console or in the system
log, call your Cisco technical support representative and provide the representative with the gathered
information.
Error Message
%HA-HA_FM-7-FMMD_EVM_ASYNC_ATTACH
Could not attach handler for Event Manager
asynchronous event: [chars]
Explanation An internal error was detected when attaching a handler for an Event Manager
asynchronous event.
Recommended Action Copy the error message exactly as it appears on the console or in the system
log, call your Cisco technical support representative and provide the representative with the gathered
information.
Error Message
%HA-HA_FM-7-FMMD_EVM_CREATE
Could not create event manager: [chars]
Explanation An internal error was detected when creating Event Manager.
Recommended Action Copy the error message exactly as it appears on the console or in the system
log, call your Cisco technical support representative and provide the representative with the gathered
information.
Error Message
%HA-HA_FM-7-FMMD_EVM_EVENT_BLOCK
Failed to block waiting for Event Manager
events: [chars]
Explanation An internal error was detected when block waiting for Event Manager events.
Recommended Action Copy the error message exactly as it appears on the console or in the system
log, call your Cisco technical support representative and provide the representative with the gathered
information.
Error Message
%HA-HA_FM-7-FMMD_EVM_FILE_ATTACH
Could not register a notification handler for a
file descriptor: [chars]
Explanation An internal error was detected when trying to register a notification handler for a file
descriptor.
Recommended Action Copy the error message exactly as it appears on the console or in the system
log, call your Cisco technical support representative and provide the representative with the gathered
information.
Error Message
%HA-HA_FM-7-FMMD_EVM_INIT_EVENT
Could not initialize Event Manager event:
[chars]
Explanation An internal error was detected when initializing an Event Manager event.
Recommended Action Copy the error message exactly as it appears on the console or in the system
log, call your Cisco technical support representative and provide the representative with the gathered
information.
Error Message
%HA-HA_FM-7-FMMD_EVM_TM_ATTACH
Could not set up a managed timer identifier:
[chars]
Explanation An internal error was detected when trying to allocate a managed timer identifier and
assign to it an event handler.
Recommended Action Copy the error message exactly as it appears on the console or in the system
log, call your Cisco technical support representative and provide the representative with the gathered
information.
Error Message
%HA-HA_FM-7-FMMD_EVM_TM_LEAF_NEW
Could not create a managed timer tree leaf:
[chars]
Explanation An internal error was detected when trying to create a managed timer tree leaf for the
event manager.
Recommended Action Copy the error message exactly as it appears on the console or in the system
log, call your Cisco technical support representative and provide the representative with the gathered
information.
Error Message
%HA-HA_FM-7-FMMD_FD_SIGEVENT
Error occured when a fault detector processed the
pulse from the metric director: [chars]
Explanation Internal error. Error occurred when a fault detector processed the pulse from the metric
director.
Recommended Action Copy the error message exactly as it appears on the console or in the system
log, call your Cisco technical support representative and provide the representative with the gathered
information.
Error Message
%HA-HA_FM-7-FMMD_FILE_OPEN
Failed to open file [chars] : [chars]
Explanation Failed to open the given file due to some internal error.
Recommended Action Copy the error message exactly as it appears on the console or in the system
log, call your Cisco technical support representative and provide the representative with the gathered
information.
Error Message
%HA-HA_FM-7-FMMD_GET_CHID
Could not get message channel ID: [chars]
Explanation An internal error was detected when getting ID for a message channel.
Recommended Action Copy the error message exactly as it appears on the console or in the system
log, call your Cisco technical support representative and provide the representative with the gathered
information.
Error Message
%HA-HA_FM-7-FMMD_GET_NODE_NAME
Could not get node name of the local host: [chars]
Explanation An internal error was detected when trying to get the node name of the local host.
Recommended Action Copy the error message exactly as it appears on the console or in the system
log, call your Cisco technical support representative and provide the representative with the gathered
information.
Error Message
%HA-HA_FM-7-FMMD_GUARD_WORD_VER
[chars] guard word corrupted; [pointer]
Explanation The guard word for the specified control block does not contain what is expected.
Recommended Action Copy the error message exactly as it appears on the console or in the system
log, call your Cisco technical support representative and provide the representative with the gathered
information.
Error Message
%HA-HA_FM-7-FMMD_LAST_PROC
Invalid last process replied: node [hex], job id [dec]
Explanation Internal error. The information of last process the metric director replied to 'show fault
manager metric process' command is invalid.
Recommended Action Copy the error message exactly as it appears on the console or in the system
log, call your Cisco technical support representative and provide the representative with the gathered
information.
Error Message
%HA-HA_FM-7-FMMD_LOCAL_NODEID
Could not get local nodeid: [chars]
Explanation Could not get local node identifier.
Recommended Action Copy the error message exactly as it appears on the console or in the system
log, call your Cisco technical support representative and provide the representative with the gathered
information.
Error Message
%HA-HA_FM-7-FMMD_LONG_PATHNAME
Too long path name
Explanation Internal error. A path name could not be formed because it exceeded the maximum
length.
Recommended Action Copy the error message exactly as it appears on the console or in the system
log, call your Cisco technical support representative and provide the representative with the gathered
information.
Error Message
%HA-HA_FM-7-FMMD_LWM_ATTACH
Could not attach a connection to a message channel:
[chars]
Explanation An internal error was detected when attaching a connection to a message channel.
Recommended Action Copy the error message exactly as it appears on the console or in the system
log, call your Cisco technical support representative and provide the representative with the gathered
information.
Error Message
%HA-HA_FM-7-FMMD_LWM_CONNECT
Could not connect to the message channel [chars]:
[chars]
Explanation An internal error was detected when attaching a handler for an Event Manager
asynchronous event.
Recommended Action Copy the error message exactly as it appears on the console or in the system
log, call your Cisco technical support representative and provide the representative with the gathered
information.
Error Message
%HA-HA_FM-7-FMMD_LWM_SEND
Could not send message: [chars]
Explanation An internal error was detected when sending a message.
Recommended Action Copy the error message exactly as it appears on the console or in the system
log, call your Cisco technical support representative and provide the representative with the gathered
information.
Error Message
%HA-HA_FM-7-FMMD_LWM_SEND_ASYNC
Cou