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"
}
Hi @Oiligriv
Are you trying to remove the Object datastore from your Environment? If so, I believe we wont be able to remove Object Datastore from ArcGIS Server Manager.
We need to unregister the Object Datastore from Server Admin endpoint.
Login to Server Admin>Home > data > items > cloudStores
Copy the Child item (Image 1)
Then to Unregister the object datastore: Home>Data>unregisterItem
In Item path: Paste the item path (Image 2)
Once completed check if the object datastore still exists or not. You can run describe datastore as well.
Before running this take a VM snapshot for backup.
Hi Priya97317
To unregister the ArcGIS Datastore Object Store, I can easily do it using the unregisterdatastore.bat tool.
The object store was just installed and I'm registering it for the first time, but before migrating, I'd like to make sure the validation is OK.
Thanks for the information, but that's not my problem.
Virgilio