Esri / arcgis-cookbook

Chef cookbooks for ArcGIS
Apache License 2.0
290 stars 115 forks source link

ArcGIS 10.9.1 machine name coming as IP instead of hostname #329

Open srini1984 opened 1 year ago

srini1984 commented 1 year ago

I am trying to install ArcGIS 10.9.1 through chef cookbook on windows and installation also success but finally when i am loading arcgis url i can see machine name showing as IP instead of hostname. Could any one please help how to fix this issue?

rlhadsel commented 1 year ago

Hey @srini1984 is this deployment on AWS?

srini1984 commented 1 year ago

Yes AWS

cameronkroeker commented 1 year ago

Hi @srini1984,

Try setting the node['arcgis']['configure_cloud_settings']attribute in your json configuration file to false:

node['arcgis']['configure_cloud_settings'] = If set to true, makes the cookbook use the cloud provider specific ArcGIS Enterprise configuration. The default value is true if node['cloud'] is defined or the arcgis_cloud_platform environment variable is set to aws.

You can also specify the following attributes in your json file which will override the default values.

https://esri.github.io/arcgis-cookbook/cookbooks/arcgis-enterprise/4.0.0.html#attributes

Thanks, Cameron K.