ArcGIS Server service data migration

Implementation content and focus:

       1. GIS service data migration from different computers and systems

       2. Service migration of different file paths on the same computer (currently only testing the same version, ArcGIS Server10.2 as an example)

       3. The windows service version needs to modify the Dojo folder in the ArcGISserver installation path (the normally available system version will be available after installation on a normal system, and the windows service version can be changed)

       4. The essence of service migration is the movement of data folders. Just copy and transfer the folders you need to migrate according to the corresponding path .

1. Data migration of different services

        First find the folder arcgisserver where ArcGISserver stores service data (different system paths do not affect data migration), and then determine the data content that needs to be migrated. The GIS Server management side is as follows. The red box is the service data I want to migrate. Remember the three names in red, which are the names of the data folders. If the data of the service is not released by default each time, it will be placed in your customized folder.

 After remembering the data folder to be migrated, here we use computer A and computer B because we are migrating from different computers. A has complete data, B needs to migrate the data, and the service is migrated from A to B. . The migration steps are as follows (first close service B);

1. Copy the service data folder arcgisserver of computer A to computer B.

2. Find the service data folder arcgisserver of computer B

3. Open the arcgisserver folders of services A and B, see config-store, directories, logs, start from the services under the first config-store, and find the data folders under service A. Mine are nanchangITS and emergency. , your name depends on what you need to migrate, from A to B, so B does not have this folder, here copy the nanchangITS and emergency of A to the same path of B.

 4. Repeat the above operation and copy the folder to the same path as B. There are four paths in total.

arcgisserver\config-store\services

arcgisserver\directories\arcgisoutput

arcgisserver\directories\arcgissystem\arcgisinput

arcgisserver\logs\ [computer name] \services (if the name has been changed, the current name may prevail)

Copy the data folder corresponding to the path of A to the path corresponding to B, and finally restart the service in the task manager of computer B.

 2. Service migration of different folders on the same computer

According to the essential principle that service migration is copying and pasting data folders, I estimate that all the data under folder a of computer A will be migrated to folder b (copying is not recommended, and should be moved directly). For example, I should move all (the four above) The data in the Emergency folder under each path is moved to the nanchangITS folder. It has not been verified yet. We will reply once verified.

 

Guess you like

Origin blog.csdn.net/qq_51165365/article/details/131730680