Re: [?? Probable Spam] PTK USRLIMITS by shifts?

2009-08-12 Thread Eginhard Jaeger
Shimon, see usage note 1 for the FC USRLIMIT command: it tells you that PerfKit 
will associate the user limit values with a user that were set at the time the 
first set of performance data was collected for that user (either PerfKit start 
or first  user logon). Later changes will not affect users that are already 
logged on, sorry ..

Eginhard Jaeger  
  - Original Message - 
  From: Shimon Lebowitz 
  To: IBMVM@LISTSERV.UARK.EDU 
  Sent: Wednesday, August 12, 2009 7:48 PM
  Subject: [?? Probable Spam] PTK USRLIMITS by shifts?


  Hi,
  I set up events to change my PTK settings of USRLIMITS according to shifts.
  The main batch machines are not supposed to be gobbling resources during 
prime time,
  but at night they can run wild. So, while the usual USRLIMIT for %CPU is 30, 
  at 17:00 I want to do FC USRLIMIT  %CPU   75 5/10.

  I put several of these commands in an exec with 'FCONCMD FCSTACK',
  and the exec ran. I also did FC USRLIMIT QUERY and verified that the 
  new settings are recognized.

  But... I still get daytime exception messages at night.

  What else do I need to do?

  Thanks,
  Shimon


AUTO: Mark Woodruff/Jefferson City/IBM is out of the office. (returning 08/19/2009)

2009-08-12 Thread Mark Woodruff


I am out of the office until 08/19/2009.

I will be unable to check for email/voicemail during my absence.  I will
respond to your message when I return.


