首页 » ORACLE 9i-23c » GC OMS is not functioning because of the following reason:Connection to the repository failed.

GC OMS is not functioning because of the following reason:Connection to the repository failed.

昨天想重搞一下GC,结果SYSMAN 的密码忘记了,直接进OMS INSTANCE 把SYSMAN 在SQLPLUS 中密码修改了,再启动OMS 报错,

Oracle Enterprise Manager 10g Release 10.2.0.1.0 Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.Oracle Management Server is not functioning because of the following reason:Connection to the repository failed. Verify that the repository connection information provided is correct.

网上查了一遍还真是修改SYSMAN密码造成的DB与OMS 的properties 文件中的密码不一致才导致的,

参考metalink(ID 270516.1):

To change the SYSMAN password:

1. Stop the agent monitoring the target OMS and Repository in order to avoid that the SYSMAN account is locked during the process of changing the password.
If there is only one OMS connected to the repository, stop the agent running on the OMS machine.
If there are multiple OMS connected to the same Repository, you need to figure out which agent is monitoring the target OMS and Repository. This is usually the agent installed with the first OMS installed, but it is worth to check it, as there may have been configuration changes in your Grid Control architecture.
1. Find the agent monitoring the target “OMS and Repository”
Follow the Note 604311.1 – How To Find which Grid Control agent is monitoring the
target “OMS and Repository” in cas of multiple OMS.
2. Connect to the node where the agent is installed with the oracle account and stop the agent
(ORACLE_HOME is set and ORACLE_HOME/bin is in the $PATH)
$ emctl stop agent

2. Stop all the OMS instances that are associated with the repository
From each node where an OMS is running, logged in as oracle account, do:

cd <<OMS_HOME>>/opmn/bin
opmnctl stopall

3. Change the SYSMAN password in the file emoms.properties
1. Backup the file emoms.properties

cd <<OMS_HOME>>/sysman/config
cp emoms.properties emoms.properties.orig

2. 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:

1. Set the $ORACLE_SID environment variable to point to the EM Repository Database.
2. Logon to the Repository Database with SQL*Plus as a dba user and issue the command:

SQL> alter user sysman identified by newpassword;

5. Restart each of the OMS’s

1. From each node where an OMS is running, logged in as oracle account, do:
cd <<OMS_HOME>>/opmn/bin
opmnctl startall
2. Check the following in the <<OMS_HOME>>/sysman/config/emoms.properties file:

– the value of the parameter oracle.sysman.eml.mntr.emdRepPwd is encrypted
– the value of the parameter oracle.sysman.eml.mntr.emdRepPwdEncrypted is changed from FALSE to TRUE.

6. Change the SYSMAN password for the agent monitoring the “OMS and Repository”target
1. Login to the Grid Control Console
2. From the top right menu, click on the link Setup
3. Select the tab”Management Services and Repository”
4. From the bottom of the page “Overview”, click on the link “Monitoring Configuration”
You will get the following error message:
Communication from the Oracle Management Service host to the Agent host failed. Refer to help for details. IOException in sending Request :: Connection refused
This is because the Agent is not started. Click OK.
5. Restart the Agent stopped in Step 1
Connect to the node where the agent is installed with the oracle account and start the agent
(ORACLE_HOME is set and ORACLE_HOME/bin is in the $PATH)
We did not start it before in order to avoid the SYSMAN account to be locked, which can prevent us from logging to the Grid Control console.

$ emctl start agent
6. Go back to the Grid Control console and click again on the link “Monitoring Configuration” once the agent is started.
In the Monitoring Configuration page, change the value in the field “Repository password”
7. Click OK
This will update the targets.xml of the monitoring agent with the new SYSMAN password.

打赏

目前这篇文章有2条评论(Rss)评论关闭。

  1. Filmy z lektorem | #1
    2011-12-26 at 15:01

    Nice article thank you!

  2. Carletta Reasner | #2
    2011-12-21 at 02:53

    I truly appreciate this post. I have been looking all over for this! Thank goodness I found it on Bing. You’ve made my day! Thx again!