paging space & monitor


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers paging space & monitor
# 1  
Old 05-08-2003
paging space & monitor

Hi folks,

Lately my RS 6000 server is giving some problems.
Needs a reboot from time to time (4-8 days)Smilie

Specs:

IBM/RS6000
Unix 4.3
3 gigabyte memory

I keep getting messages like :

" The fork function failed "

I have raised the paging space from 1 gigabyte to 3 gigabyte,
But when I monitor my system using the monitor command it states:

Memory Real Virtual
free 1802 MB 0 MB
files 416 MB
total 1024 MB 612 MB

When i use the lsps -a command :

Page Space Physical Volume Volume Group Size %Used
hd6 hdisk0 rootvg 3072MB 28

Can anyone explain, or tell me how to read the screen from the monitor command? Smilie

Thanx in advance,
# 2  
Old 05-09-2003
Hi,

When fork fails it usally means that there are no room for more processes.

There should be some kernel parameter you can raise in AIX to allow more processes. I doubt that you are running out of processes because of high usage. It sounds like you have a program that bugged out and just keeps on forking new processes until the system dies..

Keep a close watch with the ps command and check how many processes are running and if you get more and more every day check whoes spawning them..

Just a thought..

Hope it helps

/Peter
# 3  
Old 05-13-2003
See maxuproc

To look if the problem is with the total number of processes
you can install and configure the PDT (Perfomance Diagnostic
Tool). To configure run:

/usr/sbin/perf/diag_tool/pdt_config

Collect data for a week and run the report

/usr/sbin/perf/diag_tool/pdt_report

If the problem is with nprocess change it.

To see the actual value

lsattr -E -l sys0

to change:

chdev -l sys0 -a maxuproc=600

Regards. Hugo.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

No Paging Space Available

Whilst perfoming some tests on lvm's I managed to crash our test box. No real problem as it is only used by our tech team. however I would like to know why this was actually caused as the task being performed at the time was one which I though would not have any impact. Using dd I was... (5 Replies)
Discussion started by: tugger
5 Replies

2. UNIX for Dummies Questions & Answers

how to monitor swap space paging activity?

hi guys My tivoli monitoring tools is reporting the monitor parameters says Pages Paged out is too high 1600 so it is a critical warning (threshold 400) now according to them this usually happens at dawn so is there a way to monitor this? during the time I am not working? ans something... (1 Reply)
Discussion started by: karlochacon
1 Replies

3. AIX

Paging space

Hi, I have paging size 2048M showed from topas and 10240M showed from "lsps -a", can anyone tell what is the difference? and how to change the PAGING SIZE (showed in topas) to 8192M? Can you please tell in detail step? Thanks! Victor #topas Topas Monitor for host: egsprc01dev ... (10 Replies)
Discussion started by: victorcheung
10 Replies

4. AIX

LV without Paging Space

Hello dear friends, We have VG filevg which consists of 2 PVs when I rechecked the VG there is no Pagingspace LV.. The VG is usually Highly loaded because much reads and writes.. Is this a must to create Paging space on the specified LV? (2 Replies)
Discussion started by: Vit0_Corleone
2 Replies

5. AIX

paging space

Hello everyone I have a doubt about how many paging space can have in the same disk. lsps -a Page Space Physical Volume Volume Group Size %Used Active Auto Type paging00 hdisk0 rootvg 3072MB 1 yes yes lv hd6 hdisk0 ... (4 Replies)
Discussion started by: lo-lp-kl
4 Replies

6. AIX

reduce used paging space

Hi I have used gzip on AIX and the used paging space has jumped from 7% to 20%. The gzip process is finished since a long time. But the used paging space is still the same. How to release this space ? (1 Reply)
Discussion started by: bfarah
1 Replies

7. AIX

Paging space

Hello everyone I have 4g of paging space in my rootvg disk I´m going to reduce them to 1gb in my rootvg disk and add 3gb of paging space on my san disk. My rootvg disk is mirror. My question is I can do this on line ? and I can do with the mirror ? or I need to unmirror first my... (2 Replies)
Discussion started by: lo-lp-kl
2 Replies

8. UNIX for Dummies Questions & Answers

Paging space definition

sorry for this silly question, I am new to UNIX, what is meant by paging space and what is its purpose? what is also meant by hd6 paging space? (2 Replies)
Discussion started by: docaia
2 Replies

9. AIX

paging space out high

Hello, we have a problem with lpar with AIX 5.3, the issue is that has high level paging space with: _sqlsrv2 and its incremented continously (1 Reply)
Discussion started by: lo-lp-kl
1 Replies

10. AIX

swap space / paging space

how do you get the paging space reduced without rebooting the machine ? the os is aix (2 Replies)
Discussion started by: aaronh
2 Replies
Login or Register to Ask a Question