Note: This is an automated response to your message  "IBMVM Digest - 11 Aug
2009 to 12 Aug 2009 (#2009-217)" sent on 8/12/09 23:00:17.

This is the only notification you will receive while this person is away.

Re: How to tell how many linux running on z/VM?

2009-08-12 Thread Scott Rohling
A naming convention is probably the simplest way to ensure you get
everything..   LNXx or what have you.   Anything else is just guessing
when it comes down to it, when talking about checking dynamically.  You can
use PIPE CP Q N | SPLIT AT /,/ | STRIP | FIND LNX| count lines|consif
you happen to use LNX as the prefix...

Or keep a table - which in the end you need one in one form or another (even
if a list of CP XAUTOLOG statements in AUTOLOG2 PROFILE EXEC).   What do you
use to ensure the Linux guests are running when VM IPLs?   Whatever it is,
it is probably a good basis for counting how many are supposed to be
running.

Scott

p.s.  PIPE CP Q SIGNALS | DROP FIRST 2 | COUNT LINES | CONS --  can be
pretty accurate in a pinch depending on what else uses signals.

On Wed, Aug 12, 2009 at 3:49 PM,  wrote:

>
> I was asked to find out how many linux guests are running on our  z/VM?
> the cp commands:Q N is not very suitable for this question.
> What is the better way?
>
> --
> 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: How to tell how many linux running on z/VM?

2009-08-12 Thread Mike Walter
And perhaps a set of clarifying questions:

1- do you mean those Linux guests logged on at a particular moment?
2- do you mean Linux guests defined in the directory?

3- do you care which are production, development, test, QA, or sandbox machines?

Perhaps if you described the reason for the query, we can better describe 
solutions.

Mike Walter
Hewitt Associates

(Sent from the wee keyboard on a Blackberry.)


- Original Message -
From: "P S" [zosw...@gmail.com]
Sent: 08/12/2009 08:04 PM AST
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: How to tell how many linux running on z/VM?



On Wed, Aug 12, 2009 at 7:22 PM, Schuh, Richard wrote:
> Strong incentive to make sure that either all of the linux guests IPL from
> the same virtual address or, at the very least, that none of them has a
> virtual 190.
>
> As long as you are using something fuzzy to make the determination, you can
> also see the virtual storage in the response to IND USER. CMS guests are
> usually measured in MB, not GB.

This is a really interesting thread. As Richard notes, all these
methods are "fuzzy", but all are useful; a combination should be
pretty definitive.

One more approach: set something distinctive for each guest -- a
printer at address , a specific accounting code, etc. -- and use
that (subject to other site restrictions, of course). Or do the same
for non-Linux guests and divine by elimination...




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. All messages 
sent to and from this e-mail address may be monitored as permitted by 
applicable law and regulations to ensure compliance with our internal policies 
and to protect our business. E-mails are not secure and cannot be guaranteed to 
be error free as they can be intercepted, amended, lost or destroyed, or 
contain viruses. You are deemed to have accepted these risks if you communicate 
with us by e-mail. 


Re: How to tell how many linux running on z/VM?

2009-08-12 Thread Martin, Terry R. (CMS/CTR) (CTR)
I agree with Mark, why is the Q N command not suitable, maybe I am missing 
something or don't understand what Sunny is asking. I would just write a simple 
PIPE grabbing count them and write them to a file or to the console along with 
the count.  

Thank You,
 
Terry Martin
Lockheed Martin - Information Technology
z/OS & z/VM Systems - Performance and Tuning
Cell - 443 632-4191
Work - 410 786-0386
terry.mar...@cms.hhs.gov

-Original Message-
From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On Behalf 
Of P S
Sent: Wednesday, August 12, 2009 8:04 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: How to tell how many linux running on z/VM?

On Wed, Aug 12, 2009 at 7:22 PM, Schuh, Richard wrote:
> Strong incentive to make sure that either all of the linux guests IPL from
> the same virtual address or, at the very least, that none of them has a
> virtual 190.
>
> As long as you are using something fuzzy to make the determination, you can
> also see the virtual storage in the response to IND USER. CMS guests are
> usually measured in MB, not GB.

This is a really interesting thread. As Richard notes, all these
methods are "fuzzy", but all are useful; a combination should be
pretty definitive.

One more approach: set something distinctive for each guest -- a
printer at address , a specific accounting code, etc. -- and use
that (subject to other site restrictions, of course). Or do the same
for non-Linux guests and divine by elimination...


Re: How to tell how many linux running on z/VM?

2009-08-12 Thread P S
On Wed, Aug 12, 2009 at 7:22 PM, Schuh, Richard wrote:
> Strong incentive to make sure that either all of the linux guests IPL from
> the same virtual address or, at the very least, that none of them has a
> virtual 190.
>
> As long as you are using something fuzzy to make the determination, you can
> also see the virtual storage in the response to IND USER. CMS guests are
> usually measured in MB, not GB.

This is a really interesting thread. As Richard notes, all these
methods are "fuzzy", but all are useful; a combination should be
pretty definitive.

One more approach: set something distinctive for each guest -- a
printer at address , a specific accounting code, etc. -- and use
that (subject to other site restrictions, of course). Or do the same
for non-Linux guests and divine by elimination...


Re: How to tell how many linux running on z/VM?

2009-08-12 Thread Schuh, Richard
Strong incentive to make sure that either all of the linux guests IPL from the 
same virtual address or, at the very least, that none of them has a virtual 190.

As long as you are using something fuzzy to make the determination, you can 
also see the virtual storage in the response to IND USER. CMS guests are 
usually measured in MB, not GB.


Regards,
Richard Schuh






From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On Behalf 
Of Howard Rifkind
Sent: Wednesday, August 12, 2009 4:06 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: How to tell how many linux running on z/VM?

Hi Sunny,

Are you Linux guests autologed?

If so then just check out the profile exec (or associated exec) for the Linux 
names there...should be unidentifiable by their IPL device numbers.

--- On Wed, 8/12/09, sunny...@wcb.ab.ca  wrote:

From: sunny...@wcb.ab.ca 
Subject: How to tell how many linux running on z/VM?
To: IBMVM@LISTSERV.UARK.EDU
Date: Wednesday, August 12, 2009, 5:49 PM


I was asked to find out how many linux guests are running on our  z/VM?
the cp commands:Q N is not very suitable for this question.
What is the better way?


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: How to tell how many linux running on z/VM?

2009-08-12 Thread Howard Rifkind
Hi Sunny,

Are you Linux guests autologed?

If so then just check out the profile exec (or associated exec) for the Linux 
names there...should be unidentifiable by their IPL device numbers.

--- On Wed, 8/12/09, sunny...@wcb.ab.ca  wrote:

From: sunny...@wcb.ab.ca 
Subject: How to tell how many linux running on z/VM?
To: IBMVM@LISTSERV.UARK.EDU
Date: Wednesday, August 12, 2009, 5:49 PM



I was asked to find out how many linux
guests are running on our  z/VM?

the cp commands:Q N is not very suitable
for this question.

What is the better way?

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: How to tell how many linux running on z/VM?

2009-08-12 Thread Mark Post
>>> On 8/12/2009 at  5:49 PM,  wrote: 
> I was asked to find out how many linux guests are running on our  z/VM?
> the cp commands:Q N is not very suitable for this question.

Why is "q n" not suitable?

for guest in $(vmcp q n | sed -f qnames.sed)
  do grep -q $guest excluded.names || echo $guest
  done | wc

cat qnames.sed
s/,//g
s/ - DSC$//
s/ *- DSC */ /g
/^VSM/d
s/ -L[0-9]*//g
s/ - SYSC//g


cat excluded.names
DATAMOVE
DIRMAINT
DISKACNT
DTCVSW1
DTCVSW2
EREP
FTPSERVE
GCS
OPERATOR
SMTP
SNMPD
TCPIP
and so on.

Some adjustments will have to be made based on your local environment, but that 
should be fairly easy.


Mark Post


Re: How to tell how many linux running on z/VM?

2009-08-12 Thread Dave Jones
That's true, Robert; I had forgotten that the IND command does show the 
last IPL statementof course, if some knuckle head had installed 
Linux on a virtual DASD at address 190, then that could pose a 
problem:-)


