- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: HA Monitors question
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-17-2006 09:22 PM
05-17-2006 09:22 PM
I have a simple questions. Do I have to purchase HA monitors product separately or is it included in MC/ServiceGuard product licence? I use FOE with SG separately purchased product. Is HA monitors product the only way to use RESOURCE monitoring in packages (SG environment) or is it enough to have EMS framework installed?
Thank you,
N.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2006 09:30 PM
05-17-2006 09:30 PM
Re: HA Monitors question
Monitor templates are included with Serviceguard.
That leaves you having to modify the templates to properly monitor the application package you wish to run in the cluster.
For complex situations like NFS or Oracle, add on packages including control scripts and monitors are available for purchase. They are not required but save you quite a bit of time.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2006 10:10 PM
05-17-2006 10:10 PM
Re: HA Monitors question
MC/Sg will monitor yor hardware. Also I agree with Stephen on scripts, even you can have you inbuild shell scripts for doing such things.
just for example to check the oracle from SA side, a small script that check pmon and either restart oracle on the same node or start the package on the next node.
e.g ps -ef |grep pmon | wc -l, of this is less then 1, then restart or start the package to the next server.
EMS are mostly installed to monitor in a large scale env.
Chan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2006 10:37 PM
05-17-2006 10:37 PM
Re: HA Monitors question
I have to repeat my last question.
Is HA monitors product the only way to use the RESOURCE (disk, VG, LV...) monitoring in packages (SG environment) or is it enough to have EMS framework installed?
N.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2006 11:22 PM
05-17-2006 11:22 PM
Re: HA Monitors question
I feel EMS is enough to handle normal environment, but in a Mission Critical HA monitors provide more provision and added features to monitor applications (DB), given a chance to choose between the two in a Test and Devl env I would go for EMS while in a Mission Critical (Prod) one HA monitors. Each and every thing is totally depends on the Organisation goal for efficiency to handle problems in going for the new products.
For more details between those two products please find the link
http://forums1.itrc.hp.com/service/forums/bizsupport/questionanswer.do?threadId=319368
Chan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2006 11:58 PM
05-17-2006 11:58 PM
SolutionAso far as I know, resource monitoring for LVM volume groups, physical and logical volumes is only with the EMS-HA product.
hope this helps,
-denver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2006 12:26 AM
05-18-2006 12:26 AM
Re: HA Monitors question
/etc/opt/resmon/lbin/clustermond
/etc/opt/resmon/lbin/fsmond
/etc/opt/resmon/lbin/lanmond
/etc/opt/resmon/lbin/mibmond
/etc/opt/resmon/lbin/pkgmond
/etc/opt/resmon/lbin/svcmond
/etc/opt/resmon/lbin/rdbmsmond
/etc/opt/resmon/lbin/diskmond
and partner dictionaries to enable Serviceguard to capture triggering events from the following new EMS resource classes:
/cluster/status
/cluster/concl
/cluster/package
/cluster/localNode
/system/filesystem/availMb
/net/interfaces/lan/status
/rdbms/server
/rdbms/database
/vg/vg??/lv
/vg/vg??/lv_summary
/vg/vg??/pv_pvlink
/vg/vg??/pv_summary
The volume group category permits (among other things) the administrator to configure an EMS Resource that can trigger a package to fail over if a pv_summary indicates that a volume group is no longer whole.
HP sells it because standard EMS does not provide these additional EMS resources.
To learn more, investigate HA Monitors documents located at this link:
http://docs.hp.com/en/ha.html#Event%20Monitoring%20Service%20and%20HA%20Monitors
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2006 12:34 AM
05-18-2006 12:34 AM
Re: HA Monitors question
N.