Re: zVM 5.3 TCPIP memory problem

2007-09-18 Thread Edward M. Martin
Hello Tom, We have CA-WEBGATEWAY being used by a product called UltraQuest from Select Systems. UltraQuest and Nomad (4gl) use the CA-WEBGATEWAY as the transfer mechanism to get ad-hoc reports from our VSE/ESA VSAM file. I started at 32 Meg, had some storage problems that went

Re: Multiple Certificates on One VM System

2007-09-18 Thread Alan Altmark
On Monday, 09/17/2007 at 06:29 EDT, Alan Ackerman [EMAIL PROTECTED] wrote: There doesn't appear to be anything in SSLADMIN to import or export key pairs, though. You're right, the SSL server does not have a way to export certificates (with the private key) and has no way to import them.

Re: zVM 5.3 TCPIP memory problem

2007-09-18 Thread Mark Bodenstein
Thanks Alan and Michael for your explanations, and thanks Rick for looking on the bright side. :-) Mark Bodenstein ([EMAIL PROTECTED]) Cornell University

ACCESS empty RR disk fails

2007-09-18 Thread Ian S. Worthington
I've come across this a few times but never understood *why* accessing an empty disk I've linked RR should fail (rc=28, iirc). Any good reason for that? And any way to *prevent* it from failing? (I'm not after the files I'm after the disk stats I can only get when the disk is accessed.) ian

Re: ACCESS empty RR disk fails

2007-09-18 Thread Rich Greenberg
On: Tue, Sep 18, 2007 at 05:20:14PM +0100,Ian S. Worthington Wrote: } I've come across this a few times but never understood *why* accessing an } empty disk I've linked RR should fail (rc=28, iirc). Any good reason for } that? Since there are no files to access, and no possibility to add files,

Re: ACCESS empty RR disk fails

2007-09-18 Thread Bruce Hayden
One other trick or tactic is to put a file (very frequently called DUMMY FILE, or if you're more clever, Dummy File) that is 1 block with a single line of anything in it. Using the mixed case file name makes it a little harder to erase and it allows a successful read only access. On 9/18/07,

Re: ACCESS empty RR disk fails

2007-09-18 Thread David Kreuter
Ian: You can roll your own/fend for yourself. Start by using DDR. Say your mdisk is at vaddr 1B0. DDR INPUT 1B0 DASD TYPE 0 0 3 cyl 0 head 0 record 3 has the label information. You can decode the info there and get the numbers you need. Or if its a small sized disk, and you have sufficient

Re: ACCESS empty RR disk fails

2007-09-18 Thread Stracka, James (GTI)
The disk can have files but if they are all MODE 0, you do not get to ACCESS it either. -Original Message- From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On Behalf Of David Kreuter Sent: Tuesday, September 18, 2007 3:50 PM To: IBMVM@LISTSERV.UARK.EDU Subject: Re: ACCESS

Re: ACCESS empty RR disk fails

2007-09-18 Thread Mike Walter
Ian, If you could explain more about what you're really trying to do, then perhaps we can help with some alternate solutions. It it's just that you get an rc=28 (the File not found return code; justifiable for a R/O disk with no files or only filemode 0 files unless the MODE0 options is

Re: ACCESS empty RR disk fails

2007-09-18 Thread David Kreuter
DDRing from r/o source disk to r/w tdisk will show all stats and all files From: The IBM z/VM Operating System on behalf of Stracka, James (GTI) Sent: Tue 9/18/2007 3:56 PM To: IBMVM@LISTSERV.UARK.EDU Subject: Re: [IBMVM] ACCESS empty RR disk fails The disk

Re: ACCESS empty RR disk fails

2007-09-18 Thread Kris Buelens
My QDSK EXEC contains logic to get quite some information from the CMS header records when a disk cannot be accessed as it is empty or has only FM0 files (the information you can get includes things like when was the disk formatted, last accessed in R/W). It uses RxDASD or DDR PRINT to read