- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- Server Management - Systems Insight Manager
- >
- MSCS Cluster monitoring with HPSIM v5.0 SP2
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
11-29-2005 05:53 AM
11-29-2005 05:53 AM
MSCS Cluster monitoring with HPSIM v5.0 SP2
I've verified the Clustering Information agent is set to being active (this shows up under Control Panel\HP Management Agents), the SNMP community strings are set correctly, the servers making up the cluster have been pulled from HPSIM and readded, the cluster alias name has been added manually but doesn't show up within the MSCS Clusters view......any ideas would be appreciated.
Can't really find any documentation on what needs to be done in order to make the clusters show up within HPSIM.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2005 07:18 PM
11-29-2005 07:18 PM
Re: MSCS Cluster monitoring with HPSIM v5.0 SP2
The cluster configurations (W2k and W2k3) I manage have at least two network interfaces: one for the Management Network and one for Production. Both networks are separated. The HPSIM-server is obviously on the Management Network and does its Automatic Discovery based on the IP-ranges on the Management Network.
At the moment I can identify one W2k-cluster. It has its cluster IP-address on the Management Network. All of the others (most W2k3) are not found, but they have their cluster IP-address on the Production Network that is not scanned. So I guess the cluster IP-address must be scanned in order to be recognised in HPSIM.
Added to that, IP-traffic from and to the HPSIM-server must be routed correctly (default gateways and subnet masks set correctly).
The HP Management Agents on the cluster servers are version 7.40; all of them got theirt Management Agents also monitor clusters.
The Systems Management Homepages on the servers that are part of the cluster show the cluster statusses and statistics correctly.
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2005 10:33 AM
11-30-2005 10:33 AM
Re: MSCS Cluster monitoring with HPSIM v5.0 SP2
Ensure the following.
1. Verify the reverse lookup of all three addresses (Cluster virtual name & both physical nodes)work with nslookup from your SIM Console. Within our clusters' configuration I have enabled "Verify DNS registration succeeds" on the cluster IP and other IP address resources. By default it is not enabled when the resource is created. This will ensure that your Virtual IPs are in DNS.
2. Within Insight Console verify that Auto discovery is configured to recieve from that subnet. The upgrade may have affected this. I had to reconfigure ours. Complete ranges were wiped out. Our setup has several "Includes & Exclude" ranges. We never run "autodiscover jobs". We are configured to Discover upon reciept of a trap. The Nodes/Systems are auto discovered once the agents are comunicating correctly.
3. On the SIM console from the command line: Delete all three IP addresses (even if you do not see them!). Wait about 10 minutes. Believe it or not you may need to reboot the SIM console server. I have seen issues where deletes just did not happen and a reboot cleared it (SQL included! A stored proc might be locked).
4. If the physical nodes get Auto-Discovered when a trap is sent, manually add the Virtual name. I normally do not send a test trap at this phase of discovery. I use the command line tools provided with SIM to do IP address deletes and adds. The command line tools vs the GUI in our environment seems to work better.
We also had issues with the SIM certificates. So ensure that's not an issue as well. That's another discussion. So, those are the steps I always run through to get things working and I hope these suggestions make you successful.
Brian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2005 06:58 PM
12-04-2005 06:58 PM
Re: MSCS Cluster monitoring with HPSIM v5.0 SP2
I reported this on the forum at the end of October, but didn't hear anything from HP...
--------------------------------
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=961138
I did some "printf" debugging, and it seems the page "Systems Insight Manager\hpwebadmin\webapps\ROOT\mxportal\clustermonitor\CmMSCS.jsp" gets stuck when proceeding line 146 :
mscsTableModel.loadTable(loginBean,resObj,szSelected);
When commenting this line, the rest of the code is processed, and something loads (of course, commenting the line breaks the actual functionality of the page).
I don't know anything about JSP, though, so I can't fix the actual code.
-----------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2005 10:10 PM
12-04-2005 10:10 PM
Re: MSCS Cluster monitoring with HPSIM v5.0 SP2
I deleted all of the cluster nodes from SIM, then loaded the PSP 7.3 onto the cluster servers, and manually added the physical server names to SIM. (I loaded 7.4 on one of the cluster nodes, but it started running very slow).
After leaving it to fester overnight, the SIM recognised all of the cluster resources properly.