Oracle 11g Status Agent Unreachable

Fox

Участник
Всем доброго времени суток!
Столкнулся с такой проблемой: Enterprise Manager после последней переустановки отработал 3 дня без нареканий, на 4 день на главной странице начало выводиться сообщение Status Agent Unreachable.
При переходе к последнему нормальному состоянию начинают отображаться графики, однако данных по сообщениям базы не изменяются.
В остальном вроде все работает.

Для восстановления работы агента пробовал делать следующее:

The Problem
You get a continuous 'status pending' message for a monitored target.
Solution
perform the following steps:

1. Stop the agent on the target node
emctl stop agent
2. Delete any pending upload files from the agent home
rm -r $ORACLE_HOME/sysman/emd/state/*
rm -r $ORACLE_HOME/sysman/emd/collection/*
rm -r $ORACLE_HOME/sysman/emd/upload/*
rm $ORACLE_HOME/sysman/emd/lastupld.xml
rm $ORACLE_HOME/sysman/emd/agntstmp.txt
rm $ORACLE_HOME/sysman/emd/blackouts.xml

3. Issue an agent clearstate from the agent home
emctl clearstate

4 Start the agent/dbconsole
emctl start agent
emctl start dbconsole

Force an upload to the OMS
emctl upload
Однако это не помогло.
При выполнении emctl upload agent выходит ошибка.
Может кто сталкивался? Как лечить?
 
Решение проблемы

1. Stop the agent on the target node
Код:
emctl stop agent
2. Delete any pending upload files from the agent home
Код:
rm -r $ORACLE_HOME/sysman/emd/state/*
rm -r $ORACLE_HOME/sysman/emd/collection/*
rm -r $ORACLE_HOME/sysman/emd/upload/*
rm $ORACLE_HOME/sysman/emd/lastupld.xml
rm $ORACLE_HOME/sysman/emd/agntstmp.txt
rm $ORACLE_HOME/sysman/emd/blackouts.xml

3. Issue an agent clearstate from the agent home
Код:
emctl clearstate

4. Start the agent/dbconsole
Код:
emctl start agent
emctl start dbconsole

5. Force an upload to the OMS
Код:
emctl upload
 
Назад
Верх Низ