nv-l

RE: ARF's

2000-10-11 17:49:08
Subject: RE: ARF's
From: Stephen Elliott <selliott AT epicrealm DOT com>
To: nv-l AT lists.tivoli DOT com
Date: Wed, 11 Oct 2000 16:49:08 -0500
Thanks, Leslie. The NOC Mgr is saying a menu pulldown will be OK to start
off with. I'll get crackin' first thing in the AM.

Regards,

Steve Elliott
Sr. Network Mgmt. Engineer
epicRealm, Inc.
214-570-4560


-----Original Message-----
From: Leslie Clark/Southfield/IBM [mailto:lclark AT US.IBM DOT COM]
Sent: Wednesday, October 11, 2000 9:32 AM
To: IBM NetView Discussion
Subject: Re: [NV-L] ARF's


Here's an example that I use a lot. Use xnmappmon to provide a
nice box for the output of your app. The command I'm issuing here is
grep. I'm not sure if I needed the Command entry, I have a couple of
versions of this and I'm not sure if this is the latest. Note I left off
Help.

So you put this kind of thing in a file, any file, in
/usr/OV/registration/C,
and close and open the map. Watch for errors in nv6000.log as the
files are processed on startup. That's all there is to it. It shows up on
the menu where you specified.
============ sample registration file using xnmappmon ===========

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>    "All Events"        f.action "showevents";
    }

/*******/

    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* ";
    }
}

Cordially,

Leslie A. Clark
IBM Global Services - Systems Mgmt & Networking
Detroit

Stephen Elliott <selliott AT epicrealm DOT com>@tkg.com on 10/11/2000 09:39:56 
AM

Please respond to IBM NetView Discussion <nv-l AT tkg DOT com>

Sent by:  owner-nv-l AT tkg DOT com


To:   "'nv-l AT tkg DOT com'" <nv-l AT tkg DOT com>
cc:
Subject:  [NV-L] ARF's



Happy Wednesday, everyone,

Would anyone happen to have a simple procedure list of how to build,
register and activate an application usable from an executable symbol? I've
browsed the documentation and it's pretty lengthy. I was just wondering if
a
shortcut might exist somewhere.

Regards,

Steve Elliott
Sr. Network Mgmt. Engineer
epicRealm, Inc.
214-570-4560

_________________________________________________________________________
NV-L List information and Archives: http://www.tkg.com/nv-l


<Prev in Thread] Current Thread [Next in Thread>
  • ARF's, Stephen Elliott
    • Re: ARF's, Leslie Clark/Southfield/IBM
    • Re: ARF's, Leslie Clark/Southfield/IBM
    • RE: ARF's, Stephen Elliott <=