XIP (Execute In Place) on z/Linux RedHat 4.6

2009-01-22 Thread Martin, Terry R. (CMS/CTR) (CTR)
Hi I am looking into XIP and I am wondering someone can share their experiences in terms of setting up XIP and actually running with it. Also does RedHat 4.6 support XIP? Thanks, Terry

FTP over HiperSockets network

2009-01-22 Thread Martin, Terry R. (CMS/CTR) (CTR)
Hi Is anyone running FTP on z/VM connecting to FTP server on z/OS over a HiperSockets network? If so can you share with me the steps to take to get this working? Thanks in advance for the help!!! Terry

Calling for Session Chairs at SHARE in Austin!

2009-01-22 Thread Rich Smrcina
SHARE in Austin is a little more than 5 weeks away. It's that time again to put the call out for session chairs. The list of sessions, in time sequence, is below. A session chair meets and introduces the speaker, gets to make a really cool speech, counts session attendees, keeps general order

Re: SPXTAPE

2009-01-22 Thread David Boyes
On 1/22/09 5:20 PM, "James Stracka (DHL US)" wrote: > Or a WAIT option with return codes. > Except that doesn¹t get rid of the tape requirement...8-)

Re: SPXTAPE

2009-01-22 Thread James Stracka (DHL US)
Or a WAIT option with return codes. From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On Behalf Of David Boyes Sent: Thursday, January 22, 2009 3:18 PM To: IBMVM@LISTSERV.UARK.EDU Subject: Re: SPXTAPE You have to capture the messa

Re: SPXTAPE

2009-01-22 Thread David Boyes
> You have to capture the messages and parse for: > > SPXTAPE COMMAND ON VDEV (WITH ERRORS) > > or the error variations listed in the help file. > > This is one of the major reasons why I want a SPXTAPE version that can be > input or output to a PIPE.

Re: SPXTAPE

2009-01-22 Thread Schuh, Richard
This is a service machine. There is no PROP involved. Since there is nothing else that will be transpiring on the machine until the dump has completed, Bruce's solution is probably the easiest. Regards, Richard Schuh > -Original Message- > From: The IBM z/VM Operating System > [mail

Re: SPXTAPE

2009-01-22 Thread Hans Rempel
Another method is to setup a service machine running PROP. Operators then send a request to the service machine which runs the dump on behalf of the operator. Console messages can be trapped and tape can be detached. Operator continues working with userid without SPXTAPE messages except those you w

CANCELLED - MVMRUG January 23, 2009 Meeting

2009-01-22 Thread Dale R. Smith
Due to a late start on my part for planning the January meeting, I was no t able to get enough speakers for the meeting, so I am unfortunately going to cancel the meeting. The good news is, I already have two speakers lined up for the April meeting and a possibiltity of one more speaker, depen

Re: SPXTAPE

