opmnctl: opmn start failed. pingwait exit status 2 [message #643089] |
Mon, 28 September 2015 17:05 |
|
kevint
Messages: 1 Registered: September 2015
|
Junior Member |
|
|
Hello everyone,
I recently came across a very strange EBS startup issue that took me awhile to resolve. I just like to share it, just in case someone may run into the problem.
I started up EBS application by executing adstrtal.sh and got the following error from the log:
09/10/15-14:38:21 :: adopmnctl.sh version 120.6
09/10/15-14:38:22 :: adopmnctl.sh: Starting Oracle Process Manager (OPMN)
.../ora/10.1.3/opmn/bin/opmnctl[31]: unlimited: 0403-009 The specified number is not valid for this command.
opmnctl: opmn start failed.
09/10/15-14:38:29 :: adopmnctl.sh: exiting with status 2
I followed basic troubleshooting tips to validate opmn.xml for corruption, look into opmn.dbg and opmn.log, etc. All EBS configuration files appear to be accurate.
After looking into deeper the opmn.log, I noticed the ONS started, but with a wrong server IP address (168.81.212.121)
15/09/23 16:49:18 [ons-internal] ONS server initiated
15/09/23 16:49:18 [pm-internal] PM state directory exists: /apps/eu01/inst/apps/eu01_ebsux1/ora/10.1.3/opmn/logs/states
15/09/23 16:49:18 [pm-internal] OPMN server ready. Request handling enabled.
15/09/23 16:49:18 [ons-listener] 168.81.212.121,6205: BIND (Can't assign requested address)
I looked at the /etc/hosts file and noticed the server was mapped to 2 different IP addresses for some reason.
/etc/hosts
127.0.0.1 loopback localhost # loopback (lo0) name/address
168.81.212.122 ebsux1
168.81.212.121 ebsux1
The active network interface for the server is assigned to this IP 168.81.212.122
Removing the line containing the wrong IP address (168.81.212.121 ebsux1) from /etc/hosts finally fixed the issue.
[Updated on: Mon, 28 September 2015 17:10] Report message to a moderator
|
|
|