AIX Different Commands For Paging Space Administration swap file create

Posts Tagged ‘mkps

Different Commands For Paging Space Administration

leave a comment »

This post will talk about various commands involved to carry out paging space administration.

The first and foremost command always used is to check the already available paging space present in the server. To list all the paging spaces, command used is:

# lsps –a

But if admin wants to check summary of all the paging spaces available, to list summary, command used is:

# lsps –s

To create a new paging space:

# mkps –s <number of LPs> <vgname>

For eg:

# mkps –s 10 oracle_vg

This will create a paging space with default name for eg: paging01

Once created, admin can verify the same by running the command to list paging space once again,

# lsps –a

To activate the paging space:

# swapon /dev/paging01

To extend paging space:

# chps –s <number of LPs to be added> <paging space name>

For eg:

# chps –s 10 paging01

This will add additional 10 LPs to paging01.

To reduce the number of LPs from a paging space, command used is:

# cjps –d <number of LPs to be reduced> <paging space name>

For eg:

# chps –d 10 paging01

All the commands admin execute can verify the result by running the command to list the paging space:

# lsps –a

To deactivate the paging space:

# swapoff /dev/paging01

To completely remove the paging space, first admin needs to deactivate it and then run the command to remove it:

# rmps paging01

Command to activate all the paging space listed:

# swapon –a

OR

# swap –activate

Command to deactivate all the paging space listed:

# swap –deactivate

All the paging space is defined in /etc/swapspaces.

Can be checked by running the following command:

# Cat /etc/swapspaces

With this post, I covered nearly all the topics to understand the basics of LVM.

I hope you find the blog till date interesting and worth reading.

Happy Learning till then!

0 (0)
Article Rating (No Votes)
Rate this article
Attachments
There are no attachments for this article.
Comments
There are no comments for this article. Be the first to post a comment.
Full Name
Email Address
Security Code Security Code
Related Articles RSS Feed
AIX 0516-404 allocp: This system cannot fulfill the allocation
Viewed 4209 times since Thu, Sep 20, 2018
ILMT Procedure - ILMT / TAD4D / SUA / BFI
Viewed 11106 times since Fri, Jul 5, 2019
Migrating from SDDPCM to AIXPCM (the easy way)
Viewed 3467 times since Mon, Jun 3, 2019
AIX 7.2 running on my Macbook?
Viewed 13933 times since Mon, Jun 3, 2019
Part 2, Detailed diagnosis and troubleshooting
Viewed 3536 times since Tue, May 22, 2018
Problems with NFS on an AIX Reboot? Then Go Single
Viewed 8557 times since Wed, May 30, 2018
AIX: Script to get Total Disk Size
Viewed 4800 times since Tue, Jun 12, 2018
AIX, Networking Etherchannel failover testing
Viewed 3814 times since Fri, Apr 19, 2019
How to determine why your AIX oslevel is downlevel (and a script to help!)
Viewed 5622 times since Fri, Jul 13, 2018
Practical Guide to AIX - network
Viewed 18828 times since Thu, Sep 20, 2018