- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- EMS monitoring in cluster
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-04-2010 04:56 AM
05-04-2010 04:56 AM
I would like to monitor, how full is a file system (availMB), which is part of application package and I see two problems:
1. How to achieve, the monitor would be, eventually, active on all nodes of the cluster, if the file system is active only on one node, at any time?
2. How to shut down the monitor, in the case, the application package is down?
Thank you for your tips. They will be appreciated.
n.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2010 05:22 AM
05-04-2010 05:22 AM
Re: EMS monitoring in cluster
All the scripts you are requesting have been done before.
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=51050
There are in the three threads that compose that stream hundreds of posts and scripts that can be adapted to meet this request.
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-04-2010 05:36 AM
05-04-2010 05:36 AM
Re: EMS monitoring in cluster
I do not want to implement script-like solution for monitoring, but I would like to use standard means of EMS infrastructure.
Any ideas?
n.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2010 04:56 AM
05-05-2010 04:56 AM
Re: EMS monitoring in cluster
n.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2010 07:39 AM
05-05-2010 07:39 AM
Re: EMS monitoring in cluster
With HP OpenView, for an example, you can set up threshold for each file system, once it is met, a ticket or a pager is sent out.
2. the monitor does not need be brought down when the application is down as it is smart enough to know what is mounted and it only monitors mounted file systems. But you do have option to monitor a list of file systems, that is if anyone of them is not mounted, then alert sent out...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2010 07:44 AM
05-05-2010 07:44 AM
Re: EMS monitoring in cluster
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2010 11:18 AM
05-05-2010 11:18 AM
SolutionThe Managing Serviceguard manual discusses the procedure for creating a package dependency on a resource that is monitored by EMS.
http://docs.hp.com/en/ha.html -> follow the Serviceguard link -> Managing Serviceguard
Page 167 in the most recent version of the manual discusses the use of EMS resources as ppackage resource dependencies.
The package configuration file also gives examples on how to create a resource dependency.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2010 11:46 PM
05-05-2010 11:46 PM
Re: EMS monitoring in cluster
John, I know, HP OpenView is the right choice for my problem, but it is not possible to use this product.
Stephen, I do not want to create a package dependency, I just want to be informed of situation, when the file system is filled up. I expect the monitor (availMB) to be smart enough, to stop monitoring in the case, package is down. As I have tested EMS, monitor is generating warnings ("Its current value is unknown.") in such a situation.
Thank you for your assistance.
Any other ideas?
n.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2010 03:27 AM
05-10-2010 03:27 AM
Re: EMS monitoring in cluster
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2010 10:45 PM
05-10-2010 10:45 PM
Re: EMS monitoring in cluster
as I told you, I do not want to use any script, but prepared EMS infrastructure.
Thank you for your assistance,
n.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2010 03:10 AM
05-11-2010 03:10 AM
Re: EMS monitoring in cluster
1) use a set of RESOURCE_* parameters in the package configuration file, and create a resource dependency that when the specified setpoint is reached, triggers a package failover
2) use a script that is called by the .._run_cmds and .._halt_cmds to start/stop the non-triggering monitor.
Serviceguard does not provide a means to use EMS without triggering a package failover when a preset trigger point is reached.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2010 06:08 AM
05-11-2010 06:08 AM
Re: EMS monitoring in cluster
I have assumed similar scenario.
Question for me is, how can I, by running customer defined scripts, easily start/stop EMS monitoring. I can not find any easy way, how to do it, just create/delete EMS monitor.
Thank you for your assistance,
n.