NetBase for MPE Reference Guide
NetBase Shadowing
5-15
Run the utility by entering:
RUN NBTPSUTL;INFO="[^]name"
Name is the name of a database, or if preceded by a carat (^), the name of a file containing a list of
databases. The program prints a message for every database that the program attempts to TPS
enable, for example:
RUN NBTPSUTL;INFO=“^BASELIST”
VISTA.DATA now enabled for TPS
BANNER now enabled for TPS
SWADB already enabled for TPS
END OF PROGRAM
A database can be RE-enabled for TPS using DBUTIL. The command in DBUTIL is ENABLE
<database> FOR SHADOWING. To disable a database for shadowing enter DISABLE <database> for
shadowing. To display the current state of a database with regard to TPS enter SHOW <database>
FLAGS.
The following display shows the DBUTIL.PUB.SYS for the BANNER database.
>>SHOW BANNER FLAGS
For database BANNER
Access is enabled.
Autodefer is disabled.
Dumping is disabled.
Rollback recovery is disabled.
Recovery is disabled.
ILR is disabled.
Mustrecover is disabled.
Logging is disabled.
Prefetch is disabled.
Indexing is disabled.
HWMPUT is disabled.
Restart is disabled.
Database last stored on THU, OCT 17, 1996, 8:06 AM.
Database has not been modified since last store date.
Shadowing is enabled for Netbase.
Subsystem access is READ/WRITE.