все связанное с описанием работы grid agent
Опубликовано пт, 10/07/2016 - 12:53 пользователем talifa
После инсталяции смотрим состояние.
/home/em12c/oms/bin/emctl status oms
Oracle Enterprise Manager Cloud Control 12c Release 5
Copyright (c) 1996, 2015 Oracle Corporation. All rights reserved.
WebTier is Up
Oracle Management Server is Up
/home/agent/agent_inst/bin/emctl status agent
Oracle Enterprise Manager Cloud Control 12c Release 5
Опубликовано ср, 07/06/2016 - 04:26 пользователем talifa
Create Database ConsoleTo create the configuration files and repository for Database Console, run:
$ emca -config dbcontrol db -repos create
STARTED EMCA at Jul 24, 2006 9:59:39 PM
EM Configuration Assistant, Version 10.2.0.1.0 Production
Copyright (c) 2003, 2005, Oracle. All rights reserved.
Опубликовано ср, 07/06/2016 - 04:21 пользователем talifa
Oracle DB Express is the new replacement for Oracle DB Console in the Oracle 12c database. Here are some first steps to get started.
Опубликовано вт, 05/31/2016 - 13:48 пользователем talifa
Сам процесс установки EM 12c описан в документации, а MOS Note 1359176.1 даже включает скриншоты. Тем не менее, процесс установки имеет некоторые специфические детали и почти всегда в первый раз заканчивается неудачно. Это неудивительно, учитывая количество программных компонентов, включённых в продукт.
Опубликовано пт, 05/20/2016 - 18:05 пользователем talifa
even after you set DISPLAY when installing oracle on a linux environment you get the following error
Опубликовано вт, 04/01/2014 - 13:53 пользователем talifa
export TZ=Etc/GMT+3
export TZ=Europe/Moscow
env | grep TZ
emctl resetTZ agent
...
This can be done for example by logging into sqlplus and doing at emdb
SQL> exec mgmt_target.set_agent_tzrgn('xxx:3872','Etc/GMT+3')
SQL> commit
unset TZ
Опубликовано чт, 10/17/2013 - 17:24 пользователем talifa
cd /bin
emctl stop agent
cd /Opatch
opatch lsinventory -detail
например так еще
opatch lsinventory -detail | grep Net
Если инвентори не там где надо, то совершенно ничего не видно. Как посмотреть в этом случае - не знаю. Кто знает - не таите.
Опубликовано чт, 07/11/2013 - 20:06 пользователем talifa
When a grid control agent was installed during a RAC setup an error showed up at the end of the agent configuration assistant.
The agent was started successfully, but it was not possible to force the agent to have the XML files uploaded to the grid server, it was when the dreaded error "EMD upload error: uploadXMLFiles skipped :: OMS version not checked yet.." showed up.
The problem basically was due to a password typing error during the configuration phase.
The Troubleshooting Procedure Outline was:
Опубликовано ср, 07/10/2013 - 12:01 пользователем talifa
How to Clone a Management Agent
Как клонировать грид агент
Only implement solution below under Oracle Support guidance
export AGENT_HOME=/u01/app/oracle/product/10.2.0/agent10g
export PATH=$AGENT_HOME/bin:$PATH
To implement the solution, please execute the following steps: