Open srini1984 opened 2 years ago
Hey @srini1984 is this deployment on AWS?
Yes AWS
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.
node['arcgis']['portal']['hostname']
= Host name or IP address of Portal for ArcGIS machine specified in the hostname.properties file. Default value is ''.
node['arcgis']['portal']['hostidentifier']
= Host name or IP address of Portal for ArcGIS machine specified in hostidentifier.properties file. Default value is node['arcgis']['portal']['hostname'].
node['arcgis']['server']['hostname']
= Host name or IP address of ArcGIS Server machine. Default value is ''.
node['arcgis']['data_store']['hostidentifier']
= Host name or IP address of ArcGIS Data Store machine. Default value is ''.
node['arcgis']['data_store']['preferredidentifier']
= ArcGIS Data Store preferred identifier method <hostname|ip>. Default method used is hostname.
https://esri.github.io/arcgis-cookbook/cookbooks/arcgis-enterprise/4.0.0.html#attributes
Thanks, Cameron K.
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?