AIX Hangs


 
Thread Tools Search this Thread
Operating Systems AIX AIX Hangs
# 1  
Old 07-11-2005
AIX Hangs

Hai

I am new to AIX, currently in our shop we use AIX 4.3.3 , where we have hosted the websphere 3.5 applicaiton on it. The AIX server is getting hanged very frequently, when analyse we found the swap memory is increasing once it reaches the memory 100 the system is totaly in hung state, so we have to power of the system and to make the swap memory to 1% then only the system is recovered. So can anybody suggest something for this. Or do we have any fix patches for this .

Page Space Physical Volume Volume Group Size %Used Active Auto Type
paging00 hdisk0 rootvg 1024MB 68 yes yes lv
hd6 hdisk0 rootvg 512MB 100 yes yes lv


Vipin
# 2  
Old 07-12-2005
It sounds to me that system might be running out of virtual memory and is performing a core dump which takes some time and space. You may also be running out of disk on the entire box.

If you have the space try and double the virtual memory size or add more disk space.

You may also want to perform the lsps -a or topas commands to watch the memory usage etc while it is running. Check for an application dump.
# 3  
Old 07-21-2005
- sorry for double post, content deleted, see below -

Last edited by bakunin; 07-21-2005 at 12:09 PM..
# 4  
Old 07-21-2005
It would be interesting to know on which fix level you are. Issue

instfix -i | grep AIX_ML

to find out. Also find out what you dump device is and if it is big enough to hold the dump. Use

sysdumpdev

with various parameters to get the size, location and other parameters of the dump and dump device. Read the man page of sysdumpdev to understand the concepts behind the system dump.

In any case it is strongly recommended to use evenly sized swap devices if you have several of them: AIX uses a round-robin scheme to fill pages in swap devices and if they are not evenly sized one will run out of space before the other one(s).

bakunin
# 5  
Old 07-22-2005
MySQL Aix Hangs

bakunin,

Thanks for the reply, I have enclosed the output for the what are the fix pack we have and sydump . Also can you suggest me how to make the swap memory even. We have recenlty increased our swap memory to 1024 mb but once the 512mb reaches the stage of 85 our websphere applicatioon server could not do perform any task. I suspect this is some memory leak. Can you say some soultion how to solve it.

instfix -i |grep AIX_ML

Not all filesets for 4.3.1.0_AIX_ML were found.
Not all filesets for 4.3.2.0_AIX_ML were found.
All filesets for 4.3.1.0_AIX_ML were found.
Not all filesets for 4.3.2.0_AIX_ML were found.
Not all filesets for 4.3.3.0_AIX_ML were found.
Not all filesets for 4330-02_AIX_ML were found.
All filesets for 4320-02_AIX_ML were found.
Not all filesets for 4330-03_AIX_ML were found.
Not all filesets for 4330-04_AIX_ML were found.
Not all filesets for 4330-05_AIX_ML were found.
Not all filesets for 4330-01_AIX_ML were found.
Not all filesets for 4330-06_AIX_ML were found.
Not all filesets for 4330-07_AIX_ML were found.
Not all filesets for 4330-08_AIX_ML were found.
Not all filesets for 4330-09_AIX_ML were found.
Not all filesets for 4330-10_AIX_ML were found

sysdumpdev
primary /dev/hd6
secondary /dev/sysdumpnull
copy directory /var/adm/ras
forced copy flag TRUE
always allow dump FALSE
dump compression OFF

Thanks and Regards
P.Vipin
# 6  
Old 07-22-2005
Quote:
Originally Posted by vipin77
bakunin,

Thanks for the reply, I have enclosed the output for the what are the fix pack we have and sydump . Also can you suggest me how to make the swap memory even. We have recenlty increased our swap memory to 1024 mb but once the 512mb reaches the stage of 85 our websphere applicatioon server could not do perform any task. I suspect this is some memory leak. Can you say some soultion how to solve it.

instfix -i |grep AIX_ML

Not all filesets for 4.3.1.0_AIX_ML were found.
Not all filesets for 4.3.2.0_AIX_ML were found.
All filesets for 4.3.1.0_AIX_ML were found.
Not all filesets for 4.3.2.0_AIX_ML were found.
Not all filesets for 4.3.3.0_AIX_ML were found.
Not all filesets for 4330-02_AIX_ML were found.
All filesets for 4320-02_AIX_ML were found.
Not all filesets for 4330-03_AIX_ML were found.
Not all filesets for 4330-04_AIX_ML were found.
Not all filesets for 4330-05_AIX_ML were found.
Not all filesets for 4330-01_AIX_ML were found.
Not all filesets for 4330-06_AIX_ML were found.
Not all filesets for 4330-07_AIX_ML were found.
Not all filesets for 4330-08_AIX_ML were found.
Not all filesets for 4330-09_AIX_ML were found.
Not all filesets for 4330-10_AIX_ML were found

