Re: zLinux replacement for PROP

2014-03-17 Thread Michael MacIsaac
Kevin, Richard Lewis gave session 13492 at SHARE in Boston (and again last week in Anaheim): If I Send a Special Message to Linux on System z Will it Answer? Automating Linux on z/VM. See https://share.confex.com/share/121/webprogram/Handout/Session13492/udevsmsg_share_boston_2013.pdf Perhaps

Re: zLinux replacement for PROP

2014-03-17 Thread Morris, Kevin J. (RET-DAY)
Thanks everyone for your help and informational responses. I have decided to utilize the STARMSG and UDP stages of CMS Pipelines to build a simple solution that will meet my needs. Kevin Morris Reed Elsevier - Technology Services zOS Systems Engineering On 3/13/2014 9:13 PM, Morris, Kevin J.

Re: zLinux replacement for PROP

2014-03-16 Thread Barton Robinson
zOPERATOR, a no charge feature of zVPS (from Velocity Software) can accept and record and respond to messages. On 3/13/2014 9:13 PM, Morris, Kevin J. (RET-DAY) wrote: I would like to send all operator messages to a zLinux guest for further processing/storage, essentially replacing PROP. Is

zLinux replacement for PROP

2014-03-14 Thread Morris, Kevin J. (RET-DAY)
I would like to send all operator messages to a zLinux guest for further processing/storage, essentially replacing PROP. Is this possible with SMSGIUCV or any other existing utilities in the zLinux space? Any thoughts or help on the best method to accomplish this task would be greatly

Re: zLinux replacement for PROP

2014-03-14 Thread Mark Post
On 3/14/2014 at 12:13 AM, Morris, Kevin J. (RET-DAY) kevin.mor...@reedelsevier.com wrote: I would like to send all operator messages to a zLinux guest for further processing/storage, essentially replacing PROP. Is this possible with SMSGIUCV or any other existing utilities in the zLinux

Re: zLinux replacement for PROP

2014-03-14 Thread Kurt Acker
From: Mark Post mp...@suse.com To: LINUX-390@vm.marist.edu, Date: 03/14/2014 12:13 PM Subject: Re: zLinux replacement for PROP Sent by: Linux on 390 Port LINUX-390@vm.marist.edu On 3/14/2014 at 12:13 AM, Morris, Kevin J. (RET-DAY) kevin.mor...@reedelsevier.com wrote: I would like to send all

Re: zLinux replacement for PROP

2014-03-14 Thread Neale Ferguson
I wrote an IUCV driver for Linux that allows you to connect to stuff like *MSG, *VMEVENT etc. as well as doing normal IUCV communications outside of using the AF_IUCV sockets (I needed to do send/reply type processing). I wrote a sample program which I called Prop Junior that exploits this:

Re: zLinux replacement for PROP

2014-03-14 Thread Rick Troth
inline: velologo.gifinline: Facebook.jpginline: LinkedIn.jpginline: TwitterL.jpginline: XingButt.jpg

Re: zLinux replacement for PROP

2014-03-14 Thread Rick Troth
(sorry ... trying again) On 03/14/2014 12:50 PM, Neale Ferguson wrote: I wrote an IUCV driver for Linux that allows you to connect to stuff like *MSG, *VMEVENT etc. as well as doing normal IUCV communications outside of using the AF_IUCV sockets (I needed to do send/reply type processing).