Adding Server Node in Cache
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 and go the NCache tools directory:
cd [InstallDir]/bin/tools
.Use
addnode.exe
, provide required information:
addnode.exe demoClusteredCache /x 127.0.0.1 /N 20.200.21.107
- This adds node 20.200.22.107 in demoClusteredCache.