Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
srini1984 opened this issue Sep 30, 2022 · 3 comments
Open

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

srini1984 opened this issue Sep 30, 2022 · 3 comments

Comments

@srini1984
Copy link

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
Copy link

Hey @srini1984 is this deployment on AWS?

@srini1984
Copy link
Author

Yes AWS

@cameronkroeker
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants