- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Problems integrating HP snmp & Oracle snmp
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
09-19-2001 07:04 AM
09-19-2001 07:04 AM
Problems integrating HP snmp & Oracle snmp
Can anyone point me in the right direction? Some 'accurate' instructions would be greatly appreciated!
Currently whan I run './start_peer -a' I get initialization errors from master_peer & endcap_peer. snmpdm is running but not responding.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2001 10:41 AM
09-20-2001 10:41 AM
Re: Problems integrating HP snmp & Oracle snmp
At my site we use the Oracle Emanate agent to get SNMP data from Oracle. We found that there were a few strange things with this agent in that it required that you maxfiles and maxfiles_lim had to be set to 2048 for the Emanate agent to work properly. I don't know if this is your problem of not, but I thought that I would share a gotcha with ya in case it comes up. Hope this helps.
Regards,
Jason V.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2001 10:57 AM
09-20-2001 10:57 AM
Re: Problems integrating HP snmp & Oracle snmp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2001 11:23 AM
09-20-2001 11:23 AM
Re: Problems integrating HP snmp & Oracle snmp
1. Restart your snmpd processes using the /sbin/init.d scripts for the OS. I don't know how to restart oracle emanate agent.
2. If you still have problems, it could be due to community issues. Edit /etc/SnmpAgent.d/snmpd.conf and check the get_community_name and set_community_name. Also you need to change the community names mentioned in your snmp server to match the ones you have in your snmpd.conf. There will be a corresponding configuration file for your oracle agent.
3. First use snmpget on your snmp server to query some OS and oracle MIBs on the server.
Please let us know what software are you trying to use to query the snmp agents on the system.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2001 11:38 AM
09-20-2001 11:38 AM
Re: Problems integrating HP snmp & Oracle snmp
For querying I have used snmpget, Getif and MG-Soft MIB browser. For the last two, the mibs were added as appropriate.
System queries work, Oracle ones do not. Snmp polling is usually a straight forward process. This has been.... interesting.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2001 12:22 PM
09-20-2001 12:22 PM
Re: Problems integrating HP snmp & Oracle snmp
I almost forgot. When working with Oracle on the issues that we experienced with the emanate agent(same as your issues) I was told to install a set of patches. I kept the patches in an emanate patches directory, so here they are:
PHKL_22589
PHCO_23876
PHCO_23963
PHCO_24148
PHCO_23651
PHKL_23226
PHKL_23814
PHKL_24027
PHKL_24028
PHKL_24116
After installing these patches and ensuring that the maxfiles and maxfile_lim was set properly, emanate worked for us. I hope that this helps.
Regards,
Jason V.
Note: This requires some downtime and a few reboots to make it all happen.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2001 03:08 AM
09-21-2001 03:08 AM
Re: Problems integrating HP snmp & Oracle snmp
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2001 04:06 AM
09-21-2001 04:06 AM
Re: Problems integrating HP snmp & Oracle snmp
Forgot to mention. We're on 10.20 & Oracle 7.3.3. If I load the 10.20 equivilent of those patches, it breaks Oracle. Primarily its the libc patches that do it.
Sridhar,
Did the snmpwalk again to be sure. No Oracle responses at all.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2001 10:56 AM
09-21-2001 10:56 AM
Re: Problems integrating HP snmp & Oracle snmp
Regards,
Jason V.