Visit the Below Website to access unlimited exam questions for all IT vendors and Get Oracle Certifications for FREE
http://www.free-online-exams.com
http://www.free-online-exams.com
1. Stop the Agent monitoring the 'OMS and Repository' target
cd <AGENT_HOME>/bin
emctl stop agent
2. Stop all the OMS instances that are associated with the repository
cd <OMS_HOME>/opmn/bin
opmnctl stopall
3. Change the SYSMAN password in the file emoms.properties:
- Edit the file emoms.properties and change the following lines
oracle.sysman.eml.mntr.emdRepPwd=new_password
oracle.sysman.eml.mntr.emdRepPwdEncrypted=FALSE
4. Change the SYSMAN password in the Database hosting the repository:
SQL> alter user sysman identified by <newpassword>;
5. Start the OMS and the Agent
New in 10.2.0.5 and 11.1 Grid Control
When using 10.2.0.5 / 11.1 OMS, all the above steps can be performed by executing a single command:cd <OMS_HOME>/bin
emctl config oms -change_repos_pwd -change_in_db
References:
Note 270516.1: How To Change The SYSMAN Password Used For Grid Control
No comments:
Post a Comment