Re: MSGTRAP/Trapping MSGs

2007-03-30 Thread Shimon Lebowitz
I tested this years ago when we encountered problems with messages that seemed to get lost But is it documented? Things from 'years ago' sometimes change with no announcement when they are undocumented internals. I am not arguing with you, I myself have no vague idea, just wondering if

Re: MSGTRAP/Trapping MSGs

2007-03-30 Thread Kris Buelens
Yes, it still is: User A: start REXXTRY (or simething similar), issue 'WAKEUP (IUCVMSG' User B: from another user, send a message to the first one; User A: WAKEUP will end with RC5 and you sit in VM READ User B: From the other user, send 270 numbered messages User A: no messages displayed, WAKEUP

Re: MSGTRAP/Trapping MSGs

2007-03-30 Thread Kris Buelens
In the past, Ross Fried's QIUCV EXEC displayed the number of queued message correctly, now in z/VM 5.2, it displays 0. This QIUCV EXEC needs some additional fixes. QIUCV still displayes the number of queued lines when running QIUCV SYSTEM instead of QIUCV userA -- Kris Buelens, IBM

Devices Offline

2007-03-30 Thread Mark Pace
I'm trying to figure out the correct syntax for having multiple device ranges offline at IPL. Devices , Online_at_IPL -, Offline_at_IPL B000-B05F, Offline_at_IPL B200-B25F, Sensed - Or Devices , Online_at_IPL -, Offline_at_IPL B000-B05F,

Re: MSGTRAP/Trapping MSGs

2007-03-30 Thread Colleen Brown
When you are talking about IUCV messages the WAKEUP IUCV interrupt handler is loaded and running if you have invoked WAKEUP with this option. The messages will be queued until you ask for them with the next WAKEUP IUCVMSG invocation. If you are talking about VMCF messages they are queued by

Re: Devices Offline

