Re: OS/VS1

2009-06-05 Thread john . zarzeck
You can get OS/VS1, OS/360, and other old OS-s on CD for the price of
shipping  ($5) from  

http://www.cbttape.org/cdrom.htm


You can run this on your PC under Hercules, under Windows or Linux..

http://www.nabble.com/Hercules390-f910.html

http://www.hercules-390.org/hercsupp.html

http://www.jaymoseley.com/hercules/

Cheers,
John Zarzeck 

-Original Message-
From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On
Behalf Of McKown, John
Sent: 04 June 2009 21:11
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: OS/VS1

 -Original Message-
 From: The IBM z/VM Operating System 
 [mailto:ib...@listserv.uark.edu] On Behalf Of Ward, Mike S
 Sent: Thursday, June 04, 2009 2:30 PM
 To: IBMVM@LISTSERV.UARK.EDU
 Subject: OS/VS1
 
 Hello all, I know this is old hat to some, but I thought I would ask
 anyway. I'm sure it's been asked here before, but we might 
 have some new
 members that may be able to help. I'm looking for a copy 
 OS/VS1, tapes,
 manuals, etc... I would like to get a vanilla VS1 Release 7.0 system
 without BPE, DFDS and other program product extensions. I'll be more
 than happy to pay for shipping of any materials. Thanks.

IIRC, even the base system is a copyrighted, licensed, product. Somebody
could give you the manuals, but the software? Well, I doubt legally.

--
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 may contain confidential or
proprietary information. If you are not the intended recipient, please
contact the sender by reply e-mail and destroy all copies of the original
message. HealthMarkets(r) is the brand name for products underwritten and
issued by the insurance subsidiaries of HealthMarkets, Inc. -The Chesapeake
Life Insurance Company(r), Mid-West National Life Insurance Company of
TennesseeSM and The MEGA Life and Health Insurance Company.SM

 

This e-mail and any attachments are confidential and intended solely for the 
addressee and may also be privileged or exempt from disclosure under applicable 
law. If you are not the addressee, or have received this e-mail in error, 
please notify the sender immediately, delete it from your system and do not 
copy, disclose or otherwise act upon any part of this e-mail or its attachments.

Internet communications are not guaranteed to be secure or virus-free.
The Barclays Group does not accept responsibility for any loss arising from 
unauthorised access to, or interference with, any Internet communications by 
any third party, or from the transmission of any viruses. Replies to this 
e-mail may be monitored by the Barclays Group for operational or business 
reasons.

Any opinion or other information in this e-mail or its attachments that does 
not relate to the business of the Barclays Group is personal to the sender and 
is not given or endorsed by the Barclays Group.

Barclays Bank PLC.Registered in England and Wales (registered no. 1026167).
Registered Office: 1 Churchill Place, London, E14 5HP, United Kingdom.

Barclays Bank PLC is authorised and regulated by the Financial Services 
Authority.


Re: EXECIO COMMAND HELP

2009-06-05 Thread Fran Hensler
Howard -
 
This would be an excellent place to use a PIPE assuming that your using REXX.
You would not have to worry about specifying a buffer size.
 
/* * * * Format of Query RDR:
ORIGINID FILE CLASS RECORDS  CPY HOLD DATE  TIME NAME  TYPE DIST
SMTP 4773 A PUN 0092 001 NONE 06/04 22:02:07 OWNER-IB  NOTE SRU
 * * * */
 
   'PIPE CP QUERY RDR ALL',
  '| DROP FIRST 1', /* Drop header line */
  '| STEM RDR.'
 
Do i = 1 to rdr.0   /* rdr.0 has line count */
   Parse Var rdr.i origin spoolid class . . . . . fn ft .
   /* Do something here */
End i
 
/Fran Hensler at Slippery Rock University of Pennsylvania USA for 46 years
mailto:f...@zvm.sru.edu  http://zvm.sru.edu/~fjh  +1.724.738.2153
  Yes, Virginia, there is a Slippery Rock
--
 
On Thu, 4 Jun 2009 19:01:03 -0700 Howard Rifkind said:
Thanks Neal, this is just about what I did only 'queue rdr all'

