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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: srvctl not responding

Re: srvctl not responding

From: Radoulov, Dimitre <cichomitiko_at_gmail.com>
Date: Tue, 19 Jul 2005 22:04:54 +0200
Message-ID: <014e01c58c9d$23ae5970$d800a8c0@IBME1D11967173>


It's waiting on the child forked, you can see them with the -f option of truss.
Is this ever worked or it's a new setup? Only one node's Oracle Intelligent Agent is used to communicate to SRVCTL, so SRVCTL on that node then communicates to the other nodes through Java RMI.
What is the output from srvctl config database -d pidv?

HTH
Dimitre

$ ps -ef|grep -i srvctl

  oracle 9584 7154 0 18:27:44 pts/8 0:00 grep -i srvctl   oracle 6953 2554 0 18:22:39 pts/7 0:00 /bin/sh /opt/oracle/product/9.2.0/bin/srvctl status database -d pidv

phpp1dsmdbc01 oracle pidv1 /opt/oracle
$ truss -p 6953

waitid(P_PID, 6955, 0xFFBFF6D0, WEXITED|WTRAPPED|WNOWAIT) (sleeping...)

--
http://www.freelists.org/webpage/oracle-l
Received on Tue Jul 19 2005 - 15:07:26 CDT

Original text of this message

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