<?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: Server hardware scenarios for ArcGIS Server Enterprise/Standard, in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/server-hardware-scenarios-for-arcgis-server/m-p/375343#M14527</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Jamal,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Maybe others will join-in with more concrete recommendations, but in general, questions like these can be hard to answer without detailed knowledge of the type of data and services you would like implement. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;One thing though, I can imagine the two server setup with data for the webservices being directly accessed from another server, causing issues with network traffic. You may wish to replicate the database to a second child database on the webserver.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In general though, having a two server setup, with one server being "production", and a second server doing the task of the "webserver", this last one best located within a so-called "demilitarized zone" inbetween two - preferably hardware based - firewalls, is a recommended approach.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You may find the resources on this ESRI page useful though in making strategic decisions about your system design:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;System Design Strategies Preface&lt;/STRONG&gt;&lt;BR /&gt;&lt;A href="http://wiki.gis.com/wiki/index.php/System_Design_Strategies_Preface"&gt;http://wiki.gis.com/wiki/index.php/System_Design_Strategies_Preface&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 May 2013 18:39:04 GMT</pubDate>
    <dc:creator>MarcoBoeringa</dc:creator>
    <dc:date>2013-05-29T18:39:04Z</dc:date>
    <item>
      <title>Server hardware scenarios for ArcGIS Server Enterprise/Standard,</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/server-hardware-scenarios-for-arcgis-server/m-p/375342#M14526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Server hardware scenarios for ArcGIS Server Enterprise/Standard,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We got one license for ArcGIS server (Enterprise/Standard). The ArcGIS Server is deployed on a server machine where enterprise data (Arcsde/SQL server) is shared by multiusers (editiors + viewers) and data (mxd, tbx, iamges, etc) is published. Web applications are built also to read their URLs from this server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Facts:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;??? The concurrent database editors might reach 17&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;??? The concurrent database viewers might reach 30&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;??? The concurrent data (mxd, tbx, images, etc.) publishers might reach 10&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;??? The concurrent users who might access the web applications might reach 500 &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Which scenario might be the best?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. To purchase ONE high capacity server in terms of CPU (cores) and RAM to serve (17 editors, 30 viewers, 10 publishers, 500 viewers of the web application)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Or to purchase TWO regular servers (in terms of CPU and Ram capacity): &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;o one server for database: to serve 17 concurrent editors + 30 concurrent viewers+ 10 concurrent publishers&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;o and another one to accommodate the web applications (these applications are still taking their URLs from server one) that to be concurrently accessed by 500 users. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jamal&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 May 2013 17:49:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/server-hardware-scenarios-for-arcgis-server/m-p/375342#M14526</guid>
      <dc:creator>JamalNUMAN</dc:creator>
      <dc:date>2013-05-29T17:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: Server hardware scenarios for ArcGIS Server Enterprise/Standard,</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/server-hardware-scenarios-for-arcgis-server/m-p/375343#M14527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Jamal,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Maybe others will join-in with more concrete recommendations, but in general, questions like these can be hard to answer without detailed knowledge of the type of data and services you would like implement. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;One thing though, I can imagine the two server setup with data for the webservices being directly accessed from another server, causing issues with network traffic. You may wish to replicate the database to a second child database on the webserver.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In general though, having a two server setup, with one server being "production", and a second server doing the task of the "webserver", this last one best located within a so-called "demilitarized zone" inbetween two - preferably hardware based - firewalls, is a recommended approach.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You may find the resources on this ESRI page useful though in making strategic decisions about your system design:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;System Design Strategies Preface&lt;/STRONG&gt;&lt;BR /&gt;&lt;A href="http://wiki.gis.com/wiki/index.php/System_Design_Strategies_Preface"&gt;http://wiki.gis.com/wiki/index.php/System_Design_Strategies_Preface&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 May 2013 18:39:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/server-hardware-scenarios-for-arcgis-server/m-p/375343#M14527</guid>
      <dc:creator>MarcoBoeringa</dc:creator>
      <dc:date>2013-05-29T18:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: Server hardware scenarios for ArcGIS Server Enterprise/Standard,</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/server-hardware-scenarios-for-arcgis-server/m-p/375344#M14528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Jamal,&lt;BR /&gt;&lt;BR /&gt;Maybe others will join-in with more concrete recommendations, but in general, questions like these can be hard to answer without detailed knowledge of the type of data and services you would like implement. &lt;BR /&gt;&lt;BR /&gt;One thing though, I can imagine the two server setup with data for the webservices being directly accessed from another server, causing issues with network traffic. You may wish to replicate the database to a second child database on the webserver.&lt;BR /&gt;&lt;BR /&gt;In general though, having a two server setup, with one server being "production", and a second server doing the task of the "webserver", this last one best located within a so-called "demilitarized zone" inbetween two - preferably hardware based - firewalls, is a recommended approach.&lt;BR /&gt;&lt;BR /&gt;You may find the resources on this ESRI page useful though in making strategic decisions about your system design:&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;System Design Strategies Preface&lt;/STRONG&gt;&lt;BR /&gt;&lt;A href="http://wiki.gis.com/wiki/index.php/System_Design_Strategies_Preface"&gt;http://wiki.gis.com/wiki/index.php/System_Design_Strategies_Preface&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Very much appreciated Marco. The answer you have provided is very useful and the link as well&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jamal&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 May 2013 19:33:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/server-hardware-scenarios-for-arcgis-server/m-p/375344#M14528</guid>
      <dc:creator>JamalNUMAN</dc:creator>
      <dc:date>2013-05-29T19:33:24Z</dc:date>
    </item>
  </channel>
</rss>

