Re: DMSFLD704I when using CBDSIOCP

2010-08-17 Thread Kris Buelens
This message means a FILEDEF ddname CLEAR was issued where ddname was not FILEDEFfed before. Normally don't worry about it. At the other hand, the fact that this message appears on the console, often means that the executed REXX EXEC is running with the default ADDRESS CMS. No good design for

Re: RSCS Messages

2010-08-17 Thread David Boyes
There is/was a school of thought that says it shouldn't be TOO easy for someone to get more privileges; that there should be a ceremony of some sort that TPTB would notice. Commonly known as the bonfire of the vanities. Please let it be Friday, somewhere... --d b

CSE and redundant connections

2010-08-17 Thread RPN01
I¹m going to dig into the manuals in a moment, but can anyone quickly tell me if the CTCA connections used by the various parts of CSE can have redundant sets of connections? (I¹m about to lose the set I¹m using to a POR, and I need to know if I should switch to a second set, or do a better job of

Re: CSE and redundant connections

2010-08-17 Thread Robert J Brenneman
I believe ISFC really only uses one path at a time when redundant links are defined. So yes - you should be able to define more links and stop the links which you are about to lose. -- Jay Brenneman

Re: CSE and redundant connections

2010-08-17 Thread RPN01
Thanks. I've got that one set up now, and will add it to our Autolog1 shortly. In RSCS, I noticed the ROUTE control. Would it be valid to say that I could set up a ROUTE for the two system names, pointing to two separate LINKDEFINE connections defining two CTCA paths? I haven't been able to find

Re: CSE and redundant connections

2010-08-17 Thread Mark Wheeler
Robert, In RSCS, define two links (one for each CTC path) and pull them together into a routing group. Mark Wheeler UnitedHealth Group -- Excellence. Always. If Not Excellence, What? If Not Excellence Now, When? Tom Peters, author of The Little BIG Things Date: Tue, 17 Aug 2010

Re: CSE and redundant connections

2010-08-17 Thread Alan Altmark
On Tuesday, 08/17/2010 at 09:52 EDT, RPN01 nix.rob...@mayo.edu wrote: I?m going to dig into the manuals in a moment, but can anyone quickly tell me if the CTCA connections used by the various parts of CSE can have redundant sets of connections? (I?m about to lose the set I?m using to a POR,

Re: RSCS Messages

2010-08-17 Thread Schuh, Richard
Not Friday yet, just the second Monday of the week :-( Regards, Richard Schuh -Original Message- From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On Behalf Of David Boyes Sent: Tuesday, August 17, 2010 6:24 AM To: IBMVM@LISTSERV.UARK.EDU Subject: Re: RSCS

Re: DMSFLD704I when using CBDSIOCP

2010-08-17 Thread Alan Altmark
On Tuesday, 08/17/2010 at 02:11 EDT, Kris Buelens kris.buel...@gmail.com wrote: This message means a FILEDEF ddname CLEAR was issued where ddname was not FILEDEFfed before. Normally don't worry about it. At the other hand, the fact that this message appears on the console, often means

CMS file date

2010-08-17 Thread Mark Pace
Can I manipulate the date of a CMS file? I want to test a program that deletes files older than a certain date. In linux I can use *touch* to set the date to whatever I choose. -- Mark D Pace Senior Systems Engineer Mainline Information Systems

Re: CMS file date

2010-08-17 Thread Wakser, David
Here is the TOUCH EXEC I have used in the past. I am certain others also have such an animal. David Wakser /* */ address command parse upper arg fn ft fm StampIt

Re: CMS file date

2010-08-17 Thread Schuh, Richard
Easily. I use this REDATE EXEC. /* This exec alters the date and time of a cms file. Command Format: -- REDATE -- fn -- ft -- fm -- newdate -- newtime -- Where: fn is the filename of the target file. ft is the filetype of the target file. fm is the filemode of

Re: CSE and redundant connections

2010-08-17 Thread RPN01
I want to thank everyone who responded. We now have redundant connections for all three CTCA interfaces between the two systems, and shouldn't have to worry if this ever comes up again Also, Alan: The ISFC links do show as one being up and the other down. Do you know if it will automatically

SAMBA: memory problem

2010-08-17 Thread Alain Benveniste
I took a look in the archive and SAMBA topics seem very old... There is a link on the IBM site with nothing behind... I would like to know if someone realized a complete ins tall of Samba or if it is imply impossible... I am in the step where I have to execute the ./configure bu t I receive an

Defining OSA dynamically

2010-08-17 Thread Frank M. Ramaekers
I'm in the process of redefining a CHPID/PATH. I've managed to delete the DEVICE/CU/PATH. I'm now attempting to define, but have run into: 11 *-* CP DEFINE CHPID !Path PCHID !PCHID CSS 0 TYPE OSD PQ_ON CP DEFINE CHPID 10 PCHID 0110 CSS 0 TYPE OSD PQ_ON HCPCCO026E Operand

Re: EMC, Celerra and FCP

2010-08-17 Thread Joseph . Comitini
Have them check the port settings on the SAN frame. Make sure they're not set to arbitrated loop. -Original Message- From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On Behalf Of Michael Simms Sent: Tuesday, August 10, 2010 12:19 PM To: IBMVM@LISTSERV.UARK.EDU

Re: SAMBA: memory problem

2010-08-17 Thread Mark Post
On 8/17/2010 at 04:04 PM, Alain Benveniste a.benveni...@free.fr wrote: I took a look in the archive and SAMBA topics seem very old... There is a link on the IBM site with nothing behind... I would like to know if someone realized a complete install of Samba or if it is imply

Re: CMS file date

2010-08-17 Thread Fran Hensler
I use DMSPLU which comes with CMS but I don't think it is documented. DMSPLU fn ft fm mm/dd/yy HH:MM:SS /Fran Hensler at Slippery Rock University of Pennsylvania USA for 47 years mailto:f...@zvm.sru.edu http://zvm.sru.edu/~fjh +1.724.738.2153 Yes, Virginia, there is a

Re: SAMBA: memory problem

2010-08-17 Thread Alain Benveniste
I have downloaded the tar from the samba site and i am basically following the install procedure where it is said that if you come from a tar, bypass step 1, execute step 2. That's my case... Am I wrong ? Here is the howto file: Step 1: download Samba4 --- If you

Re: CMS file date

2010-08-17 Thread Mark Pace
Thanks everyone. I was not expecting complete code. The pointer to DMSPLU is all I expected. On Tue, Aug 17, 2010 at 4:20 PM, Fran Hensler f...@zvm.sru.edu wrote: I use DMSPLU which comes with CMS but I don't think it is documented. DMSPLU fn ft fm mm/dd/yy HH:MM:SS /Fran Hensler at

Re: SAMBA: memory problem

2010-08-17 Thread Mark Pace
Mark's question was WHY are you building from source? Why not use the pre-built code that came with your distribution? On Tue, Aug 17, 2010 at 4:30 PM, Alain Benveniste a.benveni...@free.frwrote: I have downloaded the tar from the samba site and i am basically following the install procedure

Re: Defining OSA dynamically

2010-08-17 Thread Kris Buelens
What is PQ_ON ? 2010/8/17 Frank M. Ramaekers framaek...@ailife.com I’m in the process of redefining a CHPID/PATH. I’ve managed to delete the DEVICE/CU/PATH. I’m now attempting to define, but have run into: 11 *-* CP DEFINE CHPID !Path PCHID !PCHID CSS 0 TYPE OSD PQ_ON CP

Re: SAMBA: memory problem

2010-08-17 Thread Alain Benveniste
Sorry... but where is the pre-built code that would come in the distribution ? Does it mean I should use a server in tcpip like NFS ? I am a bit lost... Le 17 août 2010 à 22:34, Mark Pace a écrit : Mark's question was WHY are you building from source? Why not use the pre-built code that

Re: CMS file date

2010-08-17 Thread Les Koehler
In my pre-retirement days, the documentation for DMSPLU was in some exec on the S or T disk. Les Mark Pace wrote: Thanks everyone. I was not expecting complete code. The pointer to DMSPLU is all I expected. On Tue, Aug 17, 2010 at 4:20 PM, Fran Hensler f...@zvm.sru.edu wrote: I use

Re: CMS file date

2010-08-17 Thread Les Koehler
Watch out! The date of a file is the date it was last written, *not* accessed! There's an old, old, story of the MHV IBM manager that wanted to save (then) expensive disk space, so he ordered that all CMS systems with files older than some dd/mm/yy be erased from *all* disks by Operations

Report CPU utilization under Z/VM

2010-08-17 Thread Sergio Lima
Hello List, We wrote a sample EXEC here, with the Help of this list (of course), that gove a CP IND commands from time to time (each 5 minutes), and then write this data on a CMS file. This process run very well, because We can see the CPU utilization from all times of the day (Online ,

Re: CMS file date

2010-08-17 Thread Mark Pace
Understood. Thanks. On Tue, Aug 17, 2010 at 4:57 PM, Les Koehler vmr...@tampabay.rr.com wrote: Watch out! The date of a file is the date it was last written, *not* accessed! There's an old, old, story of the MHV IBM manager that wanted to save (then) expensive disk space, so he ordered that

Re: Report CPU utilization under Z/VM

2010-08-17 Thread Carlos Bodra - Pessoal
Sergio, Hello. Good to listen from you. If your z/vm is 5.4 or 6.1 VM Perf Tool Kit is installed in basic restore (initial ddr) as a feature, but not enable. Its a priced feature, so implies in licensing it from IBM. It´s a very good monitor, a mix of old RTM/ESA and MONITOR. If you run

Re: CSE and redundant connections

2010-08-17 Thread Alan Altmark
On Tuesday, 08/17/2010 at 03:48 EDT, RPN01 nix.rob...@mayo.edu wrote: The ISFC links do show as one being up and the other down. Do you know if it will automatically switch to the back-up connection should the first one fail, or will it take manual intervention? Manual intervention. ISFC

Re: Defining OSA dynamically

2010-08-17 Thread Alan Altmark
On Tuesday, 08/17/2010 at 04:41 EDT, Kris Buelens kris.buel...@gmail.com wrote: What is PQ_ON ? From HELP DEFINE CHPID, it is Priority Queuing enablement (the default). Alan Altmark z/VM Development IBM Endicott

Re: CMS file date

2010-08-17 Thread Rich Greenberg
On: Tue, Aug 17, 2010 at 04:46:24PM -0400,Les Koehler Wrote: In my pre-retirement days, the documentation for DMSPLU was in some exec on the S or T disk. What more do you need besides 1) What Fran posted: DMSPLU fn ft fm mm/dd/yy HH:MM:SS And 2) my PS that the date and time MUST be 8

Re: CMS file date

2010-08-17 Thread Ron Schmiedge
There is also the SETDATE EXEC which comes with your VM system. It is on MAINT 3B2 as SETDATE SAMPEXEC and SETDATE SAMPHELP (the HELPCMS file). Been there for a long time.

Re: CMS file date

2010-08-17 Thread Mike Walter
Dunno if it's in an exec on the S or Y-disks, but it's always been in the DMSPLU source code on MAINT's CMS source disks. Viva la source!! I.e. VMFSETUP ZVM CMS (LINK FILELIST DMSPLU * 4 Mike Walter Hewitt Associates (Sent from the wee keyboard of a Blackberry.) - Original Message

Re: SAMBA: memory problem

2010-08-17 Thread David Boyes
Mark's question was WHY are you building from source? Why not use the pre-built code that came with your distribution? One common reason is that AFAIK neither distribution yet builds the necessary components for autoassigning uid values if you are integrating a Linux system into an AD domain

Re: Report CPU utilization under Z/VM

2010-08-17 Thread David Boyes
We wrote a sample EXEC here, with the Help of this list (of course), that gove a CP IND commands from time to time (each 5 minutes), and then write this data on a CMS file. This process run very well, because We can see the CPU utilization from all times of the day (Online , and Batch at

Re: SAMBA: memory problem

2010-08-17 Thread Mark Post
On 8/17/2010 at 04:42 PM, Alain Benveniste a.benveni...@free.fr wrote: Sorry... but where is the pre-built code that would come in the distribution ? Does it mean I should use a server in tcpip like NFS ? I am a bit lost... Samba is shipped by every Linux distribution that I know of. Just

Re: SAMBA: memory problem

2010-08-17 Thread Alain Benveniste
Ok. I understand now... but I don't have a linux... Can't it be done without having one ? Envoyé de mon iPhone Le 18 août 2010 à 06:35, Mark Post mp...@novell.com a écrit : On 8/17/2010 at 04:42 PM, Alain Benveniste a.benveni...@free.fr wrote: Sorry... but where is the pre-built code that

Re: SAMBA: memory problem

2010-08-17 Thread David Boyes
On 8/18/10 12:57 AM, Alain Benveniste a.benveni...@free.fr wrote: Ok. I understand now... but I don't have a linux... Can't it be done without having one ? There is a very old port of Samba that can run in OpenEdition/VM, and there is an IBM product that might still be available (LANRES/VM)