Go to the table of contents Go to the previous page Go to the next page View or print as PDF
Managing Policy Broker Replication : Update replica instances after the primary is restored from backup
Update replica instances after the primary is restored from backup
50642 | Managing Policy Broker Replication | Web Security Solutions | Version 7.8.x
Replica Policy Broker instances verify that they are synchronized to the latest version of the data from the primary Policy Broker by checking sequence numbers.
When you restore an older version of the Policy Database to the primary Policy Broker instance, replica instances do not recognize that they need to synchronize their data, because the sequence number is out of date. One symptom of the problem is that the Settings > General > Policy Brokers page will show a Last Policy Sync value of Unknown.
If you encounter this issue, use the following steps for each replica Policy Broker instance to ensure that the replicas synchronize properly:
1.
On the replica Policy Broker machine, open a command shell and navigate to the Websense bin directory (C:\Program Files or Program Files (x86)\Websense\Web Security\bin or /opt/Websense/bin/).
2.
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/Websense/bin
3.
PgSetup -m standalone
This temporarily disconnects the replica from the primary Policy Broker.
You will see a prompt about manually updating config.xml files. You can ignore the prompt, because Policy Broker will become a replica again in the next step.
4.
PgSetup -m replica -l <replica_IP_address> -z <primary_IP address> -w <synchronization_password>
This reconnects the replica to its primary Policy Broker.
5.
*
./WebsenseAdmin restart
*
On Windows machines, run the following command from the C:\Program Files or Program Files (x86)Program Files or Program Files (x86)\Websense\Web Security\ folder:
WebsenseAdmin restart
On Websense appliances, restart the Web Security, Content Gateway, and Network Agent modules.

Go to the table of contents Go to the previous page Go to the next page View or print as PDF
Managing Policy Broker Replication : Update replica instances after the primary is restored from backup
Copyright 2016 Forcepoint LLC. All rights reserved.