<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Publishing Services From Two Servers in Publishing and Managing Services Questions</title>
    <link>https://community.esri.com/t5/publishing-and-managing-services-questions/publishing-services-from-two-servers/m-p/1235846#M842</link>
    <description>&lt;P&gt;Jeff,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; If you use&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/413165"&gt;@Scott_Tansley&lt;/a&gt;&amp;nbsp;'s advice and use your DNS entries to redirect the traffic to the new server then you will not need to modify the map service URLs in your web maps.&amp;nbsp; If that is not possible and you must edit the URLs in your web maps I would recommend:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Prepare your new ArcGIS Server and re-publish all of your map services on the new server.&amp;nbsp; Make sure all of the map service names are identical between the old and new servers.&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;At this point you have all of your map services duplicated and running independantly on two servers.&amp;nbsp; Your web maps are still using the map services on your old server.&lt;/LI&gt;&lt;LI&gt;Use the AGOL Assistant to update the map service URLs for all of your web maps.&lt;/LI&gt;&lt;LI&gt;After all of the web maps have been updated use ArcGIS Server Manager on your &lt;STRONG&gt;old&lt;/STRONG&gt; server to stop all of the map services - go to "Site &amp;gt; Machines" and stop all of the machines in your cluster.&lt;/LI&gt;&lt;LI&gt;Now test all of your web maps and web apps.&amp;nbsp; If you find a map layer that will not load it is likely because you did not update the map service URL or you made a typo when updating the map service URL.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Bernie.&lt;/P&gt;</description>
    <pubDate>Tue, 29 Nov 2022 13:00:17 GMT</pubDate>
    <dc:creator>berniejconnors</dc:creator>
    <dc:date>2022-11-29T13:00:17Z</dc:date>
    <item>
      <title>Publishing Services From Two Servers</title>
      <link>https://community.esri.com/t5/publishing-and-managing-services-questions/publishing-services-from-two-servers/m-p/1233710#M830</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;We currently have two physical servers, one of which will be retired soon.&amp;nbsp; This server is currently supporting our published services being viewed through ArcGIS Online.&amp;nbsp; I've installed ArcGIS Server, Web Adaptor, and Data Store 10.9.1 on the new server and created corresponding publishing events to match what is currently running on ArcGIS Online.&amp;nbsp; Eventually, we will be swapping out the old server for the new one in the coming weeks.&lt;/P&gt;&lt;P&gt;Instead of doing a disconnect and connect causing basically a shut-down of all AGO services for awhile, I wondered if there was a less obtrusive way to go about it.&lt;/P&gt;&lt;P&gt;Is it possible to go into Map Viewer, "Add Layer from Web" (An ArcGIS Server Web Service) from my new server to an existing AGO application thereby beginning to swap out layers that point to the old server for the new server?&lt;/P&gt;&lt;P&gt;I hope that makes some degree of sense.&lt;/P&gt;&lt;P&gt;Thank you in advance for any advice you can provide.&lt;/P&gt;&lt;P&gt;Jeff&lt;/P&gt;</description>
      <pubDate>Mon, 21 Nov 2022 13:13:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/publishing-and-managing-services-questions/publishing-services-from-two-servers/m-p/1233710#M830</guid>
      <dc:creator>JD1016</dc:creator>
      <dc:date>2022-11-21T13:13:17Z</dc:date>
    </item>
    <item>
      <title>Re: Publishing Services From Two Servers</title>
      <link>https://community.esri.com/t5/publishing-and-managing-services-questions/publishing-services-from-two-servers/m-p/1233759#M831</link>
      <description>&lt;P&gt;Jeff,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; I answered a &lt;A href="https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-installation-questions/m-p/1227866#M34481" target="_blank" rel="noopener"&gt;very similar question from you a few weeks ago&lt;/A&gt;.&amp;nbsp; We have done similar upgrades several times.&amp;nbsp; To handle the switch over from the old servers to the new servers we use our proxy server / firewall.&amp;nbsp; We have a great network admin team that handles this for us so I do not know all of the details.&amp;nbsp; But, in a nutshell, this is my understanding of how it worrks.&amp;nbsp; All of our incoming traffic passess through our proxy server and it directs the traffic to the appropriate server on the inside of our firewall.&amp;nbsp; All we do is change the proxy server so traffic to &lt;STRONG&gt;old_server/arcgis/rest/services&lt;/STRONG&gt; is redirected to &lt;STRONG&gt;new_server/arcgis/rest/services&lt;/STRONG&gt;.&amp;nbsp; You always want to avoid changing the URL to your services.&lt;/P&gt;&lt;P&gt;Bernie.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Nov 2022 14:42:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/publishing-and-managing-services-questions/publishing-services-from-two-servers/m-p/1233759#M831</guid>
      <dc:creator>berniejconnors</dc:creator>
      <dc:date>2022-11-21T14:42:53Z</dc:date>
    </item>
    <item>
      <title>Re: Publishing Services From Two Servers</title>
      <link>https://community.esri.com/t5/publishing-and-managing-services-questions/publishing-services-from-two-servers/m-p/1233768#M832</link>
      <description>&lt;P&gt;Unfortunately, the REST URL will change from gisserver2 to gisserver03 for us.&lt;/P&gt;&lt;P&gt;That's what brought me to the question of whether it would be possible for both servers to add web services to an existing web map while taking out the redundant services from the old server.&amp;nbsp; A kind of swap if you will.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Nov 2022 14:49:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/publishing-and-managing-services-questions/publishing-services-from-two-servers/m-p/1233768#M832</guid>
      <dc:creator>JD1016</dc:creator>
      <dc:date>2022-11-21T14:49:03Z</dc:date>
    </item>
    <item>
      <title>Re: Publishing Services From Two Servers</title>
      <link>https://community.esri.com/t5/publishing-and-managing-services-questions/publishing-services-from-two-servers/m-p/1233770#M833</link>
      <description>&lt;P&gt;That is unfortunate that your map service URLs will change.&amp;nbsp; Before your next upgrade you should make changes to your network infrastructure so you can maintain your map service URLs.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The ArcGIS Online Assistant can be used to update the map service URLs used in a web map.&amp;nbsp; Give it a try here -&amp;nbsp;&lt;A href="https://ago-assistant.esri.com/" target="_blank"&gt;https://ago-assistant.esri.com/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Bernie.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Nov 2022 15:03:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/publishing-and-managing-services-questions/publishing-services-from-two-servers/m-p/1233770#M833</guid>
      <dc:creator>berniejconnors</dc:creator>
      <dc:date>2022-11-21T15:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: Publishing Services From Two Servers</title>
      <link>https://community.esri.com/t5/publishing-and-managing-services-questions/publishing-services-from-two-servers/m-p/1233816#M834</link>
      <description>&lt;P&gt;Thank you for that link Bernie!&amp;nbsp; I was unaware that the ArcGIS Online Assistance could actually revamp the entire REST URL.&amp;nbsp; I had thought of it more as an HTTPS and HTTP inspector.&amp;nbsp; That could actually be used to modify all the URL's to each and every web map.&amp;nbsp; Excellent!&lt;/P&gt;&lt;P&gt;I have a table included in each of my services that is linked to a relationship class to bring up assessor information.&amp;nbsp; The URL is pretty straight forward...but it ends in a number after MapServer/&lt;STRONG&gt;109&lt;/STRONG&gt;.&amp;nbsp; Do you happen to know where I would I find the URL for this table?&lt;/P&gt;</description>
      <pubDate>Mon, 21 Nov 2022 16:44:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/publishing-and-managing-services-questions/publishing-services-from-two-servers/m-p/1233816#M834</guid>
      <dc:creator>JD1016</dc:creator>
      <dc:date>2022-11-21T16:44:41Z</dc:date>
    </item>
    <item>
      <title>Re: Publishing Services From Two Servers</title>
      <link>https://community.esri.com/t5/publishing-and-managing-services-questions/publishing-services-from-two-servers/m-p/1233871#M835</link>
      <description>&lt;P&gt;You should be able to find it in your REST Services Directory.&amp;nbsp; Here is an example from our REST Services:&lt;/P&gt;&lt;P&gt;&lt;A href="https://geonb.snb.ca/arcgis/rest/services/GeoNB_DNR_NBHN/MapServer" target="_blank"&gt;https://geonb.snb.ca/arcgis/rest/services/GeoNB_DNR_NBHN/MapServer&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="berniejconnors_0-1669055464649.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/56520iE1EB787B55D88A9E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="berniejconnors_0-1669055464649.png" alt="berniejconnors_0-1669055464649.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Bernie.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Nov 2022 18:31:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/publishing-and-managing-services-questions/publishing-services-from-two-servers/m-p/1233871#M835</guid>
      <dc:creator>berniejconnors</dc:creator>
      <dc:date>2022-11-21T18:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: Publishing Services From Two Servers</title>
      <link>https://community.esri.com/t5/publishing-and-managing-services-questions/publishing-services-from-two-servers/m-p/1233894#M836</link>
      <description>&lt;P&gt;Perfect.&amp;nbsp; Thank you, Bernie!&amp;nbsp; You always teach me something.&lt;/P&gt;&lt;P&gt;This is not necessarily the answer to the question I posed, but using ArcGIS Online Assistant should get me there without having to re-add web layers which is a plus in my book.&lt;/P&gt;&lt;P&gt;Appreciate it.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;Jeff&lt;/P&gt;</description>
      <pubDate>Mon, 21 Nov 2022 19:51:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/publishing-and-managing-services-questions/publishing-services-from-two-servers/m-p/1233894#M836</guid>
      <dc:creator>JD1016</dc:creator>
      <dc:date>2022-11-21T19:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: Publishing Services From Two Servers</title>
      <link>https://community.esri.com/t5/publishing-and-managing-services-questions/publishing-services-from-two-servers/m-p/1233998#M839</link>
      <description>&lt;P&gt;You can speak to your system administrator about changes to your DNS.&lt;/P&gt;&lt;P&gt;You said that you're currently using&amp;nbsp;&lt;SPAN&gt;gisserver2 and moving to gisserver03.&amp;nbsp; Networks are interested in IP addresses not host names, and DNS allows you to play tricks here, assuming you're using pure ArcGIS Servers and not Enterprise.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Lets say you have the following IP addresses in use:&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;gisserver2&amp;nbsp; &amp;nbsp; 192.168.1.80&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;gisserver03&amp;nbsp; 192.168.1.81&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN&gt;When you retire gisserver2 it's IP address will become vacant.&amp;nbsp; You could create a DNS entry so that the 'name of gisserver2' lives on, but references 192.168.1.81.&amp;nbsp; That way you can use either hostname and it points to the same IP and used the same machine.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;It's a pretty standard thing, speak to your IT department and they should be able to sort this for you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Nov 2022 04:54:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/publishing-and-managing-services-questions/publishing-services-from-two-servers/m-p/1233998#M839</guid>
      <dc:creator>Scott_Tansley</dc:creator>
      <dc:date>2022-11-22T04:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: Publishing Services From Two Servers</title>
      <link>https://community.esri.com/t5/publishing-and-managing-services-questions/publishing-services-from-two-servers/m-p/1234051#M840</link>
      <description>&lt;P&gt;Thank you, Scott!&amp;nbsp; I will do just that.&lt;/P&gt;&lt;P&gt;Jeff&lt;/P&gt;</description>
      <pubDate>Tue, 22 Nov 2022 11:32:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/publishing-and-managing-services-questions/publishing-services-from-two-servers/m-p/1234051#M840</guid>
      <dc:creator>JD1016</dc:creator>
      <dc:date>2022-11-22T11:32:41Z</dc:date>
    </item>
    <item>
      <title>Re: Publishing Services From Two Servers</title>
      <link>https://community.esri.com/t5/publishing-and-managing-services-questions/publishing-services-from-two-servers/m-p/1235830#M841</link>
      <description>&lt;P&gt;Hi Bernie,&lt;/P&gt;&lt;P&gt;I have a follow-up question regarding "timing".&lt;/P&gt;&lt;P&gt;Would I modify the URL's "before" or "after" we switch to the new server?&lt;/P&gt;&lt;P&gt;I've accessed ArcGIS Online Assistant and I see all my URL's leading to the old server and began to wonder whether those URL's would still be illustrated or essentially blank once we switch over to the new server.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Jeff&lt;/P&gt;</description>
      <pubDate>Tue, 29 Nov 2022 11:39:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/publishing-and-managing-services-questions/publishing-services-from-two-servers/m-p/1235830#M841</guid>
      <dc:creator>JD1016</dc:creator>
      <dc:date>2022-11-29T11:39:56Z</dc:date>
    </item>
    <item>
      <title>Re: Publishing Services From Two Servers</title>
      <link>https://community.esri.com/t5/publishing-and-managing-services-questions/publishing-services-from-two-servers/m-p/1235846#M842</link>
      <description>&lt;P&gt;Jeff,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; If you use&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/413165"&gt;@Scott_Tansley&lt;/a&gt;&amp;nbsp;'s advice and use your DNS entries to redirect the traffic to the new server then you will not need to modify the map service URLs in your web maps.&amp;nbsp; If that is not possible and you must edit the URLs in your web maps I would recommend:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Prepare your new ArcGIS Server and re-publish all of your map services on the new server.&amp;nbsp; Make sure all of the map service names are identical between the old and new servers.&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;At this point you have all of your map services duplicated and running independantly on two servers.&amp;nbsp; Your web maps are still using the map services on your old server.&lt;/LI&gt;&lt;LI&gt;Use the AGOL Assistant to update the map service URLs for all of your web maps.&lt;/LI&gt;&lt;LI&gt;After all of the web maps have been updated use ArcGIS Server Manager on your &lt;STRONG&gt;old&lt;/STRONG&gt; server to stop all of the map services - go to "Site &amp;gt; Machines" and stop all of the machines in your cluster.&lt;/LI&gt;&lt;LI&gt;Now test all of your web maps and web apps.&amp;nbsp; If you find a map layer that will not load it is likely because you did not update the map service URL or you made a typo when updating the map service URL.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Bernie.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Nov 2022 13:00:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/publishing-and-managing-services-questions/publishing-services-from-two-servers/m-p/1235846#M842</guid>
      <dc:creator>berniejconnors</dc:creator>
      <dc:date>2022-11-29T13:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: Publishing Services From Two Servers</title>
      <link>https://community.esri.com/t5/publishing-and-managing-services-questions/publishing-services-from-two-servers/m-p/1235853#M843</link>
      <description>&lt;P&gt;Bernie,&lt;/P&gt;&lt;P&gt;It appears I am at least ahead of the game.&amp;nbsp; I have re-published all my map services on the new server and the names are identical right down to the folders.&lt;/P&gt;&lt;P&gt;Excellent directions as always, Bernie.&amp;nbsp; I appreciate your help and taking the time to write up the information for me.&lt;/P&gt;&lt;P&gt;Jeff&lt;/P&gt;</description>
      <pubDate>Tue, 29 Nov 2022 13:08:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/publishing-and-managing-services-questions/publishing-services-from-two-servers/m-p/1235853#M843</guid>
      <dc:creator>JD1016</dc:creator>
      <dc:date>2022-11-29T13:08:31Z</dc:date>
    </item>
  </channel>
</rss>

