<?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: Can CHEF be used for a mutli-server, Enterprise base deployment? in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/can-chef-be-used-for-a-mutli-server-enterprise/m-p/486198#M18837</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am still working through the mountain of information out there pertaining to CHEF and its related Cookbook Recipes for ESRI products as well as others.&amp;nbsp; Ran into one issue that I may not be able to get around.&amp;nbsp; CHEF self-hosted server only is available on Linux based OS platforms.&amp;nbsp; For our test environment this is not an issue but for production IT will&amp;nbsp;only allow windows based systems and approved applications.&amp;nbsp; Production also is running in an isolated environment, so no internet for a web based configuration from CHEF hosted servers.&amp;nbsp; Any other suggestions for running CHEF in a windows only environment?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 03 Mar 2019 22:43:36 GMT</pubDate>
    <dc:creator>LanceCole</dc:creator>
    <dc:date>2019-03-03T22:43:36Z</dc:date>
    <item>
      <title>Can CHEF be used for a mutli-server, Enterprise base deployment?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/can-chef-be-used-for-a-mutli-server-enterprise/m-p/486195#M18834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are getting ready to move our Enterprise test environment to production and at the time we set up the test environment you could not use &lt;A href="https://esri.github.io/arcgis-cookbook/"&gt;CHEF&lt;/A&gt;&amp;nbsp;to deploy to multi-servers for the base instalation.&amp;nbsp; Many current ESRI videos reference the ability to do this but I can only find &lt;A href="https://github.com/Esri/arcgis-cookbook/wiki/Automate-a-multi-machine-ArcGIS-Enterprise-deployment-on-Windows-using-Chef-Server"&gt;examples&lt;/A&gt; for a single server, base deployment with add-on additional GIS servers.&amp;nbsp; Has anyone performed a mutli-server deployment using CHEF for the base deployment?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our deployment will be along the lines of the following on our Intranet:&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;IIS-01 - IIS, Web Adapters and Portal&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;GIS-01 - ArcGIS Server&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;GIS-02 - 2nd ArcGIS Server&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;GIS-03 - Image Server&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;GDS-01 - Data Store&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;GFS-01 - File Server&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;SQL-01 - Enterprise Geodatabase&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Feb 2019 22:48:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/can-chef-be-used-for-a-mutli-server-enterprise/m-p/486195#M18834</guid>
      <dc:creator>LanceCole</dc:creator>
      <dc:date>2019-02-23T22:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: Can CHEF be used for a mutli-server, Enterprise base deployment?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/can-chef-be-used-for-a-mutli-server-enterprise/m-p/486196#M18835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Additional info: I did find the link below with some additional details pertaining to modifying the CHEF recipies for single system deployment. &amp;nbsp;So it does appear this is a possibility. I do have a request in to my ESRI rep and support engineer. &amp;nbsp;Have not put in a support ticket yet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;A class="link-titled" href="http://proceedings.esri.com/library/userconf/proc17/tech-workshops/tw_679-456.pdf" title="http://proceedings.esri.com/library/userconf/proc17/tech-workshops/tw_679-456.pdf"&gt;http://proceedings.esri.com/library/userconf/proc17/tech-workshops/tw_679-456.pdf&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Feb 2019 17:46:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/can-chef-be-used-for-a-mutli-server-enterprise/m-p/486196#M18835</guid>
      <dc:creator>LanceCole</dc:creator>
      <dc:date>2019-02-24T17:46:06Z</dc:date>
    </item>
    <item>
      <title>Re: Can CHEF be used for a mutli-server, Enterprise base deployment?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/can-chef-be-used-for-a-mutli-server-enterprise/m-p/486197#M18836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Totally doable, all it would be is slicing and dicing of recipes to install the desired component on the target system. This is pretty common in fact, the only single-machine chef deployments I've done have been for development/testing purposes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can get a little dicey keeping track of what parameters go with that recipe and so on. I would recommend using only the parameters required for the specific recipes you use for each target. Chef recipes and what parameters&amp;nbsp;they use (and their default values) here:&amp;nbsp;&lt;A class="link-titled" href="https://github.com/Esri/arcgis-cookbook/wiki/arcgis%E2%80%90enterprise-Cookbook-Recipes" title="https://github.com/Esri/arcgis-cookbook/wiki/arcgis%E2%80%90enterprise-Cookbook-Recipes"&gt;arcgis‐enterprise Cookbook Recipes&lt;/A&gt;&amp;nbsp; and IS here&amp;nbsp;&lt;A class="link-titled" href="https://github.com/Esri/arcgis-cookbook/wiki/esri%E2%80%90iis-Cookbook-Recipes" title="https://github.com/Esri/arcgis-cookbook/wiki/esri%E2%80%90iis-Cookbook-Recipes"&gt;esri‐iis Cookbook Recipes&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For&amp;nbsp;example, on your "IIS-01" machine your Chef script/recipe might resemble this&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;"run_list":[&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;"recipe[arcgis-enterprise::system]",&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;"recipe[esri-iis]",&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;"recipe[arcgis-enterprise::portal]",&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;"recipe[arcgis-enterprise::portal_wa]"&lt;BR /&gt; ]&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Hope that helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Feb 2019 19:25:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/can-chef-be-used-for-a-mutli-server-enterprise/m-p/486197#M18836</guid>
      <dc:creator>BillBott</dc:creator>
      <dc:date>2019-02-24T19:25:37Z</dc:date>
    </item>
    <item>
      <title>Re: Can CHEF be used for a mutli-server, Enterprise base deployment?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/can-chef-be-used-for-a-mutli-server-enterprise/m-p/486198#M18837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am still working through the mountain of information out there pertaining to CHEF and its related Cookbook Recipes for ESRI products as well as others.&amp;nbsp; Ran into one issue that I may not be able to get around.&amp;nbsp; CHEF self-hosted server only is available on Linux based OS platforms.&amp;nbsp; For our test environment this is not an issue but for production IT will&amp;nbsp;only allow windows based systems and approved applications.&amp;nbsp; Production also is running in an isolated environment, so no internet for a web based configuration from CHEF hosted servers.&amp;nbsp; Any other suggestions for running CHEF in a windows only environment?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Mar 2019 22:43:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/can-chef-be-used-for-a-mutli-server-enterprise/m-p/486198#M18837</guid>
      <dc:creator>LanceCole</dc:creator>
      <dc:date>2019-03-03T22:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: Can CHEF be used for a mutli-server, Enterprise base deployment?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/can-chef-be-used-for-a-mutli-server-enterprise/m-p/486199#M18838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lance - yes, there is quite a bit out there and all may not apply to you, depending on your requirements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, Chef Server is&amp;nbsp;UNIX&amp;nbsp;only and limited to 5 machines before you have to start writing checks. However, you may not need it - I've never used it and have done&amp;nbsp;hundreds of enterprise installations with free unlimited use of the Chef client. Chef Server does look pretty slick though. Unfortuantely, if you have been watching the videos&amp;nbsp;all you will likely see is demos of Chef Server...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chef Server is best for...&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Setting up and tearing down dozens of ArcGIS Enterprise installations routinely&lt;/LI&gt;&lt;LI&gt;Organizations that have a sustainable supply of resources (people, equipment) to install, configure and maintain Chef Server, recipes&lt;/LI&gt;&lt;LI&gt;Organizations familiar with automated installation tools, like Ansible&amp;nbsp;&lt;A class="link-titled" href="https://www.ansible.com/" title="https://www.ansible.com/"&gt;Ansible is Simple IT Automation&lt;/A&gt;&amp;nbsp;)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chef Client is best for...&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Automating semi-frequent, but not routine&amp;nbsp;installations of ArcGIS Enterprise&lt;/LI&gt;&lt;LI&gt;Deploying N-tier system architectures&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Personnel with some scripting experience&amp;nbsp; (even a DOS batch script counts)&lt;/LI&gt;&lt;LI&gt;People who have better things to do than click through installers. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;My advice would be to kick the tires on the Chef Client on a machine. Head over to the wiki on github and go through the&amp;nbsp;&lt;A class="link-titled" href="https://github.com/Esri/arcgis-cookbook/wiki/Deploy-a-full-stack-ArcGIS-Enterprise-on-a-single-machine" title="https://github.com/Esri/arcgis-cookbook/wiki/Deploy-a-full-stack-ArcGIS-Enterprise-on-a-single-machine"&gt;Deploy a full stack ArcGIS Enterprise on a single machine · Esri/arcgis-cookbook Wiki · GitHub&lt;/A&gt;&amp;nbsp; tutorial. Follow the directions, although I can see there is an error there about the version of Chef Client they support on the very first step&amp;nbsp; (it is&amp;nbsp;&lt;A class="link-titled" href="https://downloads.chef.io/chef/stable/13.9.4" title="https://downloads.chef.io/chef/stable/13.9.4"&gt;https://downloads.chef.io/chef/stable/13.9.4&lt;/A&gt;&amp;nbsp;&amp;nbsp;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Mar 2019 23:16:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/can-chef-be-used-for-a-mutli-server-enterprise/m-p/486199#M18838</guid>
      <dc:creator>BillBott</dc:creator>
      <dc:date>2019-03-03T23:16:33Z</dc:date>
    </item>
  </channel>
</rss>