--- On Thu, 6/4/09, Neal Scheffler n...@chrysler.com wrote:

From: Neal Scheffler n...@chrysler.com
Subject: Re: EXECIO COMMAND HELP
To: IBMVM@LISTSERV.UARK.EDU
Date: Thursday, June 4, 2009, 4:36 PM

You might try something like this:

'EXECIO * CP (BUFFER 65536 STRING QUERY RDR SYSTEM ALL'

Neal Scheffler




PERFSVM security

2009-06-05 Thread Jim Bohnsack

Quite often when I reconnect PERFSVM, I'll see messages such as below:

FCXWWW585E Incorrect request format: 
WEBSERVhttp://www.sciencedirect.com/
FCXTCP592I User  at 221.6.184.157:47911 reset: Idle for over 30 
min. 

FCONRMT AUTHORIZ on my systems spells out by nodeid and userid who can 
issue commands and by nodeid and * for who can request data.  The 
systems run RACFVM so when a user connects to PERFSVM via a web 
interface, the id has to logon with a valid userid and pw. 

Is there an exposure here that I'm missing?  We do not run with a system 
wide firewall.  Yes, I know that's a problem, but academic freedom and 
all that stuff.


Jim

--
Jim Bohnsack
Cornell University
(972) 596-6377 home/office
(972) 342-5823 cell
jab...@cornell.edu


Changing the Privilege Class of DIRECTXA

2009-06-05 Thread Wandschneider, Scott
In order to protect the DIRECXA command from authorized use I would add
the following to my CLASS OVERRIDE file and execute - Correct?

DIAG3C NEWCLASS=U

Then only users the privilege class of U could execute the DIRECTXA
command - Correct?

Thank you,
Scott R Wandschneider
scott.wandschnei...@infocrossing.com 

Confidentiality Note: This e-mail, including any attachment to it, may contain 
material that is confidential, proprietary, privileged and/or Protected Health 
Information, within the meaning of the regulations under the Health Insurance 
Portability  Accountability Act as amended.  If it is not clear that you are 
the intended recipient, you are hereby notified that you have received this 
transmittal in error, and any review, dissemination, distribution or copying of 
this e-mail, including any attachment to it, is strictly prohibited. If you 
have received this e-mail in error, please immediately return it to the sender 
and delete it from your system. Thank you.


Re: Changing the Privilege Class of DIRECTXA

2009-06-05 Thread Bruce Hayden
Yes, although using a modify command in your system config is the
better way to do it these days:
MODIFY DIAGnose  3C PRIVclass U

Of course, you also need write access to the volume with the active
directory to be able to modify it.

On Fri, Jun 5, 2009 at 10:02 AM, Wandschneider, Scott
scott.wandschnei...@infocrossing.com wrote:
 In order to protect the DIRECXA command from authorized use I would add
 the following to my CLASS OVERRIDE file and execute - Correct?

 DIAG3C NEWCLASS=U

 Then only users the privilege class of U could execute the DIRECTXA
 command - Correct?

 Thank you,
 Scott R Wandschneider
 scott.wandschnei...@infocrossing.com

 Confidentiality Note: This e-mail, including any attachment to it, may 
 contain material that is confidential, proprietary, privileged and/or 
 Protected Health Information, within the meaning of the regulations under 
 the Health Insurance Portability  Accountability Act as amended.  If it is 
 not clear that you are the intended recipient, you are hereby notified that 
 you have received this transmittal in error, and any review, dissemination, 
 distribution or copying of this e-mail, including any attachment to it, is 
 strictly prohibited. If you have received this e-mail in error, please 
 immediately return it to the sender and delete it from your system. Thank you.




-- 
Bruce Hayden
Linux on System z Advanced Technical Support
IBM, Endicott, NY


VM RSU Question

2009-06-05 Thread Mark Jacobs
I'm doing my very first VM installation and I have successfully
installed zVM 5.4 RSU0801 as a second level guest. I'm beginning the
process to order and install the latest RSU level + PSP ptf's and I have
a very newbie question.

Do I have to order and install both RSU 0802 and 0901 or does the
install of 0901 include the PTF's that were shipped in 0802?

-- 
Mark Jacobs
Time Customer Service
Tampa, FL


