HP Integrity NonStop H-Series Guía de usuario Pagina 207

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 346
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 206
HP NonStop Shadowbase Command Definitions
Consumer Command Descriptions
HP NonStop Shadowbase Command Reference Manual—785421-002
198
functionality must be enabled by setting the
SBALLOWPASSTHRUOPEN TACL parameter.
When PASSTHRUOPEN is specified, the SUSPENDUPD command and
its corresponding RESUMEUPD command are embedded in the event
stream as an SQL INSERT event into the SUSPUPD table, which has the
following logical structure:
CREATE TABLE SUSPUPD (
TABLE_VERSION INT NOT NULL,
TRANSID LARGEINT NOT NULL,
NUMBER_THREADS SMALLINT NOT NULL,
TYPE X(2) NOT NULL,
LAST_SUSPENDUPD_TIME PIC X(20) NOT NULL,
LAST_RESUMEUPD_TIME PIC X(20) NOT NULL,
MAT_SEQNO INT NOT NULL,
MAT_RBA LARGEINT NOT NULL,
CONSUMER_NAME char(20) NOT NULL,
ORIGINATOR_NAME char(20) NOT NULL,
SYSCALL_COMMAND char(256) NOT NULL,
SYSCALL_COMMAND_LEN SMALLINT NOT NULL,
PRIMARY KEY TRANSID
)
The columns are defined as follows:
- TABLE_VERSION: The version of the logical table, currently set to 4092.
- TRANSID: The transaction id the command was issued under. The id is
the same for all recipients of this command. This field allows the target
side to group all of the suspend or resume events received down the
various threads by the “unique” TRANSID number.
- NUMBER_THREADS: The number of HP Shadowbase Other Servers
threads the command was issued to.
- TYPE: The type of command – SUSPENDUPD (“SU”) or RESUMEUPD
(“RE”)
- LAST_SUSPENDUPD_TIME: The time the last SUSPENDUPD command
was issued. The format is YYYYMMDDHHMMSSFFFFFF.
- LAST_RESUMEUPD_TIME: The time the last RESUMEUPD command
was issued. The format is YYYYMMDDHHMMSSFFFFFF. If no
RESUMEUPD command has been issued, will be filled with all 0s.
- MAT_SEQNO: The MAT file sequence number of the command event.
- MAT_RBA: The MAT relative byte address of the command event.
- CONSUMER_NAME: The attached Consumer or QMGR name.
- ORIGINATOR_NAME: The name of the process issuing the command.
- SYSCALL_COMMAND: The text from the PASSTHRU option.
SYSCALL_COMMAND_LEN: The length of the text from the PASSTHRU
option.
Vista de pagina 206
1 2 ... 202 203 204 205 206 207 208 209 210 211 212 ... 345 346

Comentarios a estos manuales

Sin comentarios