HP NonStop TMF Programming Manual page 290

Management programming manual
Table of Contents

Advertisement

Event Messages
Table 6-5. TMF Catalog Event Messages (page 2 of 2)
Event #
Symbolic Name (ZTMF-EVT-)
304
MediaNotAltered
305
MediaDeleted
306
MediaNotDeleted
307
TapeDumpAdded
308
TapeDumpNotAdded
309
DiskDumpAdded
310
DiskDumpNotAdded
311
DumpFileAdded
312
DumpFileNotAdded
313
DumpAltered
314
DumpNotAltered
315
DumpDeleted
316
DumpNotDeleted
317
DMLocAltered
318
DMLocNotAltered
Event-Management Programming for TMF
Each TMF event is reported to the EMS collector process ($0) and displayed in text on
the ViewPoint console. Although the EMS collector process ($0) is the recommended
method for logging event messages, you can also use a process or disk file to log
them.
Note. TMF event messages are not reported to TMDS, and they cannot be logged to a
terminal, a printer, or an operator process (on a pre-C00 version of the NonStop OS).
The easiest method of logging events to a disk file is to use an entry-sequenced,
structured file, and specify a record length longer than or equal to the longest event
message. You can write a TACL routine that uses the #EMSTExt and #EMSTExtV
built-in functions to read event messages from the file, and then format them as text
messages.
You can specify an unstructured file to log event messages, but any program that
reads it must first extract the length of the current event message to determine how to
HP NonStop TMF Management Programming Manual—540140-008
Event-Management Programming for TMF
Description
Media not altered in catalog due to
file-system error
Media deleted from catalog
Media not deleted from catalog due to
file-system error
Tape dump added to catalog
Tape dump not added to catalog due to
file-system error
Disk dump added to catalog
Disk dump not added to catalog due to
file-system error
Dump file added to catalog
Dump file not added to catalog due to
file-system error
Dump entry altered in catalog
Dump entry not altered in catalog due to
file-system error
Dump entry deleted from catalog
Dump entry not deleted from catalog due to
file-system error
Disk media location altered in catalog
Disk media location not altered in catalog
6-18

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents