User Manual

NonStop AutoTMF Software Commands
HP NonStop AutoTMF Software User’s Guide429952-014
6-9
ADD ATMFFILESET
Be specific when defining the fileset. HIDEAUDIT hides the audit attribute for
all files in the fileset, even if the audited file is not intended to be accessed
under a NonStop AutoTMF software automatic transaction.
MAXTIME 1-to-n-seconds
(with SEPARATETX only)
specifies that a separate transaction should be committed after n seconds. The
value of n should be a power of 2 (1,2,4,8,16,32,...) in the range of 1 to 4096. If
the value specified is not a power of 2, the value will be rounded to a power of
2.
IF MAXTIME is specified, SEPARATETX must also be specified.
MAXUPDATES 1-to-n
(with SEPARATETX only)
specifies that a separate transaction should be committed after n updates and
inserts. The value of n should be a power of 2 (1,2,4,8,16,32,...) in the range of
1 to 4096. If the value specified is not a power of 2, the value will be rounded
to a power of 2.
IF MAXUPDATE is specified, SEPARATETX must also be specified.
NOTX
disables automatic transactions for audited file access.
NOWAIT[TX]
(with SEPARATETX only)
returns control to the application without waiting for the transaction to be fully
committed. Separate transactions are committed in nowait mode. The status of
a nowait transaction is checked by the runtime when the next transaction for
the file is started or when the process terminates.
IF NOWAIT[TX] is specified, SEPARATETX must also be specified.
NOWARNLONGTX
(with SEPARATETX only)
suppresses the warning message that is normally displayed in the EMS log
when an automatic transaction runs longer than 5 minutes. The warning is
repeated every 5 minutes until the transaction is committed.
Users should exercise caution when suppressing the long transaction warning
and do so only if the cause for the delayed commit is well understood.
Note. If the program calls FILE_GETINFOLIST_ or FILE_GETINFOLISTBYNAME_,
the audit attribute is only hidden if the check for audit is the first in the item list passed
to the procedure.