User Manual

System Management
HP NonStop AutoTMF Software User’s Guide429952-014
A-9
Runtime Library
7. Issue MODIFY commands:
°
MODIFY GLOBALS
°
MODIFY AUTOTMF
The object files or audited files reside in different locations
The user first proceeds as describe above.
The MODIFY AUTOTMF command makes the file and program attributes from source
system visible to the INFO ATMFFILESET and INFO ATMFPROGRAMS commands.
To complete the migration, proceed as follows:
1. Using Escort, capture the attributes of the object files and audited files configured
on the original system using the INFO command specifying OBEYFORM and
collect the output into an edit file using the LOG command:
2. Edit the log file obeyfile to change the location of the programs or audited files.
3. Using Escort, obey the modified obeyfile to configure the file attributes and
program attributes on the new system:
4. Optionally, delete the configured attributes for the original objects and audited files
using the Escort DELETE ATMFPROGRAMS and DELETE ATMFFILESET
commands.
Runtime Library
TNS Library
The NonStop AutoTMF software runtime library for TNS programs is an object file
named ESCRUNTM; ESCRUNTM is provided as a user library and should be
maintained in that form.
Acceleration
The runtime library is accelerated when it is shipped because it is performance
sensitive. If the runtime library is, subsequently, combined with a user library (for
example), the runtime library must be accelerated again.
LOG TO obeyfile;
INFO ATMFF,OBEYFORM;
INFO ATMFP,OBEYFORM;
LOG STOP;
EXIT;
OBEY obeyfile;