Oracle not accepting new connections


 
Thread Tools Search this Thread
Operating Systems HP-UX Oracle not accepting new connections
# 1  
Old 10-20-2005
Network Oracle not accepting new connections

Hi UNIX guru's,

Have recently upgraded Oracle from 8i to 10g on an HP-UX (RISC) 11.11 box.

At least twice a day the database stops accepting incoming connections and the following errors are observed in the various logs.

The box needs to be rebooted to get everything going again.

The box has 6GB of physical ram and I belive 2 x 2GB swap files.

Does anyone one know what the HPUX Error: 12: Not enough space
error is referring to.

The kernel parameters have been configured according to the Oracle upgrade guide.

Also referring to the last error log which was observed when rebooting, what is aux swap space, is it a problem that we havn't got any?

Any help would be appreciated.

Cheers Mat

after upgrade from 816 to 10G:
the database stops accepting new connections.
Network log
TNS-12500: TNS:listener failed to start a dedicated server process
TNS-12549: TNS:operating system resource quota exceeded
TNS-12560: TNS:proto adapter error
TNS-00519: Operating system resource quota exceeded
HPUX Error: 12: Not enough space

Error log :- from alert log :-
skgpspawn failed:category = 27142, depinfo = 12, op = fork, loc = skgpspawn3
skgpspawn failed:category = 27142, depinfo = 12, op = fork, loc = skgpspawn3
skgpspawn failed:category = 27142, depinfo = 12, op = fork, loc = skgpspawn3.


Enable auxiliary swap space
Output from "/sbin/rc1.d/S500swap_start start":
----------------------------
Enabling device paging on /dev/vg00/lvolswap.
/usr/sbin/swapon: /dev/vg00/lvolswap: No such file or directory
Enabling device paging on /dev/vg00/lvol1swap.
/usr/sbin/swapon: /dev/vg00/lvol1swap: No such file or directory
Enabling device paging on /dev/vg00/lvol2swap.
/usr/sbin/swapon: /dev/vg00/lvol2swap: No such file or directory
Enabling device paging on /dev/vg00/lvol9.
Warning: swapon returned exit code: 3
"/sbin/rc1.d/S500swap_start start" FAILED

Last edited by Perderabo; 10-20-2005 at 08:57 AM.. Reason: Disable smilies for readability
# 2  
Old 10-20-2005
Do a "swapinfo -t" to see how much swap you really have. It looks like you have typos in /etc/fstab. Review which logical volumes you really have and which lv's you actually want to use as swap areas.
# 3  
Old 10-20-2005
Network

Quote:
Originally Posted by Perderabo
Do a "swapinfo -t" to see how much swap you really have. It looks like you have typos in /etc/fstab. Review which logical volumes you really have and which lv's you actually want to use as swap areas.
Hi,
Thanks for your reply.

I am unable to to do a swapinfo -t as I'm not in front of the machine.
But a previous swapinfo -a returned
Code:
         Kb         Kb         Kb        PCT   START/ Kb
TYPE AVAIL      USED     FREE     USED  LIMIT  RESERVE PRI    NAME
dev   2146304    0       2146304  0%    0        -           1    /dev/vg00/1vol2
dev   2048000    0       2048004  0%    0        -           1    /dev/vg00/1vol9
reserve        -   4192820  -4192820
memory 4786844 3352124 1434720 70%

This tells me that the box is not using any swap at all and using 70% of its memory, do you know what the reserve figures mean.
Am I correct in my assumptions?
Any other ideas?

Thanks

Mat

Last edited by Perderabo; 10-20-2005 at 10:50 AM..
# 4  
Old 10-20-2005
We need the "swapinfo -t" output. The -a output is worse than useless, it's misleading. "Used" means paging has occurred...something was written to the swap area. "Reserved" means needed for stuff in core now in case of paging. If you cannot reserve, you are out of vm.
# 5  
Old 10-21-2005
Hi,

Here is the output from swapinfo -t

Sorry for taking so long to get back to you.

Thanks

Mat

# swapinfo -t

TYPE AVAIL USED FREE USED LIMIT RESERVE PRI NAME

dev 2146304 226704 1919600 11% 0 - 1 /dev/vg00/lvol2

dev 2048000 227704 1820296 11% 0 - 1 /dev/vg00/lvol9

localfs 1024000 0 1024000 0% 1024000 0 1 /u06/paging

reserve - 4395952 -4395952

memory 4786844 4584352 202492 96%

total 10005148 9434712 570436 94% - 0 -
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Parameter not accepting in awk

In below script parameterwhich i am passing to awk function is not working.Not sure why its not accepting parameter.Please tell me how to pass parameter to the awk function.Please check the below script. #!/bin/ksh dummy_file=/etlapps/dev/data/sub_servicer_data/ScriptLogs/emp.txt fields=5... (2 Replies)
Discussion started by: katakamvivek
2 Replies

2. Shell Programming and Scripting

script accepting password

Hi friends, I am very new to Unix scripting and having some difficulty in my first shell script. I have written a simple shell script to upload an artifact to a remote machine on the network. echo "Uploading the artifact" scp app.war username@remotemochine.domainname.net:/home/deployables... (3 Replies)
Discussion started by: prashdeep
3 Replies

3. Shell Programming and Scripting

Accepting Input regardless of Case

Hi I am trying to get my script to accept input regardless if the person enters a or A. here is the portion of the code where I get the input. echo -n 'Please enter your choice:' # prompt user for input. read reply # read input echo case $reply in #... (2 Replies)
Discussion started by: DualPandas
2 Replies

4. Shell Programming and Scripting

Help with Accepting Directories as an Argument

I'm doing a script where you are suppose to start off in accepting one or more directory as an argument. How do i do this? Sorry for the nub question. (2 Replies)
Discussion started by: LinuxUser232331
2 Replies

5. Shell Programming and Scripting

Accepting A-Za-Z

Is there a way accept A-Za-z0-9 from the user from a parameter? EX. I want to take the parameter from the user even if its hEu or H3y and store it as a parameter ( $1 ) (18 Replies)
Discussion started by: puttster
18 Replies

6. Shell Programming and Scripting

How to check if a Port is accepting connections.

Hi, I need to create a script which checks the availability of a particular service on a particular Port on HP-Unix. Is there any command in unix wherein we can check if any port is accepting the connections now. Thanks, Vihang. (5 Replies)
Discussion started by: vikings.svnit
5 Replies

7. UNIX for Dummies Questions & Answers

accepting input date

I how do i accept a input date in script which is lesser than a specified day? ex: to accept a date less than or equal to 100 days(from today).?:( Thanks for the help in advance.:) (1 Reply)
Discussion started by: abhi_123
1 Replies

8. Shell Programming and Scripting

Not able to display the value I am accepting as an argument

Hi, I am new to UNIX. I am facing some problem here. #! /usr/bin/ksh currDate = $1 export currDate; echo " Date is $currDate" when I run this script, it says : currDate not found. Can anybody point out the mistake please. --mahek (3 Replies)
Discussion started by: mahek_bedi
3 Replies

9. Shell Programming and Scripting

Accepting User Input

I'm just starting out with UNIX and have figured some stuff out. I just need some help with accepting user input on the command line. For instance, I created a number counter that counts down from any positive hard coded number. But, I want the commnad line line to read "Countdown 20" where 20... (1 Reply)
Discussion started by: scott78
1 Replies
Login or Register to Ask a Question