How to copy any service from one server to another

4845
3
10-04-2015 10:13 PM
Pankajroy
New Contributor

Hi All,

We have ArcGIS server 10.2.2 installed on 5 servers along with one load balancer. Whenever there is a need to publish a new service or overwrite any existing service, currently we do it one by one on all the servers. Is there a way to publish/overwrite service on one server and copy it to other 4 servers?

Thanx in advance

Pankaj Roy

0 Kudos
3 Replies
ChrisSmith7
Frequent Contributor

I don't know if this will do exactly what you want to do, but you can copy services from one server to another - here's information on doing that:

How copy map service from one ArcGIS server to another ArcGIS server

You will probably need to start them manually; however, there's a tool you may be able to use, or at least re-purpose, that can start services automatically:

http://resources.arcgis.com/en/help/main/10.1/index.html#//0154000005qv000000

SebastienPetit
Occasional Contributor

To avoid manual job we developped this script/tool

eea/discomap.ServiceTransferTool · GitHub

BarbaraWoolf1
New Contributor

What an awesome tool!  Thanks for sharing.