We have WEBGISDR scheduled to run daily for our QA Portal environment. This is a high-availability multi-machine deployment.
The backup has been running without errors for months, but starting three days ago it began failing. Below is the full log:
2021-07-16 04:00:53 INFO [main] com.esri.arcgis.webgis.client.WebGISDR - Starting the WebGIS DR utility.
2021-07-16 04:00:55 INFO [main] com.esri.arcgis.webgis.storageservice.file.FileStorageService - Initializing File Storage Service with Base Directory: \\<network share path>\backup_location
2021-07-16 04:01:09 INFO [pool-2-thread-3] com.esri.arcgis.webgis.component.service.impl.ServerDRService - The following ArcGIS Server has been backed up successfully:
Url: https://gis.domain.com/raster.
2021-07-16 04:01:10 INFO [pool-2-thread-7] com.esri.arcgis.webgis.component.service.impl.ServerDRService - The following ArcGIS Server has been backed up successfully:
Url: https://gis.domain.com/geoevent.
2021-07-16 04:01:10 INFO [pool-2-thread-4] com.esri.arcgis.webgis.component.service.impl.ServerDRService - The following ArcGIS Server has been backed up successfully:
Url: https://gis.domain.com/image.
2021-07-16 04:01:11 INFO [pool-2-thread-8] com.esri.arcgis.webgis.component.service.impl.ServerDRService - The following ArcGIS Server has been backed up successfully:
Url: https://gis.domain.com/geoanalytics.
2021-07-16 04:01:21 INFO [pool-2-thread-5] com.esri.arcgis.webgis.component.service.impl.ServerDRService - The following ArcGIS Server has been backed up successfully:
Url: https://gis.domain.com/server.
2021-07-16 04:01:25 INFO [pool-2-thread-1] com.esri.arcgis.webgis.component.service.impl.DataStoreDRService - The following Relational ArcGIS Data Store has been backed up successfully:
Url: https://<datastore-internal-url>:2443/arcgis.
2021-07-16 04:01:27 INFO [main] com.esri.arcgis.webgis.util.WebGISUtil - The backup of ArcGIS Data Store has completed in 00hr:00min:19sec.
2021-07-16 04:02:27 ERROR [pool-2-thread-6] com.esri.arcgis.webgis.component.service.impl.ServerDRService - Failed to back up the ArcGIS Server:
Url: https://gis.domain.com/gis.
2021-07-16 04:02:27 ERROR [pool-2-thread-6] com.esri.arcgis.webgis.component.service.impl.ServerDRService - {"code":500,"messages":["Export operation failed. \\\\<network share path>\\sharedlocation\\WebGISSite1626422455003\\server\\7lf9iaqk5p2rn1nt (A device attached to the system is not functioning)"],"status":"error"}
2021-07-16 04:02:32 INFO [main] com.esri.arcgis.webgis.util.WebGISUtil - The backup of ArcGIS Server has taken 00hr:01min:24sec.
2021-07-16 04:10:10 ERROR [pool-2-thread-2] com.esri.arcgis.webgis.component.service.impl.PortalDRService - Failed to back up the Portal for ArcGIS:
Url: https://gis.domain.com/portal.
2021-07-16 04:10:10 ERROR [pool-2-thread-2] com.esri.arcgis.webgis.component.service.impl.PortalDRService - {"error":{"code":500,"details":null,"message":"Failed to export site. \\\\<network share path>\\sharedlocation\\WebGISSite1626422455003\\portal (A device attached to the system is not functioning)"}}
2021-07-16 04:10:10 INFO [main] com.esri.arcgis.webgis.util.WebGISUtil - The backup of Portal for ArcGIS has taken 00hr:09min:02sec.
2021-07-16 04:10:10 INFO [main] com.esri.arcgis.webgis.service.impl.WebGISDRFrontController - Deleting the temp directory \\<network share path>\sharedlocation\WebGISSite1626422455003.
2021-07-16 04:10:10 INFO [main] com.esri.arcgis.webgis.util.WebGISUtil - The backup of Web GIS components has completed in 00hr:09min:15sec.
2021-07-16 04:10:10 INFO [main] com.esri.arcgis.webgis.client.WebGISDR - Stopping the WebGIS DR utility.
What does the error "A device attached to the system is not functioning" mean?