Hodge, Robert L wrote:

If IPL device is sufficient, then it is not necessary to install TRACK.
The IPL device or system is in the "CP IND USER userid" response, so a
PIPE can be used to count all the userids IPL'ed by device, excluding
the IPL 190 userids.

-Original Message-
From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On
Behalf Of Dave Jones
Sent: Wednesday, August 12, 2009 4:13 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: How to tell how many linux running on z/VM?

Hi, Sunny.

Some sites have guest naming standards (Linux guests are named LIN 
or LS., etc.)  that would allow you to very simply see which guests 
were running Linux, as opposed to CMS or GCS. If your site doesn't have 
such a standard, then I'm afraid you're going to have to do this the 
hard way.


I would download and install the TRACK z/VM utility; for each guest on 
the system, it can tell you what the IPL statement was, and if all of 
your Linux guest were IPLed off of a known DASD address, that would tell


you which ones are indeed running Linux. To verify that the guest is a 
Linux one, TRACK can also display the kernel parm line, which is stored 
at a fixed location (x'1000'?) in the guest.


This isn't too difficult to do for a handful of guests, but if you have 
a lot to query, you might want to consider automating this task via some


Rexx TRACK macros.

sunny...@wcb.ab.ca wrote:

I was asked to find out how many linux guests are running on our

z/VM?

the cp commands:Q N is not very suitable for this question.
What is the better way?

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)






--
Dave Jones
V/Soft
www.vsoft-software.com
Houston, TX
281.578.7544


Re: How to tell how many linux running on z/VM?

2009-08-12 Thread Hodge, Robert L
If IPL device is sufficient, then it is not necessary to install TRACK.
The IPL device or system is in the "CP IND USER userid" response, so a
PIPE can be used to count all the userids IPL'ed by device, excluding
the IPL 190 userids.

-Original Message-
From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On
Behalf Of Dave Jones
Sent: Wednesday, August 12, 2009 4:13 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: How to tell how many linux running on z/VM?

Hi, Sunny.

Some sites have guest naming standards (Linux guests are named LIN 
or LS., etc.)  that would allow you to very simply see which guests 
were running Linux, as opposed to CMS or GCS. If your site doesn't have 
such a standard, then I'm afraid you're going to have to do this the 
hard way.

I would download and install the TRACK z/VM utility; for each guest on 
the system, it can tell you what the IPL statement was, and if all of 
your Linux guest were IPLed off of a known DASD address, that would tell

you which ones are indeed running Linux. To verify that the guest is a 
Linux one, TRACK can also display the kernel parm line, which is stored 
at a fixed location (x'1000'?) in the guest.

This isn't too difficult to do for a handful of guests, but if you have 
a lot to query, you might want to consider automating this task via some

Rexx TRACK macros.

sunny...@wcb.ab.ca wrote:
> 
> I was asked to find out how many linux guests are running on our
z/VM?
> the cp commands:Q N is not very suitable for this question.
> What is the better way?
> 
> 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)
> 

-- 
Dave Jones
V/Soft
www.vsoft-software.com
Houston, TX
281.578.7544


Re: How to tell how many linux running on z/VM?

2009-08-12 Thread Dave Jones

Hi, Sunny.

