AIX - Memory/Swap
Commands
Memory
Display total memory:
Display system memory:
Paging Space (Swap)
Display current amount of paging space available:
Display total paging space:
Delete paging space:
Increase PS size:
Decrease PS size:
Procedures
Increase/Decrease paging space:
# Display paging space logical partition info
lsps -a
# Determine the size of a logical partition
lslv {ps}
# Ex: lslv hd6 -> pp size: 128 mb
# Increase PS:
chps -s {pp-count} {ps}
# Ex: chps -s 10 hd6 -> Increase of 10 pp of 128 mb
# Increase PS:
chps -d {pp-count} {ps}
# Ex: chps -s 10 hd6 -> Decrease of 10 pp of 128 mb