- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- Server Management - Systems Insight Manager
- >
- SUSE 9.0 SNMP difficulties
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
05-29-2006 01:46 AM
05-29-2006 01:46 AM
SUSE 9.0 SNMP difficulties
I can see no icon under SW and PMP in the tables. My HW is showing green staus.
I know its got to do with SNMP settings, but just dont have linux knowledge to troubleshoot this problem. I have followed all the steps in the installation guide and why am I not surprised it doesnt work seem to help.
I also have configured traps, communtiy strings and trapsinks??? via hpasm but doesnt seem to help.
If I try through SMH to send a test trap to cms I get a generic trap error(11003) under events of my linux server in CMS. Any ideas, why?
Also I have noticed that in CMS identify tab of linux server, SNMP is not available under management protocols. SNMP is running on server so why doesnt it show?
Could someone please guide me as to what I steps I need to take to configure my linux server into CMS.
Thnx in advance.
P.S. PSP on linux server is 7.4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2006 02:00 AM
05-29-2006 02:00 AM
Re: SUSE 9.0 SNMP difficulties
I faced a very similar problem with a customer. In that instance they were HP-UX systems but the situation was likely the same.
It was a bad configuration of SNMP, into the file /etc/snmpd.conf. Search for that file and if configured try to refresh it to default. I am not sure the path of snmpd.conf is the same on linux, just 'find' that.
Once checked snmp file configuration then delete/add it again, the problem could be solved.
HTH, good luck...
Fabio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2006 02:01 AM
05-29-2006 02:01 AM
Re: SUSE 9.0 SNMP difficulties
Best regards,
Fabio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2006 04:47 AM
05-29-2006 04:47 AM
Re: SUSE 9.0 SNMP difficulties
Done what you have suggested twice, After adding rwcommunity string I was unable to open SMH locally on that linux server and also SMH thorugh the link on the CMS. Kept getting a timeout.
Figured out the safest way was to do it via /hpasm -reconfigure
Once I reconfigured it SMH displayed all agents and so did VCA see more than just itself.
Why do I get this Generic Trap error(11003) while sending a test trap??
And why is it that in the Management protocols avialable on my host SNMP is not shown as installed? Even though it is up and running.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2006 03:59 AM
05-30-2006 03:59 AM
Re: SUSE 9.0 SNMP difficulties
I think SNMP configured is the most important thing in order to see correctly this host into CMS.
I continue to think you have a problem about SNMP configuration/functionality on Linux. But really I'm not a Linux expert and I cannot say what to check about SNMP.
My customer was in the same situation, thinking SNMP was configured fine on HP-UX but nothing in CMS. At the end I discovered that SNMP was not configured fine on HP-UX. If you have another working Linux managed node or another Unix managed node I would suggest to check SNMP functionality/configuration. You have to see it into Management Protocols of that Linux host, otherwise you will have all of these problems.
HTH.
Regards,
Fabio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2006 12:32 AM
05-31-2006 12:32 AM
Re: SUSE 9.0 SNMP difficulties
After installing PSP 7.5 on redhat 4 some lines are automatically added to /etc/snmp/snmpd.conf :
#---------
# Following entries were added by HP Insight Management Agents at
# Tue May 23 11:26:24 EEST 2006
dlmod cmaX /usr/lib/libcmaX.so
rwcommunity h4k7yTPNxPu 127.0.0.1
syscontact Root
syslocation Unknown (edit /etc/snmp/snmpd.conf)
#--------
The line :
dlmod cmaX /usr/lib/libcmaX.so
means : load the Compaq agent MIBs
You can also add the lines :
rocommunity public CMS_IP
trapsink CMS_IP
where CMS_IP is the IP or hostname of your CMS
( for permiting read-only access and receiving traps )
Also snmpd linux service must be started
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2006 08:48 PM
05-31-2006 08:48 PM
Re: SUSE 9.0 SNMP difficulties
Thnx Andrei your information does look familiar will check it as soon as I have the possiblity to do so.
Any other Linux experts out there with any suggestions?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2006 10:18 PM
06-05-2006 10:18 PM
Re: SUSE 9.0 SNMP difficulties
snmpwalk -Os -c your-community -v 1 your-host
If that produces output, SNMP is working.
However, that doesnt mean all is well with SNMP, but at least it narrows down the problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2006 11:02 PM
06-05-2006 11:02 PM
Re: SUSE 9.0 SNMP difficulties
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2006 11:16 PM
06-20-2006 11:16 PM
Re: SUSE 9.0 SNMP difficulties
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2006 01:14 AM
09-19-2006 01:14 AM
Re: SUSE 9.0 SNMP difficulties
i've got the same problems you mentioned. How did you manged to get SNMP up and running.
Snmpwalk prints following output.
tst002:~ # snmpwalk -Os -c wood -v1 tst001
Timeout: No Response from tst001
Regards
Alex
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2006 01:24 AM
09-19-2006 01:24 AM
Re: SUSE 9.0 SNMP difficulties
What I did was before installing PSP graphically I configured SMH, VCA and Insight Management Agents. This to me was much simpler than trying to configure them after installation. So if you have already done the installation, try and re-install the agents pre.configured.
Hope that helps,
Albert