Re: Capture output from a command

2009-09-20 Thread Rob van der Heij
On Sun, Sep 20, 2009 at 3:52 AM, Thomas Kern tlk_sysp...@yahoo.com wrote: Try putting your RACF command in a PIPELINE. PIPE some input | CMS RACF whatever | other stages | RACF OUTPUT A If you want to do that, it takes a bit more. Obviously the RACF module (you probably want command RACF

Re: Storage Management Enhancement Ideas (was: VM lockup due to storage typo)

2009-09-20 Thread Rob van der Heij
On Sat, Sep 19, 2009 at 6:21 PM, John P. Baker jbaker...@comporium.net wrote: I recommend that the idea of splitting page space into multiple pools be considered, where individual users can be assigned to different pools.  For the purposes of discussion, let us consider that following

Re: Capture output from a command

2009-09-20 Thread Kris Buelens
I don't really agree with the recommendation to use RACF(BATCH as opposed to using RAC: - with RAC, one gets a returncode for the specific RACF command that was executed - RACF(BATCH gives one global returncode for all stacked commands. A REXX stage can also be written using RAC. Steve Swift

Dropping VM 3270 Session

2009-09-20 Thread Moore, Terry A.
I have a client in a small office in the UK that can not maintain a TN3270 session (Hummingbird Host Explorer) back to our VM host here in Ohio. It connect briefly and displays the logo screen then drop before he can enter a userid/password. If he goes to another of our UK offices, his PC

Re: Capture output from a command

2009-09-20 Thread Martin, Terry R. (CMS/CTR) (CTR)
Hi Thanks, I got what I needed by issuing the following PIPE. I just needed to capture the output so that I could email it to my z/OS RACF folks nothing more than that: PIPE command EXEC RAC SETR LIST | RACF OUTPUT A Thank You, Terry Martin Lockheed Martin - Information

Re: Storage Management Enhancement Ideas (was: VM lockup due to storage typo)

2009-09-20 Thread John P. Baker
Rob, In many instances you would be correct. However, in this case, the decisions targeting a specific backing storage pool are made either at LOGON time or during a DEFINE STORAGE command. This is actually a very simple approach to the problem. Also, once the backup storage pool placement

Re: Capture output from a command

2009-09-20 Thread Rob van der Heij
On Sun, Sep 20, 2009 at 10:40 AM, Kris Buelens kris.buel...@gmail.com wrote: I don't really agree with the recommendation to use RACF(BATCH as opposed to using RAC: - with RAC, one gets a returncode for the specific RACF command that was executed - RACF(BATCH gives one global returncode for

Re: Capture output from a command

2009-09-20 Thread Ronald van der Laan
Terry, The easiest way is to load RACF as a subcommand: * open racf subcommand mode RACFISPF INIT * run racf (and cms) commands from PIPES PIPE COMMAND SETROPTS LIST | | OUTPUT FILE A * close RACF session END Ronald van der Laan

Re: Storage Management Enhancement Ideas (was: VM lockup due to storage typo)

2009-09-20 Thread David Boyes
On 9/20/09 4:26 AM, Rob van der Heij rvdh...@velocitysoftware.com wrote: Most performance tuning gets harder when you split resources and consumers in different groups and manage them separately. Sharing is easier with large numbers. Rob Although with SSD coming back into vogue, the idea of

Re: Dropping VM 3270 Session

2009-09-20 Thread Matthew Donald
I'm guessing that there may be TCP/IP configuration differences between z/OS and z/VM. Do they use separate OSA's? Perhaps it could be a MTU issue - the classic 1500 vs 1492? On Sun, Sep 20, 2009 at 8:00 PM, Moore, Terry A. t.mo...@timken.com wrote: I have a client in a small office in the