- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Executing windows NT based programs from HP-UX...
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
09-04-2001 10:49 AM
09-04-2001 10:49 AM
I would like to execute some windows NT based programs from my unix server. Is there any emulation software available ?
i.e I would like to login into my windows NT machine from my unix server and execute some programs on NT and come back to unix server. I would like to do this using unix shell script.
Any help is greatly appreciated.
Thanks
Bala
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2001 11:10 AM
09-04-2001 11:10 AM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2001 11:11 AM
09-04-2001 11:11 AM
Re: Executing windows NT based programs from HP-UX server
I don't think there is an emulation package that will do this. At one time, Insignia Solutions marketed a product called 'SoftWindows' which emulated a Windows 3.X environment and was available for HP-UX. The closest I can think of now is a separate NT box running Citrix WinFrame with an HP-UX client.
Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2001 11:22 AM
09-04-2001 11:22 AM
Re: Executing windows NT based programs from HP-UX server
I don't think what you are attempting to do is possible. Not sure what kind of scripts/programs do you want to run in windows but is it something that you can schedule it like cron using "Task Scheduler" in NT/2000?
One other option is to set up a terminal server and run a citrix client on HP.
Another option is get the VNC (FREE) http://www.tridiavnc.com ) and you can export your windows display to your hp server.
Another option is to use linux and use vmware ($$$) or wine (FREE). Again depends on your task.
-HTH
Ramesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2001 11:28 AM
09-04-2001 11:28 AM
Re: Executing windows NT based programs from HP-UX server
If I understand correctly, you want to run NT commands on an NT machine by issuing those commands from a UNIX box. I think you can get there with a combination of a telnet server on your NT box and an expect script on your UNIX box.
It seems like there was an NT telnet server that came with either Microsoft's Personal Web Server (PWS) or on the NT40 reskit CD. You can download expect (source or binaries) for your HP-UX box at
http://hpux.connect.org.uk/hppd/hpux/Tcl/expect-5.31/
Cheers,
Jim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2001 11:55 AM
09-04-2001 11:55 AM
Re: Executing windows NT based programs from HP-UX server
Jim brought up an interesting point as well. If you have the telnet server on the NT box, this simple script would do the job as well
/Begin/
( sleep 2
echo userid
sleep 2
echo 'password'
sleep 5
echo ls
sleep 5
echo exit ) | telnet hostname
/End/
here hostname is the hostname of the NT machine, password is in single quotes and in the example "ls" is the command being run, in your case it could be the script you want to run.
-HTH
Ramesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2001 11:57 PM
09-04-2001 11:57 PM
Re: Executing windows NT based programs from HP-UX server
Once that's setup you can use rshell on the *nix box to login and run NT commands from the command prompt.
I use it for sending 'net send's to people in our support team for OV NNM (on Solaris) alerts. It's not the best but it's free-ish.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2001 12:12 AM
09-05-2001 12:12 AM
Re: Executing windows NT based programs from HP-UX server
for standard NT there is not much!
Some 3rdparty telnet-deamons exist for NT, but NT Software requiring no graphics is rare.
An Option might be to Install a MS-Terminal-Server with cytrix-Metaframe. This works like the other way round compared to a product like Reflection X / Exceed ....
http://www.citrix.com/products
Do not know if this helps.
Volker
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2001 12:15 AM
09-05-2001 12:15 AM
Re: Executing windows NT based programs from HP-UX server
As pointed out by Nick, you can use emulation softwares on NT to run commands from unix. I have hummingbird Exceed installed on my NT box and I can do rcp and ftp to my NT box. You can also install telnet server on your NT. Once the telnet server is there, you can write non-interactive programs like mentioned by Ramesh from the unix box. There are also some softwares like MKSToolkit etc that can give access to NT system in Unix fashion.
There is a possibility. You need to explore.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2001 03:06 AM
09-05-2001 03:06 AM
Re: Executing windows NT based programs from HP-UX server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2001 08:20 AM
09-05-2001 08:20 AM
Re: Executing windows NT based programs from HP-UX server
Thanks for the excellent Responses. Appreciate ur good tinkers.
Thanks again
Bala