安装IBM Systems Director Console for AIX的过程,简单记录一下。
依赖文件集
lwi.runtime
sysmgt.pconsole.rte
sysmgt.pconsole.apps.pda
sysmgt.pconsole.apps.wsmit
sysmgt.pconsole.apps.wdcem
sysmgt.pconsole.apps.wrbac
sysmgt.pconsole.apps.websm
可以使用 lslpp -l | grep name 来确定文件集安装与否。
安装
/usr/lib/instl/sm_inst installp_cmd -a -d /dev/cd0 -f sysmgt.pconsole -c -N -g -X
配置文件
/pconsole/lwi/conf/overrides/config.properties
/pconsole/lwi/conf/overrides/ports.properties
/pconsole/lwi/conf/overrides/*.properties
/pconsole/lwi/conf/webcontainer.properties 设置sslEnables=false
启用运行环境
查看:lssrc -a | grep pconsole 或者 lssrc -s pconsole
停止:stopsrc -s pconsole
开始:startsrc -s pconsole
Web访问地址
http://ip:5335/ibm/console https://ip:5336/ibm/console
IBM Systems Director Console for AIX默认启动了SSL加密,因此需要在系统中配置好SSL,否则会报出“CWLAA6003: Could not display the portlet, the portlet may not be started. Check the error logs”(中文提示为“CWLAA6003 无法启动 Portlet , Portlet 可能未启动”)的错误。由于SSL的配置过程较为复杂,这里省去了配置SSL的步骤,并且关闭了SSL功能。
关闭SSL
vi /pconsole/lwi/conf/webcontainer.properties
sslEnables=false