Sponsored Content
Top Forums UNIX for Advanced & Expert Users opmn service listening to external connections - issue Post 302378977 by ranj@chn on Wednesday 9th of December 2009 08:53:15 AM
Old 12-09-2009
opmn service listening to external connections - issue

Hello Gentlemen,

Its been a looong time I have posted here. I need a clarification. We started up the OPMN service (for Oracle App server) on Linux box. The service was supposed to listen on port 6005.

The service started up and was listening to 6005 but looks like it was listening only to localhost calls. I mean this service was not lsitening to requests coming from other servers.

I listed the services using -
Code:
[oraias@shk-oratestintegration01 conf]$  netstat -lnptu|grep 6005
(Not all processes could be identified, non-owned process info
 will not be shown, you would have to be root to see it all.)
tcp        0      0 127.0.0.1:6005              0.0.0.0:*                   LISTEN      29587/opmn

What could be the problem? We are planning to restart the entire App Server for this purpose as we havent got any clue to why it happened. We have another server where we have same setup, but the issue doesnt occur there.

In the other server -
Code:
[oraias@SHK-ORADEVAPP02 conf]$ netstat -lnptu|grep 6005
(Not all processes could be identified, non-owned process info
 will not be shown, you would have to be root to see it all.)
tcp        0      0 127.0.0.1:6005              0.0.0.0:*                   LISTEN      8080/opmn
tcp        0      0 192.168.1.83:6005           0.0.0.0:*                   LISTEN      8080/opmn

Any suggestions please!
Code:
[oraias@SHK-ORADEVAPP02 conf]$ uname -a
Linux SHK-ORADEVAPP02 2.6.9-89.0.0.0.1.ELsmp #1 SMP Tue May 19 05:31:20 EDT 2009 x86_64 x86_64 x86_64 GNU/Linux

Regards,
Ranj
 

8 More Discussions You Might Find Interesting

1. What is on Your Mind?

What are you listening to right now?

This is has been posted many times before... It is not in this forum as of now, so I have decided to put it here :D I'm listening to The Outsiders (AKA Hell is for Heros Part I) by Modern Life is War.... what about ya'll? (4 Replies)
Discussion started by: Mars8082686
4 Replies

2. HP-UX

External DVD-ROM drive issue whether it is working or not? on HP rp7400

Please help me > How to diag the external DVD-ROM drive issue whether it is working or not? on HP 9000 server rp7400 I needed to install HP 11i v1 using external DVD-ROM drive on HP 9000 server rp7400. While boot in CO> “search” command is not showing DVD-ROM device only showing all disks >... (0 Replies)
Discussion started by: tpuser
0 Replies

3. UNIX for Advanced & Expert Users

external DVD-ROM drive issue whether it is working or not?on HP rp74000

old clunker - rp74000 How to diag the external DVD-ROM drives issue whether it is working or not? on HP 9000 server rp7400 Please help me > I needed to install HP 11i v1 using external DVD-ROM drive on HP 9000 server rp7400. While boot in CO> “search” command is not showing DVD-ROM device... (1 Reply)
Discussion started by: tpuser
1 Replies

4. SuSE

named service issue on Suse

Hi Experts, I have a virtual server of SUSE Linux Enterprise Server 10 (x86_64). I am having strange issue of Naming services. Every 1 or 2 hours, named service stops working on this server and then I have to start it from "/etc/init./named start" I am not getting clue, where should I start... (0 Replies)
Discussion started by: solaris_1977
0 Replies

5. AIX

Service IP issue in HACMP, Working with only one node

Hi, I have a running HACMP Cluster with two nodes. Its working in active/passive mode. (i.e Out of the two nodes in the cluster one will be active and the other one will be on standby. If first node fails the other takes over) 1. There is a Service IP associated with the cluster. Now the... (2 Replies)
Discussion started by: aixromeo
2 Replies

6. Hardware

External GPU issue

Dear all, I set up a external Gforce GPU using the PE4H (Pcie passive adapter) from HWTOOLS.NET. I'm able to add and remove the device doing and The point is the kernel does not initialized the device correctly. Here is what dmesg gives after the scan: lspci -t gives and lspci... (2 Replies)
Discussion started by: aihake
2 Replies

7. Linux

cifs.upcall issue, requests new kerberos service ticket all the time

This is more of an annoyance than an actual production issue. I've set it up so that each user's home directory is mounted to an immediate subdirectory of $HOME when they login, (and umounts when they log out to keep /proc/mounts a manageable size). My issue comes in when my login scripts... (0 Replies)
Discussion started by: thmnetwork
0 Replies

8. Red Hat

External HDD Issue

Hello everyone ! I just installed Red Hat 6.4 and when i plug in my external HDD firstly i can see the files and after 5 seconds all dissapears. What causes to this and ways to fix it ? Thanks in advance ! (1 Reply)
Discussion started by: djqbert
1 Replies
asadmin-create-http-qos(1AS)					   User Commands				      asadmin-create-http-qos(1AS)

NAME
create-http-qos - creates a new quality of service parameter SYNOPSIS
create-http-qos --user admin_user[--password admin_password][--host localhost] [--port 4848][--passwordfile filename][--secure|-s][--virtu- alserver virtual_server_ID] [--bwlimit bwlimit][--enforcebwlimit=enforce_bw_limit][--connlimit connection_limit] [--enforce- connlimit=enforce_conn_limit]instance_name Adds a new quality of service pamameter associated with the named server instance. OPTIONS
--user administrative user associated for the instance. --password administrative password corresponding to the administrative user. --host host name of the machine hosting the administrative instance. --port administrative port number associated with the administrative host. --passwordfile file containing passwords appropriate for the command (e.g., administrative instance). --secure if true, uses SSL/TLS to communicate with the administrative instance. --virtualserver virtual server ID. It can also be referred to as the variable $id in an obj.conf file. A virtual server ID cannot begin with a number. --bwlimit maximum bandwidth limit, for the virtual server class or virtual server, in bytes per second. The default is no limit. --enforcebwlimit determines whether the bandwidth limit should be enforced or not. --connlimit maximum number of concurrent connections for the server, virtual server class, or virtual server. --enforceconnlimit determines whether the connection limit should be enforced or not. OPERANDS
instance_name name of the instance. Example 1: Using create-http-qos asadmin> create-http-qos --user admin --password adminadmin --host fuyako --port 7070 --bwlimit 10 --enforcebwlimit=false --connlimit 2 --enforceconnlimit=true --virtualserver server1 server1 Created HTTP QOS Where: the HTTP QOS is created for the virtual server server1 with the instance name of server1. EXIT STATUS
0 command executed successfully 1 error in executing the command INTERFACE EQUIVALENT
Server instance, HTTP Server Virtual Servers, Instance QOS page for the server instance asadmin-delete-http-qos(1AS) J2EE 1.4 SDK March 2004 asadmin-create-http-qos(1AS)
All times are GMT -4. The time now is 09:24 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy