- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Execute a DCL script from Linux to OpenVMS
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
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
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
06-19-2012 08:18 AM
06-19-2012 08:18 AM
Dear community,
is there a way to remotely run a DCL script from Linux (red hat enterprise) to OpenVMS?
Shall I use rexec or rsh on Linux?
Many thanks!
Solved! Go to Solution.
- Tags:
- rexec
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2012 08:27 AM
06-19-2012 08:27 AM
Re: Execute a DCL script from Linux to OpenVMS
WOPS! Sorry... After sent the message, I found a simple solution. I report it here just in case someone need it:
# rexec -l system -p 123456 10.99.1.100 "@test.com"
It works fine. BTW, if u have any other methods, you're welcome! ;)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2012 02:38 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2012 10:40 PM
06-20-2012 10:40 PM
Re: Execute a DCL script from Linux to OpenVMS
Thanks for your feedback Steven,
in my script I don't use the SYSTEM account, but a specific "limited" user created ad hoc on OpenVMS!
BTW, I'll use SSH with pub/private key so the command can be executed without password exchange.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2012 08:44 AM
07-21-2012 08:44 AM
Re: Execute a DCL script from Linux to OpenVMS
Lucas,
You also have such kind of a solution. It has been tested between Linux and Windows as well as between Linux and OpenVMS in both ways.
http://vouters.dyndns.org/tima/All-OS-FTP-Perl-Remotely_executing_a_script.html
This is if you eventually feel interested with.
Regards,
Philippe