- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
SamHTexas
Builder
03-09-2021
02:23 PM
How do I put Cluster Master in a maintenance mode? Can it be done via GUI ? Or have to be done via CLI cli only?
1 Solution
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

manjunathmeti
Champion
03-09-2021
10:31 PM
This is not available in masters GUI. The command is run in CLI as you upgrade Splunk in CLI only.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
SamHTexas
Builder
03-10-2021
05:52 AM
Thank u for your time. Would u share the steps doing it from CLI please?
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

manjunathmeti
Champion
03-10-2021
08:40 AM
1. To put the cluster into the maintenance mode:
/opt/splunk/bin/splunk enable maintenance-mode
2. To disable maintenance mode:
/opt/splunk/bin/splunk disable maintenance-mode
3. To check maintenance mode status. The returned value of 1 indicates that the maintenance mode is on. Value 0 indicates that the maintenance mode is off.
/opt/splunk/bin/splunk show maintenance-mode
/opt/splunk/ is $SPLUNK_HOME directory in this case.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

manjunathmeti
Champion
03-09-2021
10:31 PM
This is not available in masters GUI. The command is run in CLI as you upgrade Splunk in CLI only.
