TMF Introduction (G06.24+)

TMF System Management
HP NonStop Transaction Management Facility (TMF) Introduction522414-001
6-5
Tasks for Managing TMF
Tasks for Managing TMF
Managing TMF typically involves:
Configuring TMF
Designating audited files for TMF protection
Specifying compression of selected audit records
Managing audit dumps and online dumps
Monitoring TMF
Managing the TMF catalog
Configuring TMF
Through TMFCOM, you can create, alter, and determine the status of audit trails, data
volumes, and other objects that TMF requires or uses in its operations.
For example, you use the ADD AUDITTRAIL command to configure an audit trail and
to specify whether audit dumping will be performed for the audit trail.
You configure audit trails before starting TMF. You configure audited data volumes and
the TMF catalog, and can alter most configuration attributes, while TMF is running.
Designating Audited Files
If TMF is to protect a database file (an SQL table or an Enscribe file), the file must first
be designated as audited.
SQL tables are designated as audited by the AUDIT attribute, used in the standard
SQL statements CREATE and ALTER. You use the CREATE statement when you
create the table or the ALTER statement after you create it. By default, SQL tables are
audited. The SQL data dictionary is always audited.
Enscribe files are designated as audited by the File Utility Program (FUP) commands
CREATE and ALTER. By default, Enscribe files are not audited.
Specifying Compression of Selected Audit Records
The disk process can reduce the size of some audit records by including only the
changed fields in each before-image or after-image. In a personnel file, for example, a
transaction might change only the salary field without affecting the name, address, and
other data. With compression, only the salary and some control information are written
to the audit trail; the unchanged fields consume no audit trail space.
When audit compression is used, programs cannot use audit-reading routines as
easily. These routines have more difficulty reading the audit trails because of the
decompressing work involved.