OEM13.2修改SYSMAN密碼

想死又怕死發表於2020-09-23

在資料庫中手工修改sysman密碼後,OEM13.2無法啟動,需要通過OEM來重置sysman密碼,參考文件:
How to Modify the Password for SYSMAN and related Users in the Enterprise Manager Cloud Control (Doc ID 1365930.1)

$ cd $OMS_HOME/bin
$ ./emctl start oms -admin_only
$ ./emctl config oms -change_repos_pwd -use_sys_pwd -sys_pwd oracle -new_pwd Oracle123

注:-sys_pwd後面跟的是資料庫的sys密碼
-new_pwd後面跟的是新的sysman的密碼

$ ./emctl stop oms -all -force
$ ps -ef | grep java   
檢查確認沒有oem相關程式
$ ./emctl start oms
$ ./emctl status oms
$ ./emctl status oms -details
輸入sysman密碼,出現oms資訊表示密碼正確

相關文章