Adding Client Node
Using NCache Manager
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.
- 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 Neighbourhood or you can manually enter client node name/IP in text box.
Important
If you have more than one IP address on a client machine, then enter the IP address on which NCache service is running.
- Click on the Finish button, newly added client node appears under Client Nodes in Cache Explorer tree view.
Using Command Line Tool
You can use addclientnode
tool to add client node in a cache. This tool is
shipped with NCache.
Open command prompt.
Go to the NCache tools directory :
cd [InstallDir]/bin/tools
Using
addclientnode.exe
provides the required information like:
addclientnode.exe demoClusteredCache /s 20.200.21.95 /e 20.200.21.144
- This adds 20.200.21.144 as client node in cache named demoClusteredCache.