• Webinars
  • Docs
  • Download
  • Blogs
  • Contact Us
Try Free
Show / Hide Table of Contents

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 or <server-ip>:8251 on Windows and Linux.

  • In the left navigation bar, click on Clustered Caches or Local Caches, based on the cache from which the client node will be removed. Against the cache name, click on View Details.

Remove Client node Web

  • 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 Remove Server Node Button Web 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.

Select Client Node to be Removed

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

Back to top Copyright © 2017 Alachisoft