Stop Cache
You can stop a clustered cache on all the nodes altogether or stop it on a specific node.
Stop Cache on all Server Nodes
From the Cache Explorer view, right click the clustered cache on which you want to stop the cache.
Click on the Stop option.
This will stop the demoClusteredCache on all the server nodes added in this cache. If cache is stopped successfully, then the color all of the server nodes change to black, like this:
Stopping Cache on a Particular Server Node
Using NCache Manager
From the Cache Explorer view, right click on the server name under Server Nodes tree node, on which you want to start the cache.
Click on the Stop option in the right click menu.
This will stop the demoClusteredCache on the selected node. Icon color of the selected node changes to black if cache is stopped successfully on it, like this:
Warning
You can stop a node gracefully using Graceful Stop option. Graceful stop makes sure that all of the queued operations are performed before cache is stopped.
Using Command Line Tool
- Open Command Prompt.
- Go to the NCache tools directory:
cd [InstallDir]/bin/tools
- Use
stopcache.exe
, provide required information:
stopcache.exe demoCache /s 20.200.21.95 /p 8250
- This stops the cache named demoClusteredCache on the specified server 20.200.21.95.