> -----Original Message-----
> From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On 
> Behalf Of James Melin
> Sent: Wednesday, April 06, 2005 11:14 AM
> To: [email protected]
> Subject: Re: Are there any NJE/NRJE interoperability tools 
> for Linux to submit jobs to z/OS?
> 
> 
> That would solve my problem handily. I do not, however, know 
> how to set it
> up on the Linux side at all.
> 

Who sat up your Linux system? Ask them to update the file
"/etc/syslog.conf" to include the line:

local0.crit @zos.ip.address

and make sure that they have the Linux syslog daemon start up at boot
time. I consider this to be the normal way to run.

====

Unfortunately, I don't have a Linux system here at work, so I cannot be
precise.

But whatever is triggering the ftp could, instead, run a Perl script
which would send the appropriate message to the "local0.crit" facility.
It really isn't very hard for somebody who is a Linux and Perl guru. I
only mention Perl because it is what I am familiar with. I think that
the "logger" command in a BASH script would work just as well.

E.g.

logger -i -p local0.crit "start up the BOZOYOYO job"

On the z/OS system, the automation would parse out that message and
perhaps issue a command similar to:

S CA7SUB,JOB=BOZOYOYO

Where CA7SUB is a started task which "talks" to CA7, telling it to RUN
the BOZOYOYO job. However that is done. I'm not a CA7 guru.


--
John McKown
Senior Systems Programmer
UICI Insurance Center
Information Technology

This message (including any attachments) contains confidential
information intended for a specific individual and purpose, and its'
content is protected by law.  If you are not the intended recipient, you
should delete this message and are hereby notified that any disclosure,
copying, or distribution of this transmission, or taking any action
based on it, is strictly prohibited.

----------------------------------------------------------------------
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