2007-03-30 Thread Kris Buelens
You can check by feeding the SYSTEM CONFIG file to CPSYNTAX (lives on MAINT 193. This is something one should do after each change to SYSTEM CONDIG. But, I can already say that the second proposal will fail. The trailing comma in the first example signals that the satement continues on the

Re: Devices Offline

2007-03-30 Thread Mark Pace
On 3/30/07, Kris Buelens [EMAIL PROTECTED] wrote: You can check by feeding the SYSTEM CONFIG file to CPSYNTAX (lives on MAINT 193. This is something one should do after each change to SYSTEM CONDIG. -- Kris Buelens, IBM Belgium, VM customer support Thanks, Kris. I can never seem to remember

Re: Devices Offline

2007-03-30 Thread Rick Barlow
You only need a comma at the end of a line to indicate continuation. So the correct syntax would be most like you second suggestion. Devices , Online_at_IPL -, Offline_at_IPL B000-B05F B200-B25F, d000-d001, e000-e001, Sensed

Re: Devices Offline

2007-03-30 Thread Brian France
I'm curious. We have Sensed as the very first in line. Then we do our onlines and offlines. I'm ass/u/me/ing that if the below passed the cpsyntax that it would work, but I've always figured you needed to sense them before you can off or on them. Is this true? If not, why? THANX At

Re: Devices Offline

2007-03-30 Thread Rick Barlow
Any order will work. The last statement wins. So if you have Offline, Online, Sensed, Offline, the last offline takes precedence. Rick Barlow Systems Engineering Consultant Nationwide Services Co., Technology Solutions Mainframe, z/VM and System z Linux

Re: DTCPRS058I Line 431: GATEWAY format deprecated, consult documentation

2007-03-30 Thread Kim Goldenberg
Jim Bohnsack wrote: Error messages aren't always clear but this one in TCPIP 5.2 regarding the GATEWAY statement takes the prize, I think. Chuckie must have worked vary hard to come up with this one. Jim Bohnsack The term is pretty common in the Internet RFCs and *nix docs; see:

remembering CPSYNTAX

2007-03-30 Thread Shimon Lebowitz
I can never seem to remember the CPSYNTAX command. Try adding about a dozen comment lines to the beginning of your config file, stating loudly (in CAPS!) something like: REMEMBER TO RUN CPSYNTAX FROM MAINT 193! I did that and it worked for me. :-) Alternatively, if you have a fancy

Re: remembering CPSYNTAX

2007-03-30 Thread Mark Pace
On 3/30/07, Shimon Lebowitz [EMAIL PROTECTED] wrote: Alternatively, if you have a fancy XEDIT profile, you could set it up to run CPSYNTAX *every* time you save/file the config file. I just did that. I have an exec that does all the cprel/link/access/rel/cpacc commands, so I just added it

Re: DTCPRS058I Line 431: GATEWAY format deprecated, consult documentation

2007-03-30 Thread Jim Bohnsack
I wasn't thinking in terms of an RFC and I would hate to see IBM mainframe messages deprecated to the level of *nix. Jim Bohnsack Kim Goldenberg wrote: Jim Bohnsack wrote: Error messages aren't always clear but this one in TCPIP 5.2 regarding the GATEWAY statement takes the prize, I think.

SSL for TCPNJE on VM

2007-03-30 Thread Davis, Larry
Has anyone setup a TCPNJE connection from RSCS on VM to JES on a z/OS system utilizing SSL as the encryption method. I would be interested in any documentation pointing to the method and how to set it up. TIA Larry Davis

Re: remembering CPSYNTAX

2007-03-30 Thread Mrohs, Ray
For what it's worth... MODCF1 EXEC /* Get, FILEL, and put back system CF1 disk */ 'CPREL A' 'CP LINK * CF1 CF1 W' 'ACC CF1 W' 'ACC 193 Z' 'FILEL * * W' say 'Checking the SYSTEM CONFIG file for errors.' 'CPSYNTAX SYSTEM CONFIG W' 'REL W (DET' 'REL Z' 'CPACC MAINT CF1 A SR' Exit You can create

Re: SSL for TCPNJE on VM

2007-03-30 Thread David Boyes
AFAIK, RSCS has not yet implemented the SSL protected TCPNJE - there are protocol changes to enable the encrypted session setup. You could use a Linux guest on the VM side to run ssh to redirect a local port on the linux guest to the ssh daemon on MVS/OE and have the two sides communicate

Re: Devices Offline

2007-03-30 Thread Schuh, Richard
Regards, Richard Schuh From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On Behalf Of Mark Pace Sent: Friday, March 30, 2007 5:54 AM To: IBMVM@LISTSERV.UARK.EDU Subject: Devices Offline I'm trying to figure out the correct syntax for

Re: Devices Offline

2007-03-30 Thread Schuh, Richard
Remove the comma following B05F in the second example. Alternatively, remove the second Offline_at_IPL but leave the device range from the first. Regards, Richard Schuh From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On Behalf Of Mark Pace

Re: SSL for TCPNJE on VM

2007-03-30 Thread Alan Altmark
On Friday, 03/30/2007 at 11:43 AST, David Boyes [EMAIL PROTECTED] wrote: AFAIK, RSCS has not yet implemented the SSL protected TCPNJE ? there are protocol changes to enable the encrypted session setup. If anyone has requirements to provide SSL protection to TCPNJE in RSCS, please send me

Stand alone versions of ICKDSF and DDR

2007-03-30 Thread Hughes, Jim - OIT
We are looking into updating our procedures should a failure requiring barefoot executions of ICFDSF and DDR occur. Do you recommend having a single IPL tape with both versions on it? Do you recommend an IPL tape for each product? Do you recommend running them from an area within the ZVM PARM

Re: SSL for TCPNJE on VM

2007-03-30 Thread Les Geer (607-429-3580)
RSCS TCPNJE does not support SSL Best Regards, Les Geer IBM z/VM and Linux Development AFAIK, RSCS has not yet implemented the SSL protected TCPNJE - there are protocol changes to enable the encrypted session setup.=20 You could use a Linux guest on the VM side to run ssh to redirect a local

Re: MSGTRAP/Trapping MSGs

2007-03-30 Thread Alan Altmark
On Friday, 03/30/2007 at 01:14 ZE3, Kris Buelens [EMAIL PROTECTED] wrote: In the past, Ross Fried's QIUCV EXEC displayed the number of queued message correctly, now in z/VM 5.2, it displays 0. This QIUCV EXEC needs some additional fixes. QIUCV still displayes the number of queued

Re: MSGTRAP/Trapping MSGs

2007-03-30 Thread Huegel, Thomas
Chuckie is such a tease ... stay tuned details at 11:00 -Original Message- From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] Behalf Of Alan Altmark Sent: Friday, March 30, 2007 11:57 AM To: IBMVM@LISTSERV.UARK.EDU Subject: Re: MSGTRAP/Trapping MSGs On Friday, 03/30/2007 at

Re: SSL for TCPNJE on VM

2007-03-30 Thread Davis, Larry
Thanks, We were looking at the possibility and/or requirement if we ever move outside our intranet on to the internet. Not going to happen anytime soon, but noticed z/OS 1.7 JES can be setup to use SSL and wanted to know the answer before I was asked the question. Thanks everyone. Larry

Re: Stand alone versions of ICKDSF and DDR

2007-03-30 Thread Thomas Kern
My away kit has two copies of an IPLable tape, first file is ICKDSF, seco nd file is DDR, third file is a DDR backup of a small one pack z/VM system. I also have both of these utilities on the PARM disks of all of my z/VM systems. Belt, suspenders, superglue if I can... /Tom Kern /301-903-2211

Re: Stand alone versions of ICKDSF and DDR

2007-03-30 Thread Jim Bohnsack
I would recommend having both programs on a tape. I have not tried putting something like that on parm disk(s). I would also recommend having more than one S/A tape, just in case. Jim Bohnsack Hughes, Jim - OIT wrote: We are looking into updating our procedures should a failure requiring

RSCS TCPNJE

2007-03-30 Thread Schuh, Richard
We are currently in the throes of deploying between VM and z/OS. I have just had to order PTF UV60982 via phone because I could not get through on any of the links for requesting electronic delivery. While I am at it, are there any other PTFs needed in order to make the link work? FWIW, when

RSCS TCPNJE

2007-03-30 Thread Les Geer (607-429-3580)
We are currently in the throes of deploying between VM and z/OS. I have just had to order PTF UV60982 via phone because I could not get through on any of the links for requesting electronic delivery. While I am at it, are there any other PTFs needed in order to make the link work? FWIW, when

Re: Stand alone versions of ICKDSF and DDR

2007-03-30 Thread Stephen Frazier
I like your thinking. I do the same except I also have tapes with just ICKDSF on them. During an emergency you never want to go looking for a copy of ICKDSF. Or try to remember where you put it. So, put it everywhere. :) [EMAIL PROTECTED] wrote: My away kit has two copies of an IPLable tape,

