DSM/Tape Catalog Management Programming Manual

Common Definitions
DSM/Tape Catalog Management Programming Manual520481-003
4-33
ZMCS Maps
ZMCS-MAP-ALTER-TAPEDRIVE
MEDIASRV includes this extensible structured token in ALTER TAPEDRIVE
commands to describe the status of whether approval must be given for an application
to use a tape drive for bypass label processing mode or no label processing mode.
ZMCS-MAP-ALTER-TAPEDRIVE is based on ZMCS-DDL-ALTER-TAPEDRIVE, which
is defined as:
ZNOLABELCHECK
corresponds to the NLCHECK parameter of the MEDIACOM ALTER TAPEDRIVE
command. ZNOLABELCHECK (ON or OFF) denotes whether a request for no
label processing requires approval.
ON means that the request must be approved with an ALTER TAPEMOUNT
command. (Programmatic approval with ALTER TAPEMOUNT is different than
the command used with MEDIACOM.)
OFF means that no approval is necessary.
ZBYPASSLABELCHECK
corresponds to the BLPCHECK parameter of the MEDIACOM ALTER TAPEDRIVE
command. ZNOLABELCHECK (ON or OFF) denotes whether a request for label
processing requires approval.
ON means that the request must be approved with an ALTER TAPEMOUNT
command. (Programmatic approval with ALTER TAPEMOUNT is different than
the command used with MEDIACOM.)
OFF means that no approval is necessary.
ZLSMPRESENT
contains a status of either TRUE or FALSE.
ZACSID
corresponds to part of the drive address specified in the LSM parameter of the
MEDIACOM ALTER TAPEDRIVE command. The value for ZACSID is a number in
the range 0 through 26 that identifies a group of LSMs connected to form one ACS.
def ZMCS-DDL-ALTER-TAPEDRIVE.
02 ZNOLABELCHECK type ZSPI-DDL-BOOLEAN.
02 ZBYPASSLABELCHECK type ZSPI-DDL-BOOLEAN.
02 ZLSMPRESENT type ZSPI-DDL-BOOLEAN.
02 ZACSID type ZSPI-DDL-INT.
02 ZLSMID type ZSPI-DDL-INT.
02 ZPANELID type ZSPI-DDL-INT.
02 ZDRIVEID type ZSPI-DDL-INT.
end.