The universe is driven by the complex interaction between three 
ingredients: matter, energy, and enlightened self-interest.

Babylon 5 - Survivors


Re: OS/VS1

2009-06-05 Thread Ward, Mike S
The osvs1 system that was at cbtape has been removed because it was
tainted with BPE, DFDSS, and some other copyrighted materials. What I'm
looking for is a base os/vs1 without any extensions. Thanks for the
reply.

-Original Message-
From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On
Behalf Of john.zarz...@barclays.com
Sent: Friday, June 05, 2009 2:59 AM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: OS/VS1

You can get OS/VS1, OS/360, and other old OS-s on CD for the price of
shipping  ($5) from  

http://www.cbttape.org/cdrom.htm


You can run this on your PC under Hercules, under Windows or Linux..

http://www.nabble.com/Hercules390-f910.html

http://www.hercules-390.org/hercsupp.html

http://www.jaymoseley.com/hercules/

Cheers,
John Zarzeck 

-Original Message-
From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On
Behalf Of McKown, John
Sent: 04 June 2009 21:11
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: OS/VS1

 -Original Message-
 From: The IBM z/VM Operating System 
 [mailto:ib...@listserv.uark.edu] On Behalf Of Ward, Mike S
 Sent: Thursday, June 04, 2009 2:30 PM
 To: IBMVM@LISTSERV.UARK.EDU
 Subject: OS/VS1
 
 Hello all, I know this is old hat to some, but I thought I would ask
 anyway. I'm sure it's been asked here before, but we might 
 have some new
 members that may be able to help. I'm looking for a copy 
 OS/VS1, tapes,
 manuals, etc... I would like to get a vanilla VS1 Release 7.0 system
 without BPE, DFDS and other program product extensions. I'll be more
 than happy to pay for shipping of any materials. Thanks.

IIRC, even the base system is a copyrighted, licensed, product.
Somebody
could give you the manuals, but the software? Well, I doubt legally.

--
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 may contain confidential or
proprietary information. If you are not the intended recipient, please
contact the sender by reply e-mail and destroy all copies of the
original
message. HealthMarkets(r) is the brand name for products underwritten
and
issued by the insurance subsidiaries of HealthMarkets, Inc. -The
Chesapeake
Life Insurance Company(r), Mid-West National Life Insurance Company of
TennesseeSM and The MEGA Life and Health Insurance Company.SM

 

This e-mail and any attachments are confidential and intended solely for
the addressee and may also be privileged or exempt from disclosure under
applicable law. If you are not the addressee, or have received this
e-mail in error, please notify the sender immediately, delete it from
your system and do not copy, disclose or otherwise act upon any part of
this e-mail or its attachments.

Internet communications are not guaranteed to be secure or virus-free.
The Barclays Group does not accept responsibility for any loss arising
from unauthorised access to, or interference with, any Internet
communications by any third party, or from the transmission of any
viruses. Replies to this e-mail may be monitored by the Barclays Group
for operational or business reasons.

Any opinion or other information in this e-mail or its attachments that
does not relate to the business of the Barclays Group is personal to the
sender and is not given or endorsed by the Barclays Group.

Barclays Bank PLC.Registered in England and Wales (registered no.
1026167).
Registered Office: 1 Churchill Place, London, E14 5HP, United Kingdom.

Barclays Bank PLC is authorised and regulated by the Financial Services
Authority.
==
This email and any files transmitted with it are confidential and intended 
solely for the use of the individual or entity
to which they are addressed. If you have received this email in error please 
notify the system manager. This message
contains confidential information and is intended only for the individual 
named. If you are not the named addressee you
should not disseminate, distribute or copy this e-mail. Please notify the 
sender immediately by e-mail if you
have received this e-mail by mistake and delete this e-mail from your system. 
If you are not the intended recipient
you are notified that disclosing, copying, distributing or taking any action in 
reliance on the contents of this
information is strictly prohibited.



Re: Changing the Privilege Class of DIRECTXA

2009-06-05 Thread Wandschneider, Scott
I like placing the overrides in the SYS CONFIG file better, since at DR tests 
we use a DR SYS CONFIG file which wouldn't have/need the overrides.  Thanks 
for the idea.  

