Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: best way to check OMS process is running?

Re: best way to check OMS process is running?

From: <wagen123_at_yahoo.com>
Date: 2 Apr 2007 12:17:32 -0700
Message-ID: <1175541452.806119.104360@y66g2000hsf.googlegroups.com>


$ oemctl start oms sysman/<password>

OEMCTL for Solaris: Version 9.2.0.1.0 Production Copyright (c) 1998, 2002, Oracle Corporation. All rights reserved. Starting the Oracle Management Server....

The OMS is now started and ready.

$ ps -ef | grep -v grep | grep -i oms

  oracle 3955 1 0 15:44:22 pts/1 0:00 /bin/sh /oracle/product/ 9.2.0/bin/oemLaunchOms 3951
$ /usr/proc/bin/ptree 3955

3955 /bin/sh /oracle/product/9.2.0/bin/oemLaunchOms 3951   3959 /oracle/product/9.2.0/jre/1.1.8/bin/../bin/sparc/ native_threads/jre -nojit -mx1

$ oemctl status oms sysman/<password>

OEMCTL for Solaris: Version 9.2.0.1.0 Production Copyright (c) 1998, 2002, Oracle Corporation. All rights reserved.

The Oracle Management Server on host [xxx] is functioning properly.

  The server has been up for 0 18:16:27.336

  Target database session count: 0 (session sharing is off)   Operations queued for processing: 11
  Number of OMS systems in domain: 1 (xxx)   Number of administrators logged in: 0
  Repository session pool depth: 15
  Repository session count: 8 in-use and 7 available, pool efficiency: 100% Received on Mon Apr 02 2007 - 14:17:32 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US