<?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 a single instance of ArcGIS Server perform multiple roles? in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/can-a-single-instance-of-arcgis-server-perform/m-p/1191605#M33482</link>
    <description>&lt;P&gt;Yes, and this looks like yet another approach! Based on the complexity of&amp;nbsp; running a notebook server I'd probably go for running a scheduled task on a desktop machine as the best answer here.'&lt;/P&gt;&lt;P&gt;The workflow of developing your script using arcpy/Pro and then deploying the scheduled task off the same machine is probably easier than any server based notebook approach.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 12 Jul 2022 16:31:31 GMT</pubDate>
    <dc:creator>Brian_Wilson</dc:creator>
    <dc:date>2022-07-12T16:31:31Z</dc:date>
    <item>
      <title>Can a single instance of ArcGIS Server perform multiple roles?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/can-a-single-instance-of-arcgis-server-perform/m-p/1191399#M33472</link>
      <description>&lt;P&gt;So, I'm fairly certain the answer to this is no, but maybe I'm wrong. Wouldn't be the first time, won't be the last.&lt;/P&gt;&lt;P&gt;I have a requirement that could be easily met using Notebook server to execute a wee python script on a scheduled basis.&amp;nbsp; This one requirement does not merit standing up and (more importantly) licensing&amp;nbsp; a new ArcGIS Server, just to run this script.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;So, is it possible to add the Notebook Server role to my existing ArcGIS Server (Map Server)?&amp;nbsp; If so, does this require its own license?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jul 2022 23:54:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/can-a-single-instance-of-arcgis-server-perform/m-p/1191399#M33472</guid>
      <dc:creator>JonSwoveland</dc:creator>
      <dc:date>2022-07-11T23:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: Can a single instance of ArcGIS Server perform multiple roles?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/can-a-single-instance-of-arcgis-server-perform/m-p/1191465#M33474</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;no unfortunately the Notebook license is a dedicated role with a dedicated Site, it cannot be combined with a GIS Server.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Virgilio&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jul 2022 08:58:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/can-a-single-instance-of-arcgis-server-perform/m-p/1191465#M33474</guid>
      <dc:creator>Oiligriv</dc:creator>
      <dc:date>2022-07-12T08:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: Can a single instance of ArcGIS Server perform multiple roles?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/can-a-single-instance-of-arcgis-server-perform/m-p/1191553#M33476</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/95537"&gt;@JonSwoveland&lt;/a&gt;&amp;nbsp;you should be able to install Notebook Server with an existing ArcGIS Server instance, though it is usually not recommended.&lt;/P&gt;&lt;P&gt;Instead, though, you could schedule the script to run from a machine that has ArcGIS Pro or ArcGIS Server installed.&amp;nbsp; Take a look at the following &lt;A href="https://community.esri.com/t5/python-documents/schedule-a-python-script-using-windows-task/ta-p/915861" target="_self"&gt;document&lt;/A&gt; for more details.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jul 2022 14:31:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/can-a-single-instance-of-arcgis-server-perform/m-p/1191553#M33476</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2022-07-12T14:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: Can a single instance of ArcGIS Server perform multiple roles?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/can-a-single-instance-of-arcgis-server-perform/m-p/1191598#M33478</link>
      <description>&lt;P&gt;This is intriguing. When I first saw there was a product called "Notebook Server" I scoffed. "Notebooks", I said,&amp;nbsp;"are for running 5 lines of code when testing and building real tools. Not for servers."&lt;/P&gt;&lt;P&gt;Then I started thinking, maybe they are the Gateway Drug to get my very smart non-programmer colleagues to take on some of those tiny tasks that I currently do for them with scripts. I can spend my time teaching them instead of doing the work for them!! MUCH more fun.&lt;/P&gt;&lt;P&gt;Nothing wrong with running 5 lines of code on a server, is there? If it gets the job done.&lt;/P&gt;&lt;P&gt;But it sounds like it's probably EXPENSIVE, and if it has to run on a separate machine, BULKY.&amp;nbsp; It looks like it's a completely separate Java app. Huh. The install guide and system requirements say that it only runs on Linux and that it runs Dockers.&amp;nbsp; Then below it says you can deploy it on Azure in a Windows machine. Huh?&lt;/P&gt;&lt;P&gt;I bet they spawn a Docker container for each notebook.&lt;/P&gt;&lt;P&gt;You have a wee script. This is where I usually back away slowly from Notebook Server saying "run it from the command line" or "let me do that for you". Expensive and very bulky approach to give my users the ability to run wee scripts. Still and all, what ELSE could work? We're small, and what else can I give them?&lt;/P&gt;&lt;P&gt;What could we do with this?? &lt;A href="https://jupyter.org/hub" target="_blank"&gt;https://jupyter.org/hub&lt;/A&gt;&amp;nbsp;Anything at all? Hmmm...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jul 2022 16:19:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/can-a-single-instance-of-arcgis-server-perform/m-p/1191598#M33478</guid>
      <dc:creator>Brian_Wilson</dc:creator>
      <dc:date>2022-07-12T16:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: Can a single instance of ArcGIS Server perform multiple roles?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/can-a-single-instance-of-arcgis-server-perform/m-p/1191599#M33479</link>
      <description>&lt;P&gt;Thanks for the reply!&amp;nbsp; So, does this mean one license pack is sufficient for both?&lt;BR /&gt;I have done the scheduled-python script approach before, and that is likely the way I'll go here. I'm just trying to wrap my head around the options available.&amp;nbsp; &amp;nbsp;The nice thing about the Notebook server approach is it alleviates the licensing headaches that come with running arcpy scripts from the command-line.&amp;nbsp; All the scheduled-scripts I've done in the past have been dependent on a connection to the License Manager.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jul 2022 16:20:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/can-a-single-instance-of-arcgis-server-perform/m-p/1191599#M33479</guid>
      <dc:creator>JonSwoveland</dc:creator>
      <dc:date>2022-07-12T16:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: Can a single instance of ArcGIS Server perform multiple roles?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/can-a-single-instance-of-arcgis-server-perform/m-p/1191601#M33480</link>
      <description>&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;Unfortunately I've now got two responses with contradictory information.&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;¯\_(ツ)_/¯&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jul 2022 16:21:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/can-a-single-instance-of-arcgis-server-perform/m-p/1191601#M33480</guid>
      <dc:creator>JonSwoveland</dc:creator>
      <dc:date>2022-07-12T16:21:37Z</dc:date>
    </item>
    <item>
      <title>Re: Can a single instance of ArcGIS Server perform multiple roles?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/can-a-single-instance-of-arcgis-server-perform/m-p/1191602#M33481</link>
      <description>&lt;P&gt;So how much $ is Notebook Server anyway??&lt;/P&gt;&lt;P&gt;Sounds superoverengineered for me, whatever it costs. Like Windows when all I need is bash.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jul 2022 16:22:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/can-a-single-instance-of-arcgis-server-perform/m-p/1191602#M33481</guid>
      <dc:creator>Brian_Wilson</dc:creator>
      <dc:date>2022-07-12T16:22:05Z</dc:date>
    </item>
    <item>
      <title>Re: Can a single instance of ArcGIS Server perform multiple roles?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/can-a-single-instance-of-arcgis-server-perform/m-p/1191605#M33482</link>
      <description>&lt;P&gt;Yes, and this looks like yet another approach! Based on the complexity of&amp;nbsp; running a notebook server I'd probably go for running a scheduled task on a desktop machine as the best answer here.'&lt;/P&gt;&lt;P&gt;The workflow of developing your script using arcpy/Pro and then deploying the scheduled task off the same machine is probably easier than any server based notebook approach.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jul 2022 16:31:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/can-a-single-instance-of-arcgis-server-perform/m-p/1191605#M33482</guid>
      <dc:creator>Brian_Wilson</dc:creator>
      <dc:date>2022-07-12T16:31:31Z</dc:date>
    </item>
    <item>
      <title>Re: Can a single instance of ArcGIS Server perform multiple roles?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/can-a-single-instance-of-arcgis-server-perform/m-p/1191608#M33483</link>
      <description>&lt;P&gt;You raise some good points for consideration.&amp;nbsp; I honestly had not considered how the Notebook Server capabilities have been implemented.&amp;nbsp; It could be they get packaged into a geoprocessing task.&lt;BR /&gt;For context, the specific "wee script" I have in this case is to&amp;nbsp; &amp;nbsp;simply iterate over a Feature Class's features (all 100 or so of them), and update the "status" field, based on the timespan between Now() and the datetime in the feature's "LastInspected" field.&amp;nbsp; &amp;nbsp;There's a map service published with a layer representing these features, symbolized by status.&amp;nbsp; And before anyone suggests it, this is outside the context of&amp;nbsp; Web Maps, so Arcade Scripts are off the table.&lt;/P&gt;&lt;P&gt;Yes, this is simple to do via a Windows Scheduled task that runs a Python script. The point of my post is to learn more about the tools available. This isn't about providing other users the ability to run their own scripts.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jul 2022 16:36:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/can-a-single-instance-of-arcgis-server-perform/m-p/1191608#M33483</guid>
      <dc:creator>JonSwoveland</dc:creator>
      <dc:date>2022-07-12T16:36:29Z</dc:date>
    </item>
    <item>
      <title>Re: Can a single instance of ArcGIS Server perform multiple roles?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/can-a-single-instance-of-arcgis-server-perform/m-p/1191613#M33484</link>
      <description>&lt;P&gt;"&lt;SPAN&gt;The point of my post is to learn more about the tools available." &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;That's why I'm here too. I just learned a ton about notebook servers, thank you very much. Been meaning to do that for a few months.&lt;/P&gt;&lt;P&gt;"&lt;SPAN&gt;This isn't about providing other users the ability to run their own scripts."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Right, I'm only thinking about my own team! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I hope to retire soon and I want to set up things they can actually use for &lt;EM&gt;years&lt;/EM&gt; after I leave! My fear is they won't let me go otherwise!!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jul 2022 16:41:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/can-a-single-instance-of-arcgis-server-perform/m-p/1191613#M33484</guid>
      <dc:creator>Brian_Wilson</dc:creator>
      <dc:date>2022-07-12T16:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: Can a single instance of ArcGIS Server perform multiple roles?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/can-a-single-instance-of-arcgis-server-perform/m-p/1264082#M35294</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/10527"&gt;@JakeSkinner&lt;/a&gt;&amp;nbsp; I have this same need. We currently have:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;An AGS designated as a Hosting Server, holding a Datastore.&lt;/LI&gt;&lt;LI&gt;An AGS not designated as any role, but used to publish our RDBMS based services.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;If I designate #2 as a dedicated NoteBook Server and give it it's own Web Adaptor does that prevent it also being used in its current capacity?&lt;/P&gt;</description>
      <pubDate>Fri, 03 Mar 2023 17:41:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/can-a-single-instance-of-arcgis-server-perform/m-p/1264082#M35294</guid>
      <dc:creator>ahargreaves_FW</dc:creator>
      <dc:date>2023-03-03T17:41:45Z</dc:date>
    </item>
    <item>
      <title>Re: Can a single instance of ArcGIS Server perform multiple roles?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/can-a-single-instance-of-arcgis-server-perform/m-p/1264101#M35296</link>
      <description>&lt;P&gt;&lt;SPAN&gt;If I designate #2 as a dedicated NoteBook Server and give it it's own Web Adaptor does that prevent it also being used in its current capacity?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;No, it will not prevent it being used as an ArcGIS Server instance used to host your referenced services.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Mar 2023 18:19:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/can-a-single-instance-of-arcgis-server-perform/m-p/1264101#M35296</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2023-03-03T18:19:39Z</dc:date>
    </item>
  </channel>
</rss>

