Start Cache on a Particular Server Node
A cache can be started 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 start the cache on.
-
Click on the Start option in the right click context menu.
Using Command Line Tool
-
Open command prompt
-
Go to the NCache tools directory: cd %NCHOME%/bin/tools
-
Use startcache.exe, provide the required information:
startcache.exe demoClusteredCache /s 20.200.21.95 /p 8250
See Also