最近在做两套aix5.3+10.2.0.4 rac时,没找着aix toolbox for linux applications for power systems光盘,为了简单,使用rsh作为远程节点文件拷贝方式。安装好数据库之后,发现在em中没有两个节点的信息,,无法监控节点的具体运行状态。重启em,在emagent.trc中有如下错误日志:
2011-07-31 11:08:43 thread-1902 error ssl: nzos_initialize failed, ret = 43061
2011-07-31 11:08:43 thread-1902 error http: 16: unable to initialize ssl connection with server, aborting connection attempt
2011-07-31 11:08:43 thread-1902 error pingmanager: nmepm_pingreposurl: cannot connect tohttps://tyybs1:1158/em/upload/: retstatus=-1
经查证,如果没有安装和配置ssh,rac em无法使用。
并且,在10.2.0.4 or 10.2.0.5上的ssl protocol 在2010-12-31失效,这是oracle的bug,并且为此发布了patch:8350262,具体处理步骤参考metalink 1222603.1。