RSCS Service Level

2007-03-30 Thread Stracka, James (GTI)
What is the current RSCS Service Level? When I search IBMLINK 568409601 r320 0202 seems to be the last one. After that it is 568409601 r320 1000. Jim If you are not an intended recipient of this e-mail, please notify the sender, delete

Re: RSCS TCPNJE

2007-03-30 Thread Schuh, Richard
True. It fixes a bad response to the correct return code from JES. The z/OS PTFs will be applied when available. In the meantime, we have switched back to SNANJE until both systems have the fixes installed. Regards, Richard Schuh -Original Message- From: The IBM z/VM Operating System

Re: Stand alone versions of ICKDSF and DDR

2007-03-30 Thread Hughes, Jim - OIT
Are you able to IPL these utilities from the PARM disk? Jim Hughes 603-271-5586 There's no sense in being precise when you don't even know what you're talking about. John von Neumann =-Original Message- =From: The IBM z/VM Operating System [mailto:[EMAIL

Re: RSCS Service Level

2007-03-30 Thread Schuh, Richard
You really know how to take action. Regards, Richard Schuh -Original Message- From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On Behalf Of Stracka, James (GTI) Sent: Friday, March 30, 2007 11:30 AM To: IBMVM@LISTSERV.UARK.EDU Subject: RSCS Service Level What is the

