![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
The hrnbrial utility moves the ACCESSLOG table (Audit log), which stores the security audit log, from the MetaStor (segment 0) on which it is shipped, to another segment. The hrnbrial utility can be used as part of the process for installing TIBCO Object Service Broker, or prior to promoting a Pagestore into production.TIBCO Object Service Broker for Open Systems Installing and Operating for more information on when to invoke the hrnbrial utility.
• Both segment 0 and the target segment are backed up. For information on backing up a segment, refer to TIBCO Object Service Broker for Open Systems Managing Backup and Recovery.
• Since this utility directly modifies both segment 0 and a target segment, whoever submits it for execution must have write authority to both segments.
• A valid ACCESSLOG occurrence exists on segment 0, including an entry in TABLES where TABLES.SEG is not NULL and a resident table index (RTIX) entry where primary path = a segment 0 page number.
• There must be no more than one D page of data in the ACCESSLOG table. This data is not retained in the move to the new segment.
• The target ACCESSLOG segment is correctly defined in the dbdef file and has been formatted using the hrntlfps utility.
• The ACCESSLOG table is archived or purged. For information on archiving and purging the ACCESSLOG (Audit Log), refer to TIBCO Object Service Broker Managing Security.
-A auditfile The full path and filename of the audit file. This argument has a default of stdout. -s segmentnumber The target segment number to which ACCESSLOG is being moved. This must be a valid Pagestore segment number. There is no default.
• This utility moves the ACCESSLOG table only from segment 0 to a segment other than segment 0. ACCESSLOG can be moved only once and after it is moved off segment 0 it cannot be moved again. If possible, move ACCESSLOG to its own segment where it can be kept separate from other data.
• Since this utility updates the segment offline and does not perform journaling, you must back up any changes you make to the target segment. For information about backing up a segment, refer to TIBCO Object Service Broker for Open Systems Managing Backup and Recovery.
• The audit log is written to the file brial.aud in the directory d:\audit (Windows) or d:/usr1/audit (Solaris).Checking InstallationThe audit file logs the activities of the utility and reports any errors or problems that occur. The audit file must be checked after running the hrnbrial utility; the message: S6BBC915I ACCESSLOG INSTALLATION COMPLETE indicates that the ACCESSLOG table was moved successfully.Sample Audit Log
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |