NET/MASTER Management Services (MS) Command Reference Manual

LBANNER
PURGE
NonStop NET/MASTER MS Commands
115412 Tandem Computers Incorporated 2–301
Examples
1. The following example purges all timer commands:
PURGE TIMER=ALL
2. The following example purges your own timer commands:
PURGE TIMER=OWN
3. The following example purges a specific timer command:
PURGE TIMER=45
4. The following example purges your own timer command and specific timer
commands that you do not own:
PURGE TIMER=OWN T=5 T=2 T=35
5. The following example purges a request for a resource from an NCL process:
PURGE LOCK=23
6. The following example purges all NRD messages from a specific domain:
PURGE NRD=SYS1/*
7. The following example purges all NRD messages older than 1 hour:
PURGE NRD=1H
8. The following example purges all NRD messages from the NCL process with the
NCL ID of 5494:
PURGE NRD=5494N
9. The following example uses the EVERY command to purge all NRD messages
older than 1 hour at 15 minute intervals. You can use this technique to keep down
the size of the NRD message central queue:
EVERY :15 PURGE NRD=1H