应用背景
在AIX 6.1环境下,部署 Sametime R8.5.1社区服务器,在启动时,控制台出现以下信息:
2011-01-14 09:05:18 Sametime: Starting service [Authentication Server].
2011-01-14 09:05:18 Sametime: Process 385615 created.
2011-01-14 09:05:18 Sametime: Meeting server: Process(385615) died! Ending server.
导致Sametime无法正常启动
环境
操作系统:AIX v6.1
Domino版本: R8.5.2
Sametime 版本: R8.5.1
解决办法
a). 使用samtime诊断脚本工具stdiagzip.sh生成stdiags_im01_filer_01_14@09_11.zip文件,解压后分析没有发现异常。
b). auth服务和meeting服务启动失败,检查sametime错误日志,log view在此服务启动后并没有运行,查看sametime启动顺序的管理员手册,说服务启动后才启动log,所以log中没有记录。尝试使用set the LogPrintLevel=4 in the meetingserver.ini and restart your server. ——此解决方式无效
c). 根据Sametime R8.5.1 InfoCenter中文档进行排错,未发现异常,在网上经查询后得知需要在运行用户添加以下环境变量:
export TZ=PST8PDT
后将其添加至启动脚本中后,解决问题
参考链接
http://blog.csdn.net/jaminwm/archive/2010/09/19/5894098.aspx