Re: applying VM RSU maint - CPLEVEL

2007-08-15 Thread [EMAIL PROTECTED]
Don't do the manual commands. Instead attach the tape to maint, define 
stor to at least 64 meg and enter the command SERVICE ALL. After the 
service has been applied, enter PUT2PROD ALL. These 2 commands do all 
necessary things.


The single pretty complicated VMSES commands were necessary on older vm 
releases.


kind regards
Franz Josef Pohlen


[EMAIL PROTECTED] schrieb:


List,

i have RSU tapes to update my VM 4.4 system.
following the service guide, i am doing the steps to prepare for 
service refresh.

when i issue the VMFPSU ZVM CPSFS
i get this output:
vmfpsu zvm cpsfs
VMFPSU2760I VMFPSU processing started
VMFPSU1077I Comparing tables 4VMVMB40 VVT$PSU$ A and 4VMVMB40 VVTVM H
VMFPSU1071I There are 0 PTFs on the Recommended Service Upgrade for
PRODID 4VMVMB40%CP that are not currently
applied.
VMFPSU1074I There are no PTFs on the Recommended Service Upgrade to be
applied for PRODID 4VMVMB40%CP. Continue with
the next product.
VMFPSU1070I Creating 4VMVMB40 PSUPLAN file at service level RSU-0401 for
component CPSFS in PPF ZVM.
VMFPSU2760I VMFPSU processing completed successfully

this is puzzling since the RSU document says that z/VM CP 4.4.0 has 
level 0601 on it


but a q cplevel says that i am at 0403:

z/VM Version 4 Release 4.0, service level 0403 (64-bit)
Generated at 01/12/06 14:50:57 CST

how do i get to 0601 ?

prg

Phillip Gramly
Systems Programmer
Communications Data Group
Champaign, IL 


Re: applying VM RSU maint - CPLEVEL

2007-08-15 Thread Mark Pace
On 8/15/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

 Don't do the manual commands. Instead attach the tape to maint, define
 stor to at least 64 meg and enter the command SERVICE ALL. After the
 service has been applied, enter PUT2PROD ALL. These 2 commands do all
 necessary things.

 The single pretty complicated VMSES commands were necessary on older vm
 releases.

 kind regards
 Franz Josef Pohlen

 Be cautious with PUT2PROD ALL,  this will take down your TCPIP stack.  Be
sure to do this during a down time, and try not to be logged on the a TCPIP
session when you do this.

-- 
Mark Pace
Mainline Information Systems


Re: PERFSVM cleanup

2007-08-15 Thread Austin, Alyce (CIV)
Hi Kris,

 

Thanks for your reply...but, I didn't see your execs.  Did you forget to
attach them?

 

I guess the  CONLOG and HISTLOG files get cleaned up by some other
process since

I did see them specify in the FCONX $PROFILE file on PERFSVM's 191 disk.

 

 

Thanks again,

 

Alyce

 

 



From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On
Behalf Of Kris Buelens
Sent: Monday, August 13, 2007 11:35 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: PERFSVM cleanup

 

Here my exec.  As one can see, it is meant to be extended at some later
day.  At this time, it checks the userid, to be either KRIS, VMPRF, or
TSLARUN (the last two are RxServer based servers that we use for
VMUTIL-like work). 

-- Forwarded message --
From: Kris Buelens [EMAIL PROTECTED]
Date: 14 aug. 2007 09:25 
Subject: Re:
To: The IBM z/VM Operating System IBMVM@listserv.uark.edu

CONLOG and HISTLOG files are cleaned up automatically, additionally you
can code an FCXRENAM EXEC that the PTK will execute, and where you can
cleanup other things, or create extra archives.  Apart from that, no
automatic cleanup is done and when the A-disk gets full, it remains
full.  But, PERFSVM remains active, you will still be able to look at
real-time performance data. 
I've got an EXEC that runs in one of my other servers that will collect
more CONLOG files in SFS, useful for debugging.  It also keeps an eye on
the 191 disk of PERFSVM and removes the FCXTREND file when the disk
becomes more than x% full.  I'll send it to you, it should run in a
server that is authorized in the PTK, or you can change it to become
FCXRENAM.  As server you could use VMUTIL, for example based on my
RxServer package. 

2007/8/14, Alyce Austin [EMAIL PROTECTED]: 

Hello,

I notice that PERFSVM A DISK fills up rather quickly.

Does it automatically role-over when it gets to a certain
percentage?  If not, what is the best way to clean it up?
Which files are OK to delete and still keep it running?

Thanks for your help,
Alyce


-- 
Kris Buelens,
IBM Belgium, VM customer support 



Re: applying VM RSU maint - CPLEVEL

