| hi Richard,
no, that doesn't sound right.
if you would please, define the logical MCC_NOTIFICATION_FM_LOG to be 6
and rerun your test (just case ii) and send me the log (took::s_ko)
Thanks!
-s
|
| Hi,
Display the details of the duplicate notifications.
There's a field on the details window that shows the
ID of the originating notify request. If the IDs are
different, then it's a matter of the notify requests
somehow overlapping unexpectedly.
If you select both notifications and extract them to
a file, that will also show the notify request ID (the
first number in the [nn,nn] is the notify request ID).
And you can have the satisfaction of posting it here. :^)
If the IDs are the same, then indeed there is some duplication
going on somewhere inside the notif FM or dna4 AM.
To isolate it further, use FCL and do the following:
MCC> GETEVENT node4 yyyy circ ethernet adjacent node * -
adjacency down, FOR DUR 1:0:0
If two events come back for every one reported by OPCOM,
then there's either a problem with DNA4 or the event
is really being reported twice via DECnet and OPCOM is
just smart enough to filter the duplicate out.
If only one event is coming back, and it's turning into
two notifications for a single notify request, then there's
a problem in the notification FM.
|