Originally posted by: hwyguy
The easiest way I've found to purge paging space in AIX 5.3 is to remove 1 LP from paging. AIX will then automatically create a temp paging space, delete the old one and rename the temp to your current (i.e. hd6).You can then add back 1 LP to the paging device and you are good.
After that, your paging space can be considered "purged". If you still have much of your newly-purged paging space used, then you clearly have either a VMO tuning issue, or you need to add physical RAM.
Note: For this example, I'm using paging12 as the paging device.
1: Remove 1 LP from your paging space (this may take a while as the new temp space is created): chps -d 1 paging12
2.) Add 1 LP back : chps -s 1 paging12
You can also do this through the "smitty chps" facility.
#AIX-Forum