Total Pageviews

Wednesday, September 24, 2014

OID 10g replication check and monitoring command remtool


 remtool  enables you to monitor the health of the replication process. You can run remtool periodically to ensure that your replication processes are performing properly.
 
there are 2 options to monitory health of replication process using remtool
 
 -pdipqstat 
 -pverify  
 
These are also known as the Display Queue Statistics Tool and the Replication Verification Tool. Their syntax is as follows:
 
remtool -pdispqstat [-v] [-bind hostname:port_number/replication_dn_password]
 
It will show the queue statistics of the DRG. Check to see if the number of Human Intervention Queue (HIQ) entries and change logs to be transported (Logs TBP) are higher than usual. If so, that means replication is running more slowly than it should.
 
 
 
remtool -pverify [-v] [-bind hostname:port_number/replication_dn_password] [-hiqmax hiqmax] [-tbtmax tbtmax]

First run the Display Queue Statistics Tool, if you see issues  Run the Replication Verification Tool to verify your replication configurations.
 
 
If the Replication Verification Tool reports test failure, check the report that it generates and follow the suggestion in the report to fix the specific failures. this is very useful report in order to fix failure issues.
 

No comments:

Post a Comment