-
Notifications
You must be signed in to change notification settings - Fork 117
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
Portal automatically switches from FQDN to machine IP #339
Comments
Hi @Ayushyadav19, Please try the suggestions here: If the deployment is in AWS, the Thanks, |
Hi @cameronkroeker, Thanks for the info. Yes, the deployment is in AWS only. I clean and uninstall the portal by following this technical article and after set node['arcgis']['configure_cloud_settings'] to false and re-ran the chef script again it didn't work. I don't know what is causing the issue now. Please let me know if have any input on this. Thanks |
Hi @Ayushyadav19, Check to ensure the following two files are using hostname rather than ip:
The following 2 attributes should be setting those two files:
If you set the chef run logging to debug mode, there should be messages logged indicating what values these files are getting updated to. You can add Thanks, |
Hi @cameronkroeker,
I was deploying Portal for ArcGIS v10.9.1 through chef. After the successful execution of the chef script when I tried to access the portal on FQDN URL i.e https://portal.doamin.com:7443/arcgis I was not able to access it.
After digging deeper I found from the chef logs that the machine name and its admin URL are automatically switched to the machine's IP and when I tried to access the portal on the machine's IP I was able to access it. But I wasn't able to figure out the root cause behind it.
Can you please help me why the portal automatically moved to the machine's IP from FQDN?
For reference, I am attaching the portal chef script, debug logs and portaladmin screenshot. Kindly look at line numbers - 657, 661, 989, and 993 in the log file.
Portal.txt
Portal_log.txt
Any help will be much appreciated.
Thanks
Ayush
The text was updated successfully, but these errors were encountered: