Getting Data In

Repairing buckets on index cluster

snyderm_dos
Loves-to-Learn Lots

Is bucket repair on an index cluster any different from non-clustered indexers? 

  • Should splunkd be running on the cluster master? Should it be in maintenance mode?
  • When using network storage, should it be mounted to all of the indexers or only one?
  • Is the fsck command run from the cluster master or from one of the indexers?
Labels (2)
0 Karma

richgalloway
SplunkTrust
SplunkTrust

Yes, the CM can remain running.  Maintenance mode is a good idea.

Each indexer should have its own storage.  They can all use the same device as long as it looks private to the indexer.  That is, no two indexers should write to the same space.

Run fsck on the indexer.

---
If this reply helps you, Karma would be appreciated.
0 Karma

snyderm_dos
Loves-to-Learn Lots

@richgalloway wrote:

Each indexer should have its own storage.  They can all use the same device as long as it looks private to the indexer.  That is, no two indexers should write to the same space.


Does this also apply to cold storage? Our hot/warm are on peered NFS shares, but the cold looks like it was created as one single share.

0 Karma

richgalloway
SplunkTrust
SplunkTrust

NFS often is referred to as "Not For Splunk".  It can work if you're careful, but can be painful otherwise.  See https://docs.splunk.com/Documentation/Splunk/latest/Installation/Systemrequirements#Considerations_r...

One issue with shared storage is I/O rate.  If you access cold buckets infrequently, then shared storage may work for you.

---
If this reply helps you, Karma would be appreciated.
0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...