<?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: Test service of single machine in cluster in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/test-service-of-single-machine-in-cluster/m-p/292486#M11287</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Apologies, you can add this element to the web.config if it doesn't already exist.:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-left: .25in;"&gt;&lt;SPAN style="font-size: 9.5pt; font-family: Consolas; color: blue;"&gt;&amp;lt;system.net&amp;gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.5pt; font-family: Consolas; color: blue;"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; font-family: Consolas; color: #a31515;"&gt;defaultProxy&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; font-family: Consolas; color: blue;"&gt;&amp;gt;&lt;BR /&gt; &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; font-family: Consolas; color: #a31515;"&gt;proxy&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.5pt; font-family: Consolas; color: red;"&gt;autoDetect&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; font-family: Consolas; color: blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; font-family: Consolas;"&gt;"&lt;SPAN style="color: blue;"&gt;false&lt;/SPAN&gt;" &lt;SPAN style="color: red;"&gt;bypassonlocal&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;=&lt;/SPAN&gt;"&lt;SPAN style="color: blue;"&gt;false&lt;/SPAN&gt;" &lt;SPAN style="color: red;"&gt;proxyaddress&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;=&lt;/SPAN&gt;"&lt;SPAN style="color: blue;"&gt;&lt;A href="http://127.0.0.1:8888/"&gt;http://127.0.0.1:8888&lt;/A&gt;&lt;/SPAN&gt;" &lt;SPAN style="color: red;"&gt;usesystemdefault&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;=&lt;/SPAN&gt;"&lt;SPAN style="color: blue;"&gt;false&lt;/SPAN&gt;"&lt;SPAN style="color: blue;"&gt; /&amp;gt;&lt;BR /&gt; &amp;lt;/&lt;/SPAN&gt;&lt;SPAN style="color: #a31515;"&gt;defaultProxy&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: .25in;"&gt;&lt;SPAN style="font-size: 9.5pt; font-family: Consolas; color: blue;"&gt;&amp;lt;/system.net&amp;gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Nov 2014 18:30:29 GMT</pubDate>
    <dc:creator>RandallWilliams</dc:creator>
    <dc:date>2014-11-04T18:30:29Z</dc:date>
    <item>
      <title>Test service of single machine in cluster</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/test-service-of-single-machine-in-cluster/m-p/292483#M11284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm curious if there is a way to test that a service is properly responding to requests on a single machine in a cluster?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We currently run ArcGIS 10.2.&amp;nbsp; We have 3 GIS servers in the default cluster, lets call them server 1, server 2, and server 3 for simplicity.&amp;nbsp; We have one server (server 4) that has the web adapter installed and handles all of the REST requests from our business system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have found instances where one of the servers would not be responding to requests.&amp;nbsp; If a request was sent to the web adapter server, the result could be good, or it could result in an error if the request was sent to the server that was not responding to requests.&amp;nbsp; Is there a way to send a request to one of the servers specifically to ensure it is responding?&amp;nbsp; My intentions are to develop some scripting tools to alert us when a service or server is not responding, allowing us to take the appropriate action.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Dennis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 14:17:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/test-service-of-single-machine-in-cluster/m-p/292483#M11284</guid>
      <dc:creator>DennisKopp</dc:creator>
      <dc:date>2014-10-28T14:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: Test service of single machine in cluster</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/test-service-of-single-machine-in-cluster/m-p/292484#M11285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;I'm not sure if this suggestion will be helpful, but I'd investigate this by modifying the web.config to route the web adaptor traffic through a proxy and run a tool like Fiddler (&lt;A href="http://fiddler2.com/"&gt;http://fiddler2.com&lt;/A&gt;). Point the proxy to the machine running fiddler and specify the proxy port as 8888. You can then see how the web adaptor is proxying traffic like this example. Put this under the system.net element.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;defaultProxy&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;proxy&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; usesystemdefault="true"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; proxyaddress=&lt;A href="http://localhost:8888/"&gt;http://localhost:8888&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bypassonlocal="true"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/defaultProxy&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 19:52:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/test-service-of-single-machine-in-cluster/m-p/292484#M11285</guid>
      <dc:creator>RandallWilliams</dc:creator>
      <dc:date>2014-10-29T19:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: Test service of single machine in cluster</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/test-service-of-single-machine-in-cluster/m-p/292485#M11286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Randall,&lt;/P&gt;&lt;P&gt;Thanks for the suggestion.&amp;nbsp; It seems a little out of my wheelhouse, can I trouble you for a bit more information on how I could accomplish this?&amp;nbsp; I took a look at the web.config file, but I didn't see a system.net element.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 18:19:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/test-service-of-single-machine-in-cluster/m-p/292485#M11286</guid>
      <dc:creator>DennisKopp</dc:creator>
      <dc:date>2014-11-04T18:19:44Z</dc:date>
    </item>
    <item>
      <title>Re: Test service of single machine in cluster</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/test-service-of-single-machine-in-cluster/m-p/292486#M11287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Apologies, you can add this element to the web.config if it doesn't already exist.:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-left: .25in;"&gt;&lt;SPAN style="font-size: 9.5pt; font-family: Consolas; color: blue;"&gt;&amp;lt;system.net&amp;gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.5pt; font-family: Consolas; color: blue;"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; font-family: Consolas; color: #a31515;"&gt;defaultProxy&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; font-family: Consolas; color: blue;"&gt;&amp;gt;&lt;BR /&gt; &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; font-family: Consolas; color: #a31515;"&gt;proxy&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.5pt; font-family: Consolas; color: red;"&gt;autoDetect&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; font-family: Consolas; color: blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; font-family: Consolas;"&gt;"&lt;SPAN style="color: blue;"&gt;false&lt;/SPAN&gt;" &lt;SPAN style="color: red;"&gt;bypassonlocal&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;=&lt;/SPAN&gt;"&lt;SPAN style="color: blue;"&gt;false&lt;/SPAN&gt;" &lt;SPAN style="color: red;"&gt;proxyaddress&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;=&lt;/SPAN&gt;"&lt;SPAN style="color: blue;"&gt;&lt;A href="http://127.0.0.1:8888/"&gt;http://127.0.0.1:8888&lt;/A&gt;&lt;/SPAN&gt;" &lt;SPAN style="color: red;"&gt;usesystemdefault&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;=&lt;/SPAN&gt;"&lt;SPAN style="color: blue;"&gt;false&lt;/SPAN&gt;"&lt;SPAN style="color: blue;"&gt; /&amp;gt;&lt;BR /&gt; &amp;lt;/&lt;/SPAN&gt;&lt;SPAN style="color: #a31515;"&gt;defaultProxy&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: .25in;"&gt;&lt;SPAN style="font-size: 9.5pt; font-family: Consolas; color: blue;"&gt;&amp;lt;/system.net&amp;gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 18:30:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/test-service-of-single-machine-in-cluster/m-p/292486#M11287</guid>
      <dc:creator>RandallWilliams</dc:creator>
      <dc:date>2014-11-04T18:30:29Z</dc:date>
    </item>
  </channel>
</rss>

