HP 3000 Manuals

Reports [ Silhouette Reference Manual ] MPE/iX 5.0 Documentation


Silhouette Reference Manual

Reports 

The Silhouette system produces very few reports since it is primarily
concerned with data transportation.  The >STATUS command generates
information about the duplicating process intended for online use by the
Silhouette Operator.

The major report produced by Silhouette is generated when the >RECOVER
command is used to update a backup database using a current logfile.  The
report shows the last complete transaction for each user of the database
and the last incomplete transaction for each user (if there was one).
This report is also produced by the >SWITCH command when a switch to the
secondary system is performed.  The report shows the user name, the
process used, the database name, the log record number, and the logical
device number for each user for each transaction reported.

Figure 2-4 and Figure 2-5 are examples of the reports generated by the
Silhouette program Figure 2-4 shows a report of successfully completed
transactions and Figure 2-5 shows a report of incomplete transactions.
_____________________________________________________________________________
|                                                                           |
|     ======================================================================|
|                                                                           |
|     List of successfully completed Silhouette Data Base Transactions      |
|                                                                           |
|     ---User---        ---Program---       ---Data Base---   -Log#- -Ldev- |
|                                                                           |
|     MGR.ACT,ACTS     DRIVER1.ACCTS.ACT   DBTST1.ACCTS.ACT    3373   3     |
|                                                                           |
|     DBBEGIN--                                                             |
|     DBPUT---- MODE: 1   M-PRODUCT(Master M)  i110Product i110    M1   ..  |
|     DBPUT---- MODE: 1   M-PRODUCT(Master M)  i111Product i111    M1   ..  |
|     DBEND----                                                             |
|                                                                           |
|     USER.DEVEL,ACCTS  DRIVER1.ACCTS.ACT   DNTST1.ACCTS.ACT                |
|                                                                           |
|     DBBEGIN--                                                             |
|     DBPUT---- MODE: 1   M-PRODUCT(Master M)  i110Product i110    M1   ..  |
|     DBPUT---- MODE: 1   M-PRODUCT(Master M)  i111Product i111    M1   ..  |
|     DBEND----                                                             |
|     ======================================================================|
|                                                                           |
_____________________________________________________________________________

          Figure 2-4.  Report of Successfully Completed Transactions 
_____________________________________________________________________________
|                                                                           |
|     ======================================================================|
|                                                                           |
|     List of * incomplete * Silhouette Data Base transactions              |
|                                                                           |
|     ---User---        ---Program---       ---Data Base---   -Log#- -Ldev- |
|                                                                           |
|     MGR.ACT,ACCTS     DRIVER1.ACCTS.ACT   DBTST1.ACCTS.ACT    3382  3     |
|                                                                           |
|     DBBEGIN--                                                             |
|     DBUPDATE- MODE: 1   M-PRODUCT(Master M)          .                    |
|     DBUPDATE- MODE: 1   M-PRODUCT(Master M)                               |
|                                                                           |
|     ======================================================================|
|                                                                           |
_____________________________________________________________________________

          Figure 2-5.  Report of Incomplete Transactions 



MPE/iX 5.0 Documentation