Hi,
I'm performing a clean installation of ArcGIS Datastore Object Store on dedicated virtual machines to then migrate the tile caches.
The setup went smoothly, and the service user is the same for all three VMs.
I performed the configuration via the web and via command line, but the result is always the same.
Via the web on port 2443/arcgis/datastore, I noticed that the number of VMs in the Cluster is counted correctly.
When I validate via ArcGIS Server Manager, it loops. But if I validate via the Server Rest Admin, I see the following error.
I'm currently very hesitant to launch the 3D cache migration.
Is this behavior normal in Rest Admin?
{
"datastore.name": "oz_hct7a6e",
"datastore.isConfigured": "true",
"datastore.isRegistered": "true",
"deploymentMode": "cluster",
"finalized": true,
"machines": [
{
"machine.overallhealth": "Transitional",
"platform": "Windows",
"name": "PVW-AGOSGEO-AS1.CED.******",
"role": "CLUSTER_MEMBER",
"heapSize": "5246MB",
"healthcheck.enable": "false",
"status": "Starting",
"isSCMHealthy": true,
"isOMHealthy": false,
"isDataNodeHealthy": false,
"s3gStatus": {
"s3gHttpsPort": 29879,
"isS3GHealthy": false
}
},
{
"machine.overallhealth": "Failed",
"platform": "Windows",
"name": "PVW-AGOSGEO-AS2.CED.******",
"role": "CLUSTER_MEMBER",
"healthcheck.enable": "false",
"status": "StartFailed",
"isSCMHealthy": false,
"isOMHealthy": false,
"isDataNodeHealthy": false,
"s3gStatus": {
"s3gHttpsPort": 29879,
"isS3GHealthy": false
}
},
{
"machine.overallhealth": "Unknown",
"platform": "Windows",
"name": "PVW-AGOSGEO-AS3.CED.******",
"role": "CLUSTER_MEMBER",
"healthcheck.enable": "false",
"status": "Configured",
"isSCMHealthy": false,
"isOMHealthy": false,
"isDataNodeHealthy": false,
"s3gStatus": {
"s3gHttpsPort": 29879,
"isS3GHealthy": false
},
"messages": [{"msg": "'PVW-AGOSGEO-AS3.CED.******' is not reachable. Ensure that the machine is powered on and its hostname is accessible."}]
}
],
"datastore.overallhealth": "Unhealthy",
"status": "success"
}