[ Previous | Next | Contents | Glossary | Home | Search ]
AIX Version 4.3 Commands Reference, Volume 4

rmps Command

Purpose

Removes a paging space from the system along with any logical volume on which it resides.

Syntax

rmps PagingSpace

Description

The rmps command removes a paging space from the system along with any logical volume on which it resides. The PagingSpace parameter specifies the name of the paging space to be removed, which is actually the name of the logical volume on which the paging space resides.

For an NFS paging space, the PagingSpace parameter specifies the name of the paging space to be removed. The device and its definition, which corresponds to this paging space, will be removed from the system. Nothing will be changed on the NFS server where the file that is used for paging actually resides.

Active paging spaces cannot be removed. In order to remove an active paging space, change its characteristics so that it is not configured at subsequent system restarts (the chps command). Then, on the next system restart, the paging space is not active, and it can be removed.

You can use the Web-based System Manager File Systems application (wsm fs fast path) to run this command. You could also use the System Management Interface Tool (SMIT) smit rmps fast path to run this command.

Examples

To remove PS01 paging space, enter:

rmps PS01

This removes the PS01 paging space.

Files

/etc/swapspaces Specifies the paging space devices activated by the swapon -a command.

Related Information

The lsps command, mkps command, chps command, rmlv command, swapon command.

The Paging Space Overview in AIX Version 4.3 System Management Guide: Operating System and Devices explains paging space and its allocation policies.

The File Systems Overview for System Management in AIX Version 4.3 System Management Guide: Operating System and Devices explains file system types, management, structure, and maintenance.

The Logical Volume Storage Overview in AIX Version 4.3 System Management Guide: Operating System and Devices explains the Logical Volume Manager, physical volumes, logical volumes, volume groups, organization, ensuring data integrity, and understanding the allocation characteristics.

Setting up and running Web-based System Management in AIX Version 4.3 System Management Guide: Operating System and Devices.

The System Management Interface Tool (SMIT) Overview in AIX Version 4.3 System Management Guide: Operating System and Devices explains the structure, main menus, and tasks that are done with SMIT.


[ Previous | Next | Contents | Glossary | Home | Search ]