Sponsored Content
Full Discussion: Network Management Software
Special Forums IP Networking Network Management Software Post 302328170 by ctrenton on Tuesday 23rd of June 2009 03:18:41 PM
Old 06-23-2009
Network Management Software

We are a small legal firm in the UK and looking to upgrade from some open source network management tools we are using.

I'm not finding very many commercially supported network management software solutions that run on Linux or UNIX for that matter.

Does anyone have any recommendations?

Thanks in advance.

Last edited by DukeNuke2; 06-23-2009 at 05:05 PM..
 

7 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Network Administration Software

Hi guys, I'm not very familiar with UNIX.. still have a lot to learn. I also interested in Networking... Can anyone tell me what are the tool or software for network administration which we can monitor our network activities such as network traffic analysis,can capture and decode network... (2 Replies)
Discussion started by: Nucleus
2 Replies

2. UNIX for Dummies Questions & Answers

network monitoring software

hi can i know if there is any GUI interface software to help in monitoring the network of the servers i have? something like a web pages or a stock pages when a processes is down, a red colour is flashes. best if it is free ;) (1 Reply)
Discussion started by: legato
1 Replies

3. UNIX for Advanced & Expert Users

network redundancy with software

Here we want to implement the network redundancy on UNIX with the software. The two network interface cards are configured on the UNIX node,once one card is down or unnormal,the other can take over. Those aplications that used the tcp ,udp,multicast protocol can also been switched at the same... (2 Replies)
Discussion started by: Frank2004
2 Replies

4. Solaris

network management port

Hi I am using SF 240 and solaris 10 and I connected a cable to network management on server and other end to a switch. What configurations do I need on server to ssh or telnet to the network management port from remotely ? I also installed ALOM firmware. Is there anything else required on... (2 Replies)
Discussion started by: upengan78
2 Replies

5. HP-UX

Software management HP/UX 9.00

Hello, all! I'm newbie in HP/UX and at my job I'm dealing with HP/UX 9.00. Due this OS is an old one, I couldn't find some info, concretely, about software management on it. Can you please help me? (5 Replies)
Discussion started by: Che_G
5 Replies

6. AIX

AIX software management problem

Hi to all please help ...Acutally i m new in AIX. I dont much know about AIX. I m totally confusing with software management chapter. Actually i m not getting difference between. LPP,,BUNDLE,,,PACKAGE,,FIXES,,,APAR,,,,,FILESET..... i read in the book.......as i know about RPM in linux.....but in... (2 Replies)
Discussion started by: life008
2 Replies

7. UNIX for Beginners Questions & Answers

Check network Linux management

hi, how can I make a acquaintance with the command ifconfig -a which address ip mangement. Thank you regards Francesco Itollo (2 Replies)
Discussion started by: Francesco_IT
2 Replies
wbem(5) 						Standards, Environments, and Macros						   wbem(5)

