What speed are my channels actually running at?

2009-07-01 Thread Vince Getgood
Hi all, I've just been making a Visio diagram of out I/O config on some old hardware (z800), which runs two z/OS guests under VM (5.4) I dicovered that, although the VM IOCP has channels to my DASD system as FC (FICON) the z/OS IOCP has them defined as CNC (ESCON). So what speed am I going to

Re: What speed are my channels actually running at?

2009-07-01 Thread Brian Nielsen
What's important is what is in the active IOCDS on your z800. Assuming that your z/OS guests do not have permissions to update the real IOCDS then it doesn't matter to you what is in their z/OS HCD config (all they'll really care about is that it agrees with what's in their virtual machine

CP Query wildcards

2009-07-01 Thread Dean, David (I/S)
Why won't my wildcard work? q dasd l53701 DASD C018 CP SYSTEM L53701 1 DASD C0CE CP SYSTEM L53701 1 DASD C0CF CP SYSTEM L53701 1 CP q dasd l53* DASD L53* was not found. Thanks David Dean Information Systems *bcbstauthorized*

Re: My presentation

2009-07-01 Thread McKown, John
Neat presentation! 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 john.mck...@healthmarkets.com * www.HealthMarkets.com Confidentiality Notice: This e-mail message

Re: CP Query wildcards

2009-07-01 Thread Wakser, David
Because the command syntax requires a DASD pack name. I once wrote an EXEC to perform what you are attempting to do. David Wakser From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On Behalf Of Dean, David (I/S) Sent: Wednesday, July 01, 2009

Re: My presentation

2009-07-01 Thread Michael MacIsaac
Hi list, I wrote: Bill, Here is my presentation: Whoops sorry. This was not supposed to go to the list of course, it was supposed to go to Bill Munson. (Bill, you can get it here :)) Mike MacIsaac mike...@us.ibm.com (845) 433-7061

Re: CP Query wildcards

2009-07-01 Thread Dean, David (I/S)
Can I have it? David Dean Information Systems *bcbstauthorized* From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On Behalf Of Wakser, David Sent: Wednesday, July 01, 2009 12:14 PM To: IBMVM@LISTSERV.UARK.EDU Subject: Re: CP Query

Re: CP Query wildcards

2009-07-01 Thread Bob Bates
Because the wildcard isn't accepted there. Maybe a quick PIPE: PIPE CP Q DASD ALL | split , | locate /L53/ | console Unless you are only concerned with DASD attached to the system, then you don't need the split or the ALL on the Q DASD. Bob Bates Enterprise Hosting Services w. (469)892-6660

Re: CP Query wildcards

2009-07-01 Thread Wakser, David
You're assuming that I have kept it for the past 15 years! I will look around, but I don't believe I still have it. But I recall I used PIPEs to choose whose entries I wanted to display. Let's see if someone else comes up with something. If not, maybe I can rewrite it. David Wakser

Re: CP Query wildcards

2009-07-01 Thread Feller, Paul
Here is part of some code I wrote to query DASD by VOLSER. Part of the code ask if you want to sort the output by VOLSER. If SORTYN = 'Y' then do 'pipe cp query dasd', '| locate /'VOLSER'/', '| sort 21.6 ascending', '| pad 35', '| chop 35', '| stem DASDX1.' end else do 'pipe cp

Updated paper available - Sharing and maintaining SLES 10 SP2 Linux under z/VM

2009-07-01 Thread Michael MacIsaac
Hello everyone, I am please to announce an updated paper Sharing and maintaining SLES 10 SP2 Linux under z/VM, and an associated tar file with scripts and configuration files. The paper is available on the Web at: http://linuxvm.org/present/misc/ro-root-S10.pdf The tar file is available

Re: What speed are my channels actually running at?

2009-07-01 Thread Alan Altmark
On Wednesday, 07/01/2009 at 09:48 EDT, Vince Getgood vincent.getg...@xchanging.com wrote: I've just been making a Visio diagram of out I/O config on some old hardware (z800), which runs two z/OS guests under VM (5.4) I dicovered that, although the VM IOCP has channels to my DASD system as

AUTO: Edi Lopes Alves is out of the office. (returning 14/07/2009)

2009-07-01 Thread Edi Lopes Alves
I am out of the office until 14/07/2009. I will be out of the office during this period. I'll try to check my e-mails time to time. If you need VMBASE assistance sooner, please send an e-mail to mfzvm...@br.ibm.com (our VM Dispatcher). Note: This is an automated response to your message PAV

Re: CP Query wildcards

2009-07-01 Thread Richard Troth
By the way ... Unix cheats. The shell expands all wildcards, which I have always said is a mistake because it presumes on the context. The shell can only expand wildcards that are filenames. Not everything you might want to wildcard is a file. Wouldn't it be nice if you could 'ifconfig eth*'?

Re: CP Query wildcards

2009-07-01 Thread Hughes, Jim
The VOLUME operand doesn't support wildcards. Jim Hughes 603-271-5586 It is fun to do the impossible. From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On Behalf Of Dean, David (I/S) Sent: Wednesday, July 01,

Network Problem?

