NCache 4.4 - Online Documentation

Stop Bridge

 
A particular bridge can be stopped by following the methods given below:
 
Using NCache Manager
 
  • Right click on the bridge name under Bridges tree node of a bridge in the Cache Explorer.
  • Click on the Stop option in the right click context menu.
 
 
 
 
 
  • The color of the Bridge name’s icon and the bridge nodes’ icon change when it is stopped successfully, like this:
 
 
  • Right click on the name of the bridge and select Apply Configuration.
 
 
 
Using Command Line Tool
 
  • Open command prompt
  • Go to the NCache tools directory: cd %NCHOME%/bin/tools
  • Use stopBridge.exe, provide the required information:  
stopBridge.exe demoBridge /s 20.200.21.95
  • Hit ENTER key, it will stop demoBridge on server node 20.200.21.95                       .
 
 
See Also