NCache 4.4 - Online Documentation

Removing Server Node from Clustered Cache

 
You can remove a Server Node from a cache cluster at any time in the following ways.
 
Using NCache Manager
 
  • To remove a Server Node, right click on the Node in the 'NCache Management' tree and select 'Remove' from the context menu.
 
l
 
 
  • A dialog box will appear asking to confirm the removal of node. Press Yes to continue. The server node will be removed.
 
 
 
Using Command Line Tool
 
  • Open command prompt
  • Go to the NCache tools directory: cd %NCHOME%/bin/tools
  • Use removenode.exe, provide the required information:
removenode.exe demoClusteredCache /s 20.200.20.107
  • Hit ENTER key, it will remove node 20.200.20.107 from demoClusteredCache.
 
See Also