Start & Stop Oracle Discoverer Using opmnctl
Having problem in start or stop Oracle Discoverer? The startup and shutdown scripts below will give you a brief overview on how to startup or shutdown Oracle Discoverer server.
You can startup or shutdown the Oracle Discoverer services by using startproc, stopproc and restartproc
$ $ORACLE_HOME/opmn/bin/opmnctl usage: /Disco/discohome/opmn/bin/opmnctl [verbose] [<scope>] <command> [<options>] verbose: print detailed execution message if available Permitted <scope>/<command>/<options> combinations are: scope command options ------- --------- --------- start - Start opmn startall - Start opmn & all managed processes stopall - Stop opmn & all managed processes shutdown - Shutdown opmn & all managed processes [<scope>] startproc [<attr>=<val> ..] - Start opmn managed processes [<scope>] restartproc [<attr>=<val> ..] - Restart opmn managed processes [<scope>] stopproc [<attr>=<val> ..] - Stop opmn managed processes [<scope>] reload - Trigger opmn to reread opmn.xml [<scope>] status [<options>] - Get managed process status [<scope>] dmsdump [<attr>=<val>&..] - Get DMS stats ping [<max_retry>] - Ping local opmn validate [<filename>] - Validate the given xml file help - Print brief usage description usage [<command>] - Print detailed usage description $ $ORACLE_HOME/opmn/bin/opmnctl status Processes in Instance: DEV.oracle.discoverer.com -------------------+--------------------+---------+--------- ias-component | process-type | pid | status -------------------+--------------------+---------+--------- LogLoader | logloaderd | N/A | Down dcm-daemon | dcm-daemon | 15955 | Alive WebCache | WebCache | N/A | Down WebCache | WebCacheAdmin | N/A | Down OC4J | home | 16004 | Alive OC4J | OC4J_BI_Forms | 16005 | Alive HTTP_Server | HTTP_Server | 15978 | Alive Discoverer | ServicesStatus | 16019 | Alive Discoverer | PreferenceServer | 16020 | Alive DSA | DSA | N/A | Down $ $ORACLE_HOME/opmn/bin/opmnctl stopall opmnctl: stopping opmn and all managed processes... $ $ORACLE_HOME/opmn/bin/opmnctl status Unable to connect to opmn. Opmn may not be up. $ $ORACLE_HOME/opmn/bin/opmnctl startall opmnctl: starting opmn and all managed processes... $ $ORACLE_HOME/opmn/bin/opmnctl shutdown opmnctl: shutting down opmn and all managed processes... $ $ORACLE_HOME/opmn/bin/opmnctl status Unable to connect to opmn. Opmn may not be up. $ $ORACLE_HOME/opmn/bin/opmnctl start opmnctl: opmn started $ $ORACLE_HOME/opmn/bin/opmnctl status Processes in Instance: DEV.oracle.discoverer.com -------------------+--------------------+---------+--------- ias-component | process-type | pid | status -------------------+--------------------+---------+--------- LogLoader | logloaderd | N/A | Down dcm-daemon | dcm-daemon | N/A | Down WebCache | WebCache | N/A | Down WebCache | WebCacheAdmin | N/A | Down OC4J | home | N/A | Down OC4J | OC4J_BI_Forms | N/A | Down HTTP_Server | HTTP_Server | N/A | Down Discoverer | ServicesStatus | N/A | Down Discoverer | PreferenceServer | N/A | Down DSA | DSA | N/A | Down $ $ORACLE_HOME/opmn/bin/opmnctl startproc ias-component=dcm-daemon $ $ORACLE_HOME/opmn/bin/opmnctl startproc ias-component=OC4J $ $ORACLE_HOME/opmn/bin/opmnctl startproc ias-component=HTTP_Server $ $ORACLE_HOME/opmn/bin/opmnctl startproc ias-component=Discoverer $ $ORACLE_HOME/opmn/bin/opmnctl status Processes in Instance: DEV.oracle.discoverer.com -------------------+--------------------+---------+--------- ias-component | process-type | pid | status -------------------+--------------------+---------+--------- LogLoader | logloaderd | N/A | Down dcm-daemon | dcm-daemon | 6089 | Alive WebCache | WebCache | N/A | Down WebCache | WebCacheAdmin | N/A | Down OC4J | home | 6332 | Alive OC4J | OC4J_BI_Forms | 6333 | Alive HTTP_Server | HTTP_Server | 6393 | Alive Discoverer | ServicesStatus | 6440 | Alive Discoverer | PreferenceServer | 6441 | Alive DSA | DSA | N/A | Down
PreviousNext» Start Stop OEM 10gAS
2 Comments
Leave a Comment




November 5, 2009 12:49 pm
After configuring Discoverer I am not able to bring up Discoverer and there is no meaning full error message in opmn/log either. Any help?