SRVCTL - Error
820510Aug 30 2011 — edited Aug 30 2011Hi,
When i run the command *./srvctl status database -d <db_name>* on Node 1 i get the following Error:
# ./srvctl status database -d <db_name>
./srvctl: line 179: 30283 Segmentation fault $JRE $JRE_OPTIONS -classpath $CLASSPATH $TRACE oracle.ops.opsctl.OPSCTLDriver "$@"
When i run the same command on Node 2 i get the output as
#./srvctl status database -d <db_name>
Instance oradb1 is running on node ora1
Instance oradb2 is running on node ora2
Note: I'm not able to run any of the srvctl commands on Node 1. When i check the srvctl file using the command
# vi srvctl
I found that the file was empty. So i copied the srvctl file from node 2 to node 1.
Can anyone help me out with this.
Thanks :)