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
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
See Also