- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How do I remotely execute an unix script from ...
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
11-02-2007 03:42 AM
11-02-2007 03:42 AM
How do I remotely execute an unix script from my pc?
I'm planing to setup a rule through outlook, once I got a specific email, send it to my pager via a script on my unix server.
my question is, how do I execute that unix script from my windows pc? can rmesh be used in windows?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2007 03:49 AM
11-02-2007 03:49 AM
Re: How do I remotely execute an unix script from my pc?
Paid for:
HummingBird eXceed
Novell LanWorkplace PRO
OpenSource/Freeware -
Putty
I am not sure that any of these can work through outlook as you want though.
Why not send an email to your Unix box and run the script from there? There are tons of guides and programs for Unix that allow you to monitor an email box and take action based on message.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2007 03:54 AM
11-02-2007 03:54 AM
Re: How do I remotely execute an unix script from my pc?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2007 04:02 AM
11-02-2007 04:02 AM
Re: How do I remotely execute an unix script from my pc?
I'm going to receive a email from a person at sometime during weekend. but I don't want check my email from time to time during weekend, so I'm thinking forward his email automatically to my pager through telalert script on unix.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2007 05:37 AM
11-02-2007 05:37 AM
Re: How do I remotely execute an unix script from my pc?
1) just forward to mynumber@mycarrier.com as a direct outlook rule.
2) Spend a good amount of time configuring a script on UNIX to review incoming mail and then execute what ever you like.
configure ~/.forward file like this.
"|/mydir/mymailprog.ksh"
Then write mymailprod.ksh to execute based on the email subject, content, attachment etc..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2007 01:04 PM
11-03-2007 01:04 PM