[Search for users]
[Overall Top Noters]
[List of all Conferences]
[Download this site]
Title: | DECmcc user notes file. Does not replace IPMT. |
Notice: | Use IPMT for problems. Newsletter location in note 6187 |
Moderator: | TAEC::BEROUD |
|
Created: | Mon Aug 21 1989 |
Last Modified: | Wed Jun 04 1997 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 6497 |
Total number of notes: | 27359 |
6113.0. "mcc-alarms in batch, performance problems" by VNABRW::HAINZL_R () Tue Sep 06 1994 08:33
Configuration :
2 VAX 4000-90 (FSMCS1, FSMCS2)
VMS 5.5-2H4
DECnet/OSI 5.6 (DNVVMSMUPB056,DNVOSIMUPB056,DNVOSIB_ECO08056)
UCX20D
MCCBMS013
MCCELMAM013
patched versions of mcc_concentrator_am.exe
mcc_tcpip.exe
mcc_ip_poller.exe
mcc_iconic_map_pm.exe
mcc_notification_fm.exe
128 MB Mem each
FDDI and Ethernet Adapter active
redundant MCC setup on both machines (same entities, same map's, same rules,
same notifications ...)
using DNS for DECnet/OSI and MCC
FSMCS1 holds all master replicas
FSMCS2 holds readonly replicas of all directories
Alarm-rules for all Domains are started in separate batch jobs.
Problem :
one batch job (for domain .ACN) produces increasing CPU load over time
CPU load for Batch job MCC_ALM_BAT_ACN
50% .
.
40% . .
. . .
30% . . . .
. . . . .
20% . . . . . . .
.. .. .. .. .. .. .
10% .... .. .. .. .. .. ..
... .. .. .. .. .. ..
______________________________________________________________________
1 1 1 1 1 1 1 1 1 1 2 2 2 2 2 2 2 2 2 2 3 3 3 3
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3
hours after start of batchjob
. CPU load of MCC_ALM_BAT_ACN
so after 3 to 4 days this batch job is eating up most of the CPU
time and degrades the overall performance of the machine (total CPU
load reaching 100% after approximately 2 days)
(also the CPU load for the Iconic map process is slightly increasing
over time but not as excessivley as MCC_ALM_BAT_ACN).
the other batch jobs, mainly for SNMP polling of concentrator
phy-ports are producing a constant load over time.
pagefault-rate, IO-rates fairly constant over time
can somebody explain this behaviour and tell me how to avoid it
thanks in advance, Richard
___________________________________________________________________________
the alarm rules for domain .ACN and the batch command procedure
to start alarm rules in batch :
!mcc_alarm_rules.com
!
! MCC Alarm Rules for domain .ACN
!
! check FDDI - connections of DECnis
! .nis.facnr1
! .nis.facnr2
!
! one time shots
!
!
!===============================================================================
!
! check NIS for failing WAN circuits
!
Create Domain FSMCS_NS:.DMN.ACN Rule nis-facnr1-ACNFI1-fail -
Expression = (Node .nis.facnr1 HDLC Link w622-4-1 Logical Station w622-4-1 protocol state <> Running, at every=3-01:00:00), -
Severity = Critical, -
Category = "nis function", -
Description = "check hdlc link logical station state"
!
!
Create Domain FSMCS_NS:.DMN.ACN Rule nis-facnr1-ACNFW1-fail -
Expression = (Node .nis.facnr1 HDLC Link w622-3-1 Logical Station w622-3-1 protocol state <> Running, at every=3-01:00:00), -
Severity = Critical, -
Category = "nis function", -
Description = "check hdlc link logical station state"
!
!
Create Domain FSMCS_NS:.DMN.ACN Rule nis-facnr1-ACNFL1-fail -
Expression = (Node .nis.facnr1 HDLC Link w622-3-0 Logical Station w622-3-0 protocol state <> Running, at every=3-01:00:00), -
Severity = Critical, -
Category = "nis function", -
Description = "check hdlc link logical station state"
!
!
Create Domain FSMCS_NS:.DMN.ACN Rule nis-facnr1-ACNFS1-fail -
Expression = (Node .nis.facnr1 HDLC Link w622-4-0 Logical Station w622-4-0 protocol state <> Running, at every=3-01:00:00), -
Severity = Critical, -
Category = "nis function", -
Description = "check hdlc link logical station state"
!
!
Create Domain FSMCS_NS:.DMN.ACN Rule nis-facnr2-ACNFK1-fail -
Expression = (Node .nis.facnr2 HDLC Link w622-3-0 Logical Station w622-3-0 protocol state <> Running, at every=3-01:00:00), -
Severity = Critical, -
Category = "nis function", -
Description = "check hdlc link logical station state"
!
!
Create Domain FSMCS_NS:.DMN.ACN Rule nis-facnr2-ACNFW2-fail -
Expression = (Node .nis.facnr2 HDLC Link w622-4-0 Logical Station w622-4-0 protocol state <> Running, at every=3-01:00:00), -
Severity = Critical, -
Category = "nis function", -
Description = "check hdlc link logical station state"
!
!
Create Domain FSMCS_NS:.DMN.ACN Rule nis-facnr2-ACNFG1-fail -
Expression = (Node .nis.facnr2 HDLC Link w622-3-1 Logical Station w622-3-1 protocol state <> Running, at every=3-01:00:00), -
Severity = Critical, -
Category = "nis function", -
Description = "check hdlc link logical station state"
!
!
Create Domain FSMCS_NS:.DMN.ACN Rule nis-wacnr1-ACNFW1-fail -
Expression = (Node .nis.wacnr1 HDLC Link w622-3-0 Logical Station w622-3-0 protocol state <> Running, at every=3-01:00:00), -
Severity = Critical, -
Category = "nis function", -
Description = "check hdlc link logical station state"
!
!
Create Domain FSMCS_NS:.DMN.ACN Rule nis-wacnr1-ACNWW1-fail -
Expression = (Node .nis.wacnr1 HDLC Link w622-3-1 Logical Station w622-3-1 protocol state <> Running, at every=3-01:00:00), -
Severity = Critical, -
Category = "nis function", -
Description = "check hdlc link logical station state"
!
!
Create Domain FSMCS_NS:.DMN.ACN Rule nis-wacnr2-ACNFW2-fail -
Expression = (Node .nis.wacnr2 HDLC Link w622-3-0 Logical Station w622-3-0 protocol state <> Running, at every=3-01:00:00), -
Severity = Critical, -
Category = "nis function", -
Description = "check hdlc link logical station state"
!
!
Create Domain FSMCS_NS:.DMN.ACN Rule nis-wacnr2-ACNWW1-fail -
Expression = (Node .nis.wacnr2 HDLC Link w622-4-1 Logical Station w622-4-1 protocol state <> Running, at every=3-01:00:00), -
Severity = Critical, -
Category = "nis function", -
Description = "check hdlc link logical station state"
!
!
Create Domain FSMCS_NS:.DMN.ACN Rule nis-gacnr1-ACNFG1-fail -
Expression = (Node .nis.gacnr1 HDLC Link w622-3-0 Logical Station w622-3-0 protocol state <> Running, at every=3-01:00:00), -
Severity = Critical, -
Category = "nis function", -
Description = "check hdlc link logical station state"
!
!
Create Domain FSMCS_NS:.DMN.ACN Rule nis-gacnr1-ACNGG1-fail -
Expression = (Node .nis.gacnr1 HDLC Link w622-3-1 Logical Station w622-3-1 protocol state <> Running, at every=3-01:00:00), -
Severity = Critical, -
Category = "nis function", -
Description = "check hdlc link logical station state"
!
!
Create Domain FSMCS_NS:.DMN.ACN Rule nis-gacnr2-ACNGL1-fail -
Expression = (Node .nis.gacnr2 HDLC Link w622-3-1 Logical Station w622-3-1 protocol state <> Running, at every=3-01:00:00), -
Severity = Critical, -
Category = "nis function", -
Description = "check hdlc link logical station state"
!
!
Create Domain FSMCS_NS:.DMN.ACN Rule nis-gacnr2-ACNGG1-fail -
Expression = (Node .nis.gacnr2 HDLC Link w622-3-0 Logical Station w622-3-0 protocol state <> Running, at every=3-01:00:00), -
Severity = Critical, -
Category = "nis function", -
Description = "check hdlc link logical station state"
!
!
Create Domain FSMCS_NS:.DMN.ACN Rule nis-kacnr1-ACNFK1-fail -
Expression = (Node .nis.kacnr1 HDLC Link w622-3-0 Logical Station w622-3-0 protocol state <> Running, at every=3-01:00:00), -
Severity = Critical, -
Category = "nis function", -
Description = "check hdlc link logical station state"
!
!
Create Domain FSMCS_NS:.DMN.ACN Rule nis-kacnr1-ACNKK1-fail -
Expression = (Node .nis.kacnr1 HDLC Link w622-3-1 Logical Station w622-3-1 protocol state <> Running, at every=3-01:00:00), -
Severity = Critical, -
Category = "nis function", -
Description = "check hdlc link logical station state"
!
!
Create Domain FSMCS_NS:.DMN.ACN Rule nis-kacnr2-ACNKI1-fail -
Expression = (Node .nis.kacnr2 HDLC Link w622-3-0 Logical Station w622-3-0 protocol state <> Running, at every=3-01:00:00), -
Severity = Critical, -
Category = "nis function", -
Description = "check hdlc link logical station state"
!
!
Create Domain FSMCS_NS:.DMN.ACN Rule nis-kacnr2-ACNKK1-fail -
Expression = (Node .nis.kacnr2 HDLC Link w622-3-1 Logical Station w622-3-1 protocol state <> Running, at every=3-01:00:00), -
Severity = Critical, -
Category = "nis function", -
Description = "check hdlc link logical station state"
!
!
Create Domain FSMCS_NS:.DMN.ACN Rule nis-iacnr1-ACNFI1-fail -
Expression = (Node .nis.iacnr1 HDLC Link w622-3-0 Logical Station w622-3-0 protocol state <> Running, at every=3-01:00:00), -
Severity = Critical, -
Category = "nis function", -
Description = "check hdlc link logical station state"
!
!
Create Domain FSMCS_NS:.DMN.ACN Rule nis-iacnr1-ACNII1-fail -
Expression = (Node .nis.iacnr1 HDLC Link w622-3-1 Logical Station w622-3-1 protocol state <> Running, at every=3-01:00:00), -
Severity = Critical, -
Category = "nis function", -
Description = "check hdlc link logical station state"
!
!
Create Domain FSMCS_NS:.DMN.ACN Rule nis-iacnr2-ACNKI1-fail -
Expression = (Node .nis.iacnr2 HDLC Link w622-3-1 Logical Station w622-3-1 protocol state <> Running, at every=3-01:00:00), -
Severity = Critical, -
Category = "nis function", -
Description = "check hdlc link logical station state"
!
!
Create Domain FSMCS_NS:.DMN.ACN Rule nis-iacnr2-ACNII1-fail -
Expression = (Node .nis.iacnr2 HDLC Link w622-4-1 Logical Station w622-4-1 protocol state <> Running, at every=3-01:00:00), -
Severity = Critical, -
Category = "nis function", -
Description = "check hdlc link logical station state"
!
!
Create Domain FSMCS_NS:.DMN.ACN Rule nis-iacnr2-ACNIS1-fail -
Expression = (Node .nis.iacnr2 HDLC Link w622-3-0 Logical Station w622-3-0 protocol state <> Running, at every=3-01:00:00), -
Severity = Critical, -
Category = "nis function", -
Description = "check hdlc link logical station state"
!
!
Create Domain FSMCS_NS:.DMN.ACN Rule nis-sacnr1-ACNFS1-fail -
Expression = (Node .nis.sacnr1 HDLC Link w622-3-0 Logical Station w622-3-0 protocol state <> Running, at every=3-01:00:00), -
Severity = Critical, -
Category = "nis function", -
Description = "check hdlc link logical station state"
!
!
Create Domain FSMCS_NS:.DMN.ACN Rule nis-sacnr1-ACNSS1-fail -
Expression = (Node .nis.sacnr1 HDLC Link w622-3-1 Logical Station w622-3-1 protocol state <> Running, at every=3-01:00:00), -
Severity = Critical, -
Category = "nis function", -
Description = "check hdlc link logical station state"
!
!
Create Domain FSMCS_NS:.DMN.ACN Rule nis-sacnr2-ACNIS1-fail -
Expression = (Node .nis.sacnr2 HDLC Link w622-3-1 Logical Station w622-3-1 protocol state <> Running, at every=3-01:00:00), -
Severity = Critical, -
Category = "nis function", -
Description = "check hdlc link logical station state"
!
!
Create Domain FSMCS_NS:.DMN.ACN Rule nis-sacnr2-ACNSS1-fail -
Expression = (Node .nis.sacnr2 HDLC Link w622-4-1 Logical Station w622-4-1 protocol state <> Running, at every=3-01:00:00), -
Severity = Critical, -
Category = "nis function", -
Description = "check hdlc link logical station state"
!
!
Create Domain FSMCS_NS:.DMN.ACN Rule nis-lacnr1-ACNFL1-fail -
Expression = (Node .nis.lacnr1 HDLC Link w622-3-0 Logical Station w622-3-0 protocol state <> Running, at every=3-01:00:00), -
Severity = Critical, -
Category = "nis function", -
Description = "check hdlc link logical station state"
!
!
Create Domain FSMCS_NS:.DMN.ACN Rule nis-lacnr1-ACNLL1-fail -
Expression = (Node .nis.lacnr1 HDLC Link w622-3-1 Logical Station w622-3-1 protocol state <> Running, at every=3-01:00:00), -
Severity = Critical, -
Category = "nis function", -
Description = "check hdlc link logical station state"
!
!
Create Domain FSMCS_NS:.DMN.ACN Rule nis-lacnr2-ACNGL1-fail -
Expression = (Node .nis.lacnr2 HDLC Link w622-3-1 Logical Station w622-3-1 protocol state <> Running, at every=3-01:00:00), -
Severity = Critical, -
Category = "nis function", -
Description = "check hdlc link logical station state"
!
!
Create Domain FSMCS_NS:.DMN.ACN Rule nis-lacnr2-ACNLL1-fail -
Expression = (Node .nis.lacnr2 HDLC Link w622-3-0 Logical Station w622-3-0 protocol state <> Running, at every=3-01:00:00), -
Severity = Critical, -
Category = "nis function", -
Description = "check hdlc link logical station state"
!
!===============================================================================
!
!
! check NIS for running WAN circuits
!
Create Domain FSMCS_NS:.DMN.ACN Rule nis-facnr1-ACNFI1-running -
Expression = (Node .nis.facnr1 HDLC Link w622-4-1 Logical Station w622-4-1 protocol state = Running, at every=3-01:00:00), -
Severity = Clear, -
Category = "nis function", -
Description = "check hdlc link logical station state"
!
!
Create Domain FSMCS_NS:.DMN.ACN Rule nis-facnr1-ACNFW1-running -
Expression = (Node .nis.facnr1 HDLC Link w622-3-1 Logical Station w622-3-1 protocol state = Running, at every=3-01:00:00), -
Severity = Clear, -
Category = "nis function", -
Description = "check hdlc link logical station state"
!
!
Create Domain FSMCS_NS:.DMN.ACN Rule nis-facnr1-ACNFL1-running -
Expression = (Node .nis.facnr1 HDLC Link w622-3-0 Logical Station w622-3-0 protocol state = Running, at every=3-01:00:00), -
Severity = Clear, -
Category = "nis function", -
Description = "check hdlc link logical station state"
!
!
Create Domain FSMCS_NS:.DMN.ACN Rule nis-facnr1-ACNFS1-running -
Expression = (Node .nis.facnr1 HDLC Link w622-4-0 Logical Station w622-4-0 protocol state = Running, at every=3-01:00:00), -
Severity = Clear, -
Category = "nis function", -
Description = "check hdlc link logical station state"
!
!
Create Domain FSMCS_NS:.DMN.ACN Rule nis-facnr2-ACNFK1-running -
Expression = (Node .nis.facnr2 HDLC Link w622-3-0 Logical Station w622-3-0 protocol state = Running, at every=3-01:00:00), -
Severity = Clear, -
Category = "nis function", -
Description = "check hdlc link logical station state"
!
!
Create Domain FSMCS_NS:.DMN.ACN Rule nis-facnr2-ACNFW2-running -
Expression = (Node .nis.facnr2 HDLC Link w622-4-0 Logical Station w622-4-0 protocol state = Running, at every=3-01:00:00), -
Severity = Clear, -
Category = "nis function", -
Description = "check hdlc link logical station state"
!
!
Create Domain FSMCS_NS:.DMN.ACN Rule nis-facnr2-ACNFG1-running -
Expression = (Node .nis.facnr2 HDLC Link w622-3-1 Logical Station w622-3-1 protocol state = Running, at every=3-01:00:00), -
Severity = Clear, -
Category = "nis function", -
Description = "check hdlc link logical station state"
!
!
Create Domain FSMCS_NS:.DMN.ACN Rule nis-wacnr1-ACNFW1-running -
Expression = (Node .nis.wacnr1 HDLC Link w622-3-0 Logical Station w622-3-0 protocol state = Running, at every=3-01:00:00), -
Severity = Clear, -
Category = "nis function", -
Description = "check hdlc link logical station state"
!
!
Create Domain FSMCS_NS:.DMN.ACN Rule nis-wacnr1-ACNWW1-running -
Expression = (Node .nis.wacnr1 HDLC Link w622-3-1 Logical Station w622-3-1 protocol state = Running, at every=3-01:00:00), -
Severity = Clear, -
Category = "nis function", -
Description = "check hdlc link logical station state"
!
!
Create Domain FSMCS_NS:.DMN.ACN Rule nis-wacnr2-ACNFW2-running -
Expression = (Node .nis.wacnr2 HDLC Link w622-3-0 Logical Station w622-3-0 protocol state = Running, at every=3-01:00:00), -
Severity = Clear, -
Category = "nis function", -
Description = "check hdlc link logical station state"
!
!
Create Domain FSMCS_NS:.DMN.ACN Rule nis-wacnr2-ACNWW1-running -
Expression = (Node .nis.wacnr2 HDLC Link w622-4-1 Logical Station w622-4-1 protocol state = Running, at every=3-01:00:00), -
Severity = Clear, -
Category = "nis function", -
Description = "check hdlc link logical station state"
!
!
Create Domain FSMCS_NS:.DMN.ACN Rule nis-gacnr1-ACNFG1-running -
Expression = (Node .nis.gacnr1 HDLC Link w622-3-0 Logical Station w622-3-0 protocol state = Running, at every=3-01:00:00), -
Severity = Clear, -
Category = "nis function", -
Description = "check hdlc link logical station state"
!
!
Create Domain FSMCS_NS:.DMN.ACN Rule nis-gacnr1-ACNGG1-running -
Expression = (Node .nis.gacnr1 HDLC Link w622-3-1 Logical Station w622-3-1 protocol state = Running, at every=3-01:00:00), -
Severity = Clear, -
Category = "nis function", -
Description = "check hdlc link logical station state"
!
!
Create Domain FSMCS_NS:.DMN.ACN Rule nis-gacnr2-ACNGL1-running -
Expression = (Node .nis.gacnr2 HDLC Link w622-3-1 Logical Station w622-3-1 protocol state = Running, at every=3-01:00:00), -
Severity = Clear, -
Category = "nis function", -
Description = "check hdlc link logical station state"
!
!
Create Domain FSMCS_NS:.DMN.ACN Rule nis-gacnr2-ACNGG1-running -
Expression = (Node .nis.gacnr2 HDLC Link w622-3-0 Logical Station w622-3-0 protocol state = Running, at every=3-01:00:00), -
Severity = Clear, -
Category = "nis function", -
Description = "check hdlc link logical station state"
!
!
Create Domain FSMCS_NS:.DMN.ACN Rule nis-kacnr1-ACNFK1-running -
Expression = (Node .nis.kacnr1 HDLC Link w622-3-0 Logical Station w622-3-0 protocol state = Running, at every=3-01:00:00), -
Severity = Clear, -
Category = "nis function", -
Description = "check hdlc link logical station state"
!
!
Create Domain FSMCS_NS:.DMN.ACN Rule nis-kacnr1-ACNKK1-running -
Expression = (Node .nis.kacnr1 HDLC Link w622-3-1 Logical Station w622-3-1 protocol state = Running, at every=3-01:00:00), -
Severity = Clear, -
Category = "nis function", -
Description = "check hdlc link logical station state"
!
!
Create Domain FSMCS_NS:.DMN.ACN Rule nis-kacnr2-ACNKI1-running -
Expression = (Node .nis.kacnr2 HDLC Link w622-3-0 Logical Station w622-3-0 protocol state = Running, at every=3-01:00:00), -
Severity = Clear, -
Category = "nis function", -
Description = "check hdlc link logical station state"
!
!
Create Domain FSMCS_NS:.DMN.ACN Rule nis-kacnr2-ACNKK1-running -
Expression = (Node .nis.kacnr2 HDLC Link w622-3-1 Logical Station w622-3-1 protocol state = Running, at every=3-01:00:00), -
Severity = Clear, -
Category = "nis function", -
Description = "check hdlc link logical station state"
!
!
Create Domain FSMCS_NS:.DMN.ACN Rule nis-iacnr1-ACNFI1-running -
Expression = (Node .nis.iacnr1 HDLC Link w622-3-0 Logical Station w622-3-0 protocol state = Running, at every=3-01:00:00), -
Severity = Clear, -
Category = "nis function", -
Description = "check hdlc link logical station state"
!
!
Create Domain FSMCS_NS:.DMN.ACN Rule nis-iacnr1-ACNII1-running -
Expression = (Node .nis.iacnr1 HDLC Link w622-3-1 Logical Station w622-3-1 protocol state = Running, at every=3-01:00:00), -
Severity = Clear, -
Category = "nis function", -
Description = "check hdlc link logical station state"
!
!
Create Domain FSMCS_NS:.DMN.ACN Rule nis-iacnr2-ACNKI1-running -
Expression = (Node .nis.iacnr2 HDLC Link w622-3-1 Logical Station w622-3-1 protocol state = Running, at every=3-01:00:00), -
Severity = Clear, -
Category = "nis function", -
Description = "check hdlc link logical station state"
!
!
Create Domain FSMCS_NS:.DMN.ACN Rule nis-iacnr2-ACNII1-running -
Expression = (Node .nis.iacnr2 HDLC Link w622-4-1 Logical Station w622-4-1 protocol state = Running, at every=3-01:00:00), -
Severity = Clear, -
Category = "nis function", -
Description = "check hdlc link logical station state"
!
!
Create Domain FSMCS_NS:.DMN.ACN Rule nis-iacnr2-ACNIS1-running -
Expression = (Node .nis.iacnr2 HDLC Link w622-3-0 Logical Station w622-3-0 protocol state = Running, at every=3-01:00:00), -
Severity = Clear, -
Category = "nis function", -
Description = "check hdlc link logical station state"
!
!
Create Domain FSMCS_NS:.DMN.ACN Rule nis-sacnr1-ACNFS1-running -
Expression = (Node .nis.sacnr1 HDLC Link w622-3-0 Logical Station w622-3-0 protocol state = Running, at every=3-01:00:00), -
Severity = Clear, -
Category = "nis function", -
Description = "check hdlc link logical station state"
!
!
Create Domain FSMCS_NS:.DMN.ACN Rule nis-sacnr1-ACNSS1-running -
Expression = (Node .nis.sacnr1 HDLC Link w622-3-1 Logical Station w622-3-1 protocol state = Running, at every=3-01:00:00), -
Severity = Clear, -
Category = "nis function", -
Description = "check hdlc link logical station state"
!
!
Create Domain FSMCS_NS:.DMN.ACN Rule nis-sacnr2-ACNIS1-running -
Expression = (Node .nis.sacnr2 HDLC Link w622-3-1 Logical Station w622-3-1 protocol state = Running, at every=3-01:00:00), -
Severity = Clear, -
Category = "nis function", -
Description = "check hdlc link logical station state"
!
!
Create Domain FSMCS_NS:.DMN.ACN Rule nis-sacnr2-ACNSS1-running -
Expression = (Node .nis.sacnr2 HDLC Link w622-4-1 Logical Station w622-4-1 protocol state = Running, at every=3-01:00:00), -
Severity = Clear, -
Category = "nis function", -
Description = "check hdlc link logical station state"
!
!
Create Domain FSMCS_NS:.DMN.ACN Rule nis-lacnr1-ACNFL1-running -
Expression = (Node .nis.lacnr1 HDLC Link w622-3-0 Logical Station w622-3-0 protocol state = Running, at every=3-01:00:00), -
Severity = Clear, -
Category = "nis function", -
Description = "check hdlc link logical station state"
!
!
Create Domain FSMCS_NS:.DMN.ACN Rule nis-lacnr1-ACNLL1-running -
Expression = (Node .nis.lacnr1 HDLC Link w622-3-1 Logical Station w622-3-1 protocol state = Running, at every=3-01:00:00), -
Severity = Clear, -
Category = "nis function", -
Description = "check hdlc link logical station state"
!
!
Create Domain FSMCS_NS:.DMN.ACN Rule nis-lacnr2-ACNGL1-running -
Expression = (Node .nis.lacnr2 HDLC Link w622-3-1 Logical Station w622-3-1 protocol state = Running, at every=3-01:00:00), -
Severity = Clear, -
Category = "nis function", -
Description = "check hdlc link logical station state"
!
!
Create Domain FSMCS_NS:.DMN.ACN Rule nis-lacnr2-ACNLL1-running -
Expression = (Node .nis.lacnr2 HDLC Link w622-3-0 Logical Station w622-3-0 protocol state = Running, at every=3-01:00:00), -
Severity = Clear, -
Category = "nis function", -
Description = "check hdlc link logical station state"
!
!
!===============================================================================
!
! do specific NIS checks for availability
!
Create Domain FSMCS_NS:.DMN.ACN Rule nis-facnr1-check-state-on -
Expression = (Node .nis.facnr1 state = on, at every=00:01:20), -
Severity = Clear, -
Category = "NIS Availability", -
Description = "Check NIS state = on"
Create Domain FSMCS_NS:.DMN.ACN Rule nis-facnr2-check-state-on -
Expression = (Node .nis.facnr2 state = on, at every=00:01:20), -
Severity = Clear, -
Category = "NIS Availability", -
Description = "Check NIS state = on"
Create Domain FSMCS_NS:.DMN.ACN Rule nis-wacnr1-check-state-on -
Expression = (Node .nis.wacnr1 state = on, at every=00:01:20), -
Severity = Clear, -
Category = "NIS Availability", -
Description = "Check NIS state = on"
Create Domain FSMCS_NS:.DMN.ACN Rule nis-wacnr2-check-state-on -
Expression = (Node .nis.wacnr2 state = on, at every=00:01:20), -
Severity = Clear, -
Category = "NIS Availability", -
Description = "Check NIS state = on"
Create Domain FSMCS_NS:.DMN.ACN Rule nis-lacnr1-check-state-on -
Expression = (Node .nis.lacnr1 state = on, at every=00:01:20), -
Severity = Clear, -
Category = "NIS Availability", -
Description = "Check NIS state = on"
Create Domain FSMCS_NS:.DMN.ACN Rule nis-lacnr2-check-state-on -
Expression = (Node .nis.lacnr2 state = on, at every=00:01:20), -
Severity = Clear, -
Category = "NIS Availability", -
Description = "Check NIS state = on"
Create Domain FSMCS_NS:.DMN.ACN Rule nis-sacnr1-check-state-on -
Expression = (Node .nis.sacnr1 state = on, at every=00:01:20), -
Severity = Clear, -
Category = "NIS Availability", -
Description = "Check NIS state = on"
Create Domain FSMCS_NS:.DMN.ACN Rule nis-sacnr2-check-state-on -
Expression = (Node .nis.sacnr2 state = on, at every=00:01:20), -
Severity = Clear, -
Category = "NIS Availability", -
Description = "Check NIS state = on"
Create Domain FSMCS_NS:.DMN.ACN Rule nis-gacnr1-check-state-on -
Expression = (Node .nis.gacnr1 state = on, at every=00:01:20), -
Severity = Clear, -
Category = "NIS Availability", -
Description = "Check NIS state = on"
Create Domain FSMCS_NS:.DMN.ACN Rule nis-gacnr2-check-state-on -
Expression = (Node .nis.gacnr2 state = on, at every=00:01:20), -
Severity = Clear, -
Category = "NIS Availability", -
Description = "Check NIS state = on"
Create Domain FSMCS_NS:.DMN.ACN Rule nis-kacnr1-check-state-on -
Expression = (Node .nis.kacnr1 state = on, at every=00:01:20), -
Severity = Clear, -
Category = "NIS Availability", -
Description = "Check NIS state = on"
Create Domain FSMCS_NS:.DMN.ACN Rule nis-kacnr2-check-state-on -
Expression = (Node .nis.kacnr2 state = on, at every=00:01:20), -
Severity = Clear, -
Category = "NIS Availability", -
Description = "Check NIS state = on"
Create Domain FSMCS_NS:.DMN.ACN Rule nis-iacnr1-check-state-on -
Expression = (Node .nis.iacnr1 state = on, at every=00:01:20), -
Severity = Clear, -
Category = "NIS Availability", -
Description = "Check NIS state = on"
Create Domain FSMCS_NS:.DMN.ACN Rule nis-iacnr2-check-state-on -
Expression = (Node .nis.iacnr2 state = on, at every=00:01:20), -
Severity = Clear, -
Category = "NIS Availability", -
Description = "Check NIS state = on"
Create Domain FSMCS_NS:.DMN.ACN Rule nis-ftstr1-check-state-on -
Expression = (Node .nis.ftstr1 state = on, at every=00:01:20), -
Severity = Clear, -
Category = "NIS Availability", -
Description = "Check NIS state = on"
Create Domain FSMCS_NS:.DMN.ACN Rule nis-ftstr2-check-state-on -
Expression = (Node .nis.ftstr2 state = on, at every=00:01:20), -
Severity = Clear, -
Category = "NIS Availability", -
Description = "Check NIS state = on"
!
!
!
!===========================================================================
!
! checking PPP links
!
!
Create Domain FSMCS_NS:.DMN.ACN Rule nis-facnr1-FZAMG1-running -
Expression = (Node .nis.facnr1 PPP Link w622-5-1 LCP state = Opened, at every=3-01:00:00), -
Severity = Clear, -
Category = "nis function", -
Description = "check ppp link state"
!
!
Create Domain FSMCS_NS:.DMN.ACN Rule nis-facnr1-FZAMG1-fail -
Expression = (Node .nis.facnr1 PPP Link w622-5-1 LCP state <> Opened, at every=3-01:00:00), -
Severity = Critical, -
Category = "nis function", -
Description = "check ppp link state"
!
!
Create Domain FSMCS_NS:.DMN.ACN Rule nis-facnr1-FZAMG1-to-running -
Expression = (CHANGE_OF (Node .nis.facnr1 PPP Link w622-5-1 LCP state ,*,Opened), at every=00:02:00), -
Severity = Clear, -
Category = "nis function", -
Description = "check ppp link state"
!
!
Create Domain FSMCS_NS:.DMN.ACN Rule nis-facnr1-FZAMG1-from-running -
Expression = (CHANGE_OF (Node .nis.facnr1 PPP Link w622-5-1 LCP state ,Opened,*), at every=00:02:00), -
Severity = Critical, -
Category = "nis function", -
Description = "check ppp link state"
!
!
Create Domain FSMCS_NS:.DMN.ACN Rule nis-sacnr2-SZAMG1-running -
Expression = (Node .nis.sacnr2 PPP Link w622-3-0 LCP state = Opened, at every=3-01:00:00), -
Severity = Clear, -
Category = "nis function", -
Description = "check ppp link state"
!
!
Create Domain FSMCS_NS:.DMN.ACN Rule nis-sacnr2-SZAMG1-fail -
Expression = (Node .nis.sacnr2 PPP Link w622-3-0 LCP state <> Opened, at every=3-01:00:00), -
Severity = Critical, -
Category = "nis function", -
Description = "check ppp link state"
!
!
Create Domain FSMCS_NS:.DMN.ACN Rule nis-sacnr2-SZAMG1-to-running -
Expression = (CHANGE_OF (Node .nis.sacnr2 PPP Link w622-3-0 LCP state ,*,Opened), at every=00:02:00), -
Severity = Clear, -
Category = "nis function", -
Description = "check ppp link state"
!
!
Create Domain FSMCS_NS:.DMN.ACN Rule nis-sacnr2-SZAMG1-from-running -
Expression = (CHANGE_OF (Node .nis.sacnr2 PPP Link w622-3-0 LCP state ,Opened,*), at every=00:02:00), -
Severity = Critical, -
Category = "nis function", -
Description = "check ppp link state"
!
!
Create Domain FSMCS_NS:.DMN.ACN Rule nis-wacnr2-WZAMG1-running -
Expression = (Node .nis.wacnr2 PPP Link w622-3-1 LCP state = Opened, at every=3-01:00:00), -
Severity = Clear, -
Category = "nis function", -
Description = "check ppp link state"
!
!
Create Domain FSMCS_NS:.DMN.ACN Rule nis-wacnr2-WZAMG1-fail -
Expression = (Node .nis.wacnr2 PPP Link w622-3-1 LCP state <> Opened, at every=3-01:00:00), -
Severity = Critical, -
Category = "nis function", -
Description = "check ppp link state"
!
!
Create Domain FSMCS_NS:.DMN.ACN Rule nis-wacnr2-WZAMG1-to-running -
Expression = (CHANGE_OF (Node .nis.wacnr2 PPP Link w622-3-1 LCP state ,*,Opened), at every=00:02:00), -
Severity = Clear, -
Category = "nis function", -
Description = "check ppp link state"
!
!
Create Domain FSMCS_NS:.DMN.ACN Rule nis-wacnr2-WZAMG1-from-running -
Expression = (CHANGE_OF (Node .nis.wacnr2 PPP Link w622-3-1 LCP state ,Opened,*), at every=00:02:00), -
Severity = Critical, -
Category = "nis function", -
Description = "check ppp link state"
!
!
!==============================================================================
!
! ACNREN Bypass link between facnr1 and facnr2 is a special case
!
Create Domain FSMCS_NS:.DMN.ACN Rule nis-facnr1-ACNREN-ok -
Expression = (Node .nis.facnr1 Routing Circuit ACNREN Adjacency * state = up, at every=00:01:00), -
Severity = Clear, -
Category = "nis function", -
Description = "check adjacent router availability"
!
!
Create Domain FSMCS_NS:.DMN.ACN Rule nis-facnr2-ACNREN-ok -
Expression = (Node .nis.facnr2 Routing Circuit ACNREN Adjacency * state = up, at every=00:01:00), -
Severity = Clear, -
Category = "nis function", -
Description = "check adjacent router availability"
!
!
!==============================================================================
!
! Lets check if the MCC-Stations can see the adjacent routers
!
Create Domain FSMCS_NS:.DMN.ACN Rule fsmcs1-ok -
Expression = (Node .dn5.fsmcs1 Routing Circuit fddi-0 Adjacency * state = up, at every=00:01:00), -
Severity = Clear, -
Category = "nis function", -
Description = "check adjacent router availability"
!
!
Create Domain FSMCS_NS:.DMN.ACN Rule fsmcs2-ok -
Expression = (Node .dn5.fsmcs2 Routing Circuit fddi-0 Adjacency * state = up, at every=00:01:00), -
Severity = Clear, -
Category = "nis function", -
Description = "check adjacent router availability"
!
!
======================================================================================
$!MCC_ALM_BAT_ACN.COM
$!Runs Batchjob with MCC Image to maintain Alarms
$!
$! Stop Process MCC_ALM_BAT_ACN if it Exists before !!!!!
$!
$set noon
$ set proc/priv=all
$ purge/keep=3 mcc_logdir:Alarm_rule_start_status_ACN.log
$ purge/keep=3 mcc_logdir:Alarm_rule_status_ACN.log
$wait 00:01:30
$ set proc/name="MCC_ALM_BAT_ACN"
$mana/e
disable domain .DMN.ACN rule *
enable domain .DMN.ACN rule *
!show domain * rule * all status, to file mcc_logdir:Alarm_rule_start_status_ACN.log
!show domain * rule * all status,all counters, at every 24:00:00, to file mcc_logdir:Alarm_rule_status_ACN.log
show domain * rule * all identifiers, at start=(+999-00:00:00)
EXIT
!=================================================================================
!
T.R | Title | User | Personal Name | Date | Lines
|
---|