Thank you,

Scott

-Original Message-
From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On Behalf 
Of Bruce Hayden
Sent: Friday, June 05, 2009 9:19 AM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: Changing the Privilege Class of DIRECTXA

Yes, although using a modify command in your system config is the
better way to do it these days:
MODIFY DIAGnose  3C PRIVclass U

Of course, you also need write access to the volume with the active
directory to be able to modify it.

On Fri, Jun 5, 2009 at 10:02 AM, Wandschneider, Scott
scott.wandschnei...@infocrossing.com wrote:
 In order to protect the DIRECXA command from authorized use I would add
 the following to my CLASS OVERRIDE file and execute - Correct?

 DIAG3C NEWCLASS=U

 Then only users the privilege class of U could execute the DIRECTXA
 command - Correct?

 Thank you,
 Scott R Wandschneider
 scott.wandschnei...@infocrossing.com

 Confidentiality Note: This e-mail, including any attachment to it, may 
 contain material that is confidential, proprietary, privileged and/or 
 Protected Health Information, within the meaning of the regulations under 
 the Health Insurance Portability  Accountability Act as amended.  If it is 
 not clear that you are the intended recipient, you are hereby notified that 
 you have received this transmittal in error, and any review, dissemination, 
 distribution or copying of this e-mail, including any attachment to it, is 
 strictly prohibited. If you have received this e-mail in error, please 
 immediately return it to the sender and delete it from your system. Thank you.




-- 
Bruce Hayden
Linux on System z Advanced Technical Support
IBM, Endicott, NY

Confidentiality Note: This e-mail, including any attachment to it, may contain 
material that is confidential, proprietary, privileged and/or Protected Health 
Information, within the meaning of the regulations under the Health Insurance 
Portability  Accountability Act as amended.  If it is not clear that you are 
the intended recipient, you are hereby notified that you have received this 
transmittal in error, and any review, dissemination, distribution or copying of 
this e-mail, including any attachment to it, is strictly prohibited. If you 
have received this e-mail in error, please immediately return it to the sender 
and delete it from your system. Thank you.


Re: VM RSU Question

2009-06-05 Thread sunny . hu
Hello Mark:

I had the same question two months ago when I install 5.4.
I found RSU 901 is all we need in order to upgrade to level 901.

Sunny Hu




Mark Jacobs mark.jac...@custserv.com 
Sent by: The IBM z/VM Operating System IBMVM@LISTSERV.UARK.EDU
06/05/2009 08:21 AM
Please respond to
mark.jac...@custserv.com


To
IBMVM@LISTSERV.UARK.EDU
cc

Subject
VM RSU Question






I'm doing my very first VM installation and I have successfully
installed zVM 5.4 RSU0801 as a second level guest. I'm beginning the
process to order and install the latest RSU level + PSP ptf's and I have
a very newbie question.

Do I have to order and install both RSU 0802 and 0901 or does the
install of 0901 include the PTF's that were shipped in 0802?

-- 
Mark Jacobs
Time Customer Service
Tampa, FL


The universe is driven by the complex interaction between three 
ingredients: matter, energy, and enlightened self-interest.

Babylon 5 - Survivors


Scanned by WCB Webgate2 AntiSpam/AntiVirus email gateway.



This message is intended only for the addressee.  It may contain privileged or 
confidential information.  Any unauthorized disclosure is strictly prohibited.  
If you have received this message in error, please notify us immediately so 
that we may correct our internal records.  Please then delete the original 
email.  Thank you. (Sent by Webgate1)


Last release for 3420s?

2009-06-05 Thread Lee Stewart
Do I recall right that the last VM release to support 3420 type tapes 
was z/VM 4.4?   Was that just CMS that no longer supports them, or both 
CP  CMS?

Thanks,
Lee
--

Lee Stewart, Senior SE
Sirius Computer Solutions
Phone: (303) 996-7122
Email: lee.stew...@siriuscom.com
Web:   www.siriuscom.com


Re: Changing the Privilege Class of DIRECTXA

