WebNMS Framework is a modular, three-tier, protocol-neutral framework
written in Java that serves as a foundation for building full-fledged,
feature filled web-based network and element management systems.
It consists of a Server component and a Client component. The Java-based
server runs as an application and connects to SNMP and other data
sources of the back end, hooks on to any JDBC-compliant database
for data storage, and connects these resources to web-based clients.
The clients are Java applets running in web browsers as well as
in HTML pages.
The WebNMS Framework performs auto discovery of network resources,
trap reception and event logging, alerts, event correlation, SNMP
MIB loading and browsing, data collection, and reports. It comes
integrated with a web-server for connecting to browser-based clients.
The WebNMS Framework provides APIs for accessing the network database,
events and alerts, maps, and reports. These APIs enable developers
to build network management solutions.
4. What is the process of licensing a copy of
WebNMS Framework?
There are two types of licenses for WebNMS Framework
Trial User License
Permanent License
WebNMS Framework provides an Evaluation period of 45 days on the trial
copy. The trial user license is bundled with the product and is
valid for a period of 45 days from the date of installation. The
evaluation copy is a fully functional version of the product. WebNMS Framework
provides a Registered License after you purchase the product.
6.Does WebNMS Framework support Internationalization?
Yes. WebNMS Framework supports server-side and client-side internationalization
in all types of Clients - Web Client, Java Applciation Client, Applet
Client,and Web Start Client.
8. What development platforms are supported by
WebNMS Framework?
WebNMS Framework 5 includes WebNMS Framework Studio tools - with provides plugin
for Eclipse IDE for developing applications on WebNMS Framework. Also
provides a suite of tools for complete lifecycle support from design to
deployment. Borland JBuilder can also be used.
9. What is the communication mechanism between
the WebNMS Framework client and server?
By default, WebNMS Framework provides a common communication connection
which uses either TCP or RMI for communication between the WebNMS Framework Client and FE Server. Facility is available to plug in custom
protocol into the Communication Framework.
13.Where are the error and output logs of WebNMS Framework stored?
By default, the error and out. put logs of WebNMS Framework are
stored in stderr.txt, stdout.txt,
nmsout.txt,nmserr.txt files in <WebNMS Framework Home>/logs directory.