Cameron Kroeker
Cameron Kroeker
Hi @suwenjiang, Looks like it is failing here: https://github.com/Esri/arcgis-cookbook/blob/237b0e39fca0a3b5988b997430bf7beb3637e039/cookbooks/arcgis-enterprise/providers/portal.rb#L244-L247 Check to ensure the path defined in **arcgis.portal.authorization_file** attribute is json escaped, for example: https://github.com/Esri/arcgis-cookbook/blob/237b0e39fca0a3b5988b997430bf7beb3637e039/templates/arcgis-enterprise-base/11.0/windows/arcgis-enterprise-primary.json#L67 ``` "authorization_file": "C:\\cinc\\portal.json" ``` Or maybe...
Hi @ramtechjoe, It should be running silently. Could you provide additional information, such as: - version of Cookbooks - version of ArcGIS Enterprise - which patch(es) are being installed -...
@df-sloughton, can you share the contents of `/opt/arcgis/portal/.ESRI_P_PATCH_LOG`? I am curious if the Portal for ArcGIS 10.9.1 Security 2024 Update 1 Patch is listed there or not. I ran through...
Hi @df-sloughton, Are you using Chef to download the patches or are the patches being downloaded/staged by another means? Looks like there are 3 patches that have been made obsolete...
Hi @df-sloughton, I think we may have figured out why the ArcGIS-1091-PFA-SEC2024U1-Patch-linux.tar patch is being skipped or not installed. When I remove ArcGIS-1091-PFA-SEC2024U1-Patch-linux.tar file from my patch directory Chef logs...
@df-sloughton Could you try using [cookbooks v4.2.0](https://github.com/Esri/arcgis-cookbook/releases/tag/v4.2.0)? I believe there was a regression introduced in **v4.0.0** with the patch download filtering when a change was made to the "Products" field...
Hi @df-sloughton The $Home/.ESRI.properties file gets created by the portal setup during installation. It must've been there at some point otherwise I would expect the other patches to not have...
Hi @peter-bertok, Default passwords have been removed in the latest release, v4.1.0. https://github.com/Esri/arcgis-cookbook/releases/tag/v4.1.0 Thanks, Cameron K.
Hi @richardnealwebb, Looks like the portal site failed to create. Could you provide additional information or context? For example: - Which version of ArcGIS Enterprise is this? - Which version...
Hi @Ayushyadav19, Please try the suggestions here: https://github.com/Esri/arcgis-cookbook/issues/329 If the deployment is in AWS, the `node['arcgis']['configure_cloud_settings']` will default to true, and specify ip address instead of hostname. Thanks, Cameron K.