Using the Node Management Services (NMS) Utilities (32022-90053)

Appendix A 203
NMS Error Messages
NM Error Messages
MESSAGE: Encountered FOPEN FSERR ! on !. (NMERR 207)
NMERR 207 CAUSE: Returned by a subsystem message-generating routine when it
was unable to FOPEN the specified message catalog. The first
parameter is the FSERR number. The second parameter is the message
catalog name. This message is usually preceded by message
NMERR 206.
ACTION: Correct the FOPEN error and retry.
MESSAGE: Encountered GENMESSAGE error !. (NMERR 208)
NMERR 208 CAUSE: Returned by a subsystem message-generating routine, usually
following NMERR 206. The parameter is the GENMESSAGE errnum.
If the error number is 1 or 2, NMERR 209 follows with a further
description. Otherwise, the error is described in the MPE Intrinsics
Manual under GENMESSAGE.
ACTION: If the error number is 1 or 2, see message NMERR 209. If the
error number is not 1 or 2, look up the error number in the
MPE Intrinsics Manual under GENMESSAGE. It is likely the problem
is due to a bad software installation. If this is consistent with the
GENMESSAGE error, the configuration file may be corrupted. Run
NMMGR and verify that the configuration file is okay. Otherwise,
correct the problem causing the GENMESSAGE error and try again.
MESSAGE: GENMESSAGE encountered FSERR !. (NMERR 209)
NMERR 209 CAUSE: Returned by a subsystem message-generating routine. The
parm is the FSERR number. This message usually follows NMERR 208,
and is usually followed with the text of the FSError message as well (by
calling the intrinsic FErrMsg).
ACTION: Correct the FS error and retry.
MESSAGE: Encountered FCLOSE FSERR ! on !. (NMERR 210)
NMERR 210 CAUSE: Returned by a subsystem message-generating routine after
reading a message from the specified message catalog. The first
parameter is the FSERR number. The second parameter is the message
catalog name. The FCLOSE of the message catalog failed.
ACTION: Correct the File System error and retry.
MESSAGE: Config file internal error detected and recovery failed.
(NMERR 220)
NMERR 220 CAUSE: The configuration file is possibly corrupted.
ACTION: See “Corrupt Configuration Files” at the beginning of this
appendix.