OpenNMS 1.6.2 (Stable branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News OpenNMS 1.6.2 (Stable branch)
# 1  
Old 01-16-2009
OpenNMS 1.6.2 (Stable branch)

Image OpenNMS is the first enterprise-grade network management platform developed using the open source model. The three main functional areas of OpenNMS are service polling, which monitors services on the network and reports on their "service level"; data collection from the remote systems via SNMP in order to measure the performance of the network; and a system for event management and notifications. License: GNU General Public License (GPL) Changes:
This release contains mainly bugfixes, although a couple of new features such as ticketing integration with RT have been added. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
IBACM(7)							 IB ACM User Guide							  IBACM(7)

NAME
ibacm - InfiniBand communication management assistant SYNOPSIS
#include <infiniband/ib_acm.h> DESCRIPTION
Used to resolve remote endpoint information before establishing communications over InfiniBand. NOTES
Th IB ACM provides scalable address and route resolution services over InfiniBand. It resolves system network names and IP addresses to InfiniBand path record data using efficient mechanisms, including caching of data. The IB ACM provides information needed to establish a connection, but does not implement the communication management protocol. It pro- vides services similar to rdma_getaddrinfo, rdma_resolve_addr, and rdma_resolve_route using IB multicast. The IB ACM does not require IPoIB or use standard naming services, such as DNS, and limits network communication, especially with the IB SA. The ib_acme utility assists in verifying what options of the ibacm service may be usable for the current fabric topology. Client interactions with the ibacm service are done over sockets through a standard TCP connection. The librdmacm abstracts this interac- tion. RETURN CODES
== 0 success != 0 error SEE ALSO
ib_acme(1), ibacm(1) IBACM
2012-03-01 IBACM(7)