Re: TCP/IP was very low on TCP Connections

2009-08-27 Thread Buettner, Wolfgang
Jim, I was aware of the NETSTAT POOLSIZE results; however, even there is nothing that points me to what that *TCP Connections* mean nor is there a value of 511 mentioned: netstat poolsize VM TCP/IP Netstat Level 540 TCP/IP Server Name:

Happy Birthday, Mike

2009-08-27 Thread Jim Bohnsack
I have an old exec written by Mike Cowlisha in the early days of REX (before it was REXX) that I use as a reconnect exec. Don't have the original but it still has this code in it: if m d=2*2*2 3*3*3 then do; say It's Mike Cowlishaw's Birthday! say;end

Re: Stand-alone IPL of a Virtual tape

2009-08-27 Thread Ray Waters
From your VM ID, you must have accessed DFSMS 1B5 MDISK. LINK DFSMS 01B5 01B5 RR DFSMSRM MOUNT VOL 103737 (RDEV 435 ATTACH WATERSR VDEV 181 Ray Waters From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On Behalf Of Ifurung, ism...@cio Sent: Wednesday, August 26, 2009 4:17 PM

Re: Stand-alone IPL of a Virtual tape

2009-08-27 Thread Ray Waters
Ismael, See if z/OS has a LIBSERV or LBSERV command: Under VSE: LIBSERV MOUNT,VOL=199015,UNIT=824,LIB=1,PART=BG Or in JCL: // LIBSERV MOUNT,VOL=CG9080,UNIT=400,LIB=4 Ray Waters From: Ray Waters Sent: Thursday, August 27, 2009 7:22 AM To: The IBM z/VM Operating System Subject: RE:

Re: TCP/IP was very low on TCP Connections

2009-08-27 Thread Jim Bohnsack
I agree that POOLSIZE doesn't answer what you want, other than possibly indirectly. I don't know either how TCP Connections is counted but I would certainly increase the number of buffers you have allocated for SCB and TCB. The Lo-water levels for them is pretty low. TCPIP will grab more

Re: Stand-alone IPL of a Virtual tape

2009-08-27 Thread Mark Pace
z/OS has a mount command MOUNT /ccuu,VOL=(SL,volser) or MOUNT cuu,VOL=(SL,volser) The slash is required for a 4 digit address not required on a 3 digit address. On Thu, Aug 27, 2009 at 8:32 AM, Ray Waters ray.wat...@opensolutions.comwrote: Ismael, See if z/OS has a LIBSERV or LBSERV

Re: Happy Birthday, Mike

2009-08-27 Thread Chip Davis
I guess that was so early that he hadn't implemented the exponential operator yet... ;-) Many happy returns of the double-cube day, Mike! -Chip- Quoting Jim Bohnsack jab...@cornell.edu: I have an old exec written by Mike Cowlisha in the early days of REX (before it was REXX) that I use as

Console TERM STOP

2009-08-27 Thread Daniel Allen
When I do a 'Q CONSOLE' for a z/OS machine running under z/VM 5.4, here are the results: q console CONS 1320 ON LDEV L0003 TERM STOP HOST TCPIPFROM 10.30.22.48 1320 CL T NOCONT NOHOLD COPY 001READY FORM STANDARD 1320 TO D00A PRT DIST D00A FLASHC 000 DEST OFF

TN3270E Contention Resolution

2009-08-27 Thread Frank M. Ramaekers
Is the z/OS stack the only IBM TCP/IP product that supports this? It appears to be a desirable feature for HATS. (Performance feature for TN3270E servers.) z/VM TCP/IP doesn't appear to support it Communications Server for Linux doesn't appear to support it Anyone else done this research?

Re: Console TERM STOP

2009-08-27 Thread Michael Coffin
Well, according to those results you are logged on to that virtual machine (on LDEV L0003), so you COULD #CP SPOOL CONSOLE START, or from a CLASS C user issue CP SEND CP zosmachine SPOOL CONSOLE START (where zosmachine is the name of the virtual machine). -Mike -Original Message- From:

Re: Console TERM STOP

2009-08-27 Thread Huegel, Thomas
Or use FOR zosmachine CMD SPOOL CONSOLE START. From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On Behalf Of Michael Coffin Sent: Thursday, August 27, 2009 9:08 AM To: IBMVM@LISTSERV.UARK.EDU Subject: Re: Console TERM STOP Well, according to

Linux Sizing z/VM Customization

2009-08-27 Thread Paul, Thomas
I am working on the following and wonder whether anyone had done this before or help me to figure out the best way. 1. z/VM Customization - The idea is to have a single VM/SES copy acoross LPARS and have small spool space for NSS/DCSS (the backup is done by FDR in z/OS) in the SYSRES/LPAR.

Re: Console TERM STOP

2009-08-27 Thread Mark Pace
I'm unsure what you mean by Functioning again. The START/STOP is simply spooling of the console. On Thu, Aug 27, 2009 at 10:14 AM, Huegel, Thomas thue...@kable.com wrote: Or use FOR zosmachine CMD SPOOL CONSOLE START. -- *From:* The IBM z/VM Operating System

Re: Console TERM STOP

2009-08-27 Thread Joe O'Brien
#CP SP CONS START Or #CP SP CONS START TO XXX xxx being the user where you want to the output to go when you shutdown or do a subsequent sp cons stop at any time to get your console log Daniel Allen wrote: When I do a 'Q CONSOLE' for a z/OS machine running under z/VM 5.4, here are the

Re: Console TERM STOP

2009-08-27 Thread Edward M Martin
Hello, I am not anywhere near a z/OS system person, but every time we lost the z/OS console on the old P390 That console was dead until we re-IPLed the z/OS system. Ed Martin Aultman Health Foundation 330-363-5050 ext 35050 -Original Message- From: The IBM z/VM Operating System

Re: Console TERM STOP

2009-08-27 Thread McKown, John
-Original Message- From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On Behalf Of Edward M Martin Sent: Thursday, August 27, 2009 11:00 AM To: IBMVM@LISTSERV.UARK.EDU Subject: Re: Console TERM STOP Hello, I am not anywhere near a z/OS system person, but

Log Analyzer for VM DB2 Server 7.5

2009-08-27 Thread Michael Coffin
Hi Folks, Does anyone know of a tool for VM DB2 Server 7.5 that would allow you to format the DB2 Server log to see individual transactions? I know z/OS has DB2 Log Analysis: http://www-01.ibm.com/software/data/db2imstools/db2tools/db2lat/ We need something for DB2 Server for VM 7.5, and

Re: Linux Sizing z/VM Customization

2009-08-27 Thread Mark Post
On 8/27/2009 at 10:26 AM, Paul, Thomas thomas.p...@iso.com wrote: -snip- 2. Linux Sizing - All Linux guests are independent - in other words, they all have their own Kernel, etc. The idea is to build an NSS and make it like a CMS user. So, if I accomplish that what would be the size of

Re: Linux Sizing z/VM Customization

2009-08-27 Thread Paul, Thomas
Hi Mark, CMM is not applicable here because of the S/W H/W. 1M is nothing to brag about. Thank you for the input. Thanks Tom -Original Message- From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On Behalf Of Mark Post Sent: Thursday, August 27, 2009 4:11 PM To:

Re: Linux Sizing z/VM Customization

2009-08-27 Thread Barton Robinson
CMM-1 is almost always appropriate (SLES9, SLES10, RHEL4, RHEL5). CMMA is NOT. CMM1 is recommended, CMMA is not. Mark is right on the numbers. Paul, Thomas wrote: Hi Mark, CMM is not applicable here because of the S/W H/W. 1M is nothing to brag about. Thank you for the input. Thanks

Re: TN3270E Contention Resolution

2009-08-27 Thread Alan Altmark
On Thursday, 08/27/2009 at 09:56 EDT, Frank M. Ramaekers framaek...@ailife.com wrote: Is the z/OS stack the only IBM TCP/IP product that supports this? It appears to be a desirable feature for HATS. (Performance feature for TN3270E servers.) z/VM TCP/IP doesn't appear to support it

Re: Linux Sizing z/VM Customization

2009-08-27 Thread Alan Altmark
On Thursday, 08/27/2009 at 04:20 EDT, Paul, Thomas thomas.p...@iso.com wrote: 1M is nothing to brag about. ?? That's 1MB per Linux guest. So the savings depends on the number of guests. The effect of those savings on overall system performance depends on the ratio of supply vs. demand on

Re: Linux Sizing z/VM Customization

2009-08-27 Thread Paul, Thomas
Hi Barton, Thank you. I would like to explore that possibility. Could you give me a call please. 1-508-395-9374. Another problem, I'm facing is all our Linux guests are in Q3 (Rel. share 100). I like to change that since they need not be in Q3 all the time in PS. We are running Sles 9. Any