Remove Client Node
You can remove client node from a clustered cache using the following steps.
Using NCache Manager
From the Cache Explorer window, right click on the client node under the cache name.
Select Remove from the right click context menu.
Click yes on the confirmation window and the client node will be removed.
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 maintaining data integrity, refer to this chapter.
Using Windows 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.21.12 from a cache named demoClusteredCache.
Remove-ClientNode -CacheName demoClusteredCache -ClientNode 20.200.21.12
See Also
Add Client Node
Configure Client Cache
Configure Caches
Management Operations