Java Runtime Execution require reboot of pSeries server regularly?


 
Thread Tools Search this Thread
Operating Systems AIX Java Runtime Execution require reboot of pSeries server regularly?
# 1  
Old 12-14-2010
Java Runtime Execution require reboot of pSeries server regularly?

Dear all experts,
Recently the daily batch run process (run using Java Runtime Execution)suddenly run slow. Our apps vendor came in and check and request to reboot the server. After rebooting of the server, the batch run back to normal.
May I know is periodically rebooting of pSeries server is a requirement?
As I know pSeries server is built for less downtime. I would like to know whether any other way to refresh Java Runtime Execution instead of reboot of server.
Thanks.
# 2  
Old 12-15-2010
What a mystery. The JAVA executable should not care about the history of the server. Maybe there was little swap left, or something such, that forced the JVM to gc more often. The java executable and your app should not be more sensitive than any other executable or application. What sort of resources does the JAVA app use (network, RDBMS, NFS files, local files)?
# 3  
Old 12-15-2010
yep you do not give us anything we could work with - like for example the OS you are using - the applications running on your box and so on. There are certain issues with 32bit applications that might cause your issues - and with some runtime settings these issues are relatively easy to fix. But to help you we would obviously need to know a little bit more Smilie

regards
zxmaus
# 4  
Old 12-17-2010
Well, it is an AIX forum, so we should hope . . . . Maybe some disk space is being filled up to the point that a journalized volume puts a slower media into play? I recall we had an issue with excess churn in an Oracle device on raid5 SAN slowing the whole shebang down. Of course, IBM . . . steel ball . . . rubber mallet. Smilie
# 5  
Old 12-21-2010
Thanks for all the replies.
The server is running AIX 5300-07-08.
A power 5+ server with 6 duo-core CPUs, memory of 21GB with paging space set to 21GB as well. The storage set to RAID10 (as recommended by vendor that RAID 5 is not good on performance)
VM setting has been set to Oracle preferred setting as
maxclient% and maxperm% = 90
minperm% = 3
lru_file_repage = 0
lru_poll_interval = 10.

Java running is as below
Java5_64.sdk 5.0.0.175

Hope these enough info for solving the mystery.

Again, thanks a lot for the replies.
# 6  
Old 12-21-2010
Any reason to stay away from later JAVA? If you try 6.23 and it goes away . . . .

Are there any residual processes accumulating as time passes, like zombies or stopped?
# 7  
Old 12-21-2010
I will check with DBA and vendor on whether we can upgrade to the latest version. Meanwhile, any support that the slow problem is due to the version? I need to in some way prove it to vendor and DBA.
Thanks.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Do I require remote login access to a windows server to transfer files from a UNIX server

Hi All I need to transfer a file from a UNIX server to a windows server. I saw that it is possible to do this using scp command by looking at the forum listed below: ... (2 Replies)
Discussion started by: vx04
2 Replies

2. Programming

Java Runtime.getRuntime().exec not returning any value

Hi, i written class like this but it is not returning any results and infact p.waitFor() is returning value 1. This is very basic program that i am planning to run in unix. This is really killing my time and unable to find correct reason.... (6 Replies)
Discussion started by: sbjv
6 Replies

3. Shell Programming and Scripting

exit status from ksh script exec from java using runtime

how do i get the exit status from a ksh or perl script executed in a java program using Runtime? (1 Reply)
Discussion started by: twk
1 Replies

4. UNIX for Dummies Questions & Answers

No Java runtime environment (JRE) error

Hi all, I am trying to install a .bin file for that it requires IBMJava2-AMD64-142-JRE-1.4.2-13.8.x86_64.rpm to be installed. I have installed this rpm but when i try to install .bin file, it complains that no JRE found. How to solve this. Thanks in advance! #... (0 Replies)
Discussion started by: lramsb4u
0 Replies

5. UNIX for Dummies Questions & Answers

java runtime for mozilla firefox 3.5.3 installation

Hi, community, I am using Karmica koala 9.10 and I wish to add to Firefox the JRE plugin. What I have to do? The problem arises when I try to copy from the Downloads dir the file to /usr/java that I created. I must have the root permissions, I think. Please help. (1 Reply)
Discussion started by: mauropera
1 Replies

6. Shell Programming and Scripting

execution time / runtime -- bash script please help!

Hello, I'm running a bash script and I'd like to get more accurate a runtime information then now. So far I've been using this method: STARTM=`date -u "+%s"` ......... *script function.... ......... STOPM=`date -u "+%s"` RUNTIMEM=`expr $STOPM - $STARTM` if (($RUNTIMEM>59)); then... (6 Replies)
Discussion started by: TehOne
6 Replies

7. UNIX for Advanced & Expert Users

Server goes down regularly- Please help

Hi , I need a clarification on an issue that we have been facing for two weeks now. From past one year we had issue with space on our Linux machine on which our application ( View VC, CVS) hosted on it. Due to swap memeory configuration being 0 and very less space on the server, the server... (7 Replies)
Discussion started by: bsandeep_80
7 Replies

8. AIX

allocate memory for shell script at runtime during execution--urgent critical help!!

How to allocate memory for a shell script on aix box at the time of execution i.e at runtime Are there any commands for AIX in specific Thanks in Advance (1 Reply)
Discussion started by: aixjadoo
1 Replies

9. AIX

pmlist execution makes reboot?!

Hi All, When I try to execute pmlist -s command to know about processor information, machine is getting reboot. What is the problem to use this command.? Thanks. (2 Replies)
Discussion started by: muthukumar
2 Replies
Login or Register to Ask a Question