- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: MC/ServiceGuard subnet polling interval
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-21-2000 08:12 AM
11-21-2000 08:12 AM
MC/ServiceGuard subnet polling interval
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2000 09:22 AM
11-21-2000 09:22 AM
Re: MC/ServiceGuard subnet polling interval
The 'Network Polling Interval' is configured in the cluster configuration file as:-
NETWORK_POLLING_INTERVAL
The default is 2 seconds.
Regards,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2000 09:35 AM
11-21-2000 09:35 AM
Re: MC/ServiceGuard subnet polling interval
/etc/cmcluster/CLUSTERNAME.ascii
grep NETWORK /etc/cmcluster/CLUSTERNAME.ascii
The answer shoul be :
NETWORK_POLLING_INTERVAL 2000000
This means 2 seconds interval.
regards,
Patrice.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2000 09:36 AM
11-21-2000 09:36 AM
Re: MC/ServiceGuard subnet polling interval
but I meant the subnet monitoring that the package is doing. The network_polling_interval is for the linkloop polling interval for the network interfaces of the cluster (right?). The package is also monitoring the subnet and I think this is done by pinging it. Do you know about that?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2000 09:54 AM
11-21-2000 09:54 AM
Re: MC/ServiceGuard subnet polling interval
I don't believe that there is any network monitoring built into a Serviceguard package by default.
However, what you build into your package monitor script is up to you. It's possible that this has been configured to ping on a regular basis. I suggest that you have a look at your scripts.
Regards,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2000 09:56 AM
11-21-2000 09:56 AM
Re: MC/ServiceGuard subnet polling interval
/etc/cmcluster/PKGNAME/PKGNAME.ascii
grep POLLING /etc/cmcluster/PKGNAME/PKGNAME.ascii
You will see the polling interval of resources that are monitored by the package.
You you need to know which SUBNET are monitored by package :
grep SUBNET /etc/cmcluster/PKGNAME/PKGNAME.ascii
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2000 10:20 AM
11-21-2000 10:20 AM
Re: MC/ServiceGuard subnet polling interval
That could be the answer. The confusing part is still that the 60 seconds default for the resource monitoring seems a little bit too frequent according to what I've noticed. The other confusing point is that we have actually two packages running on separate machines, but only the other one seems to do the polling although the package scripts are almost identical.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2000 01:03 PM
12-13-2000 01:03 PM
Re: MC/ServiceGuard subnet polling interval
ServiceGuard uses the NETWORK_POLLING_INTERVAL to determine when to test each LAN card. When both the PRIMARY and STANDBY LANs are determined to be uncommunicative, the SUBNET is marked DOWN and if the SUBNET was loaded in the package configuration file when CMAPPLYCONF was run, ServiceGuard will fail the package (an adoptive node may pick it up if it's SUBNET is UP).