NCache 4.4 - Online Documentation

Adding Client Node in a Cache Cluster

 
Each clustered cache tree in Cache Explorer contains a node known as Client Nodes. Any number of client nodes can be added in a clustered cache.
 
This can be done as follows:
 
Using NCache Manager
 
  • Right click on Client Nodes in Cache Explorer for a cache and then click on the Add Node option.
 
 
  • Provide the client machine name/IP by expending Network Neighborhood or you can manually enter client Node
  Name/IP Address in text box.
 
 
  • Click on the Finish button, newly added client node appears under Client Nodes in Cache Explorer tree view.
 
 
If you have more than one IP address on a client machine, then enter the IP address on which NCache service is running.
 
 
Using Command Line Tool
 
  • Open command prompt
  • Go to the NCache tools directory: cd %NCHOME%/bin/tools
  • Use addclientnode.exe, provide the required information:  
addclientnode.exe demoClusteredCache /s 20.200.21.95 /e 20.200.21.144
  • Hit ENTER key, it adds 20.200.21.144 as client node in cache named demoClusteredCache.
 
See Also