ESX 3.5 与License Server不定时失去连接解决方法一例

现象:

手头上的XXX.lic文件成功应用在License Server上,而且在Virtual Center中也可以看到此license的详细信息,但是在ESX 3.5中的应用就有点问题。在Virtual Center中我进行了无数次添加,删除再添加ESX Server,不是每次都能与License Server联系上,有时点选License and feature中无响应,有时候就响应了并显示not found,有时候等了段时间,再去点选,又发现在同一能正常找到License Server了。但很多时候无论找到否,响应速度都很慢。


分析:

License Server Service是启动的,配置也没有问题,而且有时能顺利找到,估计存在配置方面问题的几率不大。 防火墙也停了的情况下,尝试telnet 27000端口,发现是通的,telnet 27010端口,不通。


解决方法: 

找到一个VMware的关于license server的KB,
http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=8996281
尝试性在XXX.lic 中一开始头几行添加上如下字段


# Header from original license file

SERVER this_host ANY 27000
VENDOR VMWARELM port=27010
USE_SERVER

添加后,发现点击License and feature不再出现停止响应情况,使用是正常的。而且添加了后,telnet 27001是通的。

27000. License transactions from ESX Server to the License Server.

27010. License transactions from the License Server.

原文地址:https://www.cnblogs.com/vmware/p/1650186.html