Re: Stand alone versions of ICKDSF and DDR

2007-03-30 Thread Stracka, James (GTI)
Yes. Instead of PF10 do PF9 select the MODULE with PF11 then PF10 -Original Message- From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On Behalf Of Hughes, Jim - OIT Sent: Friday, March 30, 2007 2:37 PM To: IBMVM@LISTSERV.UARK.EDU Subject: Re: Stand alone versions of ICKDSF

Re: RSCS Service Level

2007-03-30 Thread Stracka, James (GTI)
smsg rscs q sys level Ready; T=0.01/0.01 14:50:03 RSCS Networking Version 3, Release 2.0-0201 -Original Message- From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On Behalf Of Schuh, Richard Sent: Friday, March 30, 2007 2:38 PM To: IBMVM@LISTSERV.UARK.EDU Subject: Re: RSCS

Re: Stand alone versions of ICKDSF and DDR

2007-03-30 Thread Imler, Steven J
For those of you who run CA's HiDRO, it too can be IPL'd from the PARM disk to restore HiDRO backups and/or duplicate DASD volumes without a running operating system. Of course like DDR and ICKDSF, it can also be IPL'd from tape either Stand Alone or in a virtual machine. JR JR (Steven) Imler

Re: Stand alone versions of ICKDSF and DDR

2007-03-30 Thread Thomas Kern
First thing you have to do is IPL your sysres volume with a LOADPARM of a console address. This brings up the StandAlone IPL program which allows a selection of modules, a specification of configuration files, system cons ole address etc. Then it is PF9, highlight the module you wish to IPL and

Re: Exec errors

2007-03-30 Thread Brian Nielsen
If the data being converted by X2D and D2X is the proper input format the n you need to increase the NUMERIC DIGITS value. I had to do exactly this in a recent macro working with 4-byte hexidecimal numbers. If the data isn't the proper format, then that needs to be fixed first. Brian Nielsen

Re: Exec errors

2007-03-30 Thread Thomas Kern
Insert a TRACE I just before these statements in CHECKPRT EXEC and a TRAC E OFF just after. Then execute again to see the values of PGDSP, AV, etc. T hey might not be D2X-able. /Tom Kern /301-903-2211 On Fri, 30 Mar 2007 11:31:36 -0700, Alyce Austin [EMAIL PROTECTED] IL wrote: Hello, I'm

Re: Exec errors

2007-03-30 Thread Imler, Steven J
Alyce, The HOST storage display under z/VM 5.n have an HL prefix: snip d h2.20 HL0002 04 R0002 snip In previous releases, the prefix was only H ... I'm sure the L is what's causing your EXEC to fail in this case. JR JR (Steven) Imler CA

Re: RSCS Service Level

2007-03-30 Thread Schuh, Richard
I get the same response. Regards, Richard Schuh -Original Message- From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On Behalf Of Stracka, James (GTI) Sent: Friday, March 30, 2007 11:51 AM To: IBMVM@LISTSERV.UARK.EDU Subject: Re: RSCS Service Level smsg rscs q sys level

RSCS Service Level

2007-03-30 Thread Les Geer (607-429-3580)
What is the current RSCS Service Level? When I search IBMLINK 568409601 r320 0202 seems to be the last one. After that it is 568409601 r320 1000. The most current available RSU is 0201 Best Regards, Les Geer IBM z/VM and Linux Development

Re: Stand alone versions of ICKDSF and DDR

