- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: MCSG 11.16 e-mail notification
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
02-26-2005 04:52 PM
02-26-2005 04:52 PM
MCSG 11.16 e-mail notification
I have 2 nodes in MCSG 11.16 and working fine. I want to configure MCSG to send e-mail notification if there is any shifting of lan, package and node down. I tried with Service Guard Manager but not able to find any luck, does anybody can help me in this issue.
Regards,
Mahadev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2005 01:30 PM
02-27-2005 01:30 PM
Re: MCSG 11.16 e-mail notification
If there is some kind of total loss of network, the email isn't going to get anywhere until network service is restored.
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
02-27-2005 07:59 PM
02-27-2005 07:59 PM
Re: MCSG 11.16 e-mail notification
Can you send the procedure for e-mail notification.
regds,
Mahadev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2005 02:25 AM
02-28-2005 02:25 AM
Re: MCSG 11.16 e-mail notification
HOSTNAME=`uname -n`
echo "Package starting on $HOSTNAME" \
| elm -s "ACLK PACKAGE STARTING ON $HOSTNAME" yourname@yourco
To report a LAN failure, configure an EMS (Event Monitoring Service) monitor to send an email when a LAN failure occurs.
To report the status possibilities (example):
# resls /net/interfaces/lan/status/lan1
Use monconfig to configure an EMS monitor.
A node failure must be detected by another server. Consider writing a script which sends an email when a ping to the other node fails to respond.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2005 05:02 PM
02-28-2005 05:02 PM
Re: MCSG 11.16 e-mail notification
I will try this and update accordingly.
regds,
Mahadev