• Facebook
  • Twitter
  • Youtube
  • LinedIn
  • RSS
  • Docs
  • Comparisons
  • Blogs
  • Download
  • Contact Us
Download
Show / Hide Table of Contents

Bridge Management

You can manage a Bridge using the NCache Management Center or Command Line Tool. It allows you to perform different bridge management operations, like add, remove, start/stop a Bridge, etc. The following section states how to perform different management operations on a Bridge.

Add Bridge Node

You can add a Bridge using the NCache Management Center or Command Line Tool, as discussed below:

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 Bridges. It will open a list of pre-existing Bridges. From the list, select the Bridge Name and go to View Details.

Clustered Cache added to bridge Web

  • On the new page opened, go to the Bridge Nodes section. Click on the Add Bridge Node Web 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.

Bridge Node to be added

  • A new Bridge node will be added to the Bridge.

Using Command Line Tools

The Add Bridge Node tool allows you to add a Bridge server node to the specified Bridge. The following command adds 20.200.20.40 as a passive node to the Bridge existing on server 20.200.20.39.

  • Windows
  • Linux
Add-BridgeNode -Name demoBridge -ExistingServer 20.200.20.39 -NewServer 20.200.20.40
add-bridgenode -name demoBridge -existingserver 20.200.20.39 -newserver 20.200.20.40

Start Bridge

You can start a Bridge using the NCache Management Center or Command Line Tool, as discussed below.

Using the NCache Management Center

  • In the NCache Management Center, click on Bridges in the left navigation bar. It will open up a list of pre-existing Bridges.

  • Select the checkbox against the Bridge to be started. You can start the Bridge using either of the following methods:

    • Method 1: Click on the ""..."" button against the Bridge Name and select Start.

    • Method 2: Click on the Start Bridge NCache Management Center toolbar button on the toolbar to start the Bridge.

Start Bridge NCache Management Center list

  • The icon against the cache servers will change from grey to blue on Bridge start.

Using Command Line Tools

The Start Bridge starts a specified Bridge on the server. This tool starts the demoBridge existing on the local server, using port 8260 by default.

  • Windows
  • Linux
Start-Bridge -Name demoBridge
start-bridge -name demoBridge

Stop Bridge

You can stop a Bridge using the NCache Management Center or Command Line Tool, as discussed below:

Using the NCache Management Center

  • In the NCache Management Center, click on Bridges in the left navigation bar. It will open up a list of pre-existing Bridges. Select the checkbox against the Bridge to be stopped. You can stop a Bridge using either of the following methods:

    • Method 1: Click on the ""..."" button against the Bridge Name and select Stop.

    • Method 2: Click on the Stop Bridge NCache Management Center toolbar button on the toolbar to stop the Bridge.

Stop Bridge NCache Management Center list

  • 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. This tool stops the demoBridge, existing on the local server, using port 8260 by default.

  • Windows
  • Linux
Stop-Bridge –Name demoBridge
stop-bridge -name demoBridge

Restart Bridge

You can restart the Bridge by following the steps below:

Using the NCache Management Center

  • In the NCache Management Center, select the checkbox against the Bridge to be restarted.

Stop Bridge NCache Management Center list

  • Click on the Restart Bridge NCache Management Center toolbar button on the toolbar to restart the Bridge.

Start Bridge Service

You can start the Bridge Service by following the steps below:

Using the NCache Management Center

You can start the Bridge service on a Bridge node using the following steps:

  • In the NCache Management Center, click on Bridges in the left navigation bar. From the list, select the Bridge Name and click on 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.

Start Bridge Service NCache Management Center

  • Click on "...". Select Start Bridge Service and the service will be started successfully.

Stop Bridge Service

You can stop the Bridge Service by following the steps below:

Using the NCache Management Center

  • In the NCache Management Center, click on Bridges in the left navigation bar. From the list, select the Bridge Name and click on 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.

Start Bridge Service NCache Management Center

  • Click on "...". Select Stop Bridge Service and the service will be stopped successfully.

Restart Bridge Service

You can restart the Bridge Service by following the steps below:

Using the NCache Management Center

Bridge service can be restarted (stop and then restart a Bridge node).

  • In the NCache Management Center, click on Bridges in the left navigation bar. From the list, select the Bridge Name and click on 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.

Start Bridge Service NCache Management Center

  • Click on "...". Select Restart Bridge Service and the service will be restarted successfully.

Remove Bridge Node

You can remove a Bridge node using the NCache Management Center or Command Line Tool, as discussed below:

Using the NCache Management Center

  • In the NCache Management Center, click on Bridges in the left navigation bar. Go to the Bridge Nodes section where you can see the list of Bridge nodes. Select the node to be removed by selecting the checkbox.

  • You can remove the Bridge node using either of the following methods:

    • Method 1: Click on the ""..."" button against the Bridge node and select Remove.

    • Method 2: Click on the Remove the Bridge node button to remove the selected node.

Remove Bridge Node

  • A success message will be prompted on the screen on the succesful removal of the node.

Using Command Line Tools

The Remove Bridge Node removes a Bridge server node from the specified Bridge. This tool removes Bridge server node 20.200.20.39 from the Bridge named demoBridge.

  • Windows
  • Linux
Remove-BridgeNode -Name demoBridge -Server 20.200.20.39
remove-bridgenode -name demoBridge -server 20.200.20.39

Remove Bridge

You can remove a Bridge using the following steps:

Using the NCache Management Center

  • In the NCache Management Center, click on Bridges in the left navigation bar.

  • In the Bridges window, select the box against the Bridge name to remove and click Remove.

Remove Bridge NCache Management Center

  • 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.

Remove Bridge NCache Management Center Confirmation

See Also

Create Bridge
Configure Bridge Settings
Configure Conflict Resolver
Remove Cache from Bridge

Contact Us

PHONE

+1 (214) 764-6933   (US)

+44 20 7993 8327   (UK)

 
EMAIL

sales@alachisoft.com

support@alachisoft.com

NCache
  • NCache Enterprise
  • NCache Community
  • Edition Comparison
  • NCache Architecture
  • Benchmarks
Download
Pricing
Try Playground

Deployments
  • Cloud (SaaS & Software)
  • On-Premises
  • Kubernetes
  • Docker
Technical Use Cases
  • ASP.NET Sessions
  • ASP.NET Core Sessions
  • Pub/Sub Messaging
  • Real-Time ASP.NET SignalR
  • Internet of Things (IoT)
  • NoSQL Database
  • Stream Processing
  • Microservices
Resources
  • Magazine Articles
  • Third-Party Articles
  • Articles
  • Videos
  • Whitepapers
  • Shows
  • Talks
  • Blogs
  • Docs
Customer Case Studies
  • Testimonials
  • Customers
Support
  • Schedule a Demo
  • Forum (Google Groups)
  • Tips
Company
  • Leadership
  • Partners
  • News
  • Events
  • Careers
Contact Us

  • EnglishChinese (Simplified)FrenchGermanItalianJapaneseKoreanPortugueseSpanish

  • Contact Us
  •  
  • Sitemap
  •  
  • Terms of Use
  •  
  • Privacy Policy
© Copyright Alachisoft 2002 - . All rights reserved. NCache is a registered trademark of Diyatech Corp.
Back to top