2007-08-15 Thread Kris Buelens
The native command VMFPSU seems right.  Did you map the RSU, maybe the RSU
is multivolume and the tape mounted was not the one with CP service.  To map
the RSU, use VMFINS INSTALL INFO (NOMEMO after which you'll find a VMFINS
PRODLIST on yor A-disk.

2007/8/15, Mark Pace [EMAIL PROTECTED]:

 On 8/15/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 
  Don't do the manual commands. Instead attach the tape to maint, define
  stor to at least 64 meg and enter the command SERVICE ALL. After the
  service has been applied, enter PUT2PROD ALL. These 2 commands do all
  necessary things.
 
  The single pretty complicated VMSES commands were necessary on older vm
  releases.
 
  kind regards
  Franz Josef Pohlen
 
  Be cautious with PUT2PROD ALL,  this will take down your TCPIP stack.
 Be sure to do this during a down time, and try not to be logged on the a
 TCPIP session when you do this.

 --
 Mark Pace
 Mainline Information Systems




-- 
Kris Buelens,
IBM Belgium, VM customer support


Re: PERFSVM cleanup

2007-08-15 Thread Kris Buelens
I probably forgot, and such a thing would not be the first time.

2007/8/15, Austin, Alyce (CIV) [EMAIL PROTECTED]:

  Hi Kris,



 Thanks for your reply…but, I didn't see your execs.  Did you forget to
 attach them?



 I guess the  CONLOG and HISTLOG files get cleaned up by some other process
 since

 I did see them specify in the FCONX $PROFILE file on PERFSVM's 191 disk.





 Thanks again,



 Alyce




  --

 *From:* The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] *On
 Behalf Of *Kris Buelens
 *Sent:* Monday, August 13, 2007 11:35 PM
 *To:* IBMVM@LISTSERV.UARK.EDU
 *Subject:* Re: PERFSVM cleanup



 Here my exec.  As one can see, it is meant to be extended at some later
 day.  At this time, it checks the userid, to be either KRIS, VMPRF, or
 TSLARUN (the last two are RxServer based servers that we use for VMUTIL-like
 work).

 -- Forwarded message --
 From: *Kris Buelens* [EMAIL PROTECTED]
 Date: 14 aug. 2007 09:25
 Subject: Re:
 To: The IBM z/VM Operating System IBMVM@listserv.uark.edu

 CONLOG and HISTLOG files are cleaned up automatically, additionally you
 can code an FCXRENAM EXEC that the PTK will execute, and where you can
 cleanup other things, or create extra archives.  Apart from that, no
 automatic cleanup is done and when the A-disk gets full, it remains full.
 But, PERFSVM remains active, you will still be able to look at real-time
 performance data.
 I've got an EXEC that runs in one of my other servers that will collect
 more CONLOG files in SFS, useful for debugging.  It also keeps an eye on the
 191 disk of PERFSVM and removes the FCXTREND file when the disk becomes more
 than x% full.  I'll send it to you, it should run in a server that is
 authorized in the PTK, or you can change it to become FCXRENAM.  As server
 you could use VMUTIL, for example based on my RxServer package.

 2007/8/14, Alyce Austin [EMAIL PROTECTED]:

 Hello,

 I notice that PERFSVM A DISK fills up rather quickly.

 Does it automatically role-over when it gets to a certain
 percentage?  If not, what is the best way to clean it up?
 Which files are OK to delete and still keep it running?

 Thanks for your help,
 Alyce


 --
 Kris Buelens,
 IBM Belgium, VM customer support




-- 
Kris Buelens,
IBM Belgium, VM customer support


Re: applying VM RSU maint - CPLEVEL

2007-08-15 Thread [EMAIL PROTECTED]

Mark,

you are right, I have forgotten to mention this.

kind regards
Franz Josef Pohlen


Mark Pace schrieb:
On 8/15/07, [EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]* [EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED] wrote:


Don't do the manual commands. Instead attach the tape to maint, define
stor to at least 64 meg and enter the command SERVICE ALL. After the
service has been applied, enter PUT2PROD ALL. These 2 commands do all
necessary things.

The single pretty complicated VMSES commands were necessary on
older vm
releases.

kind regards
Franz Josef Pohlen

Be cautious with PUT2PROD ALL,  this will take down your TCPIP stack.  
Be sure to do this during a down time, and try not to be logged on the 
a TCPIP session when you do this.


--
Mark Pace
Mainline Information Systems 


Re: applying VM RSU maint - CPLEVEL

2007-08-15 Thread Hooker, Don
There is a PTF which will stop PUT2PROD from taking down the TCPIP
stack.


VM 35th Birthday

2007-08-15 Thread Neale Ferguson
The 35th Birthday is in progress. If you have ekiga, gnomemeeting or
something else that can make SIP calls, then try sip:[EMAIL PROTECTED]
We've not had much luck with people behind firewalls but if you can give
it a go. Rick Troth is making an actual video that we may youtube in the
future.