2009-07-01 Thread Schuh, Richard
At 9:57 local time, I sent a reply to something on the list. I just received, at 13:50, a notice that said Delivery delayed for the note. Is anybody else getting this kind of response? Assuming that this note reaches its destination, which may be a bad assumption. Regards, Richard Schuh

Re: CP Query wildcards

2009-07-01 Thread Mike Walter
I sent an offline reply to David with the following, but it seems the needs may be wider. It has the pre-req of the CMS Pipelines Runtime Library (Pipes RTL, available at: http://vm.marist.edu/~pipeline/ Mike Walter Hewitt Associates Any opinions expressed herein are mine alone and do not

Re: CP Query wildcards

2009-07-01 Thread Adam Thornton
On Jul 1, 2009, at 2:33 PM, Richard Troth wrote: By the way ... Unix cheats. The shell expands all wildcards, which I have always said is a mistake because it presumes on the context. The shell can only expand wildcards that are filenames. Not everything you might want to wildcard is a file.

Re: Network Problem?

2009-07-01 Thread Wakser, David
No, no such problems here. From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On Behalf Of Schuh, Richard Sent: Wednesday, July 01, 2009 4:55 PM To: IBMVM@LISTSERV.UARK.EDU Subject: Network Problem? At 9:57 local time, I sent a reply to

Re: CP Query wildcards

2009-07-01 Thread Brian Nielsen
Try this QDASD EXEC: /* Query DASD by pattern */ arg dasd_info 'PIPE (ENDCHAR ?)', 'cp q dasd all', ' | SPLIT STR /, /', ' | l: LOCATE W3 /CP/', ' | SPECS W2 1 W5 NW / / N', ' | f: FANINANY', ' | LOCATE /'dasd_info'/', ' | qdasd output a', '?', 'l:', ' | SPECS W2

Re: CP Query wildcards

2009-07-01 Thread Schuh, Richard
What about devices attached to users? Regards, Richard Schuh -Original Message- From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On Behalf Of Brian Nielsen Sent: Wednesday, July 01, 2009 2:42 PM To: IBMVM@LISTSERV.UARK.EDU Subject: Re: CP Query wildcards

Re: CP Query wildcards

2009-07-01 Thread Rob van der Heij
or PIPE cp q dasd | zone w5 wildcard /VMA*/ | cons;-)

Re: CP Query wildcards

2009-07-01 Thread Dean, David (I/S)
Wow, thanks to all for the help!! David Dean Information Systems *bcbstauthorized* -Original Message- From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On Behalf Of Richard Troth Sent: Wednesday, July 01, 2009 3:33 PM To: IBMVM@LISTSERV.UARK.EDU Subject: Re: CP Query

Re: Network Problem?

2009-07-01 Thread Stephen Frazier
Schuh, Richard wrote: At 9:57 local time, I sent a reply to something on the list. I just received, at 13:50, a notice that said Delivery delayed for the note. Is anybody else getting this kind of response? Assuming that this note reaches its destination, which may be a bad assumption.

Re: Network Problem?

2009-07-01 Thread Schuh, Richard
A time warp it might be. The fact that it took nearly 4 hours to get a message saying that delivery of a message was delayed seems sort of ironic. Regards, Richard Schuh -Original Message- From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On Behalf Of Stephen

Re: CP Query wildcards

2009-07-01 Thread Patrick Spinler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Adam Thornton wrote: Wouldn't it be nice if Unix worked like Unix was supposed to work, and everything *WERE* a file? Well, for what it's worth, and by fits and starts and with no real plan, Linux is actually working it's way slowly in that general

Re: Network Problem?

2009-07-01 Thread McBride, Catherine
Just received a similar notice here, on a reply to a different mailing list. Also hosted at UARK.EDU. -Original Message- From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu]on Behalf Of Schuh, Richard Sent: Wednesday, July 01, 2009 3:55 PM To: IBMVM@LISTSERV.UARK.EDU

Re: CP Query wildcards

2009-07-01 Thread Wakser, David
David: OK, here it is; it's not pretty (I wrote the code as one of my first PIPES experiments many years ago), but it does exactly what you want it to do. The syntax is: QDA DA * where is from 1 to 6 characters of the volumes you are looking for (generic) followed by a *.

Re: CP Query wildcards

2009-07-01 Thread Alan Ackerman
On Wed, 1 Jul 2009 16:09:46 -0500, Adam Thornton athorn...@sinenomine.ne t wrote: On Jul 1, 2009, at 2:33 PM, Richard Troth wrote: By the way ... Unix cheats. The shell expands all wildcards, which I have always said is a mistake because it presumes on the context. The shell can only expand

Re: CP Query wildcards

2009-07-01 Thread David Boyes
Wouldn't it be nice if you could 'ifconfig eth*'? You can in Plan 9. 8-)

Re: CP Query wildcards

2009-07-01 Thread Scott Rohling
re: CP requirement to accept wildcards for query commands Playing devil's advocate: Since the guest OS (CMS, Linux, whatever) can readily solve the requirement (especially when you guys start talking about shells, etc), why put it on the hypervisor? That's why IBM wrote CMS.. then REXX..