T.R | Title | User | Personal Name | Date | Lines |
---|
4661.1 | Prevent an alarm going off more then once? | BACHUS::FOLENS | | Fri Mar 12 1993 04:09 | 20 |
|
After a lot of testing with my own VS4060 (48Mb), I couldn't get the
BYTLM problem. I monitored the quota's of my process and saw the
'buffered I/O byt count quota' decreased from 64k to 1k at some
moments when a lot of alarms fired at about the same time. At those
moments you are not able to do anything with the window interface.
It doesn't respond anymore. So you loose control to your network.
I can imagine that customers will not like this at all. What
possible actions can you take to avoid this situation when a kind
of storm of events and alarms occur during a failure of a part of
your network?
Maybe it would be a good idea to put a sort of flag on a alarm rule.
An alarm goes off when the expression is true. Alarm rules that are
testing the reachability will give an exception when an entity can't
be reached. With this kind of alarm rules you should be able to
specify a flag to disable the notification until a clear of the rule
occurs. This would also prevent an overload of the notification window.
-Geert-
|
4661.2 | Same problem with v1.3.... | BACHUS::FOLENS | | Thu Mar 25 1993 07:20 | 8 |
| I've now upgraded the system mentioned in .0 to v1.3. The performance
is much better but the problem of the exhausted bytlm still exists when
a lot of alarms are going off at the same time. Should I increase the
physical memory from 32Mb to 48Mb which is the minimum required
following the SPD?
-Geert-
|
4661.3 | How many is 'a lot' ? | MCDOUG::doug | pre-retinal integration | Thu Mar 25 1993 10:30 | 5 |
| How many alarms are firing at once (total) when you have the problem?
What objects are the alarms created for?
Can you use wildcarded alarms anywhere?
/doug
|
4661.4 | a lot is not so many... | BACHUS::FOLENS | | Tue Mar 30 1993 11:04 | 7 |
|
Alarm rule's are defined to check the reachability of every bridge and
every station (PLC's in this case). The reachability test is done every
30 sec's and we are testing about 4 bridges and 5 stations.
Will the use of wildcards in the alarms reduce the overhead?
-Geert-
|
4661.5 | Global Wildcarded Rules will reduce the number of concurrent threads | MOLAR::ROBERTS | Keith Roberts - Network Management Applications | Tue Mar 30 1993 15:00 | 22 |
| re: .4
>> Will the use of wildcards in the alarms reduce the overhead?
Yes .. 100 rules written to process 100 entities consumes 100 threads
(provided they are all enabled, that is).
1 rule with a global wildcard processes all the specified entities in
a Domain, and consumes only 1 thread .. the difference is the entities
will be processed 1 at a time rather than in parallel. What this means
to you is it will take longer to process all entities .. but by using
less resources (less threads and memory).
Also - if you add or remove an entity from the domain, the global
wildcarded rule will automatically add or remove the entity from its
list of entities to process .. you don't have to stop and restart the
rule.
Global Wildcarded Rules is a real winner here !!
/keith 8)
|