HP Integrity NonStop J-Series User Manual
Page 149

TAILORING AN APPLICATION
Accessing Audited and Nonaudited Files With the Same Application
Running the General Server as a NonStop Process Pair
If a file is not audited by TMF, you can indicate that the
General Server is to run as a NonStop process pair when accessing
that file. The following series of commands supplies NONSTOP ON
for "depends-box":
SET BOX NONSTOP ON
SET BOX RECORD dependents
ADD BOX depends-box
Accessing Audited and Nonaudited Files With the Same Application_
You can generate an application that can access both audited and
nonaudited files. If you want to generate such an application,
you must define at least two server classes for the General
Server. You define a server class by supplying a value for the
SERVERCLASS attribute.
Suppose, for example, that the following is true about the files
to be accessed by "employee-info" (the application described
earlier in this section):
• "Employee" is audited by TMF.
• "Depend" is not audited by TMF.
To supply TMF ON for "employ-box" (the box that represents the
"employee" file) supply a server class name for the copy of the
General Server that will access this file. You could supply a
different server class name by including the following in the
series of commands used to generate "employee-info":
6-31