Originally posted by: nagger
Hang on I don't think the previous post answers the question at all - that answered "How do I tune VM?" question.
VM is backed up via the paging space.
To show and change the paging space I use: smitty pspg
Yes, you can use the AIX commands directly but I find the smitty way simpler.
For example adding a paging space with: mkps -s64 -n -a rootvg
-s64 gives the number of physical disk partitions i.e. the size of the new paging space
And you have to know your LVM partition size for the volume group involved which you can find with lsvg rootvg (or whatever VG name you are going to use)
Hints with paging spaces.
-
aim for 8 of them (a sensible number),
-
all the same size (to even paging sapce I/O across them) and
-
all on different disks (for performance)
-
Mirror or RAID5 the paging space otherwise a paging space disk fault will halt your OS - it can't run as the paging space can be holding what will later go back to memory and having corrupt memory due to disk I/O problems is very unsafe.
Hope this helps, N
#AIX-Forum