Apply best practices to conduct backups and restorations

full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/100

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

101 Terms

1

test

2

test

3

test

4

test

5
"What is the purpose of the WebGISDR tool in ArcGIS Enterprise?"
"To create backups of your deployment and restore them in the event of a failure or corruption
6
"Where is the WebGISDR utility installed?"
"/tools/webgisdr."
7
"When is restoring a backup with WebGISDR a good option?"
"When users can accept some downtime and possible data loss
8
"Can you use WebGISDR backups even if you have other disaster recovery strategies?"
"Yes
9
"What components are included in a WebGISDR backup?"
"Portal items and settings
10
"What components are NOT included in a WebGISDR backup?"
"Map service cache tiles
11
"What must be enabled to create incremental backups with WebGISDR?"
"Point-in-time recovery."
12
"What access does WebGISDR need to succeed?"
"Access to at least one machine in each federated server site via the ArcGIS Server Administrator Directory URL and the primary data store."
13
"Since version 10.4
how has the WebGISDR utility's requirement for identical items/settings across deployments changed?"
14
"What backup modes are available in WebGISDR?"
"Backup
15
"What does the Backup mode do?"
"Backs up the state of the organization
16
"What is the Full backup mode for?"
"Similar to Backup mode
17
"What is the Incremental backup mode for?"
"Includes only changes since the last full backup; useful for geographic replication and shorter backup/restore times."
18
"What is required before using Incremental mode with a new or updated data store?"
"A full backup and subsequent restore."
19
"What networking requirements must be met for WebGISDR to function?"
"Access to: 7443 endpoint of Portal for ArcGIS machine(s)
20
"Why might you still keep WebGISDR backups in a highly available deployment?"
"They provide recovery options if both primary and replicated deployments fail simultaneously."
21
"If a map service cache or hosted tile layer cache exists
what should you do before backup?"
22
"How do you backup file-based referenced data sources?"
"Make backup copies of the files manually."
23
"How do you backup database-based referenced data sources?"
"Use the tools of your database management system to create database backups."
24
"What must be done for spatiotemporal big data stores or graph stores?"
"Create backups using the ArcGIS Data Store backupdatastore utility."
25
"What factors increase the complexity of disaster recovery in ArcGIS Enterprise?"
"A growing deployment with multiple components and disparate systems forming the architecture."
26
"What is the purpose of having a BC/DR plan for ArcGIS Enterprise?"
"To define standard operating procedures for restoring the organization during a disaster recovery event."
27
"What components make up an ArcGIS Enterprise organization that should be backed up?"
"Portal for ArcGIS site
28
"What tool is included with Portal for ArcGIS for backing up the organization and federated sites?"
"The Web GIS Disaster Recovery (WebGISDR) command line utility."
29
"Which components require backups outside the WebGISDR process?"
"Federated ArcGIS Mission or Notebook Server sites
30
"Are ephemeral object stores used for feature layer response caching required in backups?"
"No
31
"Why should snapshots on virtual machines not be considered durable backups?"
"Because they are not integrated with the data-tier components and may risk consistency if taken on running databases."
32
"When using third-party or image-based backups
what precaution should be taken?"
33
"How can ArcGIS Data Store backups be handled to minimize data loss?"
"Back up relational and tile cache data stores separately from other components and schedule backups independently."
34
"What external data sources should be included in the disaster recovery plan?"
"Enterprise geodatabases
35
"Why must backups of enterprise geodatabases be aligned with the ArcGIS Enterprise deployment?"
"To prevent inconsistencies between published services and back-end database tables."
36
"How should network file shares be backed up?"
"Using image-based or file system-based backup tools and transferring to durable storage outside the failure domain."
37
"How should cloud stores be backed up for disaster recovery?"
"Replicate to another region or deploy to archive/cold storage for durability and cost efficiency."
38
"What factors influence how often backups should be taken?"
"Time required to complete the backup
39
"How frequently might a production enterprise geodatabase be backed up?"
"Incrementally every 15 minutes for a low recovery point objective."
40
"What is the purpose of validating backups?"
"To ensure backups completed successfully and are usable during a restore operation."
41
"How can WebGISDR exit codes be used in backup validation?"
"An exit code of zero indicates success
42
"Why should restore drills be performed regularly?"
"To ensure administrators are prepared to restore functional backups in a disaster."
43
"How long should backup files be retained?"
"At minimum
44
"Why must restored deployments match the software version and OS type?"
"Because WebGISDR records the software versions
45
"What is a key consideration when restoring only parts of an ArcGIS Enterprise deployment?"
"Ensure dependencies are available first; restoring only some components may require manual cleanup or republishing."
46
"What is the recommended order of restoring components in a disaster?"
"Restore referenced data sources first
47
"How should post-restore validation be conducted?"
"Use checklists for business-critical content or automated scripts to verify functionality and accuracy."
48
"How can backup and restore operations be automated?"
"Using Task Scheduler or similar scheduling software
49
"How can administrators verify the success of automated backups?"
"By parsing WebGISDR output files (JSON) for backup location
50
"What is the recovery point objective (RPO) and how does it influence backup scheduling?"
"RPO defines the acceptable amount of data loss; backups should be scheduled more frequently than the RPO interval."
51
"What components are included in an ArcGIS Enterprise backup file?"
"Portal items and settings
52
"What factors affect the size and creation time of a backup file?"
"Number of items in the portal
53
"What tool is used to create a backup of ArcGIS Enterprise?"
"The Web GIS Disaster Recovery (WebGISDR) tool with the export operation and a properties file."
54
"Where is the WebGISDR tool located?"
"In the Portal for ArcGIS tools directory
55
"What considerations should be made for the shared directory used for backups?"
"It must be large enough to contain the backup file; test exports can be used to estimate size and account for growth over time."
56
"What permissions are required for running the WebGISDR tool?"
"The domain account(s) running ArcGIS Server
57
"Where are temporary backups stored on each machine before being moved to the shared directory?"
"Portal: \\temp
58
"What must be enabled in the ArcGIS Data Store for incremental backups?"
"Point-in-time recovery."
59
"Why should antivirus scanning be considered when backing up portal content?"
"Real-time antivirus scanning can impact backup performance; consider excluding portal content and backup directories from scanning."
60
"What is the first step before creating a backup using WebGISDR?"
"Make a copy of the template properties file (webgisdr.properties)."
61
"Where is the template WebGISDR properties file installed by default?"
"C:\\Program Files\\ArcGIS\\Portal\\tools\\webgisdr."
62
"What should be done after copying the properties file?"
"Edit it to include site-specific information and save it; the PORTAL_ADMIN_PASSWORD will be encrypted when the tool runs."
63
"How is the WebGISDR tool executed for an export?"
"Open a command window on the Portal machine
64
"What is the format of the backup file created by WebGISDR?"
".webgissite
65
"What issue can occur if the tool appears to stall?"
"The command prompt may be in QuickEdit mode; disable QuickEdit to prevent stalling."
66
"What must be done if your organization includes map service or hosted tile caches?"
"Manually back up all directories where cache tiles are stored (e.g.
67
"What information is contained in the map cache directories?"
"Cache tiles
68
"Can the backup file created by WebGISDR be used to restore the organization?"
"Yes
69
"Why is it recommended to create backups regularly?"
"To guard against significant data loss and reduce downtime."
70
"How can backups be automated?"
"By scheduling WebGISDR operations using Task Scheduler or other scheduling software."
71
"What are the main runtime arguments for WebGISDR?"
"--export (-e) to create a backup
72
"What does the -f or --file argument specify?"
"The location of the properties file containing connection and backup/restore details."
73
"What is the optional -o or --output argument used for?"
"To create an output file for automated validation or administrator review of backup and restore operations."
74
"What happens to items or services created since the last backup when restoring ArcGIS Enterprise?"
"They will be lost because the restore uses the backup file created previously."
75
"Which components are not included in a WebGISDR backup and must be restored separately?"
"Map and tile service caches
76
"What must match between the source and target environment when restoring ArcGIS Enterprise?"
"The version of ArcGIS Enterprise and the type of operating system must match. For example
77
"How does WebGISDR handle restoring a highly available ArcGIS Enterprise deployment?"
"It maintains high-availability settings for all components."
78
"What is required if using incremental backups?"
"You must have the last full backup and the last incremental backup created before the incremental backup being restored."
79
"What permissions are required for the domain account running WebGISDR during restore?"
"Read access to BACKUP_LOCATION and write access to SHARED_LOCATION."
80
"What permissions are required for the domain account running ArcGIS Server
Portal
81
"What is recommended before restoring ArcGIS Enterprise?"
"Review best practices for restoring your organization."
82
"Where should the restore be performed?"
"On the same machines used to create the backup
83
"What should you do if you need to change properties for the restore?"
"Make a copy of the export properties file and update the desired settings for the import operation."
84
"How do you restore a specific backup file rather than the most recent one?"
"Update the BACKUP_LOCATION path in the properties file to point to the desired backup file."
85
"What is the default location of the WebGISDR tool?"
"C:\\Program Files\\ArcGIS\\Portal\\tools\\webgisdr."
86
"What is the command syntax to restore an ArcGIS Enterprise backup?"
"webgisdr --import --file "
87
"What issue may cause the restore tool to stall?"
"QuickEdit mode in the command prompt may cause the tool to stall."
88
"How are map service or hosted tile layer caches restored?"
"Manually move the backup copies to the original arcgiscache directory."
89
"How are spatiotemporal big data store or graph store backups restored?"
"Use the ArcGIS Data Store restoredatastore tool."
90
"What should you do if file-based data stored on a failed machine needs to be restored?"
"Place backup copies in the same directory path on the new machine as originally registered with ArcGIS Server."
91
"How are ArcGIS Mission Server or Notebook Server sites restored?"
"Follow the instructions in the ArcGIS Mission Server and Notebook Server documentation."
92
"How is ArcGIS GeoEvent Server restored?"
"Import the configuration to the federated site."
93
"In a properties file
what does PORTAL_ADMIN_URL specify?"
94
"What does BACKUP_RESTORE_MODE indicate in the properties file?"
"Whether the operation is a backup or restore."
95
"What does SHARED_LOCATION specify in the properties file?"
"The directory or storage location where component backups are temporarily staged for restore."
96
"What does BACKUP_STORE_PROVIDER indicate?"
"The type of storage provider for the backup
97
"What is required for Amazon S3 backups in the properties file?"
"Bucket name
98
"What is required for Azure Blob backups in the properties file?"
"Blob account name
99
"What must all components have regarding SHARED_LOCATION during restore?"
"At least read access to the path specified by SHARED_LOCATION."
100
"Why must portal content restored from cloud storage avoid VPC endpoints?"
"VPC endpoints can block outbound requests needed to restore the content from the cloud backup location."