Stop Cache on a Particular Server Node
A cache can be stopped on a particular server of a clustered cache as follows:
Using NCache Manager
-
From the Cache Explorer view, right click on the node on which you want to stop the cache.
-
Click on the Stop option in the right click context menu.
|
You can stop a node gracefully using Graceful Stop option. The graceful stop option 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 %NCHOME%/bin/tools
-
Use stopcache.exe, provide the required information:
stopcache.exe demoClusteredCache /s 20.200.21.95 /p 8250
See Also