Some sites have guest naming standards (Linux guests are named LIN 
or LS., etc.)  that would allow you to very simply see which guests 
were running Linux, as opposed to CMS or GCS. If your site doesn't have 
such a standard, then I'm afraid you're going to have to do this the 
hard way.


I would download and install the TRACK z/VM utility; for each guest on 
the system, it can tell you what the IPL statement was, and if all of 
your Linux guest were IPLed off of a known DASD address, that would tell 
you which ones are indeed running Linux. To verify that the guest is a 
Linux one, TRACK can also display the kernel parm line, which is stored 
at a fixed location (x'1000'?) in the guest.


This isn't too difficult to do for a handful of guests, but if you have 
a lot to query, you might want to consider automating this task via some 
Rexx TRACK macros.


sunny...@wcb.ab.ca wrote:


I was asked to find out how many linux guests are running on our  z/VM?
the cp commands:Q N is not very suitable for this question.
What is the better way?

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)




--
Dave Jones
V/Soft
www.vsoft-software.com
Houston, TX
281.578.7544


Re: How to tell how many linux running on z/VM?

2009-08-12 Thread Hodge, Robert L
If all the linux guests are configured to shutdown with the signal from CP 
SHUTDOWN, then count the number of userids listed in the response from CP Q 
SIGNALS SHUTDOWN, minus the number of SFS servers.

 

From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On Behalf 
Of sunny...@wcb.ab.ca
Sent: Wednesday, August 12, 2009 3:50 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: How to tell how many linux running on z/VM?

 


I was asked to find out how many linux guests are running on our  z/VM? 
the cp commands:Q N is not very suitable for this question. 
What is the better way? 



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: How to tell how many linux running on z/VM?

2009-08-12 Thread Rob van der Heij
On Wed, Aug 12, 2009 at 11:49 PM,  wrote:
>
> I was asked to find out how many linux guests are running on our  z/VM?
> the cp commands:Q N is not very suitable for this question.
> What is the better way?

Your network connections might help. If you're using vswitch you could
count the number of guests connected to it. Or if you have dedicated
OSA you count the number of dedicated OSA devices, divide by 3 and
subtract one for TCPIP?

Rob


How to tell how many linux running on z/VM?

2009-08-12 Thread sunny . hu
I was asked to find out how many linux guests are running on our  z/VM?
the cp commands:Q N is not very suitable for this question.
What is the better way?

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)


PTK USRLIMITS by shifts?

2009-08-12 Thread Shimon Lebowitz
Hi,
I set up events to change my PTK settings of USRLIMITS according to shifts.
The main batch machines are not supposed to be gobbling resources during
prime time,
but at night they can run wild. So, while the usual USRLIMIT for %CPU is 30,

at 17:00 I want to do FC USRLIMIT  %CPU   75 5/10.

I put several of these commands in an exec with 'FCONCMD FCSTACK',
and the exec ran. I also did FC USRLIMIT QUERY and verified that the
new settings are recognized.

But... I still get daytime exception messages at night.

What else do I need to do?

Thanks,
Shimon


Re: MP effect on z/VM Linux hosting

2009-08-12 Thread Schuh, Richard
VM, PR/SM. What's the difference? ;-)

Actually, the question was meant to be facetious.

Regards, 
Richard Schuh 

 

> -Original Message-
> From: The IBM z/VM Operating System 
> [mailto:ib...@listserv.uark.edu] On Behalf Of Alan Ackerman
> Sent: Tuesday, August 11, 2009 9:58 PM
> To: IBMVM@LISTSERV.UARK.EDU
> Subject: Re: MP effect on z/VM Linux hosting
> 
> That's the first thing I thought of, too -- but note that 
> there is no z/V= M in this picture, just z/OS and PR/SM. z/OS 
> does recognize the existence of z/VM but it still does no= t 
> handshake with z/VM as far as I know. Have I missed something?
> 
> Alan Ackerman
> Alan (dot) Ackerman (at) Bank of America (dot) com 
> 
> On Mon, 10 Aug 2009 08:55:11 -0700, Schuh, Richard 
>  wrot=
> e:
> 
> >Does this mean that z/OS is finally catching up to the VM/DOS 
> >handshakin=
> g of years gone by?
> >
> >Regards,
> >Richard Schuh
> >
> > 
> >
> >> z/OS has a new feature HiperDispatch to help reduce the MP 
> and NUMA 
> >> effec= t. In the Austin SHARE proceedings, see "2831
> >> - System z10: HiperDispatch From a Sysprog=  Perspective." It 
> >> involves cooperation between PR/SM and the z/OS dispatcher.
> >> 
> >> Alan Ackerman
> >> alan.acker...@bankofamerica.com
> >> 
> ==
> ==
> ==
> 
> 

