cPanel 授权是启用状态但是 WHM 登入却提示:
License File Expired: LTD: 1456454149 NOW: 1398366120 FUT!
To access the interface, you must install the license and ensure that the license is active.
SSH 到站群服务器中也能成功启用:
# /usr/local/cpanel/cpkeyclt
Updating cPanel license…Done. Update succeeded.
Building global cache for cpanel…Done
最后发现是站群服务器的时间设定的不对:
# date
Thu Apr 24 15:20:29 EDT 2014
同步了下时间:
# rdate -s rdate.cpanel.net
# date
Thu Feb 18 22:05:37 EST 2016
最后 WHM 就可以正常登入了。