<?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: Failed to configure the server machine...not a local server machine in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/failed-to-configure-the-server-machine-not-a-local/m-p/305430#M11824</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Thanks, Justin. Those were good suggestions. Here are the results:&lt;BR /&gt;&lt;BR /&gt;I ran ipconfig /flushdns and it flushed successfully&lt;BR /&gt;I deleted the c:\arcgisserver directory and all of its contents&lt;BR /&gt;At the command prompt, hostname returned "phantom" (which is the name of my computer)&lt;BR /&gt;At the commend prompt, ping -a 127.0.0.1 returned a ping from "phantom"&lt;BR /&gt;&lt;BR /&gt;I am going to recreate the VM and not rename it to see if that makes a difference. That is the only thing I can think of at this point that was different from the Windows Server 2008 Data Server installation (I renamed the computer "hornet" after AGS was successfully installed and the site created.&lt;BR /&gt;&lt;BR /&gt;Thanks again for your help, I really appreciate it!&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the update. You could try to redo the VM if that is easy enough. One thing to note is that you should not be receiving the name of the server when running ping -a 127.0.0.1. It should return 'localhost' as a value. That tells me you are still having some kind of issue with name resolution. Anyway, I hope I helped a little bit. Please just repost if you have any questions-&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Justin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Apr 2013 18:17:02 GMT</pubDate>
    <dc:creator>JustinRodriguez</dc:creator>
    <dc:date>2013-04-25T18:17:02Z</dc:date>
    <item>
      <title>Failed to configure the server machine...not a local server machine</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/failed-to-configure-the-server-machine-not-a-local/m-p/305425#M11819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have successfully installed and authorized ArcGIS Server on a virtual machine (Windows Server 2012 Standard). When launching the ArcGIS Server Setup Wizard, I get an error: &lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;Failed to create the site. Failed to configure the server machine 'PHANTOM.LOCALDOMAIN'. Server machine 'PHANTOM.LOCALDOMAIN' is not a local server machine.&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This exact sequence of errors happened on another virtual machine (Windows 2008 Data Center...named hornet) and I resolved it by modifying my hosts file as follows:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;# localhost name resolution is handled within DNS itself. 127.0.0.1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; localhost ::1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; localhost 127.0.0.1 hornet 127.0.0.1 localhost.localdomain localhost 127.0.0.1 HORNET.LOCALDOMAIN&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This configuration (and one by one, commenting out all other lines) does not work on the Server 2012 VM. I have created a firewall rule to accept all connections on port 6080, given the ArcGIS Server OS account full permissions in the c:\arcgisserver folders, rebooted, verified that I have 10.1 licenses, uninstalled and reinstalled the entire program, but all to no avail. There must be some minor difference between Windows Server 2012 and Windows Server 2008 Data Center. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anyone see something I may be missing or should try? The forums were helpful, but I have exhausted all of the recommendations now. Thanks in advance!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Apr 2013 16:56:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/failed-to-configure-the-server-machine-not-a-local/m-p/305425#M11819</guid>
      <dc:creator>JimmyDobbins</dc:creator>
      <dc:date>2013-04-24T16:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to configure the server machine...not a local server machine</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/failed-to-configure-the-server-machine-not-a-local/m-p/305426#M11820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;I have successfully installed and authorized ArcGIS Server on a virtual machine (Windows Server 2012 Standard). When launching the ArcGIS Server Setup Wizard, I get an error: &lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;Failed to create the site. Failed to configure the server machine 'PHANTOM.LOCALDOMAIN'. Server machine 'PHANTOM.LOCALDOMAIN' is not a local server machine.&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;This exact sequence of errors happened on another virtual machine (Windows 2008 Data Center...named hornet) and I resolved it by modifying my hosts file as follows:&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
