Removing Server Node from Cache
A server node can be removed from the cache in the following ways:
Using NCache Manager
Expand the cache and in Server Nodes section, right click on the node which you want to remove from the cache.
Select the Remove option.
NCache Manager will ask for confirmation, click Yes. Server nodes list will be refreshed and node will be removed from the cache.
Using Command Line Tool
Open Command Prompt.
Go to the NCache tools directory: cd [InstallDir]/bin/tools
Use
removenode.exe
, provide required information:
removenode.exe demoClusteredCache /s 20.200.21.107
- This will remove node 20.200.22.107 from demoClusteredCache.