- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Monitoring of HeartBeat in MC/SG
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
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
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-19-2000 04:57 AM
тАО08-19-2000 04:57 AM
Monitoring of HeartBeat in MC/SG
Can anybody help me in Monitoring heartbeat of MC Service Guard ? and also i want to Know how a Floating Server Works.
Thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-19-2000 05:29 AM
тАО08-19-2000 05:29 AM
Re: Monitoring of HeartBeat in MC/SG
Another good tool is tcpdump. It is free and is available as depot (11.00 and 10.20):
http://hpux.connect.org.uk/hppd/hpux/Networking/Admin/tcpdump-3.4/
To monitor the heartbeat messages you have to filter the output from one of the above tools. You may filter the port used by the heartbeat. It is listed in /etc/services, but usualy is 5300.
Rumen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-20-2000 06:30 PM
тАО08-20-2000 06:30 PM
Re: Monitoring of HeartBeat in MC/SG
What happens is that you give your two machines two IP addresses that are fixed and then you assign a third IP address to your package. This IP address floats between wheich ever machine the package is running on. If you currently have MCSG look in /etc/cmcluster/
What exactly do you want to monitor with the heart beat LAN? You can use nettl or if you simply want to adjust the parameters go to /etc/cmcluster/
HEARTBEAT_INTERVAL xxxxx (microseconds)
NODE_TIMEOUT xxxxx (microseconds)
I am not sure if this answers your question but if you could be more specific I will try and help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-20-2000 11:58 PM
тАО08-20-2000 11:58 PM
Re: Monitoring of HeartBeat in MC/SG
A "floating server" is a term often used to refer to the package which is set up using MC/ServiceGuard, as it appears to be a server node out on teh network which "floats" or relocates from system to system in the MC/SG cluster, using the "floating" or relocatable IP address
May I suggest you take a look at :
http://www.docs.hp.com/ha
and review the Using and Managing MC/ServiceGuard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-21-2000 06:00 AM
тАО08-21-2000 06:00 AM
Re: Monitoring of HeartBeat in MC/SG
You can also use cmsetlog to change the logging level of MC/ServiceGuard so every time it sends a heartbeat it logs a message to the syslog and every time it receives a message it also logs that.
man cmsetlog will provide you example command lines. The heartbeat is a periodic event.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-21-2000 11:09 PM
тАО08-21-2000 11:09 PM
Re: Monitoring of HeartBeat in MC/SG
I am unable to find the man page of cmsetlog . what's wrong?
Also I want to know how user's are logging into these two server . It's depends upon the load basically but i am seeing that whenever user logs it's always goes to primary server i didn't find any user in the Secondary Node. where the user limit is defined in the Clusterning.
But Clusterning is working fine.
2. Where can i find the log of Heartbeat.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-22-2000 12:49 AM
тАО08-22-2000 12:49 AM
Re: Monitoring of HeartBeat in MC/SG
Also, if you turn up logging, you will be filling up syslog.log much faster, thereby increasing disk space useage, and if you make a mistake on the levels and moduiles, it will be a BIG mistake.
There is no real reason you need to monitor the heartbeat as the syustem does this, so why are you wanting to do this?
Also, if your users are NOT logging into the package or floating ip address/hostname, then you need to ask why not.
If they are using the floating ip/hostname, then they will end up logged in to the node that is currently running the package, so again I do not understand your question/problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-22-2000 01:41 AM
тАО08-22-2000 01:41 AM
Re: Monitoring of HeartBeat in MC/SG
Thanks for your reply . Actually i want to write a script whenever cluster fails a mail should come to me indicating that cluster fails .That's why i want to see the log/monitoring of Heartbeat .coz if heartbeat is not healthy then it causes problem in forming cluster.
Can you just please help me in monitoring cluster and whenever it fails mail will reach to me stating that Cluster is not working.
Thanks
Preeti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-22-2000 01:56 AM
тАО08-22-2000 01:56 AM
Re: Monitoring of HeartBeat in MC/SG
http://www.docs.hp.com/hpux/ha
These will give you lots of information.
If you have not already done so, I would recommend the MC/ServiceGuard training as a good track to follow.