当VCS的License过期后,需要重新加载VCS的Lincense,否则VCS将不可用。
注意事项
以root用户在所有节点执行以下操作。
操作步骤
执行vxlicrep命令查看是否为正式License。
若“License Type”显示为“PERMANENT”则表示License是永久的,不需要再加载VCS的正式Licnese。
若“License Type”显示为“DEMO”则表示License是临时的,需要申请正式的License并替换。
记录License的类型为DEMO的“License Key”的值。
例如:显示信息为:
License Key = XXXX-XXXX-XXXX-XXXX-XXXX-XXXX
Product Name = VERITAS Cluster Server
Key = Invalid, Key EXPIRED -435 days ago
License Type = DEMO
OEM ID = 4095
Demo End Date = Mon May 4 00:00:00 2009
(expired -435.1 days ago).
删除旧的License文件。
备份License相关目录。
# cd /etc/vx/licenses
# tar cvf db.tar db
# tar cvf lic.tar lic
删除旧的License文件。
# cd /etc/vx/licenses/lic
# rm XXXX-XXXX-XXXX-XXXX-XXXX-XXXX*
说明:
XXXX-XXXX-XXXX-XXXX-XXXX-XXXX为临时Lincese的Key值。
加载License。
# vxlicinst
显示如下信息:
VERITAS License Manager vxlicinst utility version 3.02.010
Copyright (C) 1996-2005 VERITAS Software Corp. All Rights reserved.
Enter your license key : XXXX-XXXX-XXXX-XXXX-XXXX-XXXX在Enter your license key后输入正式License即可。
更新License信息。
# hasys -updatelic -all
# haclus -updatelic
确认是否已加载正式License。
# vxlicrep | grep -E "License |Product " | sed -n '/Cluster Server/,$p'| sed -n '1,2p'
例如,显示结果信息如下:
Product Name = VERITAS Cluster Server
License Type = PERMANENT若“License Type”显示为“PERMANENT”则表示License是永久的,正式的License已加载成功。
重启VCS。
# hastart