Cameron Kroeker
Cameron Kroeker
Hi @Ayushyadav19, Check to ensure the following two files are using hostname rather than ip: `\framework\etc\hostname.properties`, and `\framework\runtime\ds\framework\etc`. https://enterprise.arcgis.com/en/portal/latest/install/windows/installing-portal-for-arcgis.htm#ESRI_SECTION1_139D5EECE2EF489C84DA7DD2B57A0FCE The following 2 attributes should be setting those two files: `node['arcgis']['portal']['hostname']`...
Hi @Ayushyadav19, Looks like the initial portal create site failure was due to portal index configuration: ``` [2022-11-02T17:56:25+00:00] INFO: Creating portal site... [2022-11-02T17:56:25+00:00] DEBUG: Request: GET https://arcgis-enterprise.local:7443/arcgis/portaladmin/?f=json [2022-11-02T17:56:25+00:00] DEBUG: Response:...
Hi @Ayushyadav19, Are there any errors in the tomcat logs? Since `node['tomcat']['forward_ports']` is set to false you may want to check to ensure firewalld is configured properly and port forwarding...
Hi @Ayushyadav19, I actually believe the 404 error you are receiving is by design. The esri-tomcat cookbook deletes the root folder which contains the index.html. Could you instead check the...
Hi @Ayushyadav19, Looks like the web adaptor url is unavailable or timing out. What happens when running the following command? ``` curl https://172.31.19.112/portal/webadaptor --insecure -v ``` ``` curl https://172.31.19.112:8443/portal/webadaptor --insecure...
Hi @ramtechjoe, Shouldn't need to include `node['arcgis']['run_as_password']`. If it was set to Local System rather than the gMSA then I suspect the portal setup.exe was not able to find the...
Hi @Prathameshdabeakr, Are you using Cinc Server or Cinc client (`cinc-solo`/`cinc-client`)? Based on the json it looks like Cinc Server since it has `"default_attributes": { }`. If you are running...
Hi @thk70, Could you attach your json file (scrub out sensitive information such as passwords and machine names, etc)? If config-store and directories are a file share then you will...
Hi @Ayushyadav19, My understanding is as long as the Chef Workstation includes a [compatible version of Chef Client](https://esri.github.io/arcgis-cookbook/versions.html) then it should work. Same goes for the Chef Server, when the...
Hi @Ayushyadav19, Yes, however the following conditions will need to be met. - The certificate file name for the `node['arcgis']['tomcat']['keystore_file']` attribute will need to be named differently than the original...