Re: Dynamic I/O question

2010-06-16 Thread Gregg
On Tue, Jun 15, 2010 at 2:08 PM, Frank M. Ramaekers framaek...@ailife.comwrote: What am I missing? Return code 10B on the CP DELete CU indicates there are one or more I/O devices defined to it CP DELete DEVice 5AB0-5ABB UNITADD 00 CUNUMBR 011 CP DELete CU 0111 CP DELete CHPID 11 All the above

Re: Dynamic I/O question

2010-06-16 Thread Gregg
CP DELete DEVice 5AB0-5ABB UNITADD 00 CUNUMBR 0111 need mo coffee.. On Wed, Jun 16, 2010 at 3:22 AM, Gregg reed.gr...@gmail.com wrote: On Tue, Jun 15, 2010 at 2:08 PM, Frank M. Ramaekers framaek...@ailife.com wrote: What am I missing? Return code 10B on the CP DELete CU indicates there are

Re: Dynamic I/O question

2010-06-16 Thread Gregg
ok, now I've had almost enough coffee CP DELete DEVice 5AB0-5ABB UNITADD 00 CUNUMBR 0111 CP DELete DEVice 5ABF UNITADD FE CUNUMBR 0111 CP DELete CU 0111 CP DELete CHPID 11 -- Gregg Reed No Plan, survives execution

Re: Dynamic I/O question

2010-06-16 Thread Frank M. Ramaekers
CP DELete DEVice 5AB0-5ABB UNITADD 00 CUNUMBR 011 HCPCCO6806E Dynamic I/O change request for device failed with return code 010E Ready(06806); T=0.01/0.03 07:13:13 ...and my doc's don't have a 010E (010D and 010F, but no 010E). Frank M. Ramaekers Jr.

Re: Dynamic I/O question

2010-06-16 Thread Frank M. Ramaekers
CP DELete CU 0111 HCPCCO6806E Dynamic I/O change request for control unit failed with return code 010B Ready(06806); T=0.01/0.01 07:18:33 Hmmmdon't think I'm getting any further...but thanks for your helpguess I'll have to ask IBM. Thanks, Frank M. Ramaekers Jr. -Original

Re: Dynamic I/O question

2010-06-16 Thread Gregg
Mine does, p334 v5.4 CUNUMBR should be 0!!! On Wed, Jun 16, 2010 at 8:14 AM, Frank M. Ramaekers framaek...@ailife.comwrote: CP DELete DEVice 5AB0-5ABB UNITADD 00 CUNUMBR 011 HCPCCO6806E Dynamic I/O change request for device failed with return code 010E Ready(06806); T=0.01/0.03

Re: Dynamic I/O question

2010-06-16 Thread Gregg
Frank, I think our notes crossed, did the devices delete OK? CP DELete DEVice 5AB0-5ABB UNITADD 00 CUNUMBR 0111 CP DELete DEVice 5ABF UNITADD FE CUNUMBR 0111 CP DELete CU 0111 CP DELete CHPID 11 On Wed, Jun 16, 2010 at 8:19 AM, Frank M. Ramaekers framaek...@ailife.com wrote: CP DELete CU 0111

Re: Dynamic I/O question

