Try Playground
Show / Hide Table of Contents

Cache Management Operations - Stop Node for Maintenance

You can stop a server node for maintenance without triggering state transfer. During this time, you can perform maintenance on your server node. You can stop a server node for maintenance in the following ways:

Important

You need to start your node within the timeframe of the maintenance mode, failing to do so will result in the state transfer being triggered after the time of maintenance runs out.

Cache Management Operations - 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. Against the cache name, click on View Details.

Cache View Details

  • This opens up the detailed configuration page for the cache.

  • Under the Server Nodes tab, check the box against the server node IP.

  • Click on "..." against the server IP and select Stop for Maintenance.

Server Node Options NCache Web

  • The node status will change from Running to Stopped.
Important

No other node on the same clustered cache can be stopped during the Maintenance Mode. If you attempt to do so, it will give you an error saying Cluster is already under maintenance.

Cache Management Operations - Using Command Line Tools

The IsStopForMaintenance flag of the Stop Cache tool stops a server node for maintenance.

The following command stops the node 20.200.20.39 of the cache demoCache for maintenance for a time of 30 minutes:

  • Windows
  • Linux
Stop-Cache -name demoCache -Server 20.200.20.39 -IsStopForMaintenance -Timeout 30
stop-cache -name demoCache -server 20.200.20.39 -isstopformaintenance -timeout 30

See Also

Maintenance Mode
Exit Maintenance Mode

In This Article
  • Cache Management Operations - Using the NCache Management Center
  • Cache Management Operations - Using Command Line Tools
  • 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