NAME
wbem - Web-Based Enterprise Management DESCRIPTION
Web-Based Enterprise Management (WBEM) is a set of management and Internet-related technologies intended to unify the management of enter- prise computing environments. Developed by the Distributed Management Task Force (DMTF), WBEM enables organizations to deliver an inte- grated set of standards-based management tools that support and promote World Wide Web technology. The DMTF has developed a set of stan- dards that make up WBEM. This set of standards includes: o Common Information Model (CIM) - an object-oriented data model that describes the overall management of information in an enterprise network environment. CIM consists of a CIM specification and a CIM schema: CIM Specification Consists of the language and methodology that describes management data. CIM Schema Provides actual model descriptions of systems, applications, large area networks, and devices. The CIM Schema enables applications from different developers on different platforms to describe management data in a stan- dard format. As a result, a variety of management applications can share this information. o CIM Operations Over HyperText Transport Protocol (HTTP) 1.1 is a transport mechanism that maps CIM operations to HTTP to allow imple- mentations of CIM to interoperate in an open, standardized manner. CIM Operations Over HTTP 1.1 uses eXtensible Markup Language (XML), which is a markup language that represents management information in textual form. In addition to the XML representation, CIM information is also represented textually by the managed object format (MOF). These MOF representations are typically stored as text files that developers compile into a CIM Object Manager. EXTENDED DESCRIPTION
WBEM Tools and Services Tools and services that enable developers to create and Services management applications and instrumentation that manage heterogeneous com- puter environments include: o Solaris WBEM Services 2.5 o Solaris WBEM Software Development Kit 2.5 Solaris WBEM Services 2.5 These services consist of a set of value-added Services 2.5 components. These services make it easier for developers to create management applications that run in the Solaris operating environment. They also make the Solaris operating environment easier to manage. Solaris WBEM Services 2.5 consists of: o CIM Object Manager, CIM Repository, and MOF Compiler o CIM and Solaris Schema, which is an extension schema of CIM. CIM and Solaris Schema is a collection of CIM classes that describe man- aged elements in the Solaris operating environment. These classes are available from the CIM Object Manager at start up. o Solaris Providers, which are programs that communicate information between the Solaris operating environment and the CIM Object Man- ager (providers get and set "dynamic" information about managed elements, acting as an intermediary between the CIM Object Manager and the managed elements). Solaris software providers have been developed for a variety of areas: users, roles, file systems, and network configuration, for example. A remote provider is also available to distribute agents away from the CIM Object Manager when required. Because of the incremental development capabilities of the WBEM instrumentation framework, developers can progressively and consistently add more providers for additional Solaris software services. o SNMP Adapter for WBEM, which enables Simple Network Management Protocol (SNMP) management applications to access system management information that is provided by Solaris WBEM Services. Used with the Solstice Enterprise Agent (SEA) Master Agent snmpdx(1M), the SNMP Adapter for WBEM maps SNMP requests into equivalent WBEM Common Information Model (CIM) properties or instances. The SNMP Adapter for WBEM also remaps the response from the CIM Object Manager into an SNMP response, which is returned to the manage- ment application. A mapping file contains the corresponding Object Identifier (OID), class name, property name, and Abstract Syntax Notation One (ASN.1) type for each object. Developers can create their own mapping files. o SNMP Provider, which enables WBEM services to deliver SNMP information. Solaris WBEM Software Development Kit 2.5 This kit consists of a set of key application Software development tools that make it easier for developers to write management applica- tions that can communicate with any WBEM-enabled management device. The Solaris WBEM Software Development Kit includes examples, documenta- tion, and CIM Workshop, a graphical user interface through which developers can view and create classes and instances, through the remote method invocation (RMI) or the XML/HTTP protocol. Developers can also use this kit to write providers, which are programs that communicate with managed elements to access data. All management applications that developers create with the Solaris WBEM Software Development Kit run on the Java platform. The Solaris 9 WBEM Software Development Kit installs and runs in version 1.4 of the Java environment. Developers can use the kit to write standalone applications or applications that run in conjunction with Solaris WBEM Services. The Solaris WBEM Software Development Kit is described in the Solaris WBEM SDK Development Guide. Javadoc for the WBEM application program- ming interface is located at /usr/sadm/lib/wbem/doc/index.html. Compatibility of Solaris WBEM Services with Existing Protocols Adapters and converters enable Solaris WBEM Services of Solaris to work compatibly with existing protocols by mapping WBEM information to these protocols. One such protocol is Simple Network Management Protocol (SNMP). Legacy management applications can administer WBEM-enabled software in the Solaris operating environment. Developers can write agents or providers that convert information from these protocols to WBEM, and they can write adapters that convert WBEM information into these pro- tocols. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SPARC and x86 | +-----------------------------+-----------------------------+ |Architecture |SUNWwbapi, SUNWwbcor, SUN- | | |Wwbcou, SUNWwbdev, SUNWwb- | | |doc, SUNWwbpro | +-----------------------------+-----------------------------+ |CSI |Enabled | +-----------------------------+-----------------------------+ SEE ALSO
appletviewer(1), cimworkshop(1M), init.wbem(1M), mofcomp(1M), mofreg(1M), snmpdx(1M), wbemadmin(1M), wbemconfig(1M), wbemlogviewer(1M), attributes(5) SunOS 5.10 5 Nov 2001 wbem(5)
All times are GMT -4. The time now is 06:57 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy