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

Commands Reference, Volume 5


stopcondresp Command

Purpose

Stops monitoring a condition that has one or more linked responses.

Syntax

stopcondresp [-h] [-q] [-T] [-V] Condition [Response [Response ...]]

Description

The stopcondresp command stops the monitoring of a condition that has a linked response. If no response is specified, all of the linked responses for the condition are stopped. If more than one response is specified, only those linked responses are stopped. When the condition occurs, the response is not run. If no responses are active for a condition, the condition is no longer monitored.

Parameters

Condition
Specifies the name of the condition linked to the response. The condition is always specified first.

Response
Specifies the name of a response, or more than one response. Specifying more than one response stops monitoring the specified responses linked to the specified condition.

Flags

-h
Writes the command's usage statement to standard output.

-q
Does not return an error when either Condition or Response does not exist or when the Condition linked with Response is not being monitored.

-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.

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 that was based on faulty command line input.

Security

This command requires root authority.

Examples

  1. To stop monitoring for the condition "JFS space used " which has the response "Broadcast event on-shift" linked with it, type:
    stopcondresp "JFS space used" "Broadcast event on-shift"                               												
    	
    
  2. To stop monitoring for the condition "JFS space used " using all of its linked responses, type:
    stopcondresp  "JFS space used" 
    

Files


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

Related Information

The lscondresp, mkcondition, mkcondresp, mkresponse, startcondresp commands.

The rmccli General Information file.

The RSCT 2.2 Resource Monitoring and Control Guide and Reference contains information regarding ERRM operations.


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