2009-06-05 Thread Rob van der Heij
On Fri, Jun 5, 2009 at 4:02 PM, Wandschneider,
Scottscott.wandschnei...@infocrossing.com wrote:
 In order to protect the DIRECXA command from authorized use I would add
 the following to my CLASS OVERRIDE file and execute - Correct?

 DIAG3C NEWCLASS=U

 Then only users the privilege class of U could execute the DIRECTXA
 command - Correct?

The class override stuff is so 80's ;-)  We use MODIFY DIAG these
days, probably from the system configuration file.

And I assume you then give DIRMAINT only class GU ?  Is your concern
that someone with access to DIRMAINT has high privileges? But if they
do DIRMAINT they could just change their privilege class anyway...

If you're worried about protecting the directory, wouldn't you just
keep people away from R/W linking the volume that has the directory?
The process for DIRECTXA is that it first writes the object directory
to disk and then tells CP to flush cached entries and switch to the
new directory.

My concern with changes in privilege class is always the ability to
recover from problems. Especially with the override files there was
the risk of losing the spool file and be stuck with special users that
were give classes P and R but where CP currently has no commands
assigned.

Rob


Re: Last release for 3420s?

2009-06-05 Thread Steve Wilkins

Yes, z/VM 4.4 was the last release across the board (CP, CMS, etc.).

Steve Wilkins
IBM z/VM I/O Development
Strategy  Architecture


   
  From:   Lee Stewart lstewart.dsgr...@attglobal.net 
   
  To: IBMVM@LISTSERV.UARK.EDU  
   
  Date:   06/05/2009 11:16 AM  
   
  Subject:Last release for 3420s?  
   





Do I recall right that the last VM release to support 3420 type tapes
was z/VM 4.4?   Was that just CMS that no longer supports them, or both
CP  CMS?
Thanks,
Lee
--

Lee Stewart, Senior SE
Sirius Computer Solutions
Phone: (303) 996-7122
Email: lee.stew...@siriuscom.com
Web:   www.siriuscom.com



Re: Last release for 3420s?

2009-06-05 Thread Alan Altmark
On Friday, 06/05/2009 at 11:17 EDT, Lee Stewart 
lstewart.dsgr...@attglobal.net wrote:
 Do I recall right that the last VM release to support 3420 type tapes
 was z/VM 4.4?   Was that just CMS that no longer supports them, or both
 CP  CMS?

Whatever the release was, it was a z/VM statement covering all components. 
 However, no code was harmed in the making of that announcement.  All it 
means is that we're no longer maintaining the 3420 code and if something 
doesn't work quite right, we're under no obligation to fix it.

Alan Altmark
z/VM Development
IBM Endicott


Re: VM RSU Question

2009-06-05 Thread Schuh, Richard
Yeah, VM RSUs are not like Vista SPs, thank goodness. The RSUs are cumulative.


Regards,
Richard Schuh






From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On Behalf 
Of sunny...@wcb.ab.ca
Sent: Friday, June 05, 2009 7:52 AM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: VM RSU Question


Hello Mark:

I had the same question two months ago when I install 5.4.
I found RSU 901 is all we need in order to upgrade to level 901.

Sunny Hu



Mark Jacobs mark.jac...@custserv.com
Sent by: The IBM z/VM Operating System IBMVM@LISTSERV.UARK.EDU

06/05/2009 08:21 AM
Please respond to
mark.jac...@custserv.com


To
IBMVM@LISTSERV.UARK.EDU
cc
Subject
VM RSU Question





I'm doing my very first VM installation and I have successfully
installed zVM 5.4 RSU0801 as a second level guest. I'm beginning the
process to order and install the latest RSU level + PSP ptf's and I have
a very newbie question.

Do I have to order and install both RSU 0802 and 0901 or does the
install of 0901 include the PTF's that were shipped in 0802?

--
Mark Jacobs
Time Customer Service
Tampa, FL


The universe is driven by the complex interaction between three
ingredients: matter, energy, and enlightened self-interest.

Babylon 5 - Survivors


Scanned by WCB Webgate2 AntiSpam/AntiVirus email gateway.



This message is intended only for the addressee. It may contain privileged or 
confidential information. Any unauthorized disclosure is strictly prohibited. 
If you have received this message in error, please notify us immediately so 
that we may correct our internal records. Please then delete the original 
email. Thank you. (Sent by Webgate1)


