PAM Management Programming Manual

Commands and Responses
PAM Management Programming Manual142481
5-30
LISTOPENS Command
Tokens in Response Buffer
Most of the tokens received in response to the LISTOPENS command are described in
Section 4, Common Definitions. However, the following tokens are also present in the
response returned for the LISTOPENS command.
ZPAM-MAP-OPNRS is an extensible structured token that contains a list of the openers
of the specified PORT object.
ZPAM-MAP-OPNRS has the token number ZPAM-TNM-OPNRS and the DDL
definition ZPAM-DDL-OPNRS. It is present in all LISTOPENS responses. ZPAM-
MAP-OPNRS contains the following fields:
ZNODE
is the 32-bit node number (decimal value 0 through 255) used with the OPEN
command that established this opener. The actual data in this field is supplied by the
subsystem. If the data consists of question marks (?), the subsystem has failed to
supply the node number.
ZBKUP-CPU
is the processor number of the process responsible for the backup open.
ZBKUP-PIN
is the process number of the process responsible for the backup open. The value in
this field is -1 if the backup process has not opened the object.
ZPRIM-CPU
is the processor number of the process responsible for the primary open.
ZPRIM-PIN
is the process number of the process responsible for the primary open.
ZPROC-NAME
identifies the process that issued the open.
Additional Tokens in Response Buffer
ZPAM-MAP-OPNRS
def ZPAM-DDL-OPNRS.
02 ZNODE type ZSPI-DDL-INT2. !r
02 ZBKUP-CPU type ZSPI-DDL-INT. !r
02 ZBKUP-PIN type ZSPI-DDL-UINT. !r
02 ZPRIM-CPU type ZSPI-DDL-INT. !r
02 ZPRIM-PIN type ZSPI-DDL-UINT. !r
02 ZPROC-NAME type ZSPI-DDL-CRTPID. !r
end.