sysdumpdev
primary /dev/hd6
secondary /dev/sysdumpnull
copy directory /var/adm/ras
forced copy flag TRUE
always allow dump FALSE
dump compression OFF

Thanks and Regards
P.Vipin
The OS has a setting that only allows a certian percentage of swap space to be used before it is going to send a kill signal to the process that is trying to go over the percentage. If you perform a vmstat -v you will see that the max client percentage is probally 80%. Perform this command: errpt pipe that to more. I bet you will see an error about swap space along with software program terminated. Anyhow this means that you do not have enough virtual memory allocated for what you are trying to do on the box. Double it again, make sure that if you are using more than one device you keep them at a 1 to 1 ratio such as the previous post it appears that you have two devices that are used for virtual memory one is at 512 and one is at 1024 if this is correct allocate 512 more to the 512 device and try it again.

Let me know what you find.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. IP Networking

SFTP hangs

Ok sftp connects but hangs after I enter the password manually The ssh version is 1.0 bash-2.05$ ssh -V SSH Version Sun_SSH_1.0, protocol versions 1.5/2.0. When I go from solaris 9 to sftp to another server with latest proftpd version it hangs after the password. proftpd -V Compile-time... (6 Replies)
Discussion started by: slufoot80
6 Replies

2. Solaris

Server Hangs

I have a Sun-Fire-V210, the Server hangs for sometime and evn console wont be abled to access and after sometime the server comes back active. the messages file shows this , whats causing this ? # tail -500 messages Jan 25 07:02:16 xxxxxxxxxxxxx Corrupt label; wrong magic number Jan 25... (2 Replies)
Discussion started by: Sojourner
2 Replies

3. HP-UX

bdf hangs

hi, bdf command hangs but before it, it lists all the fstab content, so i cannot find the reason... could anybody give me any clue?? thanks a lot for your attention. regards Pablo i attach syslog Jan 14 16:30:00 sv23 vmunix: hp_dlpi_wput:Received an unrecognized primitive: 101d... (7 Replies)
Discussion started by: pabloli150
7 Replies

4. AIX

AIX 5.3 Boot Hangs On Power4 Hardware

Hi all, We have a old Power4 server with AIX version 5.3 installed. Upon boot up, it hangs right after the AIX welcome screen. On the diagnostic load progress LED indicator, I saw that it stopped at '0c32' then after awhile the LED would be blank. The screen on the monitor will hang at the black... (15 Replies)
Discussion started by: a_sim
15 Replies

5. Solaris

System hangs

Hi, today when i started the OS Sun Solaris 10 it hangs on initialization. Following was shown in the end of the screen Initializing system Please wait.... * Please help? (3 Replies)
Discussion started by: malikshahid85
3 Replies

6. Solaris

Explorer hangs

Hi Guys, Anyone encontered a problem where when you run your SUN explorer, it hangs at sysconfig? I am having this problem for some of my servers. rgds, (1 Reply)
Discussion started by: ronny_nch
1 Replies

7. Shell Programming and Scripting

Script Hangs!

Hi, I have script which is based on TCL and expect. It is written to test my code. It usually runs fine for a while and hangs after sometime. Code snippet set l_temp_timeout $timeout OUTPUT_LOG2 2 >>>$expect_out(buffer)<<< OUTPUT_LOG2 2... (2 Replies)
Discussion started by: naveenpn
2 Replies

8. AIX

AIX hangs through the boot process

To All: I have this AIX machine (see boot process below). The problem was it hangs at: The ctrmc Subsystem has been started. Subsystem PID is 11906.. I checked with other forums but their advise were just "strong punches in the air" with no specific explanation. I really appreciate if... (6 Replies)
Discussion started by: aix_xia
6 Replies

9. AIX

AIX hangs on boot

Hi guys, Got a tiny bit of a problem on one of our servers here at work. I installed AIX 5.3 on the server and that went fine. Then I upgraded to ML 5300-05-01, but now the system just hangs on boot. The system starts up and the monitor comes on in few minutes, but a few seconds later when... (6 Replies)
Discussion started by: drchris
6 Replies

10. Slackware

Fedora (C2) Hangs

Anyone else notice Fedora Core 2 (both 2.6.5 and .8 kernels) hang, specifically when running konqueror? I notice a lot of HD activity, but by the time I can switch to a shell to use top it's over. (1 Reply)
Discussion started by: Karma
1 Replies
Login or Register to Ask a Question