HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Email when a script is executed.
Operating System - HP-UX
1834388
Members
2447
Online
110066
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
07-24-2001 08:53 AM
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2001 05:39 PM
07-24-2001 05:39 PM
Solution
Are you wanting to email when a specific script is executed, or any on the system? If it's a specific script, try doing a for loop through a ps -ef, grepping for the text you want, then use :
echo "script was executed" | mailx -s 'Someone has used your script' user@mail.domain.com
Hope this helps
Brian
echo "script was executed" | mailx -s 'Someone has used your script' user@mail.domain.com
Hope this helps
Brian
When a sys-admin say's maybe, they don't mean 'yes'!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2001 05:14 AM
07-25-2001 05:14 AM
Re: Email when a script is executed.
It works when I put a user in destination of the email but I?m having trouble when trying to send to my Lotus Notes email. Supose my domain is testdomain and my user is user1 ,I have to do as follow ?
echo 'Test' | mailx -s 'Subject Test' user1@mail.testdomain.com
Cheers, Mauro
echo 'Test' | mailx -s 'Subject Test' user1@mail.testdomain.com
Cheers, Mauro
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2001 08:49 AM
07-25-2001 08:49 AM
Re: Email when a script is executed.
If your Mail Domain name is testdomain.com and the username in that domain is rick then your email address of testdomain will be rick@testdomain.com
So,
echo "Mail testing" | mailx -s "Mail from UNIX" rick@testdomain.com
So,
echo "Mail testing" | mailx -s "Mail from UNIX" rick@testdomain.com
Win/Win
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP