Re: Receive requested certificate - Status 0x03353024 - Issuer certificate not found.

2010-07-20 Thread Riedel, Alexander
I think you have to install /import first the root-certificates of your own pki. Then the import should work. Alexander From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On Behalf Of Hans Rempel Sent: Wednesday, July 21, 2010 4:46 AM To: IBMVM

Re: HCD

2010-07-20 Thread Riedel, Alexander
Hi Richard, you also have the possibility to ftp a file direct into the Reader of a VM Guest. There is a parameter RDR in the ftp-server configfile SRVFTP.CONFIG. You can check with the commands q hcd if you can change dynamic a iocp / iodf q hcd 06:32:05 HCD is currently active: IODF = IODFBD

Re: ICKDSF format of new DASD

2010-07-20 Thread Les Koehler
(Sigh) Duck if you've heard this before. Put ADDRESS COMMAND at the beginning of your exec Quote and UPPER CASE all commands to the underlying system Don't abbreviate any commands Don't waste your time putting semi-colons on the end of the line (ESigh) Les Martin, Terry R. (CMS/CTR) (CTR) wrot

Re: ICKDSF format of new DASD

2010-07-20 Thread Martin, Terry R. (CMS/CTR) (CTR)
Dennis, I say INIT but I am really referring to the 'FORMAT' parameter of CPFMTXA. Below is an example of an EXEC to format cylinder zero with the z/VM Label. The INPUT file 'INPLVD1' has the RDEV and LABEL. Of course you can do the same by executing CPFMTXA interactively and specifying to

Receive requested certificate - Status 0x03353024 - Issuer certificate not found.

2010-07-20 Thread Hans Rempel
This is my first time to receive a certificate using CMS SSL support. I think I followed all the steps correctly but I'm receiving the above message when using option 5. Receive requested certificate. I created a certificate request, downloaded it and gave it to my network guy to get a certificate.

Re: ICKDSF format of new DASD

2010-07-20 Thread Doug Shupe
Marcy, Terry has the best answer. Just get cyl zero formatted from z/VM and allocate the entire volume as PERM. In reality, I still have bad habits and format the whole volume. Regards, Doug - Original Message - From: "Martin, Terry R. (CMS/CTR) (CTR)" To: Sent: Tuesday, July 20, 201

Re: HCD

2010-07-20 Thread Jerry Whitteridge
z/OS is capable of writing the IOCDS to the hardware remotely, however the problem is trying to do a dynamic activate of the new iocds (She called me to discuss this earlier). I have no boxen that do not have an z/OS LPAR on them so the dynamic activation is initiated from z/OS and z/VM dynamic

Re: HCD

2010-07-20 Thread O'Brien, Dennis L
When we had VM-only machines, the z/OS people had a way of doing HCD updates through the HMC. They didn't send any files to VM. I don't know the details on how that's done. Dennis "If I could not go to heaven but with a [political] party, I would not go there at all." -- Thomas Jeffe

Re: HCD

2010-07-20 Thread Alan Altmark
On Tuesday, 07/20/2010 at 04:51 EDT, "Schuh, Richard" wrote: > > I have a colleague whose background is MVS and hardware. She is having trouble > trying to do the following: > > Have all IOCP decks controlled from MVS > > o MVS will create the production IODF > o MVS will write the iocds f

HCD

2010-07-20 Thread Schuh, Richard
I have a colleague whose background is MVS and hardware. She is having trouble trying to do the following: * Have all IOCP decks controlled from MVS * MVS will create the production IODF * MVS will write the iocds file into the proper SE slot on the MVS machines * On the

Re: ICKDSF format of new DASD

2010-07-20 Thread Marcy Cortes
Not that long unless its 57 Terabytes. I think it's the safe thing to do too, but z/OS is doing them this time (don't ask) and they are questioning the necessity. Would be good to have a definitive answer from IBM! (IBM disk). Marcy -Original Message- From: The IBM z/VM Operating Sy

Re: ICKDSF format of new DASD

