Here is a new error for the Webgisdr tool. In my process the original portal creates the backup then a script moves this backup file to the secondary portal where the restore process is then ran. This morning I came in and my server could not reach any file shares. I discovered why (attached screenshot) and restarted the server restoring file share access. Has anyone seen this before?
Can you determine the share that the error is referencing? Was the DR tool creating a backup or restoring a backup during that time? Each backup process stages the backups on the local drives. For example, the DR tool creates a backup and the SHARED_LOCATION is set to \\fileserver\staging and the BACKUP_LOCATION is set to \\fileserver\full, when the portal is backed up, it'll copy all of the items in the content directory to C:\arcgisportal\temp\<tmp backup folder>. Once it's done, it'll zip it and then copy the backup, (one large zipped file of all content), to the SHARED_LOCATION. The same happens for Server and Data Store; the backups are staged locally before copying to the SHARED_LOCATION. I imagine the copy would open a single TCP port, rather than chunking the file and opening multiple ports.
I have found that unpacking a zipped backup file off of the network takes forever and sometimes times out. How I got around that is I have shared a file off of my secondary portal server. \\gispt2\SHARED. This is also known as \SHARED. The webgisdr tool does not seem to allow storage on a local drive thus the trickory. The error is happening on the restore.
If you have a distributed environment and there's latency to the file share, then yes zipping or unzipping will take a long time. You can definitely set up the share on the local machine where the DR tool is running and set the share as the SHARED_LOCATION property and the BACKUP_LOCATION as a local drive to avoid going over the network. Then, have another process within your automated backup copy the file from the BACKUP_LOCATION to your file server where you're storing the backups. This would work for backing up the environment. For restoring, just copy from the file server to a local drive prior to the restore. We've updated the documentation to reflect this.
Right, that is what I am doing but with this process I get the above error. It is causing the ports all to be used.
If I restart the server I then can run the webgisdr again. This error is causing all network shares (even local folders shared as a network share) to be unreachable.
Is there a setting somewhere to prevent this?
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.