Neale


2007 Order of the Knights of VM

2007-08-15 Thread James Vincent
Moments ago, on August 15th, 2007 at VM's 35th birthday party at SHARE in
San Diego, CA, the following new Companions were inducted into the Order of
the Knights of VM:

   Malcolm Beattie Sir Malcolm the Academic
   Rick Bourgeois  Sir Rick of PARS
   Michael J. Donovan  Sir Mike of the Enclave
   Carol S. EverittDame Carol the Coordinator
   Francis J. Hensler  Sir Fran the Slippery
   William A. Holder   Sir Bill the Doubler
   Michael D. MacIsaac Sir Mike the Chef of Books
   Dennis R. Musselwhite   Sir Dennis of SwitchCraft
   Carsten OtteSir Carsten the Counter of Days
   Robert R. RogersSir Bob of Colorful Words
   Leonard J. Santalucia   Sir Len the Eloquent
   Eric Schuler-Dalverny   Sir Eric the Focused
   Martin Schwidefsky  Sir Martin from the Blue Skies
   Richard A. Schafer  Sir Richard the Mailman
   Gerard C Shockley   Sir Gerard of NEU England
   Donald S. ViningSir Don the Realist
   Ulrich Weigand  Sir Uli The Count of Compilation
   Steve G. WilkinsSir Steve the IOnizer

Please be sure to congratulate these fine additions to the Order of the
Knights of VM for their contributions to the VM community.

James Vincent
Sir James, Herder of Cats (Eques James, Pastorum Feles)
Linux and VM Program Manager


Re: 2007 Order of the Knights of VM

2007-08-15 Thread Rich Greenberg
Congradulations to all the new knights  dames!!

-- 
Rich Greenberg  N Ft Myers, FL, USA richgr atsign panix.com  + 1 239 543 1353
Eastern time.  N6LRT  I speak for myself  my dogs only.VM'er since CP-67
Canines:Val, Red, Shasta  Casey (RIP), Red  Zero, Siberians  Owner:Chinook-L
Retired at the beach Asst Owner:Sibernet-L


Re: 2007 Order of the Knights of VM

2007-08-15 Thread Moore, Terry A.
Congratulations to all the new companions.  Sorry that I was not able to
be there to share in the fun.
 
Terry A Moore
Sir Terry the Weaver



-
This message and any attachments are intended for the individual or
entity named above. If you are not the intended recipient, please
do not forward, copy, print, use or disclose this communication to
others; also please notify the sender by replying to this message,
and then delete it from your system. The Timken Company / The
Timken Corporation  

Re: 2007 Order of the Knights of VM

2007-08-15 Thread Mike Walter
Congratulations to all the new Knights of the Order of VM.  Your earnest
contributions to the VM Community have served you well.

Best regards,

Mike Walter
Sir Mike the Prestidigitator


 
The information contained in this e-mail and any accompanying documents may 
contain information that is confidential or otherwise protected from 
disclosure. If you are not the intended recipient of this message, or if this 
message has been addressed to you in error, please immediately alert the sender 
by reply e-mail and then delete this message, including any attachments. Any 
dissemination, distribution or other use of the contents of this message by 
anyone other than the intended recipient 
is strictly prohibited.


Re: 2007 Order of the Knights of VM

2007-08-15 Thread Phil Tully

Congratulations to all inductees
Phil

James Vincent wrote:

Moments ago, on August 15th, 2007 at VM's 35th birthday party at SHARE 
in San Diego, CA, the following new Companions were inducted into the 
Order of the Knights of VM:


   Malcolm Beattie Sir Malcolm the Academic
   Rick Bourgeois  Sir Rick of PARS
   Michael J. Donovan  Sir Mike of the Enclave
   Carol S. EverittDame Carol the Coordinator
   Francis J. Hensler  Sir Fran the Slippery
   William A. Holder   Sir Bill the Doubler
   Michael D. MacIsaac Sir Mike the Chef of Books
   Dennis R. Musselwhite   Sir Dennis of SwitchCraft
   Carsten OtteSir Carsten the Counter of Days
   Robert R. RogersSir Bob of Colorful Words
   Leonard J. Santalucia   Sir Len the Eloquent
   Eric Schuler-Dalverny   Sir Eric the Focused
   Martin Schwidefsky  Sir Martin from the Blue Skies
   Richard A. Schafer  Sir Richard the Mailman
   Gerard C Shockley   Sir Gerard of NEU England
   Donald S. ViningSir Don the Realist
   Ulrich Weigand  Sir Uli The Count of Compilation
   Steve G. WilkinsSir Steve the IOnizer

Please be sure to congratulate these fine additions to the Order of 
the Knights of VM for their contributions to the VM community.


James Vincent
Sir James, Herder of Cats (Eques James, Pastorum Feles)
Linux and VM Program Manager