2010-06-16 Thread Frank M. Ramaekers
Yeah, missed that as well(Haven't hit my green tea yet this morning): CP DELete DEVice 5AB0-5ABB UNITADD 00 CUNUMBR 0111 Device configuration change completed successfully Ready; T=0.01/0.03 07:15:24 Frank M. Ramaekers Jr. -Original Message- From: The

Re: Dynamic I/O question

2010-06-16 Thread Frank M. Ramaekers
The devices never got defined. It seems that since the PCHId didn't exist, none of the devices ever got defined. Well, putting these commands in a REXX EXEC: 3 *-* CP DELete DEVice 5AB0-5ABB UNITADD 00 CUNUMBR 0111 L CP DELete DEVice 5AB0-5ABB UNITADD 00 CUNUMBR 0111

Re: Dynamic I/O question

2010-06-16 Thread Gregg
On Wed, Jun 16, 2010 at 9:06 AM, Frank M. Ramaekers framaek...@ailife.com wrote: q 5abf HCPQDV040E Device 5ABF does not exist Ready(00040); T=0.01/0.01 08:01:35 CP Query rDEV fails because CP never saw light; it never created an RDEV, SUBCHANNEL, or PATH. Cheers -- Gregg Reed No Plan,

Re: I hate to ask -- VM passwords authenticated against AD?

2010-06-16 Thread David Boyes
I have most of the piece parts done (IUCV driver, PAM driver, Kerberos and LDAP interfaces, Linux guest to do the heavy lifting) to enable VM to use any authentication sources supported by PAM, including AD. The remaining part is the necessary CP modules to normalize all the entry points to CP

Re: I hate to ask -- VM passwords authenticated against AD?

2010-06-16 Thread Schuh, Richard
Amen, brother. In the late '90s, we (USAir before it became USAirways) decided to donate the device throttling code I had written. Donating it took longer than writing and testing it. However, they do have a mechanism for accepting code. I suspect that most of the time taken was by the

Re: Test Return Code using FTP under VM/CMS

2010-06-16 Thread McKown, John
In your FTP1 EXEC, try replacing the line: ftp 172.16.11.6 with ftp 172.16.11.6 (EXIT John McKown Systems Engineer IV IT Administrative Services Group HealthMarkets(r) 9151 Boulevard 26 * N. Richland Hills * TX 76010 (817) 255-3225 phone * (817)-961-6183 cell

Re: Test Return Code using FTP under VM/CMS

2010-06-16 Thread Alan Altmark
On Wednesday, 06/16/2010 at 01:34 EDT, Sergio Lima sergiovm...@hotmail.com wrote: If the FTP don't run well, We need get the Return Code, but when FTP fails the Return Code also was 0 Use the EXIT option on the FTP command. Any time there is an error, the FTP command will immediately end

Re: Test Return Code using FTP under VM/CMS

2010-06-16 Thread Mike Walter
Sergio, If it does not violate your management policies (some companies do not allow downloads of shareware code, even when the source codes is available), you may want to download the VMFTP package from Slippery Rock University at: http://zvm.sru.edu/~DOWNLOAD/ It allows complete

PGT004 MESSAGE

2010-06-16 Thread Louis . Gaines
Hello I am new to z/vm I had a system failure last night which gave me the message code PGT004 which refers to spool or paging space. Can someone point me to some documentation on how to add page space or tell how to do it thanks

Re: I hate to ask -- VM passwords authenticated against AD?

2010-06-16 Thread Alan Altmark
On Wednesday, 06/16/2010 at 01:05 EDT, Schuh, Richard rsc...@visa.com wrote: Amen, brother. In the late '90s, we (USAir before it became USAirways) decided to donate the device throttling code I had written. Donating it took longer than writing and testing it. However, they do have a

Re: I hate to ask -- VM passwords authenticated against AD?

2010-06-16 Thread David Boyes
In this case, however, both IBM and CA offer products for sale in this space. I would rather see the requirement levied against the various ESMs to provide this function since that's where it logically belongs. Alan Altmark z/VM Development IBM Endicott I'd make a counterargument that if

Re: PGT004 MESSAGE

2010-06-16 Thread Mike Walter
Certainly you can find all the gory details in the z/VM System Programmer's bible, the manual: CP Planning and Administration. But the bullet points are pretty much: - Find an available DASD volume accessible to your z/VM system. - Run CPFMTXA against that DASD, formatting the whole thing, and

Re: I hate to ask -- VM passwords authenticated against AD?

2010-06-16 Thread Alan Altmark
On Wednesday, 06/16/2010 at 02:02 EDT, David Boyes dbo...@sinenomine.net wrote: I'd make a counterargument that if IBM intends to position z/VM only as a Linux hosting environment, then the current setup that requires the user to have the skills to rebuild CP to enable an ESM (which

Re: I hate to ask -- VM passwords authenticated against AD?

2010-06-16 Thread David Boyes
When building an ESM, you have some fairly complex challenges. At the top of the list, the ESM 1. Cannot be simply or easily circumvented (even by a sysadmin [as opposed to sysprog] ), 2. Must enforce a limited set of operations when the ESM server is down sufficient only to get the ESM

Re: I hate to ask -- VM passwords authenticated against AD?

2010-06-16 Thread Ward, Mike S
Hopefully they won't take it and shelf it. -Original Message- From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On Behalf Of Schuh, Richard Sent: Wednesday, June 16, 2010 12:05 PM To: IBMVM@LISTSERV.UARK.EDU Subject: Re: I hate to ask -- VM passwords authenticated

Re: I hate to ask -- VM passwords authenticated against AD?

2010-06-16 Thread Schuh, Richard
They didn't. An improved version is in CP today. We were on VM ESA1.x or 2.x when the transaction took place. I do not remember when the throttling facility was first made available in CP. The developer in Endicott and I did have conversations about what I would do differently if I were doing

Re: PGT004 MESSAGE

2010-06-16 Thread Louis . Gaines
Thanks for your help walter

Re: Test Return Code using FTP under VM/CMS

2010-06-16 Thread Les Koehler
Sergio, Someone always has to remind folks who write CMS execs in Rexx: 1-Always code: Address Command right after the comment at the top. 2-Upper case and quote *all* commands to the underlying system and do not abbreviate them. 3-When executing another exec, code: EXEC execname 4-Similarly, a