Operating System - HP-UX
1826102 Members
4790 Online
109690 Solutions
New Discussion

UNIX submit program execution to Windows server

 
SOLVED
Go to solution
Dave Johnson_1
Super Advisor

UNIX submit program execution to Windows server

I have been approached by the developers asking how they can create a program that will run on the Oracle Concurrent Manager on one of our HP-UX 11.11 servers and cause a program to execute on a Windows server.

A related question is how do we get a Microsoft SQL server to execute a SQL statement from the above mentioned UNIX box?

Any suggestions would be appreciated,
-Dave
4 REPLIES 4
A. Clay Stephenson
Acclaimed Contributor
Solution

Re: UNIX submit program execution to Windows server

Probably the most sraightforward approach is to install Microsoft SFU on your Windows box and then you are just a remsh away.

http://www.microsoft.com/technet/interopmigration/unix/sfu/default.mspx

If it ain't broke, I can fix that.
Court Campbell
Honored Contributor

Re: UNIX submit program execution to Windows server

what program would you want to run on the windows box? As for the sql statement you could write a perl script that runs the sql statement on the mssql server.
"The difference between me and you? I will read the man page." and "Respect the hat." and "You could just do a search on ITRC, you don't need to start a thread on a topic that's been answered 100 times already." Oh, and "What. no points???"
Court Campbell
Honored Contributor

Re: UNIX submit program execution to Windows server

you could also install cygwin on the windows box and setup the ssh service. then you could send commands via ssh.
"The difference between me and you? I will read the man page." and "Respect the hat." and "You could just do a search on ITRC, you don't need to start a thread on a topic that's been answered 100 times already." Oh, and "What. no points???"
Dave Johnson_1
Super Advisor

Re: UNIX submit program execution to Windows server

My boss is a Windows guy so we have decided to go with the SFU solution.

Thank you for the input.
-Dave