Re: Configuartion question

2008-12-05 Thread Kris Buelens
To test/install a new VM level, I'd use a secondlevel VM system, no need to devote an LPAR to it. I still find it easier that one can use the host level VM; the main reasons:: - to provide the network to be able to log on to the second-level VM: -- no access to the HMC required to start it up

AW: Starting an exec on a remote machine

2008-12-05 Thread Rempel, Horst
Hello Howard, I use execa in usera that will start an execb in cms-userb or a shellscript in Linux. When you do it in a pipe the execa will wait until the end of execb (or shellscript) before continuing. The pipe will write the output of execb in a file. So execa can continue depending on the

Re: Starting an exec on a remote machine

2008-12-05 Thread Kris Buelens
One could also use the CMS Multitasking queues as mechanism. For the exec logic itself it would be transparent if the both users are on different systems or not. For cross-system, non SNA, support this would be required: TCP/IP line driver for CMS distributed queues.

Re: EREP process question.

2008-12-05 Thread Ed Zell
Hi Howard, That file is just a print header file that we use to separate the reports. Since I use 'CP SPOOL PRT CONT' everything comes out in one spool file. I wanted some kind of header to show me where one ended and the next began. You can either remove these lines, or create file

Re: EREP process question.

2008-12-05 Thread Ray Waters
Howard, Even if you clear the EREP file, or erase it, then once EREP start accumulating data in XAEREPIO RECORD on his A disk, the records are variable length and will start to grow in length. For example, if I clear EREP, the max record size usually start s out at 114, then will grow to Max of

Re: Starting an exec on a remote machine

2008-12-05 Thread Alan Altmark
On Thursday, 12/04/2008 at 06:54 EST, Howard Rifkind [EMAIL PROTECTED] wrote: I'm running exec X on cms user 'A' I exec X has to start exec Y running on cms user 'B' and after exec Y terminates it has to return control to the exec on cms user 'A' I could use some suggestions as to the

Re: EREP process question.

2008-12-05 Thread Howard Rifkind
Thanks Ed. Ed Zell [EMAIL PROTECTED] 12/5/2008 8:31 AM Hi Howard, That file is just a “print header” file that we use to separate the reports. Since I use ‘CP SPOOL PRT CONT’ everything comes out in one spool file. I wanted some kind of header to show me where one ended and the next

Re: Starting an exec on a remote machine

2008-12-05 Thread Howard Rifkind
Thanks Alan, After spending some time last night I found some processess, like you suggest below, which are run daily on our system to drag output from z/VM Rexx execs over to z/OS. Thanks again... Alan Altmark [EMAIL PROTECTED] 12/5/2008 9:34 AM On Thursday, 12/04/2008 at 06:54 EST,

Re: Starting an exec on a remote machine

2008-12-05 Thread Dave Jones
Kris, the QDEMO/QCLIENT/QSERVER demo package of Brian's can be downloaded off of his VM web page here: http://www.vm.ibm.com/devpages/BKW/ Look for the IPCSAMP package. BTW, that's an intriguing idea to use CMS multitaskings queues as the transport mechanism Kris Buelens wrote: One

Re: Configuartion question

2008-12-05 Thread Alan Altmark
On Friday, 12/05/2008 at 08:34 EST, Rick Troth [EMAIL PROTECTED] wrote: You've already gotten great advice. I would add that you do NOT need to split your workload between the tiers or zones. It was not completely clear to me, but it sounded like that was one of your expected LPAR splits.

Re: EREP process question.

2008-12-05 Thread Schuh, Richard
Having LRECL change does not imply that every record will change to that length. The LRECL of a V format file it the length of the longest record written. There may be only one record of length 256 in your example. Regards, Richard Schuh From:

SMSG Authorization

2008-12-05 Thread Howard Rifkind
I'm trying to SMSG the EREP guest and although I have set SMSG on the command comes back stating that the EREP guest isn't authorized. Is there anyway around this to get EREP authorized for SMSG? Will IUCV do it? so I can get EREP to execute a REXX exec from a command issued from a different

