GDSX Management Programming Manual

Commands and Responses
GDSX Management Programming Manual529930-001
5-35
INFO Command
ZMAX-TERMS
is the maximum number of terminal tasks that can run within GDSX.
ZMAX-PROCS
is the maximum number of processes started by GDSX that can run at one
time.
ZTRAP-DEBUG
is the debug error trap number.
ZAUTOTRACE
indicates whether the tracing function is turned on. The following values are
valid:
ON: The TRACE function was automatically turned on when GDSX was
started.
OFF: The TRACE function is turned off.
ZUSER-DEBUG
is the user task debug flag. The following values are valid:
ON: The user task is suspended when a nonrecoverable error occurs.
OFF: The user task is deleted when a nonrecoverable error occurs.
ZBKUP-DEBUG
is the backup debug flag. The following values are valid:
ON: The process enters DEBUG if an I/O error occurs during a write to the
backup process. There is no timeout on I/O operations to the backup
process. The backup process is placed in DEBUG when NEWPROCESS
runs.
OFF: The process does not enter DEBUG if an I/O error occurs.
ZPOOL-CHECK
is the GDSX pools debug flag. The following values are valid:
ON: GDSX verifies the integrity of the pools at each dispatch and on
completion of each read I/O.
OFF: GDSX does not verify the integrity of the pools.
ZFATAL-DEBUG
is the fatal-error debug flag. The following values are valid:
ON: GDSX enters DEBUG when a fatal error occurs.