[ Bottom of Page | Previous Page | Next Page | Contents | Index | Library Home | Legal | Search ]

Commands Reference, Volume 2

detachrset Command

Purpose

Detaches an rset from a process.

Syntax

detachrset [ -P ] pid

Description

The detachrset command detaches an rset from a process. Detaching an rset from a process will allow the process to use any of the processors and/or memory regions in the system.

Flags

-P Detaches the partition rset from the specified process (pid).

Parameters

pid Process ID.

Security

The user must have root authority or have CAP_NUMA_ATTACH capability and the target process must have the same effective userid as the command issuer. The user must have root authority to remove the partition rset from a process (the -P option).

Example

To detach the rset from process 21414, type:

detachrset 21414

Files

/usr/bin/detachrset Contains the detachrset command.

Related Information

The attachrset, execrset, lsrset, mkrset, and rmrset commands.

[ Top of Page | Previous Page | Next Page | Contents | Index | Library Home | Legal | Search ]