Compaq ACMS Version 4.3 for OpenVMS
Release
Notes
Alternatively, delete unneeded rows from the Collection table.
NOT_FOUND, record not found
Explanation: An attempt was made to delete a row from
the Collection table, but that row does not exist.
User Action: Modify the request to include the proper
identification information for the row (entity type, class, and name).
NO_UPD_CLS, class cannot be modified
Explanation: An attempt was made to add, delete, or
modify a Collection table record for the Id or Config class. These
records cannot be modified.
User Action: No action is required. There is no way to
modify the default collection records for the Id or Config classes.
EVNT_MBX_FUL, event mailbox is full
Explanation: This status code has not been implemented.
User Action: No action is required.
NOSTOP, interface cannot be used to stop itself
Explanation: An attempt was made to stop an interface
by using that interface. The Remote Manager does not allow either the
RPC or the SNMP interface to be used to stop themselves.
User Action: If you need to stop the RPC interface and
cannot use the ACMSMGR command, stop the Remote Manager either by using
the DCL command STOP/ID or by using the UCX$SNMP_REQUEST (or
TCPIP$SNMP_REQUEST) program. These programs are located in SYS$SYSTEM;
the OID to use is 1.3.6.1.4.1.36.2.18.48.4.1.3.1.
To stop the SNMP interface, you must use the ACMSMGR SET INTERFACE
command, or you must stop the Remote Manager (using either the ACMSMGR
STOP command or the DCL command STOP/ID).
A.2 ACMSMGR Messages
The following error messages pertain to the ACMSMGR process.
NORMAL, operation completed
Explanation: The command completed successfully.
User Action: No action is required.
CREDSFOUND, credentials for node <node> found, they will be used
Explanation: This message is obsolete.
User Action: No action is required.
USE_PROXY, username not supplied, proxy access will be attempted
Explanation: This message is obsolete.
User Action: No action is required.
NODATA, no <entity-type> data was found
Explanation: The request to get information about the
entity type indicated in the message returned no data. This message
occurs when no instances of the particular process are running.
User Action: No action is required. If the process had
been running previously, you may be able to see the information by
resubmitting the command with the /ALL qualifier.
NOCLNT_ATTACH, cannot create client for node <node-name>
Explanation: An attempt to attach to the server on the
node indicated in the command failed. If more than one server name was
in the list to be processed, the next server will be tried. No further
attempt will be made to submit commands to the node for which the
attached client failed.
User Action: Verify that the node name is correct and
that the Remote Manager is running on the node indicated. In some
networks, it may be necessary to use a fully qualified TCP/IP node
name. If the Remote Manager is running, verify that the Portmapper is
running on the node and that the RPC interface in the Remote Manager
has been started. For more help on diagnosing and fixing client attach
problems, refer to the Troubleshooting section in the Compaq ACMS
for OpenVMS Remote Systems Management Guide.
OLDDATA, this data is old and may not accurately reflect the running
system
Explanation: The data being displayed may contain
information about processes that are no longer running. Old, or stale,
data is displayed only if the /ALL qualifier was included with the
command. The old records are flagged with an asterisk (*) in the first
character of the node name.
User Action: No action is required. Remove the /ALL
qualifier if you do not want to see old data.
INACTDATA, some or all data is old and may not accurately reflect the
running system
Explanation: The data being displayed may contain
information about processes that are no longer running. Old, or stale,
data is displayed only if the /ALL qualifier was included with the
command. The old records are flagged with an asterisk (*) in the first
character of the node name.
User Action: No action is required. Remove the /ALL
qualifier if you do not want to see old data.
UNKCMD, unrecognized command <command>
Explanation: The command verb indicated in the message
is not valid.
User Action: Modify the command to include a valid
command verb. To learn more about valid verbs, use the ACMSMGR HELP
command.
UNKCMDOBJ, unrecognized object <command object> for this command
Explanation: The command object indicated in the
message is not valid.
User Action: Modify the command to include a valid
command object. To learn more about valid command objects, use the
ACMSMGR HELP command.
BADVALUE, invalid qualifier, cannot interpret value <value>
Explanation: The value provided for a command
qualifier is invalid. It is either out of the range of acceptable
values or is an invalid type.
User Action: Modify the command qualifier to include a
valid value. To learn more about valid values for a given qualifier,
use the ACMSMGR HELP command.
BADTIME, invalid time <time>
Explanation: The time specification provided for the
command qualifier could not be parsed. Time specifications can include
date and time, date only or time only. The date and time should be
specified as a quoted string in the format DDMMMYYYY HH:MM:SS.hh.
Partial strings are accepted (for example, "1NOV" or "10:00").
User Action: Modify the command to include a valid
time specification. To learn more about valid time values, use the
ACMSMGR HELP command.
WRONGQUAL, qualifer <qualifier> is not supported for this verb
and object, please correct and reexecute command
Explanation: A command qualifier was specified that is
not valid for the verb/object combination specified.
User Action: Modify the command to include a valid
qualifier. To learn more about the valid qualifiers for a verb/object
combination, use the ACMSMGR HELP command.
NONODE, node must be specified as a logical or an argument
Explanation: Each ACMSMGR command needs a node name to
be specified. The node name can be specified either as a command
qualifier (for example, /NODE=mynode) or by the logical name
ACMS$MGMT_SERVER_NODE. Multiple nodes can be specified in a
comma-separated list (for example, /NODE=node1,node2). To specify a
list of nodes when defining the logical name ACMS$MGMT_SERVER_NODE,
enclose the entire list in double quotation marks. For example:
$ DEFINE ACMS$MGMT_SERVER_NODE "NODE1,NODE2"
|
User Action: Modify the command to include the /NODE
qualifier, or define the logical ACMS$MGMT_SERVER_NODE to include at
least one node name.
NOCREDS, could not get credentials for <node::user>
Explanation: The credentials file for the user either
could not be found or could not be opened by the client process. The
credentials file is created when a user explicitly logs in to the
Remote Manager (that is, the user supplies a user name and password). A
separate credentials file is created for each node to which a
particular process logs in. The logical name ACMS$MGMT_CREDS_DIR is
used to point to the directory containing credentials files.
Note that credentials files are process-specific (PID) and node
specific.
User Action: Verify that the ACMS$MGMT_CREDS_DIR
logical is pointing to a valid disk and directory in which a
credentials file has been created; verify that the process has read
access to the files in the directory. The process may have to log in to
the Remote Manager again to create a new credentials file.
NOCLIENTS, no clients created, cannot continue
Explanation: No client attaches were successful.
Previous messages will have been displayed indicating the particular
reasons that the client attaches failed. Without attaching a client to
a server, work can not be performed.
User Action: Determine and remedy the reason for the
client attach failures then resubmit the command. See also the
Troubleshooting section of the Compaq ACMS for OpenVMS Remote
Systems Management Guide for more help.
NOFACILITY, facility must be specified when setting trace level
Explanation: This message is obsolete.
User Action: No action is required.
PASS2BIG, password is too long, please reenter
Explanation: The password specified exceeds the
maximum allowed length of 32 characters.
User Action: Modify the password to be no longer than
32 characters and reenter it.
NAME2BIG, username is too long, please reenter
Explanation: The user name specified exceeds the
maximum allowed length of 12 characters.
User Action: Modify the user name to be no longer than
12 characters and reenter it.
ENCRYPTFAIL, encryption routine failure on <username>
Explanation: An attempt to encrypt the user name
indicated for client authentication failed.
User Action: Make sure the user name is correct and
reenter it.
LOGIN_FAIL, login failed
Explanation: The attempt to log in failed. The reason
might be an invalid user name or password. The Remote Manager log will
contain more information about the reason for failure.
User Action: Consult the Remote Manager log on the
target node for more information about the failure (using the ACMSMGR
SHOW LOG command). Correct the problem and resubmit the login request.
HOSTNAMEFAIL, can't translate UCX$INET_HOST name, aborting...
Explanation: The logical name UCX$INET_HOST could not
be translated by the client process. This logical is used to determine
the current host name, which is used during client authentication. The
logical is defined by the UCX or TCP/IP layered product when it is
started. If the logical is not defined, either UCX or TCP/IP is not
started, a different TCP/IP networking package is being used, or
something has gone wrong with the logical name.
User Action: Verify that the UCX or TCP/IP layered
product is started. If it is not, start it and then reissue the
command. If it is started, contact your system administrator to
determine why the logical is not defined.
FILEOPENERR, could not open file <filename> for write
Explanation: This message is displayed when the /OUT
qualifier to ACMSMGR command specifies an invalid or inaccessible file
specification. The reason could be an invalid disk or device name, an
incorrect logical name in the file specification, insufficient
privileges for writing to the directory or file, or a full device.
User Action: Ensure that the client process can access
the directory and file in the file specification, and resubmit the
command.
NOVAL, qualifier <qualifier> requires a value string
Explanation: The qualifier indicated requires a value
string, but none was provided.
User Action: Modify the command to include a valid
value string and resubmit the command. To learn more about the valid
values for a given qualifier, use the ACMSMGR HELP command.
WRONGPARAM, parameter type is not valid for this entity type, please
correct and reexecute command
Explanation: The parameter type in the command is not
valid for the entity type specified. Each parameter is valid for only a
particular set of entity types; the combination specified is not a
valid pair.
User Action: Modify the command to include a valid
combination of entity type and parameter. To learn more about valid
combinations, use the ACMSMGR HELP command.
2MANYCLASSES, too many class qualifiers were specified.
Explanation: Each ACMSMGR command allows either one
class or all classes to be displayed at the same time. To display all
classes, do not include a class qualifier with the command. To display
a particular class, include that qualifier with the command. You cannot
specify more than one class qualifier with a given command.
User Action: Modify the command to include a maximum
of one class qualifier, and resubmit the command. To learn more about
the valid class qualifiers for a given command verb and object, use the
ACMSMGMR HELP command.
NOCOMPND, compound name is not allowed for this entity (only server and
group).
Explanation: An attempt was made to add a collection
record using a compound name for an entity that is not a server or
group. Compound names (that is, names that contain an application
specification and a process specification) are valid for only servers
and groups.
User Action: Modify the command so it does not include
a compound name. For more help about adding collection records, use the
ACMSMGR HELP ADD COLLECTION command.
A.3 ACMSCFG Messages
The following error messages pertain to the ACMSCFG process.
CONFIG_NORMAL, operation completed
Explanation: The ACMSCFG command completed
successfully.
User Action: No action is required.
ADDREC, record does not exist, creating new record from defaults
Explanation: This message is obsolete.
User Action: No action is required.
NORECDEL, record does not exist, no record deleted
Explanation: An attempt was made to delete a record
that does not exist.
User Action: Correct the command to include the
correct record identifiers. For collection records, entity type, class
name, and entity name uniquely identify records; for trap records,
entity type, entity name, and parameter name uniquely identify records.
NORECUP, record does not exist, no record updated
Explanation: An attempt was made to update a record
that does not exist.
User Action: Correct the command to include the
correct record identifiers. For collection records, entity type, class
name, and entity name uniquely identify records; for trap records,
entity type, entity name, and parameter name uniquely identify records.
For interface records, interface type uniquely identifies the record.
NOUPDATES, no changes to make, no updates made
Explanation: A command was issued to update the
parameter record, but no parameters were specified for update. No
changes were made to the record.
User Action: Modify the command to include at least
one parameter to be modified.
INSUF_ARGS, insufficient arguments
Explanation: An insufficient number of arguments was
passed to the ACMSCFG utility. At least one argument is required.
User Action: Modify the command to include at least
one argument. Use the ACMSCFG HELP command to learn about the various
ACMSCFG commands.
NOT_ADDED, no record added
Explanation: This message is obsolete.
User Action: No action is required.
ERROR_OPEN, could not open file <filename>
Explanation: This message is obsolete.
User Action: No action is required.
UNKNOWN_OBJ, unknown obj <object>
Explanation: The command object specified is not valid.
User Action: Modify the command to include a valid
command object. The valid command objects vary depending on the command
verb. Use the ACMSCFG HELP command to learn more about valid command
verbs and objects.
END_TOO_EARLY, end time must be greater than begin time
Explanation: This status code has not been implemented
yet.
User Action: No action is required.
PAST_BEGIN, begin time must be in the future
Explanation: This status code has not been implemented
yet.
User Action: No action is required.
ENTITY_REQ, entity type is required, please resubmit command
Explanation: A command was issued that requires an
entity type to be specified.
User Action: Resubmit the command, including the
/ENTITY=<entity_type> qualifier and the appropriate entity type.
PARAM_REQ, parameter type is required, please resubmit command
Explanation: This status code has not been implemented
yet.
User Action: No action is required.
CLASS_REQ, collection class is required, please resubmit command
Explanation: This status code has not been implemented
yet.
User Action: No action is required.
ID_REQ, entity name is required, please resubmit command
Explanation: This status code has not been implemented
yet.
User Action: No action is required.
TIMERID_REQ, timer id is required, please resubmit command
Explanation: This status code has not been implemented
yet.
User Action: No action is required.
PARAM_INVALID, parameter <parameter name> is not valid for this
entity
Explanation: This status code has not been implemented
yet.
User Action: No action is required.
NO_QUAL, insufficient arguments---no qualifiers, please correct and
resubmit
Explanation: A command that requires at least one
qualifier was submitted without any qualifiers.
User Action: Modify the command to contain at least
one qualifier. To learn more about ACMSCFG commands their qualifiers,
use the ACMSCFG HELP command.
BAD_VALUE, invalid qualifier, cannot interpret value <value>
Explanation: A null or invalid value was provided to a
qualifier.
User Action: Correct the value and resubmit the
command. To learn more about ACMSCFG qualifiers and valid values, use
the ACMSCFG HELP command.
BAD_TIME, invalid time <time>
Explanation: This status code has not been implemented
yet.
User Action: No action is required.
UNKQUAL, unrecognized qualifier <qualifier>, please correct and
re-execute command
Explanation: The qualifier indicated is unrecognized.
User Action: Modify the command to include a valid
qualifier. To learn more about valid qualifiers, use the ACMSCFG HELP
command.
UNKPARAM, unrecognized param <param>
Explanation: The parameter indicated is unrecognizable.
User Action: Modify the /PARAMETER qualifier to
include a valid parameter name. To learn about valid parameters, use
the ACMSCFG HELP command.
UNKENTITY, unrecognized entity <entity>
Explanation: The entity type indicated is
unrecognizable.
User Action: Modify the /ENTITY qualifier to include a
valid entity type. To learn about valid entity types, use the ACMSCFG
HELP command.
UNKCLASS, unrecognized class <class>
Explanation: The class type indicated is
unrecognizable.
User Action: Modify the /CLASS qualifier to include a
valid class. To learn about valid classes, use the ACMSCFG HELP command.
INVSTATE, invalid state <state>
Explanation: The state indicated is unrecognizable.
User Action: Modify the qualifier to include a valid
state. To learn about valid states, use the ACMSCFG HELP command.
IF_INVAL, invalid interface <interface>
Explanation: The interface name indicated is
unrecognizable.
User Action: Modify the /INTERFACE qualifier to
include a valid interface type. To learn about valid interface types,
use the ACMSCFG HELP command.
ERRDEL, error deleting record
Explanation: An error occurred while a record was
being deleted. This message is preceded by a status message returned by
RMS describing the error. The problem is usually an environmental
one---for example, a locked file, insufficient privileges, and so on.
User Action: Refer to the message immediately
preceding this one that describes the error returned from RMS.
ERRUP, error updating record
Explanation: An error occurred while a record was
being updated. This message is preceded by a status message returned by
RMS describing the error. The problem is usually an environmental
one---for example, a locked file, insufficient privileges, and so on.
User Action: Refer to the message immediately
preceding this one that describes the error returned from RMS.
ERRADD, error adding record
Explanation: This message is obsolete.
User Action: No action is required.
IF_REQ, interface type is required, please resubmit command
Explanation: The interface type is required in order
to update the correct record. The command that was submitted did not
specify the interface type.
User Action: Modify the command to include the
/INTERFACE qualifier, along with the desired interface type. To learn
more about updating interfaces, use the ACMSCFG HELP command.
UNKVERB, unrecognized verb <verb>, please correct and resubmit
Explanation: The verb indicated is unrecognized.
User Action: Modify the command to include a valid
verb. To learn more about valid verbs, use the ACMSCFG HELP command.
NULLQUAL, null qualifier <qualifier>, nothing to do
Explanation: A qualifier was provided that requires a
value, but no value was specified.
User Action: Modify the command to include a valid
value with the qualifier. To learn more about valid values for the
qualifier, use the ACMSCFG HELP command.
VALTOOSMALL, value is too small: <value>, please correct and
resubmit
Explanation: A value was provided that is less than
the allowed minimum.
User Action: Modify the command to include a valid
value with the qualifier. To learn more about valid values for the
qualifier, use the ACMSCFG HELP command.
VALTOOBIG, value is too large: <value>, please correct and
resubmit
Explanation: A value was provided that is greater than
the allowed maximum.
User Action: Modify the command to include a valid
value with the qualifier. To learn more about valid values for the
qualifier, use the ACMSCFG HELP command.
NOFILE, unable to open file <filename>
Explanation: The configuration file could not be
opened. The specification for the file to be opened is determined by
the translation of the logical name ACMS$MGMT_CONFIG, or, if the
logical name is not defined, the default file name is
SYS$SYSROOT:[SYSEXE]ACMS$MGMT_CONFIG.ACM. The ACMSCFG utility will ask
you whether or not you want to create a new file.
User Action: If the file does not exist and you would
like to have a new file created with default values, respond to the
prompts. If the file does exist, investigate why it could not be opened
by the ACMSCFG utility.
INVVALUE, qualifier <value> contains an invalid value, please
correct and resubmit
Explanation: A qualifier was specified with an invalid
value.
User Action: Modify the command to include a valid
value with the qualifier. To learn more about valid values for the
qualifier, use the ACMSCFG HELP command.
NODEFDELETE, this record cannot be deleted, it is a mandatory default
Explanation: An attempt was made to delete a record
that cannot be deleted. Default collection records for Id and Config
classes cannot be deleted.
User Action: Any attempt to delete these records will
fail.
NODEFADD, records for this class cannot be added
Explanation: An attempt was made to add a record for
the Id and Config classes, which is not allowed. New records for Id and
Config classes cannot be added.
User Action: Any attempt to add records for Id and
Config classes will fail.
NODEFDISABLE, collection cannot be disabled for this entity and class
Explanation: An attempt was made to modify the default
Id and Config class records, which is not allowed. Default collection
records for Id and Config classes cannot be deleted or modified.
User Action: Any attempt to modify records for Id and
Config classes will fail.
INVPARAMTYPE, parameter type <parameter> is not valid for this
entity type, please correct and re-execute the command
Explanation: The parameter type indicated is not valid
for the entity type specified. Each parameter is valid for only a
particular set of entity types; the combination specified is not a
valid pair.
User Action: Modify the command to include a valid
combination of entity type and parameter. To learn more about valid
combinations, use the ACMSCFG HELP command.
NAME_REQ, entity ame is required, please resubmit command
Explanation: This message is obsolete.
User Action: No action is required.