将Portal主节点添加到DM时,出现以下错误:
0、调整时间
access is denied for the resolve operation on configservice mbean because of insufficient or empty credentials
什么问题都报这个错误,不用管它。
在错误日志“/opt/IBM/WebSphere/wp_profile/logs/addNode.log”中分析,可以看到:The System clock of the new node (May 18,2009 3:15:47 PM) is not synchronized with that of the deployment manager (May 19,2009 4:16:43)
Portal主节点和DM服务器时间没有同步的问题,在两台机子上分别用date查看时间比对,发现时区不同,一个是cdt,另一个是BEIST-8。用smitty更改时区和时间,并进行两台机子的时间同步后,问题解决。
0、调整时间
smitty => System Environments => Change / Show Date and Time
=> Change Time Zone Using User Inputted Values
Standard Time ID(only alpahabets) [BEIST]
Standard Time Offset from CUT([+|-]HH:MM:SS) [-8]
1、判断AIX是否使用了夏时制
用echo $TZ命令看时区,时区以DT结尾的就使用了夏时制。如:
$ echo $TZ
CST6CDT
以一台时间准确的机器为timed服务器,执行 $startsrc -s timed -a "-M -c"
以要调整时间的机器为timed客户端,执行$startsrc -s timed
若几分钟内仍没有同步,可以执行#refresh -s timed
同步完立即用#stopsrc -s timed停止;
3、检查两台AIX服务器时间是否一致
#timedc clockdiff dbdm.cctc.com
time on dbdm.cctc.com is 3ms. behind time on mh