# localhost name resolution is handled within DNS itself.
127.0.0.1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; localhost
::1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; localhost
127.0.0.1 hornet
127.0.0.1 localhost.localdomain localhost
127.0.0.1 HORNET.LOCALDOMAIN
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;This configuration (and one by one, commenting out all other lines) does not work on the Server 2012 VM. I have created a firewall rule to accept all connections on port 6080, given the ArcGIS Server OS account full permissions in the c:\arcgisserver folders, rebooted, verified that I have 10.1 licenses, uninstalled and reinstalled the entire program, but all to no avail. There must be some minor difference between Windows Server 2012 and Windows Server 2008 Data Center. &lt;BR /&gt;&lt;BR /&gt;Does anyone see something I may be missing or should try? The forums were helpful, but I have exhausted all of the recommendations now. Thanks in advance!&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Make your etc/hosts say this: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;127.0.0.1&amp;nbsp;&amp;nbsp;&amp;nbsp; localhost&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;All the rest of the stuff in there is probably causing an issue. In general, you should have IP Addresses that repeat there. All you should need is that entry. Thanks-&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 14:37:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/failed-to-configure-the-server-machine-not-a-local/m-p/305426#M11820</guid>
      <dc:creator>JustinRodriguez</dc:creator>
      <dc:date>2021-12-11T14:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to configure the server machine...not a local server machine</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/failed-to-configure-the-server-machine-not-a-local/m-p/305427#M11821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the response. I tried with just "127.0.0.1 localhost" in the hosts file and got the same error message.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]23760[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have gotten ArcGIS Server installed and a site created on Windows Server 2012 before, but it was a physical machine, not a virtual machine like I am trying now. On that machine there are no entries in the hosts file (DNS handles it), so I tried that on the VM with no success. Looks like I might just be forced to stick with Windows Server 2008 Data Center.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyone know of any other suggestions? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Apr 2013 13:20:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/failed-to-configure-the-server-machine-not-a-local/m-p/305427#M11821</guid>
      <dc:creator>JimmyDobbins</dc:creator>
      <dc:date>2013-04-25T13:20:57Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to configure the server machine...not a local server machine</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/failed-to-configure-the-server-machine-not-a-local/m-p/305428#M11822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Thanks for the response. I tried with just "127.0.0.1 localhost" in the hosts file and got the same error message.&lt;BR /&gt;[ATTACH=CONFIG]23760[/ATTACH]&lt;BR /&gt;&lt;BR /&gt;I have gotten ArcGIS Server installed and a site created on Windows Server 2012 before, but it was a physical machine, not a virtual machine like I am trying now. On that machine there are no entries in the hosts file (DNS handles it), so I tried that on the VM with no success. Looks like I might just be forced to stick with Windows Server 2008 Data Center.&lt;BR /&gt;&lt;BR /&gt;Anyone know of any other suggestions? &lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In the error it is stating that it thinks the name of your computer is phantom.localdomain. I am guessing that is not the name of your server. That is the problem you need to fix. If name resolution doesn't work, the site will not create correctly. From your previous post, we can determine you at least had your etc/hosts files set up incorrectly. Perhaps you should delete the agsserver folder, run an ipconfig /flushdns and check the "hostname" in cmd. I would also run a ping -a 127.0.0.1 to see if it is returning the expected value of local host. Good luck-&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Justin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Apr 2013 15:34:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/failed-to-configure-the-server-machine-not-a-local/m-p/305428#M11822</guid>
      <dc:creator>JustinRodriguez</dc:creator>
      <dc:date>2013-04-25T15:34:52Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to configure the server machine...not a local server machine</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/failed-to-configure-the-server-machine-not-a-local/m-p/305429#M11823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks, Justin. Those were good suggestions. Here are the results:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I ran ipconfig /flushdns and it flushed successfully&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I deleted the c:\arcgisserver directory and all of its contents&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;At the command prompt, hostname returned "phantom" (which is the name of my computer)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;At the commend prompt, ping -a 127.0.0.1 returned a ping from "phantom"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am going to recreate the VM and not rename it to see if that makes a difference. That is the only thing I can think of at this point that was different from the Windows Server 2008 Data Server installation (I renamed the computer "hornet" after AGS was successfully installed and the site created.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again for your help, I really appreciate it!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Apr 2013 16:59:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/failed-to-configure-the-server-machine-not-a-local/m-p/305429#M11823</guid>
      <dc:creator>JimmyDobbins</dc:creator>
      <dc:date>2013-04-25T16:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to configure the server machine...not a local server machine</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/failed-to-configure-the-server-machine-not-a-local/m-p/305430#M11824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Thanks, Justin. Those were good suggestions. Here are the results:&lt;BR /&gt;&lt;BR /&gt;I ran ipconfig /flushdns and it flushed successfully&lt;BR /&gt;I deleted the c:\arcgisserver directory and all of its contents&lt;BR /&gt;At the command prompt, hostname returned "phantom" (which is the name of my computer)&lt;BR /&gt;At the commend prompt, ping -a 127.0.0.1 returned a ping from "phantom"&lt;BR /&gt;&lt;BR /&gt;I am going to recreate the VM and not rename it to see if that makes a difference. That is the only thing I can think of at this point that was different from the Windows Server 2008 Data Server installation (I renamed the computer "hornet" after AGS was successfully installed and the site created.&lt;BR /&gt;&lt;BR /&gt;Thanks again for your help, I really appreciate it!&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the update. You could try to redo the VM if that is easy enough. One thing to note is that you should not be receiving the name of the server when running ping -a 127.0.0.1. It should return 'localhost' as a value. That tells me you are still having some kind of issue with name resolution. Anyway, I hope I helped a little bit. Please just repost if you have any questions-&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Justin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Apr 2013 18:17:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/failed-to-configure-the-server-machine-not-a-local/m-p/305430#M11824</guid>
      <dc:creator>JustinRodriguez</dc:creator>
      <dc:date>2013-04-25T18:17:02Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to configure the server machine...not a local server machine</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/failed-to-configure-the-server-machine-not-a-local/m-p/305431#M11825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Justin,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your help, I definitely learned more about what is going on with the naming, resolution, etc. Rebuilding the VM and renaming the computer &lt;/SPAN&gt;&lt;STRONG style="text-decoration: underline;"&gt;after&lt;/STRONG&gt;&lt;SPAN&gt; installing ArcGIS Server did the trick. Once AGS was installed on a fresh instance of Server 2012, I created the site without the need for any configuration of the hosts file. I hope this thread helps anyone who runs into the same issue in the future.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Apr 2013 12:10:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/failed-to-configure-the-server-machine-not-a-local/m-p/305431#M11825</guid>
      <dc:creator>JimmyDobbins</dc:creator>
      <dc:date>2013-04-26T12:10:15Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to configure the server machine...not a local server machine</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/failed-to-configure-the-server-machine-not-a-local/m-p/305432#M11826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;renaming the computer &lt;STRONG style="text-decoration: underline;"&gt;after&lt;/STRONG&gt; installing ArcGIS Server&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This worked for me on VMware Workstation 9 after getting exactly the same error. I would be interested to know if this is caused by a bug in ArcGIS, Windows Server, VMware or possibly due to improper VM cloning or template use.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;FYI, using ArcGIS Server 10.1 SP1&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jun 2013 04:51:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/failed-to-configure-the-server-machine-not-a-local/m-p/305432#M11826</guid>
      <dc:creator>MatthewBrown1</dc:creator>
      <dc:date>2013-06-06T04:51:58Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to configure the server machine...not a local server machine</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/failed-to-configure-the-server-machine-not-a-local/m-p/305433#M11827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;As a follow up, I found that there were still some issues when passing credentials from other machines (e.g. publishing services when enterprise GDBs are used).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The best solution I've found is to use sysprep with an unattended XML file to set the server name at initialisation. Here's a sample of the unattended file I used for Server 2008 R2. Note the tags: &amp;lt;ComputerName&amp;gt;ilium&amp;lt;/ComputerName&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[HTML]&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;unattend xmlns="urn:schemas-microsoft-com:unattend"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;settings pass="specialize"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://schemas.microsoft.com/WMIConfig/2002/State" rel="nofollow" target="_blank"&gt;http://schemas.microsoft.com/WMIConfig/2002/State&lt;/A&gt;&lt;SPAN&gt;" xmlns:xsi="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.w3.org/2001/XMLSchema-instance" rel="nofollow" target="_blank"&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ComputerName&amp;gt;ilium&amp;lt;/ComputerName&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/component&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://schemas.microsoft.com/WMIConfig/2002/State" rel="nofollow" target="_blank"&gt;http://schemas.microsoft.com/WMIConfig/2002/State&lt;/A&gt;&lt;SPAN&gt;" xmlns:xsi="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.w3.org/2001/XMLSchema-instance" rel="nofollow" target="_blank"&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;InputLocale&amp;gt;en-NZ&amp;lt;/InputLocale&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;SystemLocale&amp;gt;en-NZ&amp;lt;/SystemLocale&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;UILanguage&amp;gt;en-NZ&amp;lt;/UILanguage&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;UserLocale&amp;gt;en-NZ&amp;lt;/UserLocale&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/component&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;/settings&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;settings pass="oobeSystem"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://schemas.microsoft.com/WMIConfig/2002/State" rel="nofollow" target="_blank"&gt;http://schemas.microsoft.com/WMIConfig/2002/State&lt;/A&gt;&lt;SPAN&gt;" xmlns:xsi="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.w3.org/2001/XMLSchema-instance" rel="nofollow" target="_blank"&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;OOBE&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;HideEULAPage&amp;gt;true&amp;lt;/HideEULAPage&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/OOBE&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/component&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/settings&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/unattend&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/HTML]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I then called sysprep from the command line:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;sysprep /generalize /oobe /shutdown /unattend:C:\Windows\System32\Sysprep\sysprep.xml&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jun 2013 21:35:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/failed-to-configure-the-server-machine-not-a-local/m-p/305433#M11827</guid>
      <dc:creator>MatthewBrown1</dc:creator>
      <dc:date>2013-06-12T21:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to configure the server machine...not a local server machine</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/failed-to-configure-the-server-machine-not-a-local/m-p/305434#M11828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Today, I encountered the problem discussed in this thread when installing ArcGIS Server on a new machine.&amp;nbsp; I've installed it on many machines with no problems but not today.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For reasons unknown to me, ArcGIS Server was looking for "MachineName.localdomain" where MachineName was the name of my machine.&amp;nbsp; hostname and ping worked fine.&amp;nbsp; I also deleted C:\arcgisserver, hacked at the hosts file, ran ipconfig /flushdns, and rebooted many times to no avail.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What I finally did was the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;OL&gt;&lt;BR /&gt;&lt;LI&gt;Renamed my machine to only use letters (I had both/only letters and numbers in my original name).&amp;nbsp; I haven't a clue whether or not this step was needed/relevant but I know from other posts that ArcGIS Server has (or had) some issues with special characters.&amp;nbsp; I figured that numbers were OK but was not sure.&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Rebooted&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Deleted C:\arcgisserver&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Hand edit all files in C:\Program Files\ArcGIS\Server which had MachineName.localdomain to use just the new server name&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;&lt;/LI&gt;&lt;BR /&gt;&lt;/OL&gt;&lt;BR /&gt;&lt;SPAN&gt;The files that I had to manually edit were:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;C:\Program Files\ArcGIS\Server\framework\etc\machine-config.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;C:\Program Files\ArcGIS\Server\geronimo\var\config\config-substitutions.properties&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To come clean here, I must mention that I did all of this on Windows 8.1 (yes I know that it is not yet supported).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;FWIW, this is a stand-alone machine which is not a member of any domain.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jun 2013 17:53:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/failed-to-configure-the-server-machine-not-a-local/m-p/305434#M11828</guid>
      <dc:creator>RichardWatson</dc:creator>
      <dc:date>2013-06-28T17:53:28Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to configure the server machine...not a local server machine</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/failed-to-configure-the-server-machine-not-a-local/m-p/305435#M11829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you, RLWatson! Your steps just worked for my Windows Server 2012 R2 machine.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 21:01:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/failed-to-configure-the-server-machine-not-a-local/m-p/305435#M11829</guid>
      <dc:creator>LaurenSullivan</dc:creator>
      <dc:date>2014-03-19T21:01:05Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to configure the server machine...not a local server machine</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/failed-to-configure-the-server-machine-not-a-local/m-p/305436#M11830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can confirm the issue was caused by the java lib of ArcGIS Server when getting variable [HOSTNAME] for those Windows has not joined a domain, it automatically added .LOCALDOMAIN after Computer Name as Full Computer Name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A simple fix is go to Windows -&amp;gt; "System Properties" -&amp;gt; "Computer Name", click "Change..." button -&amp;gt; "Computer Name/Domain Changes", click "More..."button -&amp;gt; "DNS Suffix and NetBIOS Computer Name", enter 'LOCALDOMAIN' to "Primary DNS suffix of this computer".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once added this DNS suffix and restart your Windows, and check "Computer Name", you will see your Full computer name became "YourComputerName.LOCALDOMAIN", then run create a site again will work like a charm.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2015 17:42:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/failed-to-configure-the-server-machine-not-a-local/m-p/305436#M11830</guid>
      <dc:creator>HunterWei</dc:creator>
      <dc:date>2015-09-17T17:42:50Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to configure the server machine...not a local server machine</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/failed-to-configure-the-server-machine-not-a-local/m-p/1318618#M36848</link>
      <description>&lt;P&gt;I'm surprised this issue still exists 8 years down the line but I just ran into it after installing ArcGIS Server 11.1 on a Windows Server 2022 VM that's not joined to a domain.&amp;nbsp; I've installed this software many times over the years (mostly for dev/test purposes on non-server OSs to be fair) and never run into this before.&amp;nbsp; I tried a couple of clean installs, renaming the machine before and after but it was only setting the, "&lt;SPAN&gt;Primary DNS suffix of this computer" to "LOCALDOMAIN" that eventually fixed it for me, so thanks go out to HunerWei!&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Aug 2023 10:11:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/failed-to-configure-the-server-machine-not-a-local/m-p/1318618#M36848</guid>
      <dc:creator>KevinSayer</dc:creator>
      <dc:date>2023-08-15T10:11:21Z</dc:date>
    </item>
  </channel>
</rss>

