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
Policy Broker Replication | Web Protection Solutions | v8.4, v8.5.x | 29-Apr-2022
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 Web > Settings > General > Policy Brokers page in the Forcepoint Security Manager will show a Last Policy Sync value of Unknown.
If you encounter this issue, perform the following steps for each replica Policy Broker:
1.
On the replica Policy Broker machine, open a command shell and navigate to the 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
*
Windows: 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
*

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 2022 Forcepoint. All rights reserved.