Hi All,
I was hoping to get some advice, we are currently in the process of building some VMware clusters to sure up our Monitoring Environment.
Currently we are running on physical hardware:
{
"name" : "N_Gl-Yc",
"cluster_name" : "elasticsearch",
"cluster_uuid" : "PyFbVvHVT42jCECH4l8jFQ",
"version" : {
"number" : "5.4.0",
"build_hash" : "780f8c4",
"build_date" : "2017-04-28T17:43:27.229Z",
"build_snapshot" : false,
"lucene_version" : "6.5.0"
},
"tagline" : "You Know, for Search"
}
On a 32 Core, 64GB~ server.
What I would like to do is rebuild this server (It's gone from Development, Testing and Production in a single stroke) whilst also upgrading elasticsearch.
I was thinking... how can I:
- Build a VM(s) to Migrate all my Elasticsearch Data to a new location.
- Wipe the 32 Core Server
- Install Elasticsearch on the Wiped Server
- Migrate the Data Back
- Destroy the VM (maybe, see below)
- Set up another VM as a subordinate node, there for failover and handling extra requests the main server can't? (Baring in mind the VM will be a bit lighter on the specs)
Any advice on this is gratefully received.