Before you begin
First, identify a Policy Server that is already configured to connect to the primary Policy Broker (for example, the Policy Server instance on the Policy Broker machine).
On the machine that hosts the Policy Server you identified:
Steps
-
Navigate to the bin directory (C:\Program Files or Program Files (x86)\Websense\Web Security\bin or /opt/Websense/bin/) and make a backup copy of the
config.xml file in another location.
-
Open the original config.xml file in a text editor and navigate to the BrokerService container:
<container name="BrokerService">
-
Locate the Config container and Token container within the BrokerService container.
The Config container looks something like this:
<container name="Config">
<data name="Country">US</data>
<data name="Host">10.226.56.62</data>
The Token container looks something like this:
<data name="Token">0542A478BC2AB7773AE226F8471E4DD12E7AB7
8DEFF21A3A151621EFBF5A98559211A5746D4263F00797190AFD30A5F D507DD5560362F6C5538C780F350C5467E106DC6A1D46FF2670FC1348 331640AA95D0ADDAD8999D491137C8C9ED831846599BF6C99242D512B
FABA28938E3CA975197AFED65CD335BC738E1BE933B48F7816C8F51D4 0AEE8B9C4F401815FAD21BD427175DBD1B06B28465CC20C41AD452DE2 B7798A71CF17E</data>
-
Make a copy of the contents of the each of these containers in a new text file.
This information will need to be added or copied to the config.xml file for each Policy Server that is being reconfigured.
-
Close the config.xml file.