1834130 Members
2332 Online
110064 Solutions
New Discussion

paging space

 
SOLVED
Go to solution
Deanna Tran_1
Frequent Advisor

paging space

can somehow show me how to extend the paging
space to external disks??
2 REPLIES 2
Michael Tully
Honored Contributor
Solution

Re: paging space

Hi,

If your talking about swap space, that's fairly simple, in fact it is recommended.

If your not using an existing volume group, you need to create one. Make sure that you using the right disk.

# pvcreate /dev/rdsk/cxytdz (change to your disk)
# vgcreate /dev/vg01 /dev/dsk/cxtydz
# lvcreate -n swaplv2 /dev/vg01
# lvextend -L 2048 /dev/vg01/swaplv (change to your size)
# swapon /dev/vg01/swaplv2

Of course all of this can be done via 'sam'

HTH
Michael
Anyone for a Mutiny ?
Kenneth_19
Trusted Contributor

Re: paging space

Some more hints for you, in case you encounter problem in enlarging the swap space, you might probably need to increase the kernel parameters "maxswapchunks", the figures reflect the max no. of blocks for swap space, the default may not be good enough for your extended setting.

Regards,
Kenneth
Always take care of your dearest before it is too late