rmequ

Name

rmequ - Removes one or more already-defined resource equivalencies.

Synopsis

rmequ [-h] [-i] -s "selection_string" [-T] [-V] [Equivalency [...]]

rmequ [-h] [-i] [-T] [-V] Equivalency [...]

Description

The rmequ command removes one or more resource equivalencies specified by Equivalency parameters or equivalencies derived from selection strings.

Options

-h
Writes the command's usage statement to standard output.
-i
Interactive. Prompt before removing equivalencies.
-s "selection_string"
Specifies the equivalency selection string. This selection_string is applied to all the existing equivalencies when an equivalency parameter is not specified. When equivalency parameters are specified, then the specified selection string is only applied to the specified equivalency parameters. The selection string must be enclosed within double or single quotation marks. If the selection string contains double quotation marks, enclose the entire selection string in single quotation marks. For example:
-s 'Name == "testing"'
-s 'Name ?= "test"'
-T
Writes the command's trace messages to standard error. For your software-service organization's use only.
-V
Writes the command's verbose messages to standard output.

Parameters

Equivalency
Specifies the name of the defined resource equivalency to be removed. Multiple equivalencies may be specified, but must be separated by spaces.

Exit Status

0
Command has run successfully.
1
Error occurred with RMC.
2
Error occurred with CLI script.
3
Incorrect flag on command line.
4
Incorrect parameter on command line.
5
Error occurred with RMC that was based on faulty command line input.
6
Resource specified was not found.

Security

This command requires root authority, or a user ID with appropriate permissions. (For more information, see , section "Setting up non-root security".)

Examples

  1. To remove an equivalency called resA, enter:
    rmequ resA 
  2. To remove equivalencies called resA, resB, and resC, enter:
    rmequ resA resB resC

Files

/usr/sbin/rsct/bin/rmequ
Location of the rmequ command.

See Also

The chequ, samctrl, lsequ, mkequ commands.

The rmccli General Information file.