Shutting down an Amazon ArcGIS Server AMI (Amazon Machine Image) results in the host name/IP address reconfiguration script failing to function properly.
上次发布: August 25, 2014ArcGIS Server (.NET)
漏洞 ID 编号
NIM073295
已提交
September 30, 2011
上次修改时间
June 5, 2024
适用范围
ArcGIS Server (.NET)
找到的版本
10.0
操作系统
Windows OS
操作系统版本
2008 R2 64 Bit
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
No Public Explanation
解决办法
Edit the start up script to allow the proper pauses in scripts. <a href="file:c:/program" target="_blank">c:\program</a> files (x86)\arcgisserverami\arcgisserverforamazon.batThe current script relies on a ping command to 1.1.1.1 but this fails immediately rather than waiting as expected due to the amazon network configuration. Instead, replace any line containingping 1.1.1.1 -w xxxxxxxxwith timeout /t xx Timeout uses seconds while ping uses milliseconds, so translate appropriately (1000ms = 1s). Save the script. STOP the AMI (to power it off and change the host name). Start it back up and wait at least 1 minute before connecting.