[ Previous | Next | Table of Contents | Index | Library Home |
Legal |
Search ]
Commands Reference, Volume 5
Stops monitoring a condition that has one or more linked responses.
stopcondresp [-h]
[-q] [-T]
[-V] Condition [Response
[Response ...]]
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.
- 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.
- -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.
- 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.
This command requires root authority.
- 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"
- To stop monitoring for the condition "JFS space used " using all of its
linked responses, type:
stopcondresp "JFS space used"
/usr/sbin/rsct/bin/stopcondresp
| Location of the stopcondresp command.
|
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 ]