NCache 4.4 - Online Documentation

Adding Server Node in a Cache Cluster

 
A Server Node can be added in cluster any time. After adding a server node in a cluster, you need to start that node so that it can join the cluster.
 
Using NCache Manager
 
  • Right click on a cache name in Cache Explorer and select Add Server Node option.
 
 
  • Add Node Wizard will open. Specify the server IP which you want to add in text box and click Finish.
     
 
  • Added node will appear in Server Nodes list under this cache name.
 
 
Using Command Line Tool
 
  • Open command prompt
  • Go to the NCache tools directory: cd %NCHOME%/bin/tools
  • Use addnode.exe, provide the required information:
    addnode.exe demoClusteredCache /x 20.200.21.95 /N 20.200.21.107
  • Hit ENTER key, , it will add 20.200.22.107 node in demoLocalCache.
 
See Also