- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- run remote script
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
05-13-2003 12:47 AM
05-13-2003 12:47 AM
run remote script
Who to run command script on remote host (NT Server 4.0) with local hp-ux host (11.11)?
Yuri Ermakov
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2003 01:20 AM
05-13-2003 01:20 AM
Re: run remote script
So a rsh or rexec from HP to NT is not possible.
Try using MKS ToolKit --which emulates the unix working style on windows.
check for the eval at
http://www.mkssoftware.com/products/tk/ds_tkdev.asp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2003 02:06 AM
05-13-2003 02:06 AM
Re: run remote script
sorry to nit-pic TG.
if you want a unix like environment in windows, try out cygwin. free as in chai(beer) and as in freedom.
http://www.cygwin.com/
-balaji
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2003 02:31 PM
05-16-2003 02:31 PM
Re: run remote script
It is possible to execute a bat file on an NT machine via ftp. We currently do so from bot our IBM Mainframe and HP-UX.
Since NT does not naitively support this, our lan guys purchased a very inexpensive add on for NT to allow for this.
If you search GOOGLE you will find many hits.
I you desire I will ask our lan guys for the name of the product.
Best regards,
dl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2003 02:38 PM
05-16-2003 02:38 PM
Re: run remote script
Secure shell
http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=T1471AA
You can then go to download.com or tucows.com and get a secure shell client for NT.
Then you can exchange public keys according to the document I am attaching.
Then from NT, you can ssh hostname_hp "cat /etc/issue" or whatever.
Thats the secure way to do it.
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
05-16-2003 03:03 PM
05-16-2003 03:03 PM
Re: run remote script
This is what our guys installed on the nt machine.
http://www.serv-u.com/
Best of luck.
dl