opmn service listening to external connections - issue


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users opmn service listening to external connections - issue
# 8  
Old 04-07-2010
Hello buddy.

Yes, /etc/hosts is an issue to OPMN (and Oracle AS). You have to get off the server hostname from the line containing 127.0.0.1, and put an alternate line, like this:

server1 10.0.0.1

This will solve your issue (solved mine).
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

4. 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

5. 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

6. 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

7. 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

8. 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
Login or Register to Ask a Question
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)