Re: spool vol

2009-08-12 Thread Mike Walter
As Kris already mentioned, the root cause is not the Shared File System.

The first message you describe does not exist.  It appears that you 
actually meant message: HCPWRS2509E

z/VM is great with keeping message help online.  From any VM userid, 
enter: Help msg HCPwrs2509E
(where you only need to enter the uppercase letters in that "Help" command 
above)

On our z/VM 5.4.0 system is responds:
--
MSG HCPWRS2509E   All Help Informationline 1 
of 40 
(c) Copyright IBM Corporation 1990, 2008  
  
 HCP2509E  Spool file control data error {,CCPV PPVV|on volume volser, 
 
   BLOCK blkno}  
  
 Explanation:  This spool file has bad control information. If the device 
is a 
 CKD or ECKD, the PPVV variable is the cylinder (), page (PP), and 
 
 volume (VV). If the device is an FBA, the volser variable is the label   
 specified in the SYSOWN list and the blkno variable identifies in 
hexadecimal 
 the block number where the spool file in error is located. The spool file 
is 
 scheduled to be deleted.  
  
 This could be caused by one of the following:  
  
   o The CPVOL list may have been reordered, leaving spool volumes at 
different 
 relative positions on the list.  
  
   o The WARMSTART cylinders (CKD/ECKD devices) or pages (FBA devices) may 
have 
 been overwritten.  
  
   o Some portion of spool space may have been overwritten, corrupting the 
 
 spool map pages.  
  
   o A volume with the same name as the valid spool volume may have been 
picked 
 up by the system, in place of the proper volume.  
  
 This error could also occur for system data files that will also be 
scheduled 
 for deletion.  
  
 System Action:  System operation continues temporarily. If the file in 
error 
 is known, it is identified in message HCP2510E, which is issued after 
this 
 message.  
  
 When the preliminary phase of spooling initialization is complete, spool 
file 
 summary status is displayed, and system initialization can be stopped at  
 
 operator request. 

Operator Response:  Report this error condition to your system support 
personnel. 
--

Since you _appear_ to be relatively early in the installation, I can only 
offer questions and suggestions.

1- (explaining the first bullet in the help message above)
   Did you change the SLOT numbers of SPOOL volumes on the SYSOWN list 
inside the "SYSTEM CONFIG" file 
   on MAINT's CF1, CF2, or CF3 disks? 
sugg: One should NEVER change slot numbers for SPOOL volumes in "SYSTEM 
CONFIG" without first making
  a complete SPOOL backup using SPXTAPE.  Changing SPOOL volume SLOT 
numbers already causes loss of 
  SPOOL files including System Data Files (SDFs - critical for saved 
systems like CMS) at the next IPL.
  Only SPOOL volumes suffer from this fate.  Read the SYSTEM CONFIG 
doc carefully.  Experiment on 2nd level
  z/VM guests systems.

2- (explaining the 2nd and 3rd bullets on the help message above)
   Did you manually change/add a minidisk in SYSTEM DIRECT (without 
benefit of some product like DIRMAINT)?
sugg: Don't delete IBM provided userids or minidisks mapped by IDs 
$SPOOL$, $$, etc.
  If not running DIRMAINT, then ALWAYS run DISKMAP or DIRMAP before 
and after disk changes to ensure
  that there are no unexpected lines containing the word "OVERLAP". 

3- (the 4th help message bullet is pretty self-explanatory).

Mike Walter 
Hewitt Associates  



"Tony Bergenza"  

Sent by: "The IBM z/VM Operating System" 
08/12/2009 07:31 AM
Please respond to
"The IBM z/VM Operating System" 



To
IBMVM@LISTSERV.UARK.EDU
cc

Subject
spool vol






