Remove Client Node
You can remove client node from a clustered cache using the following tools:
Using NCache Web Manager
Launch NCache Web Manager by browsing to
http://localhost:8251
(Windows) or<server-ip>:8251
(Windows + Linux).In the left navigation bar, click on Clustered Caches or Local Caches, based on the cache from which the client node eill be removed. Against the cache name, click on View Details.
This opens up the detailed configuration page for the cache. The Client Nodes tab displays a list and status of any existing client nodes of the cache.
Select the client node to remove and click on the button. A success notification will be displayed.
Note
You might get prompted with a dialog box upon these changes, asking whether to reload or overwrite the cache config file. For more detail on maintaining data integrity, refer to this chapter.
Using PowerShell
Remove-ClientNode cmdlet enables the users to remove Client(s) node from the existing clustered cache(s) or on a specified server.
The following command removes Client node 20.200.20.38 from a cache named demoClusteredCache.
Remove-ClientNode -CacheName demoClusteredCache -ClientNode 20.200.20.38
See Also
Add Client Node
Configure Client Cache
Configure Caches
Management Operations