/u01/oracle/11g/192.168.126.129_knife11g/sysman/emd/targets.xml
修改:
<Property NAME="password" VALUE="f4ff5d789d32b948" ENCRYPTED="TRUE"/>
为:
<Property NAME="password" VALUE="dbsnmp" ENCRYPTED="FALSE"/>
保存退出,进sqlplus用alter再修改一遍dbsnmp密码为上面修改过的VALUE中的值(以备万一)。
--------
/u01/oracle/11g/192.168.126.129_knife11g/sysman/config/emoms.properties
修改:
oracle.sysman.eml.mntr.emdRepPwd=43fff5d6646b4
为:
oracle.sysman.eml.mntr.emdRepPwd=sysman
修改:
oracle.sysman.eml.mntr.emdRepPwdEncrypted=TRUE
为:
oracle.sysman.eml.mntr.emdRepPwdEncrypted=FALSE