- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- Server Management - Systems Insight Manager
- >
- register mib on sim
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2012 02:27 AM
08-16-2012 02:27 AM
register mib on sim
Hi at all,
I must monitoring an hardware product (not HP product) with Hp insight manager 7.
First question: It's possible use SIM for monitoring hardware different by HP?
If yes, I think I must have the mib file. People that manage this product give me a mib file as txt file... Could I register mib file on hp sim if this file have .txt format?
thanks
Jonh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2012 05:45 AM
08-16-2012 05:45 AM
Re: register mib on sim
Use the following commands to register the MIB (if it will register , some wont):
- mcompile
- mxnode
Then discover your 3rd party device.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2012 07:38 AM
08-16-2012 07:38 AM
Re: register mib on sim
Hi,
The Third party devices can be managed in HPSIM by importing/registering the MIB files. The MIB file in text format can be used.
Please find the below details :
- copy the MIB files to the mibs folder under HP SIM Installation directory.
- Run the command mccompile to compile the MIBs : mcompile <mibfile>
- The above command will gnerate the cfg file which can be used to register the MIB in HP SIM
- Run the command mxmib to register the MIB in HP SIM : mxmib -a <mibfile.cfg>
Hope this answers your query.
Thanks,
-Ajith
-Ajith
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2012 01:27 AM
08-17-2012 01:27 AM
Re: register mib on sim
Thanks for you reply.
A last question. Must I install any agent on machine target? In the windows hp server I install always hp agent but I think is not possibile in hardware different from hp...correct?
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2012 01:44 AM
08-17-2012 01:44 AM
Re: register mib on sim
You need something on the target to generate the SNMP traps so that's up to the vendor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2012 01:52 AM
08-17-2012 01:52 AM
Re: register mib on sim
Similar to HP Agent, there will be a third party vendor specific agent software which enables the management of the system. Hence accordingly the rule needs to be created in HP SIM to discover the specific third party vendor hardware.
please acknowledge with Kudos! or Points.
Thanks,
-Ajith
-Ajith
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2012 03:18 AM
08-17-2012 03:18 AM
Re: register mib on sim
ok target machine have need only system for geneate snmp trap.
Thanks for your support.