HP Integrity NonStop H-Series User Manual
Page 96
NonStop AutoTMF Software Commands
HP NonStop AutoTMF Software User’s Guide—429952-013
6-24
ALTER ATMFFILESET
converts NOWAIT I/O operations to WAITED I/O operations.
If WAITEDIO is specified for a NOWAIT file open, AutoTMF automatically
performs an AWAITIO operation immediately following the various forms of
READ and WRITE. After the AWAITIO completes, AutoTMF commits any
outstanding transactions using the usual algorithms as directed by the
configuration.
AutoTMF saves the values returned by AWAITIO, and returns control to
program as if the READ or WRITE operation were still in progress. For a
READ, the data buffer contains the input data.
WAITTIME sets the maximum number of seconds an operation will wait for
locks to be released. The value specified is from 1 to 4096 and rounded to the
nearest power of 2 (1,2,4,8...). The default is 64 seconds.
For this option to take effect, specify it both as an attribute of a program and as
an attribute of the file using
For further details, see
Changing Nowait IO to Waited IO
Note. Removing an option specifying NO is different from setting it to the default value. The
default value setting overrides the global (or local) value. Removing the option adopts the
setting from the global (or local) setting.