rmrset Command

Purpose

Remove an rset from the system registry.

Syntax

rmrset rsetname

Description

The rmrset command removes an rset or exclusive rset (xrset) from the system registry. When used to delete an xrset, the rmrset command changes the state of the corresponding CPUs on the system to general use mode. Deleting an xrset requires root privilege.

Parameters

Item Description
rsetname The name of the rset to be removed from the system registry. The name consists of a namespace and an rsname separated by a "/" (slash). Both the namespace and rsname may contain up to 255 characters. See the rs_registername() service for additional information about character set limits of rset names.

Security

The user must have root authority, or CAP_NUMA_ATTACH capability and write access permission to the specified rset.

Attention RBAC users and Trusted AIX® users: This command can perform privileged operations. Only privileged users can run privileged operations. For more information about authorizations and privileges, see Privileged Command Database in Security. For a list of privileges and the authorizations associated with this command, see the lssecattr command or the getcmdattr subcommand.

Examples

  1. To remove test/cpus0to7 from system registry, type:
    rmrset test/cpus0to7

Files

Item Description
/usr/bin/rmrset Contains the rmrset command.