- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: EMS mail to multi user
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
01-28-2004 02:57 PM
01-28-2004 02:57 PM
NOTE: hpux 11.11
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2004 03:07 PM
01-28-2004 03:07 PM
SolutionYour other option is to go into /etc/opt/resmon/lbin/monconfig and configure EMS to send multiple e-mails. I don't recall if you can specify multiple e-mail addresses on a single monitor configuration line in EMS or not and I can't test at the moment.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2004 03:16 PM
01-28-2004 03:16 PM
Re: EMS mail to multi user
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
01-28-2004 03:18 PM
01-28-2004 03:18 PM
Re: EMS mail to multi user
Such as below:
MONITOR: /system/events/ups
Criteria Threshold: MAJOR WARNING
Criteria Operator: >=
Target Type: EMAIL
Target EMAIL address: root
Target EMAIL address: Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2004 03:28 PM
01-28-2004 03:28 PM
Re: EMS mail to multi user
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2004 03:31 PM
01-28-2004 03:31 PM
Re: EMS mail to multi user
I believe the syntax of the file is:
root : address1,address2
So you could have:
root : someone@somewhere.com,someoneelse@somewhere.com
And just keep doing that. Check the aliases file for exact syntax. It should be documented in there.
After you are finished modifying the aliases file you must run the 'newaliases' command.
# newaliases
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2004 03:40 PM
01-28-2004 03:40 PM
Re: EMS mail to multi user
This way, you won't mess with other things that you'd want to
go "only" to root on the local machine. If that's not an issue,
there's yet another option, which is placing a .forward file
in root's home directory. (containing a group address to send to)