<?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 Enterprise DataStore Server Scripting Install in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/enterprise-datastore-server-scripting-install/m-p/1171535#M33089</link>
    <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DanielFuka_0-1651853586339.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/40789iD2604B27FD2438EC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DanielFuka_0-1651853586339.png" alt="DanielFuka_0-1651853586339.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Howdy Folks!&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;From scratch installations of Server, Portal, and DataStore, I can not get DataStore to authenticate… I get the mean ugly bang with:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;SPAN&gt;"Failed to validate the data store machine 'DATASTORE.VTUSDA.LAN'. 'Could not connect to the ArcGIS component at URL '&lt;A href="https://DATASTORE.VTUSDA.LAN:2443/arcgis/datastoreadmin/machines/DATASTORE.VTUSDA.LAN/validate" target="_blank" rel="noopener"&gt;https://DATASTORE.VTUSDA.LAN:2443/arcgis/datastoreadmin/machines/DATASTORE.VTUSDA.LAN/validate&lt;/A&gt;'. The ArcGIS component on that machine may not be running or the machine may not be reachable at this time.Error: DATASTORE.VTUSDA.LAN: Name or service not known'" in the server log.&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;About the servers:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;SPAN&gt;arcgis$ uname -a&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;SPAN&gt;Linux datastore … x86_64 x86_64 x86_64 GNU/Linux&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;SPAN&gt;arcgis$ cat /etc/issue&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;SPAN&gt;Ubuntu 20.04.4 LTS&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;To the best of my reading and following the installation documentation, I am following the documentation as best I understand, though I must be missing something. Server and Portal are installed on the same machine silently, DataStore was set up on the same network as a separate machine as Spatiotemporal. No certificates have been dealt with since this is an install on a private network. Validation also fails for a DataStore set up as relational. Setting up both, I followed the documented and error requested updates to:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;SPAN&gt;datastore/framework/etc/scripts/arcgisdatastore.service&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;SPAN&gt;and :&lt;/SPAN&gt;&lt;SPAN&gt;arcgis$ echo `sysctl vm.swappiness`,`sysctl vm.max_map_count`&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;SPAN&gt;vm.swappiness = 1,vm.max_map_count = 262144&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;SPAN&gt;arcgis$ sudo systemctl stop arcgisdatastore.service;sudo systemctl start arcgisdatastore.service;sudo systemctl status arcgisdatastore.service&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;SPAN&gt;arcgisdatastore.service - ArcGIS Data Store Service&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Loaded: loaded (/etc/systemd/system/arcgisdatastore.service, enabled)&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Active: active (running)&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Diagnostics: tcpdump shows communication happening between the server/portal and datastore without limitation. netstat shows ports listening and connecting between the two servers.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;From Server:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;SPAN&gt;/home/arcgis/server/tools/createsite/createsite.sh -u siteadmin -p siteadmin12&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;SPAN&gt;…&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;SPAN&gt;You will be able to access ArcGIS Server Manager by navigating to&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;SPAN&gt;&lt;A href="https://servport.vtusda.lan:6443/arcgis/manager" target="_blank" rel="noopener"&gt;https://servport.vtusda.lan:6443/arcgis/manager&lt;/A&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;SPAN&gt;The createsite utility completed successfully.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;___end From Server&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;From Portal:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;SPAN&gt;/home/arcgis/portal/tools/createportal/createportal.sh -fn D -ln F -u siteadmin -p siteadmin12 -e dfblah@vt.edu -qi 1 -qa DC -d /home/arcgis/portal/usr/arcgisportal -lf /home/arcgis/ArcGIS_Enterprise_Portal*.json&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;SPAN&gt;…&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;SPAN&gt;You may access the portal by navigating to:&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;SPAN&gt;&lt;A href="https://SERVPORT.VTUSDA.LAN:7443/arcgis/home" target="_blank" rel="noopener"&gt;https://SERVPORT.VTUSDA.LAN:7443/arcgis/home&lt;/A&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;SPAN&gt;The createportal utility completed successfully.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;___end From Portal&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;From: DataStore:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;SPAN&gt;/home/arcgis/datastore/tools/configuredatastore.sh servport.vtusda.lan siteadmin siteadmin12 /home/arcgis/datastore/usr/arcgisdatastore --stores spatiotemporal&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;SPAN&gt;…&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;SPAN&gt;Configuring data store....&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;SPAN&gt;Operation completed successfully.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;___end From Datastore&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 06 May 2022 20:39:19 GMT</pubDate>
    <dc:creator>DanielFuka</dc:creator>
    <dc:date>2022-05-06T20:39:19Z</dc:date>
    <item>
      <title>Enterprise DataStore Server Scripting Install</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/enterprise-datastore-server-scripting-install/m-p/1171535#M33089</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DanielFuka_0-1651853586339.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/40789iD2604B27FD2438EC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DanielFuka_0-1651853586339.png" alt="DanielFuka_0-1651853586339.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Howdy Folks!&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;From scratch installations of Server, Portal, and DataStore, I can not get DataStore to authenticate… I get the mean ugly bang with:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;SPAN&gt;"Failed to validate the data store machine 'DATASTORE.VTUSDA.LAN'. 'Could not connect to the ArcGIS component at URL '&lt;A href="https://DATASTORE.VTUSDA.LAN:2443/arcgis/datastoreadmin/machines/DATASTORE.VTUSDA.LAN/validate" target="_blank" rel="noopener"&gt;https://DATASTORE.VTUSDA.LAN:2443/arcgis/datastoreadmin/machines/DATASTORE.VTUSDA.LAN/validate&lt;/A&gt;'. The ArcGIS component on that machine may not be running or the machine may not be reachable at this time.Error: DATASTORE.VTUSDA.LAN: Name or service not known'" in the server log.&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;About the servers:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;SPAN&gt;arcgis$ uname -a&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;SPAN&gt;Linux datastore … x86_64 x86_64 x86_64 GNU/Linux&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;SPAN&gt;arcgis$ cat /etc/issue&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;SPAN&gt;Ubuntu 20.04.4 LTS&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;To the best of my reading and following the installation documentation, I am following the documentation as best I understand, though I must be missing something. Server and Portal are installed on the same machine silently, DataStore was set up on the same network as a separate machine as Spatiotemporal. No certificates have been dealt with since this is an install on a private network. Validation also fails for a DataStore set up as relational. Setting up both, I followed the documented and error requested updates to:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;SPAN&gt;datastore/framework/etc/scripts/arcgisdatastore.service&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;SPAN&gt;and :&lt;/SPAN&gt;&lt;SPAN&gt;arcgis$ echo `sysctl vm.swappiness`,`sysctl vm.max_map_count`&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;SPAN&gt;vm.swappiness = 1,vm.max_map_count = 262144&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;SPAN&gt;arcgis$ sudo systemctl stop arcgisdatastore.service;sudo systemctl start arcgisdatastore.service;sudo systemctl status arcgisdatastore.service&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;SPAN&gt;arcgisdatastore.service - ArcGIS Data Store Service&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Loaded: loaded (/etc/systemd/system/arcgisdatastore.service, enabled)&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Active: active (running)&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Diagnostics: tcpdump shows communication happening between the server/portal and datastore without limitation. netstat shows ports listening and connecting between the two servers.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;From Server:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;SPAN&gt;/home/arcgis/server/tools/createsite/createsite.sh -u siteadmin -p siteadmin12&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;SPAN&gt;…&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;SPAN&gt;You will be able to access ArcGIS Server Manager by navigating to&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;SPAN&gt;&lt;A href="https://servport.vtusda.lan:6443/arcgis/manager" target="_blank" rel="noopener"&gt;https://servport.vtusda.lan:6443/arcgis/manager&lt;/A&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;SPAN&gt;The createsite utility completed successfully.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;___end From Server&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;From Portal:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;SPAN&gt;/home/arcgis/portal/tools/createportal/createportal.sh -fn D -ln F -u siteadmin -p siteadmin12 -e dfblah@vt.edu -qi 1 -qa DC -d /home/arcgis/portal/usr/arcgisportal -lf /home/arcgis/ArcGIS_Enterprise_Portal*.json&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;SPAN&gt;…&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;SPAN&gt;You may access the portal by navigating to:&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;SPAN&gt;&lt;A href="https://SERVPORT.VTUSDA.LAN:7443/arcgis/home" target="_blank" rel="noopener"&gt;https://SERVPORT.VTUSDA.LAN:7443/arcgis/home&lt;/A&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;SPAN&gt;The createportal utility completed successfully.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;___end From Portal&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;From: DataStore:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;SPAN&gt;/home/arcgis/datastore/tools/configuredatastore.sh servport.vtusda.lan siteadmin siteadmin12 /home/arcgis/datastore/usr/arcgisdatastore --stores spatiotemporal&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;SPAN&gt;…&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;SPAN&gt;Configuring data store....&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;SPAN&gt;Operation completed successfully.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;___end From Datastore&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 May 2022 20:39:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/enterprise-datastore-server-scripting-install/m-p/1171535#M33089</guid>
      <dc:creator>DanielFuka</dc:creator>
      <dc:date>2022-05-06T20:39:19Z</dc:date>
    </item>
  </channel>
</rss>