Re: SMSG Authorization

2008-12-05 Thread Dave Jones
Howard, in order for EREP to receive SMSG from any other user id, you must do the SET SMSG ON (or, for IUCV connections, SET SMSG IUCV) command on the EREP user id itself. Howard Rifkind wrote: I'm trying to SMSG the EREP guest and although I have set SMSG on the command comes back stating

Re: Configuartion question

2008-12-05 Thread Martin, Terry R. (CMS/CTR) (CTR)
Hi Alan, Yes, sorry it should have been EAL 5! Thank You, Terry Martin Lockheed Martin - Information Technology z/OS z/VM Systems - Performance and Tuning Cell - 443 632-4191 Work - 410 786-0386 [EMAIL PROTECTED] -Original Message- From: The IBM z/VM Operating System [mailto:[EMAIL

Re: SMSG Authorization

2008-12-05 Thread Huegel, Thomas
I think you are correct Rob, an application program (ie WAKEUP) must establish it's ability to receive SMSG's before anyone can send one. Just setting SMSG ON is not enough. -Original Message- From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] Behalf Of RPN01 Sent: Friday,

Re: SMSG Authorization

2008-12-05 Thread Ed Zell
Howard, Are you by chance trying to run your EREP stuff without actually logging on to the virtual machine? If so, you might want to look at CP SEND I haven't tried it so I might be all wet, but I think you could SEND CP EREP EXT SEND EREP END SEND EREP EXEC RUNEREP

Re: SMSG Authorization

2008-12-05 Thread RPN01
Wouldn¹t the EREP program actually have to be waiting and understand SMSG messages, otherwise, what do you expect it to do with the message once received? Of course, I could be blowing smoke, and EREP does indeed have features to do this that I¹m unaware of or have forgotten. (Getting old is such

Re: Configuartion question

2008-12-05 Thread Martin, Terry R. (CMS/CTR) (CTR)
Thanks Alan! This is really what I was looking for. The customer has the EAL 5 requirement and is set up with this requirement in mind in the current Solaris environment (Separate servers for each zone). So I guess regardless of what we can do with VM in terms of running multiple guests and such

SMTRAP Program

2008-12-05 Thread Thomas Kern
In researching an answer to another posting, I stumbled upon what I had o nce used to automate EREP. It is the SMTRAP MODULE that would be loaded in th e EREP PROFILE EXEC. It would establish the SMSG/IUVC waiting configuration and would stop the EREP collection program when my VMUTIL server

Re: SMTRAP Program

2008-12-05 Thread Mike Harding
The IBM z/VM Operating System IBMVM@LISTSERV.UARK.EDU wrote on 12/05/2008 10:16:33 AM: In researching an answer to another posting, I stumbled upon what I had o nce used to automate EREP. It is the SMTRAP MODULE that would be loaded in th e EREP PROFILE EXEC. It would establish the

Back to the Future at IBM

2008-12-05 Thread Bill Munson
http://online.wsj.com/article/SB122834959883677705.html Applications running on a backroom server (maybe a Mainframe) The Software package uses the LINUX operating system (FOCUS on VM, CICS on VSE or MVS come to mind?) Can be displayed on a Thin Client which does not have processing units or

Re: Back to the Future at IBM

2008-12-05 Thread Mark Post
On 12/5/2008 at 2:15 PM, Bill Munson [EMAIL PROTECTED] wrote: http://online.wsj.com/article/SB122834959883677705.html Applications running on a backroom server (maybe a Mainframe) As it turns out, no, it's not a mainframe. This is an Intel/AMD architecture. IBM is working with a number

Re: TRANS13 , IND$FILE and CA-TPX

2008-12-05 Thread Horlick, Michael
Hello Alan et all, Just a little update. I created a 24 record file with 1234567890 repeated for 80 characters and asked the client to test. This time he says the file transfer doesn't issue messages but also doesn't upload the file to the host. It completes but the CMS file is not

Re: SMSG Authorization

2008-12-05 Thread Alan Altmark
On Friday, 12/05/2008 at 12:44 EST, Huegel, Thomas [EMAIL PROTECTED] wrote: I think you are correct Rob, an application program (ie WAKEUP) must establish it's ability to receive SMSG's before anyone can send one. Just setting SMSG ON is not enough. The message HCPMFS057I userid not

Re: TRANS13 , IND$FILE and CA-TPX

2008-12-05 Thread Fred Hoffman
To all, Some time ago I had a mysterious problem dealing with IND$FILE with symptoms similar to what you are having, although, mine was with CICS also. The problem that I encountered was with a getmain for storage to build additional messages. It turned out that the getmain was for 0 bytes

perfsvm and reports

2008-12-05 Thread Roger Wilson
Im attempting to write some simple rexx execs to perform a pipe command to PERFSVM to retrieve some reports Is there a list of reports that I can pulg into the exec? 'PIPE VMC ' WHERE ' CPU', ' | stem results. ', ' | FCX100 RESULTS A'

Re: Starting an exec on a remote machine

2008-12-05 Thread O'Brien, Dennis L
CA ARCServe Backup for Mainframe Linux works with VM:Tape, but not VM:Backup. I'm not allowed to endorse products (or unendorse them?). I can say that we don't use the product. A reliable product that works with VM:Backup would at least get looked at here. Our current plan is to back z/VM up

Re: perfsvm and reports

2008-12-05 Thread Kris Buelens
The Perfkit manual lists all reports you can query. 2008/12/5 Roger Wilson [EMAIL PROTECTED] Im attempting to write some simple rexx execs to perform a pipe command to PERFSVM to retrieve some reports Is there a list of reports that I can pulg into the exec? 'PIPE VMC ' WHERE ' CPU', ' |

Re: TRANS13 , IND$FILE and CA-TPX

2008-12-05 Thread Alan Altmark
On Friday, 12/05/2008 at 03:20 EST, Horlick, Michael [EMAIL PROTECTED] wrote: I think I have tried different DLOGMOD's (NSX32705) and even asked them to configure as a Model 2 but still no go. I would use D4A3290 to talk to an emulator in an SNA network, but that's just me. The days of

Re: perfsvm and reports

2008-12-05 Thread Wilson, Roger
I've been going through the manual and cant find the names. Are there examples? Sincerely, Roger Wilson From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On Behalf Of Kris Buelens Sent: Friday, December 05, 2008 3:08 PM To:

Re: perfsvm and reports

2008-12-05 Thread Wilson, Roger
Guess I have to locate the subcommands associated with the different reports.

Re: TRANS13 , IND$FILE and CA-TPX

2008-12-05 Thread Edward M Martin
Hello Micheal, TCP/IP to z/VM and IND$FILE works with a 40/140 connection using PCOM 5.6. Do you have to dial to VTAM? Ed Martin Aultman Health Foundation 330-588-4723 ext 40441 From: The IBM z/VM Operating System [mailto:[EMAIL

Re: SMSG Authorization

2008-12-05 Thread Howard Rifkind
Thanks all, Yes, my manager doesn't want the operators to get into this so it has to be all hands on. I got something like you are talking about here now working. Ed Zell [EMAIL PROTECTED] 12/5/2008 12:41 PM Howard, Are you by chance trying to run your EREP stuff without actually

Re: TRANS13 , IND$FILE and CA-TPX

2008-12-05 Thread Imler, Steven J
Mike, I just hopped on to TPX (I normally don't go through TPX to access z/VM ... only things that run on z/OS under CICS) and tried a file transfer here ... it worked without any problem. My emulator sessions is set to 3279-4E ... TPX says: Terminal - A55T2627 Model- 3192-4A