On Tue, 2008-05-13 at 13:29 -0600, Lee Stewart wrote:
> Hi all...   What have any of you used for z/OS to be able notify Linux
> of an event.

Look at Dovetail's Co:Z toolkit, which uses OpenSSH to control remote
processes from the z/OS side.  See:
        http://dovetail.com/products/coz.html

You can execute a job:
        //COZ JOB 5007,D.ANDREWS
        //        EXEC COZPROC,ARGS='[EMAIL PROTECTED]'
        //STDIN    DD  *
        emerge -puvDN world
        /*
to e.g. run a Gentoo emerge on a remote system.  Co:Z also provides
utilities you can run on the remote host to upload to MVS datasets.

--
David Andrews
A. Duda and Sons, Inc.
[EMAIL PROTECTED]

----------------------------------------------------------------------
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390

Reply via email to