2009-01-22 Thread Bruce Hayden
I used a different method than wakeup - a little polling: /* SPXTAPE runs in the background. We wait for it to get finished */ Do until spx='' | RC<>0 /* Wait for no status or interrupt*/ 'CP SLEEP 3 SEC ATTN' /* Wait for SPXTAPE to finish */ Parse value diag(8,'QUER

Re: DFSMS/RMS

2009-01-22 Thread Suleiman Shahin
Thanks Alan and Berry. Suleiman Shahin > > DFSMS/RMS is in the SDO package. You have to order it, but it is free. > > Alan Altmark > z/VM Development > IBM Endicott _ Windows Live™: E-mail. Chat. Share. Get more ways to con

Re: SPXTAPE

2009-01-22 Thread Peter . Webb
And for a segment of code to do this: say "===> Backup System Data Files" date() time() "CP SPOOL CONSOLE TO *" "WAKEUP +0 (IUCVMSG" "CP SET CPCONIO IUCV"

Re: DFSMS/RMS

2009-01-22 Thread Alan Altmark
On Thursday, 01/22/2009 at 01:06 EST, Suleiman Shahin wrote: > I would like to know for sure whetehr DFSMS/RMS for zVM/5.4 is an optional > product that needs to be ordered separately. DFSMS/RMS is in the SDO package. You have to order it, but it is free. Alan Altmark z/VM Development IBM E

Re: DFSMS/RMS

2009-01-22 Thread Berry van Sleeuwen
Yes, you need to order it. It is not part of the base tapes. Regards, Berry. Suleiman Shahin schreef: > Greetings! > > I would like to know for sure whetehr DFSMS/RMS for zVM/5.4 is an > optional product that needs to be ordered > separately. > > Thanks. > > > Suleiman Shahin > > > > ---

Re: SPXTAPE

2009-01-22 Thread Scott Rohling
>From HELP SPXTAPE: Response 3: When SPXTAPE DUMP, LOAD, or SCAN finishes processing, the following response is written in the command summary log and displayed on the screen. SPXTAPE COMMAND ON VDEV (WITH ERRORS) TIME STARTED: hh:mm:ss TIM

SPXTAPE

2009-01-22 Thread Schuh, Richard
Am I correct in thinking that SPXTAPE DUMP is asynchronous? If so, how can an end of dump be recognized by the disconnected user issuing the SPXTAPE? Regards, Richard Schuh

Re: zvm 5.2 storage limits, zlinux?

2009-01-22 Thread David Boyes
I would suggest splitting it when you can¹t meet your recovery time objective for the server if it tanks completely. It depends completely on how fast you can recover. Consider also that there may be logical break points in the directory tree that you could address using the Microsoft DFS extensio

Re: Re; SSLSERV and TN3270

2009-01-22 Thread Marci Beach
This problem does not happen with all clients so it depends on what client one is using. Marci Beach From: "Sontowski, Edgar (LBV)" To: IBMVM@LISTSERV.UARK.EDU Date: 01/22/2009 07:00 AM Subject: Re; SSLSERV and TN3270 Hello James, a small hint from my site with using SSLSER

DFSMS/RMS

2009-01-22 Thread Suleiman Shahin
Greetings! I would like to know for sure whetehr DFSMS/RMS for zVM/5.4 is an optional product that needs to be ordered separately. Thanks. Suleiman Shahin _ Windows Live™: E-mail. Chat. Share. Get more ways to connect. ht

Re: OSA layer 2 protocol connections...

2009-01-22 Thread Mark Pace
Thanks, Alan. My notes said that I was able to do it. Obviously my notes are wrong. I connected a real OSA triplet to the guest and it works fine. On Thu, Jan 22, 2009 at 8:55 AM, Alan Altmark wrote: > On Thursday, 01/22/2009 at 08:37 EST, Mark Pace wrote: > > I've got to learn to keep better

Re: OSA layer 2 protocol connections...

2009-01-22 Thread Alan Altmark
On Thursday, 01/22/2009 at 08:37 EST, Mark Pace wrote: > I've got to learn to keep better notes. This worked once in my z/VM 5.4 under > z/VM 5.2 running in an LPAR with a GP engine. > Now I'm trying to do the same thing, z/VM 5.4 as guest in z/VM 5.2 in an LPAR > with an IFL. I have define

Re: OSA layer 2 protocol connections...

2009-01-22 Thread Mark Pace
I've got to learn to keep better notes. This worked once in my z/VM 5.4 under z/VM 5.2 running in an LPAR with a GP engine. Now I'm trying to do the same thing, z/VM 5.4 as guest in z/VM 5.2 in an LPAR with an IFL. I have defined a NIC for the 2nd level z/VM 5.4 guest, and connected it to the la

Re: Updating RMCONFIG

2009-01-22 Thread Imler, Steven J
Shimon, Yes, you need to recycle RMSMASTR for the config changes to be recognized ... but for 'a', can't you just vary the drives offline? JR (Steven) Imler CA Senior Sustaining Engineer Tel: +1 703 708 3479 steven.im...@ca.com > -Original Message- > From: The IBM z/VM Operating Syste

Updating RMCONFIG

2009-01-22 Thread Shimon Lebowitz
The RMCONFIG DATA file contains the device numbers of the tape drives (real or virtual) that are usable by the current instance of DFSMS/RMS. I would like to know if it is possible to update this file and a) have RMS *stop* using devices I have deleted from the file, b) have RMS *start* using d

Re; SSLSERV and TN3270

2009-01-22 Thread Sontowski, Edgar (LBV)
Hello James, a small hint from my site with using SSLSERV with z/VM 5.4: Dymamic SSL (TLS) does not run with SECURECONNECTION ALLOWED at this point of time. We have a PMR open. The circumvention is SECURECONNECTION PREFERRED or SECURECONNECTION REQUIRED. Best regards Eddi Sontowski