2010-07-20 Thread O'Brien, Dennis L
Marcy, I use ICKDSF to format all new DASD that is assigned to a VM LPAR, whether it's a new purchase or transfer from z/OS. It might not be necessary, but it doesn't hurt. I run eight format jobs in parallel using VM:Batch, so it doesn't take very long.  

Re: ICKDSF format of new DASD

2010-07-20 Thread Dean, David (I/S)
How do you init, with CPFMTXA? Thanks, cause I still waste all that time. -Original Message- From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On Behalf Of Martin, Terry R. (CMS/CTR) (CTR) Sent: Tuesday, July 20, 2010 3:48 PM To: IBMVM@LISTSERV.UARK.EDU Subject: Re: IC

Re: ICKDSF format of new DASD

2010-07-20 Thread Martin, Terry R. (CMS/CTR) (CTR)
Hi Marcy, I use to format the whole volume under CPFMTXA or ICKDSF on z/OS and then turn around only to have Linux format them again a real waste of time. So now I just init cylinder zero with a z/VM Label for doc purposes and it works fine. Thank You, Terry Martin Lockheed Martin - Citic z/OS

Re: ICKDSF format of new DASD

2010-07-20 Thread Mike Walter
When we *had* zLinux POC guests, we formatted them under CMS using the LXFMT utility, see: http://www.sinenomine.net/products/vm/lxfmt Once formatted with LXFMT, the disk was accessible from Linux without dasdfmt. But your particular filesystem needs may require something more extravagant.

Re: ICKDSF format of new DASD

2010-07-20 Thread Martin Magat
Hi Marcy   Based on our experience, we have no problem formatting just the first five cyl (0-5) before we attached them as linux dasd device mdisks. In turn, they will format them using their own linux utilities.   rgrds --- On Tue, 7/20/10, Marcy Cortes wrote: From: Marcy Cortes Subject: IC

ICKDSF format of new DASD

2010-07-20 Thread Marcy Cortes
What is the current recommendation for new DASD purchases and ICKDSF CPVOL FORMAT for disk to be used for Linux. We've been formatting the whole thing. Once upon a time there was a DASD driver bug that this helped avoid, but I'm sure that has been fixed before. Marcy

Re: assembler error

2010-07-20 Thread Rob van der Heij
On Tue, Jul 20, 2010 at 2:54 PM, Tony Thigpen wrote: > I normally have 32m of virtual storage and the program assembled > correctly earlier today. I tried upping it to 128M, but I get the same > error. > > Other info: >   (PTF UQ29646)   Page    1 > HLASM R3.0  2010/07/20 08.50 It's not really t

Re: assembler error - Corrected.

2010-07-20 Thread Tony Thigpen
Never mind. Did something stupid. I added a macro with the following first line: &NAMEMACRO TRACE_SEGMENT &TAG,&FIELD,&LENGTH Changed it to the correct format fixed the problem: MACRO &NAMETRACE_SEGMENT &TAG,&FIELD,&LENGTH Tony Thigpen -Original Message - From: Tony T

Re: assembler error

2010-07-20 Thread Imler, Steven J
Increase your virtual machine storage ... try 128M. JR (Steven) Imler CA Sr Sustaining Engineer Tel:  +1-703-708-3479 steven.im...@ca.com -Original Message- From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On Behalf Of Tony Thigpen Sent: Tuesday, July 20, 2010 08:54

assembler error

2010-07-20 Thread Tony Thigpen
I am assembling a program in CMS and am getting the following error after adding some new code: ** ASMA972U Virtual storage exhausted; increase the SIZE option >From the listing, SIZE is set to SIZE(MAX). The exec that executes the assemble is generating the following CMS command: ASMAHL BA53I2

Re: New standard for networking help

2010-07-20 Thread Kris Buelens
No, my result is perfect, no lines lost, no errors (on a z/VM 5.2 and 5.4, both with built-in and plastic plumbing). Note the error you introduced by inserting a blank in in front of the , This causes both the warning message and the leaking of users. My example had: |split 1 after /,/ I admit I