Re: Last release for 3420s?

2009-06-05 Thread Lee Stewart

Alan Altmark wrote:

 However, no code was harmed in the making of that announcement.  


Thanks Alan, that's what I was really hoping...
Lee

--

Lee Stewart, Senior SE
Sirius Computer Solutions
Phone: (303) 996-7122
Email: lee.stew...@siriuscom.com
Web:   www.siriuscom.com


Re: Last release for 3420s?

2009-06-05 Thread Stephen Frazier

Alan Altmark wrote:
On Friday, 06/05/2009 at 11:17 EDT, Lee Stewart 
lstewart.dsgr...@attglobal.net wrote:
  

Do I recall right that the last VM release to support 3420 type tapes
was z/VM 4.4?   Was that just CMS that no longer supports them, or both
CP  CMS?



Whatever the release was, it was a z/VM statement covering all components. 
 However, no code was harmed in the making of that announcement.  All it 
means is that we're no longer maintaining the 3420 code and if something 
doesn't work quite right, we're under no obligation to fix it.


Alan Altmark
z/VM Development
IBM Endicott
  
Some people who have tried 3420's on z/VM 5.3 said they work. However 
IBM is no longer testing 3420 code and if it ever stops working they may 
not fix it.

Finding the actual 3420 hardware that still works is getting difficult. :)

--
Stephen Frazier
Information Technology Unit
Oklahoma Department of Corrections
3400 Martin Luther King
Oklahoma City, Ok, 73111-4298
Tel.: (405) 425-2549
Fax: (405) 425-2554
Pager: (405) 690-1828
email:  stevef%doc.state.ok.us


Re: Last release for 3420s?

2009-06-05 Thread Adam Thornton

On Jun 5, 2009, at 1:08 PM, Stephen Frazier wrote:


Some people who have tried 3420's on z/VM 5.3 said they work.  
However IBM is no longer testing 3420 code and if it ever stops  
working they may not fix it.
Finding the actual 3420 hardware that still works is getting  
difficult. :)


There's some in Virginia free to a good home.  Free to any home, in  
fact.  Just take it away.  As long as you provide all the labor and  
all the transport, it's yours.  Not kidding.


Adam


Re: Last release for 3420s?

2009-06-05 Thread Alan Altmark
On Friday, 06/05/2009 at 02:21 EDT, Adam Thornton 
athorn...@sinenomine.net wrote:
 There's some in Virginia free to a good home.  Free to any home, in
 fact.  Just take it away.  As long as you provide all the labor and
 all the transport, it's yours.  Not kidding.

You would think that some Hollywood museum would want them as a cultural 
icon for 1st-generation movies with/about computers.  I suppose you're 
already checked with the Smithsonian and Walt Disney World.  :-)

Alan Altmark
z/VM Development
IBM Endicott


Re: Last release for 3420s?

2009-06-05 Thread Schuh, Richard
Also check the marinas for those being used as boat anchors. :-)

Regards, 
Richard Schuh 

 

 -Original Message-
 From: The IBM z/VM Operating System 
 [mailto:ib...@listserv.uark.edu] On Behalf Of Alan Altmark
 Sent: Friday, June 05, 2009 11:37 AM
 To: IBMVM@LISTSERV.UARK.EDU
 Subject: Re: Last release for 3420s?
 
 On Friday, 06/05/2009 at 02:21 EDT, Adam Thornton 
 athorn...@sinenomine.net wrote:
  There's some in Virginia free to a good home.  Free to any home, in 
  fact.  Just take it away.  As long as you provide all the labor and 
  all the transport, it's yours.  Not kidding.
 
 You would think that some Hollywood museum would want them as 
 a cultural icon for 1st-generation movies with/about 
 computers.  I suppose you're already checked with the 
 Smithsonian and Walt Disney World.  :-)
 
 Alan Altmark
 z/VM Development
 IBM Endicott
 

Re: Last release for 3420s?

