The port is defined in /etc/services file as :
:
:
oracle-oms 1159/tcp # Oracle OMS
oracle-oms 1159/udp # Oracle OMS
However, when we tried "telnet" or "netstat -an" port 1159, we are
getting no good result :
# netstat -an | grep 1159
#
# telnet 170.23.xx.yyy 1159
Trying 170.23.xx.yyy
telnet: connect to address : 170.23.xx.yyy Connection refused
telnet: Unable to connect to remote host: Connection refused
Any idea how to resolve this issue and enable 1159 again ?
Thanks, Bill
> Anyone knows how to check and open port # 1159
Try this as root
lsof -i @`hostname -f`:1159
(Or replace `hostname -f` with the IP address of the host.)
Is 170.23.xx.yyy running a firewall? If so, you might need
to tell the firewall to allow traffic to port 1159.
Le 24/03/2011 00:24, underh20 a écrit :
> # netstat -an | grep 1159
> #
>
> # telnet 170.23.xx.yyy 1159
> Trying 170.23.xx.yyy
> telnet: connect to address : 170.23.xx.yyy Connection refused
> telnet: Unable to connect to remote host: Connection refused
>
>
> Any idea how to resolve this issue and enable 1159 again ?
Port is open, but service is not enable.
Even if you have a firewall blocking your 1159 port, netstat must see a
LISTEN 1159 if the service is running and waiting for incoming connection.
If there is nothing, your oracle service is not even started?
- --
Aeris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iQEcBAEBAgAGBQJNi8L/AAoJEK8zQvxDY4P9fOoH/2IT1xfuUPuHM2d2aPojdupu
USKqwCq6mg17fbIf0wledSfdGL/89g7UECnjIRBrSuVRrDSKqSPNhz26mBZV12Pm
FHiWZy79/A98XKCWHxFVhl6t0mpTBxNQSyArwD98U+/jATGO3zwrJQ644PIIcZtG
qwzEERk/24QDNCEXLX7etiBCmhhARoCEgzl/XLRM2/6bcPDJr4aNNZBmwmzQp+JD
TXW0jhoV1RKsufChuOEnS2P//QZT+nQl1ZJcv9k1Xd1Dx57eUbMGhSN4CAL8lL0J
W0XFN2gNwwmf5syiiY9X/WYkZCotmqVA76upv5agfVyjHLxgjULL+RSJI1FD3C8=
=aW3n
-----END PGP SIGNATURE-----