Bridge Management - Geo Replication
You can manage a Bridge using the NCache Management Center. It allows you to perform different bridge management operations, like add, remove, and start/stop a Bridge. The following section states how to perform different management operations on a Bridge.
Bridge Management - Add Bridge Node
Launch the NCache Management Center by browsing to http://localhost:8251 or
<server-ip>:8251
on Windows and Linux.In the left navigation bar, click on Bridge. It will open a list of pre-existing Bridges. From the list, select the Bridge Name and go to View Details.
On the new page opened, go to the Bridge Nodes section. Click on the button to add a new node.
Enter the Server Node IP of the Bridge node to be added. And click the + button next to it.
- A new Bridge node will be added to the Bridge.
Bridge Management - Remove a Bridge Node
Launch the NCache Management Center by browsing to http://localhost:8251 or
<server-ip>:8251
on Windows and Linux.In the left navigation bar, click on Bridge. It will open up a list of pre-existing Bridges. From the list, select the Bridge Name and go to View Details.
- A list of Bridge nodes will be displayed under the Bridge Nodes section. Select the node to be removed by selecting the checkbox.
Click on the button to remove the selected node.
A success message will prompt on the screen on the removal of the node.
Start Bridge for Bridge Management
You can start a Bridge using the following tools:
Using the NCache Management Center
Launch the NCache Management Center by browsing to http://localhost:8251 or
<server-ip>:8251
on Windows and Linux.In the left navigation bar, click on Bridge. It will open up a list of pre-existing Bridges.
Select the checkbox against the Bridge to be started.
- Method 1: Click on the "..." button against the bridge name and select Start.
Click on the button on the toolbar to start the Bridge.
The icon against the cache servers will change from grey to blue on Bridge start.
Using Command Line Interface
The Start-Bridge starts a specified Bridge on the server.
This cmdlet and the command line tool starts the demoBridge existing on the local server, using port 8260 by default.
Stop Bridge
You can stop a Bridge using the following tools:
Using the NCache Management Center
Launch the NCache Management Center by browsing to http://localhost:8251 or
<server-ip>:8251
on Windows and Linux.In the left navigation bar, click on Bridge. It will open up a list of pre-existing Bridges.
Select the checkbox against the Bridge to be stopped.
- Method 1: Click on the "..." button against the Bridge name and select Stop.
.
Method 2: Click on the button on the toolbar to stop the Bridge.
The icon against the cache servers will change from blue to grey on a successful Bridge stop.
Using Command Line Tools
The Stop-Bridge stops a specified Bridge on the server.
Following cmdlet and command line tool stops the demoBridge, existing on the local server, using port 8260 by default.
Restart Bridge
Launch the NCache Management Center by browsing to http://localhost:8251 or
<server-ip>:8251
on Windows and Linux.In the left navigation bar, click on Bridge. It will open up a list of pre-existing Bridges.
Select the checkbox against the Bridge to be restarted.
- Click on the button on the toolbar to restart the Bridge.
Remove Bridge
You can remove a Bridge using the following steps:
Launch the NCache Management Center by browsing to http://localhost:8251 or
<server-ip>:8251
on Windows and Linux.In the left navigation bar, click on Bridges. This opens up a new page. The page shows any existing Bridges and additional details, like Server and Server Platform.
In the Bridges window, select the box against the Bridge name to remove and click Remove.
- You will be prompted to confirm if you want to unregister the Bridge as well. Clicking Yes will unregister the Bridge, and clicking No will only remove the Bridge from the NCache Management Center's view.
Start Bridge Service
You can start the Bridge service on a Bridge node using the following steps:
Launch the NCache Management Center by browsing to http://localhost:8251 or
<server-ip>:8251
on Windows and Linux.In the left navigation bar, click on Bridge. It will open up a list of pre-existing Bridges. From the list, select the Bridge Name and go to View Details.
- Go to the Bridge Nodes section on the newly opened page and select the box against the Bridge node on which the service is to be started.
- Click on Start Bridge Service and the service will be started successfully.
Stop Bridge Service
You can stop the Bridge service on a server node using the following steps:
Launch the NCache Management Center by browsing to http://localhost:8251 or
<server-ip>:8251
on Windows and Linux.In the left navigation bar, click Bridge. It will open up a list of pre-existing Bridges. From the list, select the Bridge Name and go to View Details.
- Go to the Bridge Nodes section on the newly opened page and select the box against the Bridge node on which the service is to be stopped.
- Click on Stop Bridge Service and the service will be stopped successfully.
Restart Bridge Service
Bridge service can be restarted (stop and then restart a Bridge node) using the following steps:
Launch the NCache Management Center by browsing to http://localhost:8251 or
<server-ip>:8251
on Windows and Linux.In the left navigation bar, click on Bridge. It will open up a list of pre-existing Bridges. From the list, select the Bridge Name and go to View Details.
- Go to the Bridge Nodes section on the newly opened page and select the box against the Bridge node on which the service is to be restarted.
- Click Restart Bridge Service and the service will be restarted successfully.
See Also
Create Bridge
Configure Bridge Settings
Configure Conflict Resolver
Remove Cache from Bridge