2009-06-05 Thread McKown, John
Hum, if I had to use a 3420, I'd likely get a SCSI version. Attach that to a 
FlexCUB controller. Have the FlexCUB emulate a 3490 drive on disk, then later 
copy the data to the 3420 via a FlexCUB command. Do the reverse to come the 
other way.

--
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 may contain confidential or 
proprietary information. If you are not the intended recipient, please contact 
the sender by reply e-mail and destroy all copies of the original message. 
HealthMarkets(r) is the brand name for products underwritten and issued by the 
insurance subsidiaries of HealthMarkets, Inc. -The Chesapeake Life Insurance 
Company(r), Mid-West National Life Insurance Company of TennesseeSM and The 
MEGA Life and Health Insurance Company.SM


Re: Last release for 3420s?

2009-06-05 Thread Tom Duerbusch
They are still in use here.

Tom Duerbusch
THD Consulting

 Schuh, Richard rsc...@visa.com 6/5/2009 2:19 PM 
Also check the marinas for those being used as boat anchors. :-)

Regards, 
Richard Schuh 

 

 -Original Message-
 From: The IBM z/VM Operating System 
 [mailto:ib...@listserv.uark.edu] On Behalf Of Alan Altmark
 Sent: Friday, June 05, 2009 11:37 AM
 To: IBMVM@LISTSERV.UARK.EDU 
 Subject: Re: Last release for 3420s?
 
 On Friday, 06/05/2009 at 02:21 EDT, Adam Thornton 
 athorn...@sinenomine.net wrote:
  There's some in Virginia free to a good home.  Free to any home, in 
  fact.  Just take it away.  As long as you provide all the labor and 
  all the transport, it's yours.  Not kidding.
 
 You would think that some Hollywood museum would want them as 
 a cultural icon for 1st-generation movies with/about 
 computers.  I suppose you're already checked with the 
 Smithsonian and Walt Disney World.  :-)
 
 Alan Altmark
 z/VM Development
 IBM Endicott
 


Re: Last release for 3420s?

2009-06-05 Thread Schuh, Richard
I figured that, else why ask?

Regards, 
Richard Schuh 

 

 -Original Message-
 From: The IBM z/VM Operating System 
 [mailto:ib...@listserv.uark.edu] On Behalf Of Tom Duerbusch
 Sent: Friday, June 05, 2009 1:03 PM
 To: IBMVM@LISTSERV.UARK.EDU
 Subject: Re: Last release for 3420s?
 
 They are still in use here.
 
 Tom Duerbusch
 THD Consulting
 
  Schuh, Richard rsc...@visa.com 6/5/2009 2:19 PM 
 Also check the marinas for those being used as boat anchors. :-)
 
 Regards,
 Richard Schuh 
 
  
 
  -Original Message-
  From: The IBM z/VM Operating System
  [mailto:ib...@listserv.uark.edu] On Behalf Of Alan Altmark
  Sent: Friday, June 05, 2009 11:37 AM
  To: IBMVM@LISTSERV.UARK.EDU
  Subject: Re: Last release for 3420s?
  
  On Friday, 06/05/2009 at 02:21 EDT, Adam Thornton 
  athorn...@sinenomine.net wrote:
   There's some in Virginia free to a good home.  Free to 
 any home, in 
   fact.  Just take it away.  As long as you provide all the 
 labor and 
   all the transport, it's yours.  Not kidding.
  
  You would think that some Hollywood museum would want them as a 
  cultural icon for 1st-generation movies with/about computers.  I 
  suppose you're already checked with the Smithsonian and Walt Disney 
  World.  :-)
  
  Alan Altmark
  z/VM Development
  IBM Endicott
  
 

How to get the performance history

2009-06-05 Thread sunny . hu
Hello, guys:

I followed the Getting Started with Linux on System Z. 
I got the Web interface for performance Toolkit for VM5.4
The next task is to produce the monthly report  for CPU and storage usage.
But I have no idea how ?
Can I use performance Toolkit  for the perfomance? What is the steps?


Sunny Hu


This message is intended only for the addressee.  It may contain privileged or 
confidential information.  Any unauthorized disclosure is strictly prohibited.  
If you have received this message in error, please notify us immediately so 
that we may correct our internal records.  Please then delete the original 
email.  Thank you. (Sent by Webgate2)