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
Name/IP Address in text box.
|
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
See Also