TMF Management Programming Manual (H06.05+)

Commands and Responses
HP NonStop TMF Management Programming Manual540140-002
5-125
INFO RESOURCEMANAGER
Tokens in Command Buffer
ZTMF-TKN-RmName
specifies the name of a resource manager for which information is to be returned
from the resource manager directory. This token can appear multiple times in the
command buffer to obtain information for multiple resource managers. If this token
is omitted from the command buffer, information is returned for all resource
managers that are currently registered. If multiple resource managers are
specified by a single command, the result of the operation is returned in a separate
response record for each resource manager name.
Resource manager names can have a maximum length of 128 characters. The
first character must be a letter, and the others can be alphanumeric or any of the
following special characters:
$ _ - ^ @ &
Names beginning with the string ZZ-VOLATILE- are reserved, and therefore not
allowed for this command. Names containing adjoining hyphens (--) are not
allowed, although names using multiple hyphens separated by one or more
intervening characters are legal. Thus, the name “ALPHA--1” is not permitted, but
“ALPHA-N-1” is allowed.
Tokens in Response Buffer
ZTMF-TKN-RmName
specifies the name of the resource manager from the directory or which resulted in
an error, depending upon the value of ZSPI-TKN-RetCode in the data or error list.
ZTMF-TKN-RmOwnerID
specifies the userid that owns the resource manager. The specified userid is used
to restrict programmatic access to and removal of the resource manager by
gateway processes. Only gateway processes running under a resource manager’s
owner userid or one of the super group userids will be allowed to open or remove
the resource manager.