- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How do I have EMS send email to other than root?
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
03-22-2004 02:47 AM
03-22-2004 02:47 AM
EMS is sending email to root with critical and warning conditions. I need to have that email also go to my pager (via my company email account). How do I configure EMS to do this? I can't seem to find any configuration files amd SAM isn't showing me anything under EMS.
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2004 03:04 AM
03-22-2004 03:04 AM
SolutionI did it once
/var/stm/config/tools/monitor normally holds the config files for EMS monitors.
Modify the file
/var/stm/config/tools/monitor/*.sapcfg
to alter root to the wanted user .
cd /var/stm/config/tools/monitor
more disk_em.sapcfg
# WARNING: Do not edit this configuration file.
# Use /etc/opt/resmon/lbin/monconfig to make changes.
#
MONITOR: /storage/events/disks/default
Criteria Threshold: MAJOR WARNING
Criteria Operator: >=
Target Type: SYSLOG
MONITOR: /storage/events/disks/default
Criteria Threshold: MAJOR WARNING
Criteria Operator: >=
Target Type: EMAIL
Target EMAIL address: root
This line shown above ('Target EMAIL address: root') needs changing
to show the email address you want.
Repeat for any monitor .sap files that you wish to change.
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2004 03:11 AM
03-22-2004 03:11 AM
Re: How do I have EMS send email to other than root?
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2004 03:16 AM
03-22-2004 03:16 AM
Re: How do I have EMS send email to other than root?
you might consider to forward *all* mail sent to root. Just enter something like "root myname@company.com" to a file called .forward in root's home dir.
Regards,
Bernhard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2004 05:29 AM
03-22-2004 05:29 AM