HP Integrity NonStop H-Series Podręcznik Użytkownika Strona 114

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 346
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 113
HP NonStop Shadowbase Command Definitions
Collector Command Descriptions
HP NonStop Shadowbase Command Reference Manual—785421-002
105
or which file should be executed should the AUDMON be on a different
node.
Note: The IN and OUT files in the SYSCALL must be set to $NULL
unless a command input file and outfile are assigned. It is also very
important that NOWAIT be used for any SYSCALL invoking
AUDCOM. Otherwise, AUDMON will block. If this is accidently
done, locate the related running AUDCOM and stop it.
Example with SYSCALL:
SUSPENDUPD COLL *,SYSCALL (RUN $DATA1.SB4090.AUDCOM/NOWAIT,
IN $NULL, OUT $NULL/ $SBMON; SHUTDOWN;EXIT)
PASSTHRUOPEN Generated Events
When PASSTHRUOPEN is specified, the SUSPENDUPD event and
associated text is sent down to the target Open systems. If the text
contains commas or spaces, it must be enclosed in parenthesis.
Notes: A user exit is required on the open side to intercept the event
– otherwise, the target system will try to replicate the event and fail.
By default, the PASSTHRUOPEN feature is disabled – that is, the
command event will not be passed through to the target. The
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
)
Przeglądanie stron 113
1 2 ... 109 110 111 112 113 114 115 116 117 118 119 ... 345 346

Komentarze do niniejszej Instrukcji

Brak uwag