--
'in media stat virtus'
Virtue's in the middle


Re: 2007 Order of the Knights of VM

2007-08-15 Thread Rick Bourgeois
I am extremely honored to have been nominated and inducted into the Order of
the Knights of VM.  When I read my name on the list it came as a complete
surprise.  

 

My thanks to whoever nominated me and those that thought I was worthy of
such an honor.  I do love VM and wish I could have attended its birthday
party to give my thanks in person.

 

Best regards,

Rick Bourgeois

Sir Rick of PARS  

[EMAIL PROTECTED] 

  _  

From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On
Behalf Of James Vincent
Sent: Wednesday, August 15, 2007 9:34 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: 2007 Order of the Knights of VM

 

Moments ago, on August 15th, 2007 at VM's 35th birthday party at SHARE in
San Diego, CA, the following new Companions were inducted into the Order of
the Knights of VM:

   Malcolm Beattie Sir Malcolm the Academic
   Rick Bourgeois  Sir Rick of PARS
   Michael J. Donovan  Sir Mike of the Enclave
   Carol S. EverittDame Carol the Coordinator 
   Francis J. Hensler  Sir Fran the Slippery
   William A. Holder   Sir Bill the Doubler
   Michael D. MacIsaac Sir Mike the Chef of Books
   Dennis R. Musselwhite   Sir Dennis of SwitchCraft
   Carsten OtteSir Carsten the Counter of Days 
   Robert R. RogersSir Bob of Colorful Words
   Leonard J. Santalucia   Sir Len the Eloquent
   Eric Schuler-Dalverny   Sir Eric the Focused
   Martin Schwidefsky  Sir Martin from the Blue Skies
   Richard A. Schafer  Sir Richard the Mailman
   Gerard C Shockley   Sir Gerard of NEU England
   Donald S. ViningSir Don the Realist
   Ulrich Weigand  Sir Uli The Count of Compilation
   Steve G. WilkinsSir Steve the IOnizer 

Please be sure to congratulate these fine additions to the Order of the
Knights of VM for their contributions to the VM community.

James Vincent 
Sir James, Herder of Cats (Eques James, Pastorum Feles)
Linux and VM Program Manager



Re: 2007 Order of the Knights of VM

2007-08-15 Thread Rich Smrcina

Congratulations to all!

James Vincent wrote:
Moments ago, on August 15th, 2007 at VM's 35th birthday party at SHARE 
in San Diego, CA, the following new Companions were inducted into the 
Order of the Knights of VM:




--
Rich Smrcina, Sir Rich of Consonants
VM Assist, Inc.
Phone: 414-491-6001
Ans Service:  360-715-2467
rich.smrcina at vmassist.com
http://www.linkedin.com/in/richsmrcina

Catch the WAVV!  http://www.wavv.org
WAVV 2008 - Chattanooga - April 18-22, 2008


Re: 2007 Order of the Knights of VM

2007-08-15 Thread Rick Bourgeois
In my haste to say thank you I sadly left out my congratulations to all of
the other new inductees so congratulations to all of my fellow Knights and
Dames. 

 

Rick Bourgeois

Sir Rick of PARS

[EMAIL PROTECTED] 

  _  

From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On
Behalf Of James Vincent
Sent: Wednesday, August 15, 2007 9:34 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: 2007 Order of the Knights of VM

 

Moments ago, on August 15th, 2007 at VM's 35th birthday party at SHARE in
San Diego, CA, the following new Companions were inducted into the Order of
the Knights of VM:

   Malcolm Beattie Sir Malcolm the Academic
   Rick Bourgeois  Sir Rick of PARS
   Michael J. Donovan  Sir Mike of the Enclave
   Carol S. EverittDame Carol the Coordinator 
   Francis J. Hensler  Sir Fran the Slippery
   William A. Holder   Sir Bill the Doubler
   Michael D. MacIsaac Sir Mike the Chef of Books
   Dennis R. Musselwhite   Sir Dennis of SwitchCraft
   Carsten OtteSir Carsten the Counter of Days 
   Robert R. RogersSir Bob of Colorful Words
   Leonard J. Santalucia   Sir Len the Eloquent
   Eric Schuler-Dalverny   Sir Eric the Focused
   Martin Schwidefsky  Sir Martin from the Blue Skies
   Richard A. Schafer  Sir Richard the Mailman
   Gerard C Shockley   Sir Gerard of NEU England
   Donald S. ViningSir Don the Realist
   Ulrich Weigand  Sir Uli The Count of Compilation
   Steve G. WilkinsSir Steve the IOnizer 

Please be sure to congratulate these fine additions to the Order of the
Knights of VM for their contributions to the VM community.

James Vincent 
Sir James, Herder of Cats (Eques James, Pastorum Feles)
Linux and VM Program Manager