- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- Server Management - Systems Insight Manager
- >
- Performance Management Pack (PMP) 3.1 does not wor...
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
06-14-2005 10:25 PM
06-14-2005 10:25 PM
Performance Management Pack (PMP) 3.1 does not work
When I use 'options'->'discovery'->automatic discovery and input the IP range in my network environment, my server did not recognized by SIM. After I manually discoverd linux server, I can access 'management agents for servers/storage/fondation' from 'Links' tab, but I can't use PMP from 'optimize'-> 'PMP'->'onine analysis', an 'Unknown performance status' page displayed. I checked PMP license, there're still 5 avaliable licenses.
Do you know how can I get it work?
Thx.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2005 11:23 AM
06-15-2005 11:23 AM
Re: Performance Management Pack (PMP) 3.1 does not work
Before you can use PMP, you need to license the Server. The Server should be listed in the PMP License screen, a license can then be allocated.
If the Server is not listed, it can again be an SNMP issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2005 04:08 PM
06-15-2005 04:08 PM
Re: Performance Management Pack (PMP) 3.1 does not work
the Server is not listed in PMP License screen.
Do you know the works I should do on SNMP setup? I did not do any special work on SNMP config.
THX.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2005 03:51 AM
06-20-2005 03:51 AM
Re: Performance Management Pack (PMP) 3.1 does not work
You just need to add the CMS address to the security and traps line.
- Jim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2005 03:52 AM
06-20-2005 03:52 AM
Re: Performance Management Pack (PMP) 3.1 does not work
- Jim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2005 07:58 AM
06-20-2005 07:58 AM
Re: Performance Management Pack (PMP) 3.1 does not work
You may need to also set allowed hosts, I'm not sure what the defaults are for Linux hosts.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2005 06:11 PM
06-20-2005 06:11 PM
Re: Performance Management Pack (PMP) 3.1 does not work
cat /etc/snmp/snmpd.conf
# Following entries were added by HP Insight Management Agents at
# Wed Jun 15 19:43:32 EDT 2005
dlmod cmaX /usr/lib/libcmaX.so
rwcommunity public 127.0.0.1
# ---------------------- END -------
cat /var/net-snmp/snmpd.conf
#
# net-snmp (or ucd-snmp) persistent data file.
#
# DO NOT STORE CONFIGURATION ENTRIES HERE.
# Please save normal configuration tokens for snmpd in SNMPCONFPATH/snmpd.conf.
# Only "createUser" tokens should be placed here by snmpd administrators.
#
engineBoots 8
oldEngineID 0x800007e5806a1f2302a046a942
suggestions?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2005 03:06 AM
06-21-2005 03:06 AM
Re: Performance Management Pack (PMP) 3.1 does not work
# Following entries were added by HP Insight Management Agents at
# Tue Nov 30 11:04:42 CST 2004
rwcommunity private 127.0.0.1
rocommunity public 127.0.0.1
rwcommunity private 16.112.29.27
rocommunity public 16.112.29.27
trapsink 16.112.29.27 public
syscontact Bubba Gump, 402-123-4567
syslocation HpSIM lab
# ---------------------- END --------------------
You have to have the CMS and the localhost configured for each of the community strings you use. I hope this helps.
- Jim