nv-l
[Top] [All Lists]

Long post: Using Netview APIs to manage network

To: nv-l@lists.tivoli.com
Subject: Long post: Using Netview APIs to manage network
From: Undetermined origin c/o LISTSERV administrator <owner-LISTSERV@UCSBVM.UCSB.EDU>
Date: Tue, 24 Aug 1999 12:00:52 +0200
Hello,

We have been developping a Netview-based network management application,
which basically represents a managed network on a Netview map as a set
of managed nodes each of which in turn is represented as a collection of
hierarchically-organised objects arranged on various submaps. This
allows us to display hard disks, communications cards, running
applications, file systems, etc on separate submaps for each managed
node.

Essentially, the application creates the objects, submaps and symbols
using the OVwDbCreateObject(), OVwCreateSubmap() and OVwCreateSymbol()
API calls. The objects, symbols and submaps are created and deleted in
response to an initial discovery performed when the application starts,
and in response to various traps that can be received by the application
from the nodes being managed. The application is registered in a ARF to
be automatically invoked when the Netview GUI starts.

We now have a new requirement that the OVwDb objects representing the
node objects being managed must always be up-to-date, even when the
Netview GUI is not active. I believe that this involves a complete
redesign of our application into two applications:
- a daemon application that is always active, and which performs the
initial discovery and responds to traps received from managed nodes
- a Netview application that is invoked when the Netview GUI is started,
and which maintains the displayed network topology.

I believe that this involves significant inter-process communication
between the two applications, such that for example, the Netview
application is updated in response to traps received by the daemon
application.

Can anyone help about how best to orgasnise the two applications? The
problem  as I see it that the Netview OVwDb objects should be created
and updated by the daemon application, and the submaps and symbols
should be created and updated by the Netview application. But then the
problem is how to determine which symbol to update on which submap?

I suppose that another possibility is to simply have a single daemon
application that only updates objects when Netview is not running, and
which updates objects, symbols and submaps when Netview is active. Is
this a better design approach?

Sorry for the long post. A final question: Is there help available on
how to organise Netview applications? The Programmers' Guide only
concentrates on a description of the available collection of APIs.

Many thanks,
Paul

--

Paul Moore, IBM Global Services
Phone: +32 3 897 2486

Current location: Eurocontrol UAC Maastricht
Phone: +31 43 366 1491
Email: moo@mas.eurocontrol.be


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

Archive operated by Skills 1st Ltd

See also: The NetView Web