TMF Management Programming Manual (H06.05+)

Event Messages
HP NonStop TMF Management Programming Manual540140-002
6-17
Event-Management Programming for TMF
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.
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
position itself to the next event message. Your program must do this by calling the
306 MediaNotDeleted Media not deleted from catalog due to
file-system error
307 TapeDumpAdded Tape dump added to catalog
308 TapeDumpNotAdded Tape dump not added to catalog due to
file-system error
309 DiskDumpAdded Disk dump added to catalog
310 DiskDumpNotAdded Disk dump not added to catalog due to
file-system error
311 DumpFileAdded Dump file added to catalog
312 DumpFileNotAdded Dump file not added to catalog due to
file-system error
313 DumpAltered Dump entry altered in catalog
314 DumpNotAltered Dump entry not altered in catalog due to
file-system error
315 DumpDeleted Dump entry deleted from catalog
316 DumpNotDeleted Dump entry not deleted from catalog due to
file-system error
317 DMLocAltered Disk media location altered in catalog
318 DMLocNotAltered Disk media location not altered in catalog
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).
Table 6-5. TMF Catalog Event Messages (page 2 of 2)
Event # Symbolic Name (ZTMF-EVT-) Description