Hi Florian, Please don't use polling. You wakeup your machine even when nothing is happening.
If you want to receive files you can use the linux console. When a file is send to a guest a message on the virtual console appears. Trap this message (use SCIF and PROP to monitor your linux consoles, like OPERATOR or similar) and have PROP trigger a script to receive the file. That's how we do it. We send files from VM and linuxguests to linuxguests, either directly or through ftp to remote VM LPARs (we don't have RSCS over there). When a RDR file arrives our PROP user issues a command to the linuxguest to run a script that will receive and process the file. Regards, Berry Op 01-12-10 21:48, Florian Bilek schreef: > Dear all, > > I am looking for a possibility using the Virtual Reader under z/VM in > z/LINUX. The idea is to process files received from a z/OS via RSCS. > Off course I could regullarily start VMUR to poll the RDR but couldn't that > be done much smarter with an event starting VMUR ? > I thought smsgiucv could do that but I am not sure how.Does there exist a > sample? > > Thank you very much. > > -- > Best regards > > Florian > > ---------------------------------------------------------------------- > 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 > ---------------------------------------------------------------------- > For more information on Linux on System z, visit > http://wiki.linuxvm.org/ > > ---------------------------------------------------------------------- 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 ---------------------------------------------------------------------- For more information on Linux on System z, visit http://wiki.linuxvm.org/
