nv-l

Re: Antw: Database Question

2000-02-02 10:52:10
Subject: Re: Antw: Database Question
From: Leslie Clark <lclark AT US.IBM DOT COM>
To: nv-l AT lists.tivoli DOT com
Date: Wed, 2 Feb 2000 10:52:10 -0500
There is a script, /usr/OV/bin/printEvents, that is used to print selected
events. I sometimes customize it to change the command used to
print events from qprt to enscript. You might look in there to see if it
is involved in any other aspect of the events display.

I sometimes add a registration file for doing the grep for all events for a
node
from the map, rather than just the ones in cache. It looks like this:
--------------------------------------------------------------------------------------------------
Application "Show All Events"
{
    Description {
        "Greps all events for a node",
        "from trapd.log"
    }

    Version "V5R1";

    Copyright {
            ""
    }

    /*
     */
    Command -Shared  "${xnmappmon:-/usr/OV/bin/xnmappmon}";

    MenuBar "Test"
    {
        <83>    "Event History"        f.action "showevents";
    }

/******* Popups ***/


/*******/

    Action "showevents" {
        SelectionRule isNode && isIP;
        MinSelected 1;
         Command " \
                /usr/OV/bin/xnmappmon \
                -commandTitle \" All Events \" \
                -geometry 900x600                    \
                -cmd grep \"$OVwSelection1\" /usr/OV/log/trapd.log* ";
    }
}
-------------------------------------------------------------------------------------------
And of couse if you were to dump all events into a relational database
via the RIM, you could use sql to generate whatever reports you wanted.

Cordially,

Leslie A. Clark
IBM Global Services - Systems Mgmt & Networking
(248) 552-4968 Voicemail, Fax, Pager


---------------------- Forwarded by Leslie Clark/Southfield/IBM on
02/02/2000 10:44 AM ---------------------------

Michael Seibold <Michael.Seibold AT GEK DOT DE>@UCSBVM.UCSB.EDU> on 02/02/2000
02:08:01 AM

Please respond to Discussion of IBM NetView and POLYCENTER Manager on
      NetView <NV-L AT UCSBVM.UCSB DOT EDU>

Sent by:  Discussion of IBM NetView and POLYCENTER Manager on NetView
      <NV-L AT UCSBVM.UCSB DOT EDU>


To:   NV-L AT UCSBVM.UCSB DOT EDU
cc:
Subject:  Antw: Database Question



Try grep or awk for the desired items on /usr/OV/log/trapd.log.

Michael Seibold


>>> Steve Stamper <sstamper AT FOREMOST DOT COM> 01.02.2000  20.45 Uhr >>>
Hope one of you database wizzards can point me where to start...  AIX4 &
NV5

I know how to create a report based on selected items from events window in
the control desk on NetView.  Is there a way to do the same thing from a
command line?  Just looking for a place to start reading.

Thanks in advance

Steve Stamper
Grand Rapids, Michgan

**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.

www.mimesweeper.com
**********************************************************************


<Prev in Thread] Current Thread [Next in Thread>