• Products
  • Solutions
  • Customers
  • Resources
  • Company
  • Pricing
  • Download
Try Playground
Show / Hide Table of Contents

Remove Client Node

A pre-existing, already registered client node can be simply removed from the cache using the NCache Management Center and Command Line tools like PowerShell, etc., as detailed below.

Note

This feature is also available in NCache Professional.

Using the NCache Management Center

  • Launch the NCache Management Center 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 Node 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, which will prompt a success notification.

Note

Upon committing these changes, you might get prompted with a dialog box, asking whether to reload or overwrite the cache config file.

Select Client Node to be Removed

Using Command Line Tools

The Remove Client Node tool enables users to remove singular or multiple client nodes from the existing clustered cache(s) or on a specified server.

The following command removes client node 20.200.20.39 from a cache named demoCache.

  • Windows
  • Linux
Remove-ClientNode -CacheName demoCache -ClientNode 20.200.20.39
remove-clientnode -cachename demoCache -clientnode 20.200.20.39

Manually Editing NCache Configuration

Warning

This is only recommended for OSS.

From the client.ncconf of the client node, remove all associated cache information by removing the specified <cache> tag under the <configuration> tag.

<configuration>
  ...
  <cache id="demoCache" load-balance="True" enable-client-logs="False" log-level="error">
    <server name="20.200.20.39"/>
    <server name="20.200.20.40"/>
  </cache>
...
</configuration>

See Also

Add Client Node
Configure Client Cache
Configure Caches
Management Operations

In This Article
  • Using the NCache Management Center
  • Using Command Line Tools
  • Manually Editing NCache Configuration
  • See Also

Contact Us

PHONE

+1 (214) 764-6933   (US)

+44 20 7993 8327   (UK)

 
EMAIL

sales@alachisoft.com

support@alachisoft.com

NCache
  • NCache Enterprise
  • NCache Professional
  • Edition Comparison
  • NCache Architecture
  • Benchmarks
Download
Pricing
Try Playground

Deployments
  • Cloud (SaaS & Software)
  • On-Premises
  • Kubernetes
  • Docker
Technical Use Cases
  • ASP.NET Sessions
  • ASP.NET Core Sessions
  • Pub/Sub Messaging
  • Real-Time ASP.NET SignalR
  • Internet of Things (IoT)
  • NoSQL Database
  • Stream Processing
  • Microservices
Resources
  • Magazine Articles
  • Third-Party Articles
  • Articles
  • Videos
  • Whitepapers
  • Shows
  • Talks
  • Blogs
  • Docs
Customer Case Studies
  • Testimonials
  • Customers
Support
  • Schedule a Demo
  • Forum (Google Groups)
  • Tips
Company
  • Leadership
  • Partners
  • News
  • Events
  • Careers
Contact Us

  • EnglishChinese (Simplified)FrenchGermanItalianJapaneseKoreanPortugueseSpanish

  • Contact Us
  •  
  • Sitemap
  •  
  • Terms of Use
  •  
  • Privacy Policy
© Copyright Alachisoft 2002 - 2025. All rights reserved. NCache is a registered trademark of Diyatech Corp.
Back to top