Hi 
we unload the vm 5.4 ddr successfully and finding the problem with spool 
file   with the message
hcpwrs250e spoll file control date error ccpv 00465f91 
hcpwrs2510e spool file unknown file will be deleted.. 
When enter "q limit all  "  to run the sevice tape it give the following 
message:
dmsqrqqq5e e file pool vmsys not availbale or unknown 
all the  3 server vmservs, vmservr, vmservu are up now .
Pls held
Regards
Tony




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. All messages 
sent to and from this e-mail address may be monitored as permitted by 
applicable law and regulations to ensure compliance with our internal policies 
and to protect our business. E-mails are not secure and cannot be guaranteed to 
be error free as they can be intercepted, amended, lost or destroyed, or 
contain viruses. You are deemed to have accepted these risks if you co

Re: spool vol

2009-08-12 Thread Kris Buelens
The spool can be queried with CP Q ALLOC SPOOL (gives how full the spool
extents are)
and with CP Q SDF/CP Q FILES to find how many files exist of each spool type
and with CP Q RDR/PUN/PRT/NSS/TRF to find the individual files

Q LIMITS at the other hand is a CMS command to query about the logical
allocations CMS user have in a shared file System (SFS).  SFS servers
typically run in user VMSERVS and VMSERVU, with as filepoolID VMSYS, resp
VMSYSU.  And this it at this time not your problem (looking at the msgs you
got: HCPxxxs means a CP message).

2009/8/12 Tony Bergenza 

> Hi
> we unload the vm 5.4 ddr successfully and finding the problem with spool
> file   with the message
> hcpwrs250e spoll file control date error ccpv 00465f91
> hcpwrs2510e spool file unknown file will be deleted..
> When enter "q limit all  "  to run the sevice tape it give the following
> message:
> dmsqrqqq5e e file pool vmsys not availbale or unknown
> all the  3 server vmservs, vmservr, vmservu are up now .
> Pls held
> Regards
> Tony
>



-- 
Kris Buelens,
IBM Belgium, VM customer support


spool vol

2009-08-12 Thread Tony Bergenza
Hi
we unload the vm 5.4 ddr successfully and finding the problem with spool
file   with the message
hcpwrs250e spoll file control date error ccpv 00465f91
hcpwrs2510e spool file unknown file will be deleted..
When enter "q limit all  "  to run the sevice tape it give the following
message:
dmsqrqqq5e e file pool vmsys not availbale or unknown
all the  3 server vmservs, vmservr, vmservu are up now .
Pls held
Regards
Tony


Re: Extracting an IOCP from the HMC

2009-08-12 Thread Kris Buelens
Don't bother anymore, I found it in "Single Object Operations"

2009/8/12 Kris Buelens 

> I inherited a z10 system and tonight I'd need to update the IOCP.  The the
> guy that maintained the system can no longer be reached.
>
> The z10 was recently migrated from a z800.
>
> On Maint 191, I do find 2 IOCP files with fname Z10-2098 but the filetype
> is IOCPPREP, and still mentions two LPAR and the z10 only has one.  So, I'm
> sure I do **not** have the IOCP that was placed on USB or CD to be imported
> on the HMC of the brandnew z10.
>
> I thought I could extract the IOCP from the HMC, but now that I did, I see
> that I get 5 CSV files on the USB stick, far from an IOCP source.
>
> On the HMC, I used "Systems Managment", selected the "Z10SE" server,
> expanded "Configuration" and selected "System Input/output Configuration
> analyzer", there I find under File "Save data to USB Flash memory Drive"
>
> The HMC online help isn't very helpful to find how to export a real IOCP
> source.
>
> --
> Kris Buelens,
> IBM Belgium, VM customer support
>



-- 
Kris Buelens,
IBM Belgium, VM customer support


Extracting an IOCP from the HMC

2009-08-12 Thread Kris Buelens
I inherited a z10 system and tonight I'd need to update the IOCP.  The the
guy that maintained the system can no longer be reached.

The z10 was recently migrated from a z800.

On Maint 191, I do find 2 IOCP files with fname Z10-2098 but the filetype is
IOCPPREP, and still mentions two LPAR and the z10 only has one.  So, I'm
sure I do **not** have the IOCP that was placed on USB or CD to be imported
on the HMC of the brandnew z10.

I thought I could extract the IOCP from the HMC, but now that I did, I see
that I get 5 CSV files on the USB stick, far from an IOCP source.

On the HMC, I used "Systems Managment", selected the "Z10SE" server,
expanded "Configuration" and selected "System Input/output Configuration
analyzer", there I find under File "Save data to USB Flash memory Drive"

The HMC online help isn't very helpful to find how to export a real IOCP
source.

-- 
Kris Buelens,
IBM Belgium, VM customer support