Hi All,
In my environment we have 6 indexers and one searchead which all are running server 2012. We are running out of space on the physical indexers which are limited by physical drives. I have a san connection to all of the indexers.
How would i move just the coldDBs to a separate drive? Leaving warm to stay on the original drives?
eg. I have [Linux]
homePath = volume:hot\Linux\db
coldPath = volume:cold\Linux\colddb
thawedPath = $SPLUNK_DB\Linux\thaweddb
tstatsHomePath = volume:tstatsHomePath\Linux\datamodel_summary
maxTotalDataSizeMB = 7500000
frozenTimePeriodInSecs = 31536000
I would like coldPath = F:\Linux\Colddb and move the current coldDBs over to the new drive and be searchable. How would I accomp
Here's the process I would use.
Thanks!
I have a deployment server. Should I change index.conf to point to the new location prior to copying all of the data to the new location? Or should i copy the data first then change index.conf?
Thanks again!
The deployment server is not involved in this.
You can changes indexes.conf before or after copying the data. The important part is to not restart the indexers with the new configuration until the cold data is in place.
Here's the process I would use.