CMS REXX Wait

2004-02-27 Thread Monteleone
Hello, I would like to wait for a specified time in a rexx cms script, should I have to write a program to do that, or is there a standard CP ou CMS function to do that ? Thanks for yours responses. Gerard MONTELEONE Ingenieur Systeme Reseau SI.TE.C Z.I du vazzio 20090 AJACCIO *

Re: CMS REXX Wait

2004-02-27 Thread Rob van der Heij
On Fri, 2004-02-27 at 09:02, Monteleone wrote: Hello, I would like to wait for a specified time in a rexx cms script, should I have to write a program to do that, or is there a standard CP ou CMS function to do that ? I'd say CP SLEEP but it is a bit limited. And while it is a bit of rude,

RE : CMS REXX Wait

2004-02-27 Thread Monteleone
Thanks. Gerard MONTELEONE Ingenieur Systeme Reseau SI.TE.C Z.I du vazzio 20090 AJACCIO ( +33495236809 È +33687727032 www.sitec.fr -Message d'origine- De : Linux on 390 Port [mailto:[EMAIL PROTECTED] De la part de Rob van der Heij Envoyé : vendredi 27 février 2004

Re: z/VM access to EMC (was: Accessing DASD on a Shark from Linux under z/VM)

2004-02-27 Thread Malcolm Beattie
Jim Sibley writes: I'm curious. One of the benefits touted, and true, about Linux on zSeries vs. some other platform, is the zSeries' strength in I/O. Is this still true with FCP attached SCSI DASD? Why would the zSeries drive SCSI DASD better than Intel or Sun? John McKown

Re: RE : CMS REXX Wait

2004-02-27 Thread Coffin Michael C
I think what you really want is the WAKEUP MODULE. WAKEUP will not only wake up after a specified time (absolute or relative), but will wakeup based on times specified in the WAKEUP PARMS file and perform associated tasks. You can also wakeup based on virtual machine interrupts (i.e. a file

Re: RPM question

2004-02-27 Thread Hall, Ken (IDS ECCS)
Many of these products spray files over lots of directories, not just /usr. The lowly nss_ldap, for example, puts it's shared library in /lib, but puts a symlink in /usr/lib. Doc files go in the usual places, and there are manual pages, etc. When I first started making RPM's, I used to miss

Re: Use of DIrmaint

2004-02-27 Thread Rod Furey
Why would you want a CMS tool to access SMAPI when SMAPI is mostly (at least it seems to be to me) a programmable extension of Dirmaint? Why not just use Dirmaint, that is what SMAPI does in the end. If... ...you've ever had to sit there and go fix/document a 4,400 line EXEC2 exec front-end to

Where to get VNCserver for z/Linux

2004-02-27 Thread James Melin
I have actually a need to put this on one of my SuSE images an it's not installed, nor can I seem to locate the RPM on the other LPAR. I'm not sure what version to get, or even where to get said version when I know it?

Re: Where to get VNCserver for z/Linux

2004-02-27 Thread Rob van der Heij
On Fri, 2004-02-27 at 15:01, James Melin wrote: I have actually a need to put this on one of my SuSE images an it's not installed, nor can I seem to locate the RPM on the other LPAR. I'm not sure what version to get, or even where to get said version when I know it? The vnc-3.3.3r2 package is

Re: RPM question

2004-02-27 Thread Cameron, Thomas
Which is why I said Assuming you know your software is going into /usr. Otherwise, you can use: find / instead of: find /usr My post was meant to be a starting point for research, not a perfect solution. -- Thomas Cameron, RHCE, CNE, MCSE, MCT Assistant Vice President Linux Design and

Re: CMS REXX Wait

2004-02-27 Thread Adam Thornton
On Fri, 2004-02-27 at 02:02, Monteleone wrote: Hello, I would like to wait for a specified time in a rexx cms script, should I have to write a program to do that, or is there a standard CP ou CMS function to do that ? WAKEUP has been standard since VM/ESA 2.4, I think. HELP COMMANDS WAKEUP

Re: Where to get VNCserver for z/Linux

2004-02-27 Thread Coffin Michael C
Hi James, Did you try googling 'vnc'? http://www.realvnc.com/download.html Michael Coffin, VM Systems Programmer Internal Revenue Service - Room 6527 Constitution Avenue, N.W. Washington, D.C. 20224 Voice: (202) 927-4188 FAX: (202) 622-6726 [EMAIL PROTECTED] -Original

Re: z/VM access to EMC (was: Accessing DASD on a Shark from Linux under z/VM)

2004-02-27 Thread Fargusson.Alan
About the bus limit: This is one point that non-mainframe folks really don't understand. I have found that not one person I talk to about mainframes understands that the mainframe can transfer data on multiple buses simultaneously. On the other hand I wonder if mainframes understand that most

Re: RPM question

2004-02-27 Thread David Boyes
I also use find and grep a lot for this kind of thing. Assuming you know your software is going into /usr, you could do something like this: find /usr before ./configure ; make ; make install find /usr after for i in `cat before`; do grep -v $i after zzz mv zzz after done The

Re: CMS REXX Wait

2004-02-27 Thread John Ford
On 2/27/2004 9:48 AM Adam Thornton wrote: On Fri, 2004-02-27 at 02:02, Monteleone wrote: Hello, I would like to wait for a specified time in a rexx cms script, should I have to write a program to do that, or is there a standard CP ou CMS function to do that ? WAKEUP has been standard since

Re: CMS REXX Wait

2004-02-27 Thread Adam Thornton
On Fri, 2004-02-27 at 10:44, John Ford wrote: WAKEUP, little SuSe, WAKEUP! Dude, *you're* in trouble deep.

Re: RE : CMS REXX Wait

2004-02-27 Thread Tom Duerbusch
CP SLEEP will put the entire Linux machine in sleep mode. Not a good idea. Since you are using Linux, you must be using Regina as the rexx supervisor. If you look in the rexx manual that comes with Regina, the SLEEP function is implimented in the form of: rc = sleep(60) That will just put the

Re: RPM question

2004-02-27 Thread Hall, Ken (IDS ECCS)
You can also easily customize tripwire to ignore files you KNOW are going to change. Simplifies the process of weeding through the list. Also catches those cases where make install fiddles with config files. -Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] Behalf

Shared DASD for guests?

2004-02-27 Thread Cameron, Thomas
Hi all - Let me begin by saying I am still very new to z/VM. I am a Linux guy, not a mainframe fellow, so bear with me if I ask silly questions. We are considering using one chunk of DASD space to install RHEL 3 and then having multiple guests access /usr, /bin, /sbin and so on read-only.

Re: Shared DASD for guests?

2004-02-27 Thread Richard Troth
It's true. Linux caches directory info and disk blocks. -- R;

Re: Redhat Version 3

2004-02-27 Thread Cameron, Thomas
-Original Message- From: Crispin Hugo [mailto:[EMAIL PROTECTED] Sent: Friday, February 27, 2004 1:11 PM To: [EMAIL PROTECTED] Subject: Redhat Version 3 I have successfully downloaded Redhat V 3 to my PC. Now I need to know how to install it. It appers to be 4 discs .iso What

Re: REXEC

2004-02-27 Thread Crispin Hugo
Cheers Michael, just the ticket. -Original Message- From: Michael Short [mailto:[EMAIL PROTECTED] Sent: 27 February 2004 20:16 To: [EMAIL PROTECTED] Subject: Re: REXEC You could have IUCVTRAP running or you could run the command in a PIPE: i.e. pipe command REXEC . . . . | stem

Re: Redhat Version 3

2004-02-27 Thread Doug Griswold
Burn them to a CD. If your PC is a linux machine you can use cdrecord -v dev=0,0,0 speed=writespeed of burner filename. If you are using windows use Nero etc. Doug Griswold Unix/Linux Support SC Office of the CIO (803)896-0153 [EMAIL PROTECTED] 02/27/04 2:10 PM I have successfully downloaded