| Title: | POLYCENTER Console Manager |
| Notice: | Kits, Scans, Docs on CSC32:: as PCM$KITS:,PCM$DOCS:, PCM$SCANS: |
| Moderator: | CSC32::BUTTERWORTH |
| Created: | Thu Aug 06 1992 |
| Last Modified: | Fri Jun 06 1997 |
| Last Successful Update: | Fri Jun 06 1997 |
| Number of topics: | 1541 |
| Total number of notes: | 6564 |
Hello,
AphaVMS 6.2 PCM 1.6-300
In a multiline window the same event appears sometimes in red,
yellow or green.
Ex:
In green :
NVD Tue Apr 01 1997 12:48:46 Mount verification has completed for device DSA1150
In Yellow :
NVD Tue Apr 01 1997 12:48:47 Mount verification has completed for device DSA1112
In red :
NVE Tue Apr 01 1997 12:48:47 Mount verification has completed for device DSA1150
ADD_EVENT:
NAME: MNTVER_EVENT1
INFO: MOUNT VERIF
TEXT: Mount verification*^
CLASS: MNTVER
SUB_SYSTEM: VAXcluster Console System
REGULAR_EXPRESSION: Y
START: 1
COUNT: 4
PRIORITY: WARNING
END:
They also receive %%%%%%%%%%%%%%%%%% OPCOM 1-APR-1997 12:47:47:31 %%%%%%%%%%%%%%%%%%%%%%%
Did not find any text to scan for this ?
Any comments,
Alain.
| T.R | Title | User | Personal Name | Date | Lines |
|---|---|---|---|---|---|
| 1512.1 | CSC32::BUTTERWORTH | Gun Control is a steady hand. | Thu Apr 03 1997 10:40 | 5 | |
You must have more than one event with the same string to scan for yet with
different priorities.
Regs,
Dan
| |||||
| 1512.2 | BRSADV::MICHIELS | Why do only fools and horses work? | Thu Apr 03 1997 14:17 | 40 | |
Alain,
I recently had something similar at a customer site. The multi-line windows
were showing the OPCOM headers as you mentioned at the end of your note.
This only occured during some testing of a number of failure scenarios in a
disaster tolerant VMScluster; thus exactly when a lot of shadowing
messages were sent to the consoles.
Some analysis showed that I had indeed 2 events defined with the same text.
Removing one of both seemed to cure the problem. I include both definitions
below.
But I never noticed the color problems as you described.
Hope this helps.
Johan
Event Name = DISK_CHANGEDSTATE
Information = Problem occured with shadow set
Class = Disk
Subsystem = CockpitMgr Disk
Text = *: shadow set has changed state.
Text match = Regular Expression (token match)
Start = 0
Count = 1
Priority = Major
Event Name = SHADOW_SHACHASTA
Information = Shadow set has changed state.
Class = SHADOWING
Subsystem = CockpitMgr Shadowing
Text = %SHADOW-I-VOLPROC, * shadow set has changed state*^
Text match = Regular Expression (token match)
Start = 0
Count = 1
Priority = Clear
| |||||