2007-03-30 Thread David Boyes
We are looking into updating our procedures should a failure requiring barefoot executions of ICFDSF and DDR occur. Do you recommend having a single IPL tape with both versions on it? Do you recommend an IPL tape for each product? Either will work, but I make separate tapes and put them in

OSA-2 FDDI Problem

2007-03-30 Thread Hakan Altay
Hi ; I have a 9672-RA4 system. My VM/ESA is v2.r3. I installed #5202 FDDI OSA- 2 card on my system but it didn't work. When i use Get Query command, i see that There are no OSA modes on CHPID B4 . I would like to know what the name of the image file for FDDI OSA-2 card ? For example there

Large Number of Routing Entries for MPROUTE

2007-03-30 Thread Bill Bitner
I'm looking for a little help with a situation I'm working. If are using the VM MPROUTE and have more than 1000 routes in your routing table, could you please contact me offline with the number of routes and what level of z/VM you are running. You can determine the number of routes with: pipe cms

Re: Exec errors

2007-03-30 Thread Schuh, Richard
It may be that there are commands that can be used that do not require displaying host storage. What are you trying to accomplish? If you are looking for total and remaining space available, for instance, the response to QUERY ALLOC may be all that is needed. q alloc spool

Exec errors

2007-03-30 Thread Alyce Austin
Hello, I'm trying to run some execs to check spool, rdr and print files on my test z/VM 5.2 system and this is what I get: SPOOL CONS * START CHECKPRT 11 +++ SPAV = X2D(SUBSTR(DIAG(8,'DISPLAY H'D2X(PGDSP+AV)),12,8)) DMSREX475E ERROR 40 RUNNING CHECKPRT EXEC, LINE 11:

[Fwd: The Complete April Fools' Day RFCs]

2007-03-30 Thread Gabe Goldberg
The Complete April Fools' Day RFCs $19.95 1-57398-042-0 Author's site: http://www.rfc-humor.com/ Peer site: http://www.peerllc.com/content/view/24/53/ Amazon: http://www.amazon.com/exec/obidos/ASIN/1573980420

Re: Exec errors

2007-03-30 Thread Austin, Alyce (CIV)
When I enter, my CHECKRDR command on z/VM 4.4, this is what I see: READER FILEST1 F 80 Trunc=80 Size=4099 Line=39 Col=1 Alt=1 PF13= PURGE the highlighted reader file. PF21= SORT by LARGEST file. (OPEN files can't be purged) PF22= SORT by DATE.

Re: Stand alone versions of ICKDSF and DDR

2007-03-30 Thread Stephen Frazier
I have found having ICKDSF on the PARM disk to be very helpful when I suddenly found myself without a PAGE disk. I did an IPL from the VM res pack selected the ICKDSF module from the PARM disk, formated a PAGE disk, did a second IPL from the VM res pack this time selecting the CP module and VM

Re: remembering CPSYNTAX

2007-03-30 Thread phillip
what is the purpose of the FILEL * * W line in this exec? is it just a visual check to see that you have gotten the disk accessed? Ray wrote: |MODCF1 EXEC | |/* Get, FILEL, and put back system CF1 disk */ |'CPREL A' |'CP LINK * CF1 CF1 W' |'ACC CF1 W' |'ACC 193 Z' |'FILEL * * W' |say 'Checking

Re: remembering CPSYNTAX

2007-03-30 Thread Rob van der Heij
On 3/31/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: what is the purpose of the FILEL * * W line in this exec? is it just a visual check to see that you have gotten the disk accessed? I fear that's where he invokes the editor to modify the system configuration file. I am pretty sure I

Re: RSCS Service Level

2007-03-30 Thread Mike Walter
Jim, How are you searching? Could you be looking at a specific APAR or PTF and confusing the (1000) after the PTF with an SLU? That (1000) indicates a PTF that is available, but not on an RSU. Mike Walter - Original Message - From: Stracka, James (GTI) [EMAIL PROTECTED] Sent: