Following is a piece of the Gem -1 Product support which shows what to do
with the Baroc (and Rules) files after you copy them to your TEC server.
Where they are put really doesn't matter as long as you point to them when
issuing the import (wimprbclass and wimprbrules commands). It's an excerpt
from the GEMEVENT.SH script shipped with the NetView for OS/390 product and
adds the NV390 objects and rules to the default rules base to create the new
one; GemEvent. I hope it serves as a useful model of what must be done.
All this can be done through the GUI.
# Create the rules base with the name of GemEvent,
# copy the default Tivoli rules base into it,
# import the distributed GEM object definitions and rules into the rules
# base, compile and load the rules base.
# erase the existing rules base in case there is one.
wdelrb GemEvent
rm -fR $BINDIR/GEM/EventService/GemEvent_rb
# create the directory and rules base structure
wcrtrb -d $BINDIR/GEM/EventService/GemEvent_rb GemEvent
# copy the existing system default rules base to ours
wcprb $DefaultRulesBaseName GemEvent
# import the event services objects and rules to the rules base
wimprbclass $BINDIR/GEM/EventService/tecad_nv390msg.baroc GemEvent
wimprbrules $BINDIR/GEM/EventService/tecad_nv390msg.rls GemEvent
wimprbclass $BINDIR/GEM/EventService/tecad_snaevent.baroc GemEvent
wimprbrules $BINDIR/GEM/EventService/tecad_snaevent.rls GemEvent
wimprbrules $BINDIR/GEM/EventService/tecad_nv390fwd.rls GemEvent
echo 'Compiling GemEvent rules base'
wcomprules GemEvent
wloadrb -u GemEvent
-----Original Message-----
From: Todd E. Lewis <telewis@PROVIDENTBANKMD.COM>
Date: Wednesday, April 14, 1999 12:51 PM
Subject: Baroc Files
Where do copy the baroc files that are created from the mib2trap process in
order TEC to see netview traps?
Bill Evans.vcf
Description: Vcard
|