process kdb_64


 
Thread Tools Search this Thread
Operating Systems AIX process kdb_64
# 1  
Old 03-03-2012
process kdb_64

Hi friends,

I have a IBM machine loaded with AIX-5.3. The RAM is 350GB and have a swap space of 130GB. For the past 2 days, machine gets almost hanged in the morning and was able to login only from HMC console.... While issuing any commands from this console..even df, it shows the following error :

Error: The fork function failed. There is not enough memory available

AIX LEVEL :5300-10-01-0921

The machines works fine after restart...but the next day morning, it again hangs...

When i checked topas yesterday, after 3-4 hours of restart,....i could see the follwing as the top process... kdb_64....

what is this kdb_64... I doubt..weather this is consuming my RAM so that system is in shortage of memory......

What is the resolution for this situation....

Thanks in advance for the helps

Regards,
Jibu

Last edited by jibujacob; 03-03-2012 at 03:04 AM..
# 2  
Old 03-03-2012
the process is the kernel debugger and its very unlikely that its eaten your memory.
You seem to have a huge DB box I guess - what is
Code:
 ipcs -a

saying and vmstat -Iwt 2 10 say 1 hr after reboot ?
If this is AIX 5.3 - do you have lru_file_repage set to 0 or 1 ?
If you have the problem overnight - I guess when batches or backups running - see if system improves when you are mounting your dumpdevice with rbrw option.
Regards
zxmaus

Last edited by dukessd; 03-03-2012 at 08:00 PM.. Reason: cleaning up typo in code tag
# 3  
Old 03-05-2012
Hi,

Thanks for the reply.

It was a cronjob running at night that caused memory utilization to be heavy..... I commented it and machine is running fine now....

kdb_64 comes when perpmr is enabled ..... i disabled it and is not there now..

Regards,
jibu
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Command to get exact tomcat process I am running ignoring other java process

Team, I have multiple batchjobs running in VM, if I do ps -ef |grep java or tomcat I am getting multiple process list. How do I get my exact tomcat process running and that is unique? via shell script? (4 Replies)
Discussion started by: Ghanshyam Ratho
4 Replies

2. Shell Programming and Scripting

Monitoring processes in parallel and process log file after process exits

I am writing a script to kick off a process to gather logs on multiple nodes in parallel using "&". These processes create individual log files. Which I would like to filter and convert in CSV format after they are complete. I am facing following issues: 1. Monitor all Processes parallelly.... (5 Replies)
Discussion started by: shunya
5 Replies

3. UNIX for Advanced & Expert Users

Process remians in Running state causing other similar process to sleep and results to system hang

Hi Experts, I am facing one problem here which is one process always stuck in running state which causes the other similar process to sleep state . This causes my system in hanged state. On doing cat /proc/<pid>wchan showing the "__init_begin" in the output. Can you please help me here... (6 Replies)
Discussion started by: naveeng
6 Replies

4. UNIX for Advanced & Expert Users

Process remians in Running state causing other similar process to sleep and results to system hang

Hi Experts, I am facing one problem here which is one process always stuck in running state which causes the other similar process to sleep state . This causes my system in hanged state. On doing cat /proc/<pid>wchan showing the "__init_begin" in the output. Can you please help me here... (1 Reply)
Discussion started by: naveeng
1 Replies

5. BSD

Process remians in Running state causing other similar process to sleep and results to system hang

Hi Experts, I am facing one problem here which is one process always stuck in running state which causes the other similar process to sleep state . This causes my system in hanged state. On doing cat /proc/<pid>wchan showing the "__init_begin" in the output. Can you please help me here... (0 Replies)
Discussion started by: naveeng
0 Replies

6. Shell Programming and Scripting

How to put FTP process as a background process/job in perl?

Hi, I am using net::ftp for transferring files now i am trying in the same Linux server as a result ftp is very fast but if the server is other location (remote) then the file transferred will be time consuming. So i want try putting FTP part as a background process. I am unaware how to do... (5 Replies)
Discussion started by: vanitham
5 Replies

7. Shell Programming and Scripting

script to monitor the process system when a process from user takes longer than 15 min run.

get email notification from from system when a process from XXXX user takes longer than 15 min run.Let me know the time estimation for the same. hi ,any one please tell me , how to write a script to get email notification from system when a process from as mentioned above a xxxx user takes... (1 Reply)
Discussion started by: kirankrishna3
1 Replies

8. Shell Programming and Scripting

Shell Script to Kill Process(number of process) Unix/Solaris

Hi Experts, we do have a shell script for Unix Solaris, which will kill all the process manullay, it used to work in my previous env, but now it is throwing this error.. could some one please help me to resolve it This is how we execute the script (and this is the requirement) ... (2 Replies)
Discussion started by: jonnyvic
2 Replies

9. Shell Programming and Scripting

script to monitor process running on server and posting a mail if any process is dead

Hello all, I would be happy if any one could help me with a shell script that would determine all the processes running on a Unix server and post a mail if any of the process is not running or aborted. Thanks in advance Regards, pradeep kulkarni. :mad: (13 Replies)
Discussion started by: pradeepmacha
13 Replies

10. Shell Programming and Scripting

how to start a process and make it sleep for 5 mins and then kill that process

how to start a process and make it sleep for 5 mins and then kill that process (6 Replies)
Discussion started by: shrao
6 Replies
Login or Register to Ask a Question