Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do I enlarge my paging space?

Status
Not open for further replies.

MCubitt

Programmer
Mar 14, 2002
1,081
GB
Please note the attached error. How/where do I increase this?

LABEL: PGSP_KILL
IDENTIFIER: C5C09FFA

Date/Time: Sat 18 Oct 20:38:39 2003
Sequence Number: 830
Machine Id: 005D87BA4C00
Node Id: IFSSERVER
Class: S
Type: PERM
Resource Name: SYSVMM

Description
SOFTWARE PROGRAM ABNORMALLY TERMINATED

Probable Causes
SYSTEM RUNNING OUT OF PAGING SPACE

Failure Causes
INSUFFICIENT PAGING SPACE DEFINED FOR THE SYSTEM
PROGRAM USING EXCESSIVE AMOUNT OF PAGING SPACE

Recommended Actions
DEFINE ADDITIONAL PAGING SPACE
REDUCE PAGING SPACE REQUIREMENTS OF PROGRAM(S)

Detail Data
PROGRAM
cgwd
USER'S PROCESS ID:
105788
PROGRAM'S PAGING SPACE USE IN 1KB BLOCKS
124

 
Hi,
to add new paging space use mkps.
To increase paging space size use chfs.
To see information about paging space use lsps.
See man pafes for details.
Regards Boris.
 
MCubitt, you can also use smitty to add a new paging space or increase an existing paging space. The smitty path is system storage management / logical volume manager / paging space and then either add another paging space or or change/show characteristics of a paging space.
 
Thank you all.

The results show:
Page Space Physical Volume Volume Group Size %Used Active Auto Type
hd6 hdisk0 rootvg 512MB 2 yes yes lv

So I think something peculiar must have been going on to cause this since such a low % is used normally.
 
The percentage is the percentage used since the system booted, so if the system hasn't been booted in a while and has been relatively quiet until now, 2% is possible. And, it depends on what you have running on this system.

I once had a system that had 2 GB of paging space. A developer started a process that cause a core dump and a cryptic message that made me think it was paging space that was required. I had to add 6 more GB of paging space to correct the problem. The developer said he was only doing a huge ftp, but I never verified that.
 
With root authority enter # chps -s'N' hd6 where N is the number of partions you need to increase.

lsps -a will display what you currently have.

usally paging space is in 32mb partions so add one partion for each 32mb...

Example: chps -s'4' hd6

Would be equal to 128 mb of increase space.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top