---http://gavinsoorma.
com/2012/06/installing-the-12c-cloud-control-plug-in-for-
microsoft-sql-server-database/
---http://www.carajandb.com/en/blogs/blog-swinkler-en/190-oem-12c-agent-deploy-on-
windows-no-problem-with-cygwin
http://docs.oracle.com/cd/E24628_01/install.121/e35211/overview.htm#SQLPG122
Use the following link to download the latest updates catalog
https://updates.oracle.com/Orion/Download/download_patch/p9348486_112000_Generic.zi
p
Once catalog is downloaded, it can be imported to Enterprise Manager in one of the
following ways:
Transfer the catalog to an OMS host, and run the following command to import it to
Enterprise Manager
./emcli login -username=sysman -password=abc123456
./emcli import_update_catalog
-file=/home/oracle/updates_emc/p9348486_112000_Generic.zip -omslocal
./emcli import_update -omslocal
-file=/home/oracle/updates_emc/p21211604_112000_Generic.zip
./emcli import_update -omslocal
-file=/home/oracle/updates_emc/p21244278_112000_Generic.zip ---for windows 64-bit
OMS_HOME/bin/emcli sync
Transfer the catalog to any managed host in your environment, and run following
command to import it to Enterprise Manager
emcli import_update_catalog -file=<catalog file name with full path> -host=<host
name> <host credential options>
-----------------------------------------------------------------------------------
---------------------------
$export OMS_HOME=/opt/oracle/Middleware/oms
$$OMS_HOME/bin/emctl start/stop oms ---for start/stop OMS
$OMS_HOME/bin/emctl stop oms -all -force
emctl config oms -change_repos_pwd -use_sys_pwd -sys_pwd oracle -new_pwd abc123456
export AGENT_HOME=/opt/oracle/agent/agent_inst
$AGENT_HOME/bin/emctl
http://emc12c.sscbrands.local:7101/console/login/LoginForm.jsp
https://emc12c.sscbrands.local:7799/em
===================How to change password of SYSMAN================
Steps to follow if the current SYSMAN password is unknown
1. Stop all the OMS:
cd <OMS_HOME>/bin
emctl stop oms
Modify the SYSMAN password:
cd <OMS_HOME>/bin
emctl config oms -change_repos_pwd -use_sys_pwd -sys_pwd <sys user password>
-new_pwd <new sysman password>
-----------------------------------------------------------------------------
-----------------------------------------------
OMS Log Location
emc12c.sscbrands.local:/opt/oracle/gc_inst/em/EMGC_OMS1/sysman/agentpush/2015-10-
21_22-08-19-PM/applogs/10.110.1.10_deploy.log
Show only warnings and failures
===============================================================================
select USERNAME, ACCOUNT_STATUS from dba_users where username like 'DBSNMP
%';
alter user DBSNMP account unlock;
============================================================
Oracle Enterprise Manager Cloud Control 12c: Managing Data Center Chaos
ALTER SYSTEM SET DB_RECOVERY_FILE_DEST_SIZE =700G SCOPE=BOTH
Unable to proceed because you have selected a platform for which Agent
software is not available on the OMS. Go to Setup > Extensibility > Self Update and
download the Agent software for the selected platform, and then, return to this
wizard to continue with the installation.