Page 1 of 1

How to run an Unix script from windows server

Posted: Tue Feb 27, 2007 12:03 pm
by muascdev
i need to run an unix script from an etl server thats on windows. how do I do that. pl help.

Posted: Tue Feb 27, 2007 12:06 pm
by narasimha
Look into the option - MKS toolkit

Posted: Tue Feb 27, 2007 12:10 pm
by muascdev
whats this toolkit. does it come with Datastage?

Posted: Tue Feb 27, 2007 12:24 pm
by narasimha
Depends on your DS version.
Check this linkfor more details.

Posted: Tue Feb 27, 2007 3:27 pm
by ray.wurlod
rsh UNIXhostname options -l remoteusername command

Options include
-D enable socket debugging
-N send all output to stdout, nothing to stderr
-n redirect stdin from /dev/null (.\NUL)

Examples
rsh username@hostname -DNn command
rsh -DNn -l username hostname command