"Out of Memory" after reboot for only Tuxedo DB servers on AIX 5.3


 
Thread Tools Search this Thread
Operating Systems AIX "Out of Memory" after reboot for only Tuxedo DB servers on AIX 5.3
# 1  
Old 05-12-2008
"Out of Memory" after reboot for only Tuxedo DB servers on AIX 5.3

Hello all,
I am working on an AIX 5.3L machine. I am currently trying to work on getting all of my Tuxedo servers booted for my app. However, some of these servers also use the Oracle 10g R2 client to connect to the 10g2 DB. AT FIRST, everything was working fine.
Anyway, one night all of the apps were brought down, and the machine had to be rebooted. NOW, all of my DB servers (i.e., the ones that are using the 10g2 client to connect to the DB) are showing "Out Of Memory" errors every time I try to boot them.
I have exhausted all options. I applied maxdata, checked memory & their limits (and set all sections of ulimit to unlimited). Available memory is fine also. Finally, I even tried to rebuild the apps with maxdata applied from the compiler also. I STILL get the "Out Of Memory" errors, and that didn't start until the machine was rebooted.
Anybody have any ideas?
Thanks,
Shane
# 2  
Old 05-12-2008
What is happening in the boot process right before you get the error message?
# 3  
Old 05-12-2008
tmboot -s das621

exec das621 -r -e MA62XOA1GRP.timings -A -- -r ma62xoa1 :
exec(): 0509-036 Cannot load program das621 because of the following errors:
0509-022 Cannot load module /apps/momentum/stg62/lib/liboci638d_10.a.
0509-150 Dependent module /apps/momentum/stg62/lib/libclntsh.a(shr.o) could not be loaded.
0509-026 System error: There is not enough memory available now.
0509-022 Cannot load module das621.
0509-150 Dependent module /apps/momentum/stg62/lib/liboci638d_10.a could not be loaded.
0509-022 Cannot load module .
CMDTUX_CAT:819: INFO: Process id=409680 Assume started (pipe).
1 process started.

The libraries can be a different one ever time. This is as far as it gets. I was mainly wonderfing if teh reboot could cause any problems of this sort.

Thx,
Shane
# 4  
Old 05-12-2008
Also, verified that my PATH and LIBPATH is correct.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Bash script - Print an ascii file using specific font "Latin Modern Mono 12" "regular" "9"

Hello. System : opensuse leap 42.3 I have a bash script that build a text file. I would like the last command doing : print_cmd -o page-left=43 -o page-right=22 -o page-top=28 -o page-bottom=43 -o font=LatinModernMono12:regular:9 some_file.txt where : print_cmd ::= some printing... (1 Reply)
Discussion started by: jcdole
1 Replies

2. Solaris

Changing "rx_queue_number" in "ixgbe.conf". Reboot or Network Restart?

Hi all, First post here. Working on Solaris 10, on a Sun t4-4, need to change RX queue depth(ethernet, not HBA) and was wondering if i could get by with just restarting the network or if i should just bounce the whole shebang. Apologies if i missed a similar thread. if there is one, please... (2 Replies)
Discussion started by: caspnx
2 Replies

3. Shell Programming and Scripting

I need to find first daty of each month. What will I see on AIX "1" or "01"

Could you please let me know the following? I have to find and check first day of each month. I do fdt=`date +%d` will it give me on AIX "1" or "01" I ask you because I couldn't make real test on first day and don't know Thanks for contribution (4 Replies)
Discussion started by: digioleg54
4 Replies

4. AIX

How to enable "TCP MD5 Signatures" and "https" on AIX?

I have searched many times but nothing found. Somebody help please :(:(:( (1 Reply)
Discussion started by: bobochacha29
1 Replies

5. UNIX for Advanced & Expert Users

AIX - io info get from "libperfstat" not match "iostat"

Hi, everyone. I need to write a program to get io info based on libperfstat. But the "write time" of a disk is just half of the value get from iostat. I'm confused and can't explain. Help please. How I calculate "write service time per sec": In iostat: write service... (0 Replies)
Discussion started by: jackliang
0 Replies

6. Shell Programming and Scripting

awk command to replace ";" with "|" and ""|" at diferent places in line of file

Hi, I have line in input file as below: 3G_CENTRAL;INDONESIA_(M)_TELKOMSEL;SPECIAL_WORLD_GRP_7_FA_2_TELKOMSEL My expected output for line in the file must be : "1-Radon1-cMOC_deg"|"LDIndex"|"3G_CENTRAL|INDONESIA_(M)_TELKOMSEL"|LAST|"SPECIAL_WORLD_GRP_7_FA_2_TELKOMSEL" Can someone... (7 Replies)
Discussion started by: shis100
7 Replies

7. AIX

AIX 5.3 - Discrepancies between "top" and "vmstat"

Can someone explain the differences I'm seeing below in TOP and VMSTAT commands on my AIX 5.3 server? Thanks! CPUs: 4; load averages: 0.86, 0.97, 0.97 18:09:26 926 processes: 4 stopped, 922 running CPU states: 78.4% idle, 8.5% user, 12.6% kernel, 0.3% wait Memory: 23680M Total.... (1 Reply)
Discussion started by: troym72
1 Replies

8. UNIX for Advanced & Expert Users

Where to set the right "Apache" to run after reboot on a RedHat 5 machine ?!

Hi, I'am working on a RedHat server (V5) and having on it 2 Apache instances, but after each reboot i have the wrong one starting so that i have to stop it doing "httpd -k stop" and than launch the right one doing "/etc/init.d/httpd -k start". For more Details, you may see the link i inserted... (4 Replies)
Discussion started by: mehdi1973
4 Replies

9. AIX

"pconsole" and "esaadmin" on AIX version 6

Anyone know what is the function of user "pconsole" and "esaadmin" on AIX version 6? (1 Reply)
Discussion started by: ebab3
1 Replies

10. AIX

"too big" and "not enough memory" errors in shell script

Hi, This is odd, however here goes. There are several shell scripts that run in our production environment AIX 595 LPAR m/c, which has sufficient memory 14GB (physical memory) and horsepower 5CPUs. However from time to time we get the following errors in these shell scripts. The time when these... (11 Replies)
Discussion started by: jerardfjay
11 Replies
Login or Register to Ask a Question