Hi,

Whilst performing my checks I noticed today that although my agent is up and running the OMS is unavailable
I believe it's just a matter of starting the OMS but unsure how to perform this - see my agent status below
Eventually I would like to input my URL in order to get my OEM back up and running and manage the DB via OEM

[oracle@j2mntoract03]$ /srv/binaries/app/oracle/agent/agent_inst/bin/emctl status agent
Oracle Enterprise Manager Cloud Control 12c Release 5
Copyright (c) 1996, 2015 Oracle Corporation. All rights reserved.
---------------------------------------------------------------
Agent Version : 12.1.0.5.0
OMS Version : (unknown)
Protocol Version : 12.1.0.1.0
Agent Home : /srv/binaries/app/oracle/agent/agent_inst
Agent Log Directory : /srv/binaries/app/oracle/agent/agent_inst/sysman/log
Agent Binaries : /srv/binaries/app/oracle/agent/core/12.1.0.5.0
Agent Process ID : 56968
Parent Process ID : 56893
Agent URL : https://j2mntoract03.dgtest.local:3872/emd/main/
Local Agent URL in NAT : https://j2mntoract03.dgtest.local:3872/emd/main/
Repository URL : https://j2mntormgtt01.dgtest.local:4903/empbs/upload
Started at : 2015-08-17 09:54:16
Started by user : oracle
Operating System : Linux version 2.6.32-504.23.4.el6.x86_64 (amd64)
Last Reload : (none)
Last successful upload : (none)
Last attempted upload : (none)
Total Megabytes of XML files uploaded so far : 0
Number of XML files pending upload : 158
Size of XML files pending upload(MB) : 0.26
Available disk space on upload filesystem : 73.79%
Collection Status : Collections enabled
Heartbeat Status : OMS is unreachable
Last attempted heartbeat to OMS : 2015-08-17 14:56:23
Last successful heartbeat to OMS : (none)
Next scheduled heartbeat to OMS : 2015-08-17 14:56:56

---------------------------------------------------------------
Agent is Running and Ready
[oracle@j2mntoract03]$


I tried the following:

[oracle@j2mntoract03 bin]$ pwd
/srv/binaries/app/oracle/agent/core/12.1.0.5.0/opmn/bin
[oracle@j2mntoract03 bin]$ ls -ltr opmnctl
-rwxrwxrwx 1 oracle oinstall 38131 Jul 28 14:02 opmnctl
[oracle@j2mntoract03 bin]$ ./opmnctl startall
opmnctl: starting opmn and all managed processes...
/srv/binaries/app/oracle/agent/core/12.1.0.5.0/opmn/bin/opmn: error while loading shared libraries: libdms2.so: cannot open shared object file: No such file or directory
/srv/binaries/app/oracle/agent/core/12.1.0.5.0/opmn/bin/opmn: error while loading shared libraries: libdms2.so: cannot open shared object file: No such file or directory
/srv/binaries/app/oracle/agent/core/12.1.0.5.0/opmn/bin/opmn: error while loading shared libraries: libdms2.so: cannot open shared object file: No such file or directory
opmnctl: opmn start failed.
[oracle@j2mntoract03 bin]$

I thought it would have been one of these (see below), however these commands does not seem to work

$ORACLE_HOME/bin/emctl status oms
$ORACLE_HOME/opmn/bin/opmnctl startall



if anyone can help, that will be much appreciated

tspoon