NCache 4.4 - Online Documentation

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.
 
 
  • This starts the demoClusteredCache on the selected server node. Server node icon color turns to sky blue if cache is started successfully.
 
 
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
  • Hit ENTER key, it starts the demoClusteredCache on server node 20.200.21.95.
 
 
See Also