Re: Q STOR command results

2011-08-08 Thread Martin, Terry R. (CMS/CTR) (CTR)
Alan thanks for the thoughtful response it is much appreciated!!  

Thank You,

Terry Martin
Lockheed Martin
CMS - CITIC
3300 Lord Baltimore Drive, Suite 200, 21244  
Engineering Computing
Mainframe Support
Cell - 443 632-4191



-Original Message-
From: The IBM z/VM Operating System [mailto:IBMVM@LISTSERV.UARK.EDU] On Behalf 
Of Alan Altmark
Sent: Monday, August 08, 2011 1:36 AM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: Q STOR command results

On Friday, 08/05/2011 at 02:31 EDT, Martin, Terry R. (CMS/CTR) (CTR) 
terry.mar...@cms.hhs.gov wrote:

 Does the RESERVE work the same for z/OS?

Yes.  This isn't an OS-specific phenomenon. 

As Bruce indicated, when you identify memory as reserved in the image 
profile, it's just a reservation.  No guarantees that you're going to get 
it.  Memory that is configured on the box and is available to satisfy 
reservations is detected by the OS as standby.  As the various LPARs 
bring standby memory online, the standby pool is drained.  If you see 
STANDBY fall below your RESERVED amount, then you better hurry.

During POR, you can actually see the transition of memory from RESERVED to 
STANDBY.  LPARs are activated as soon as a chunk of central storage has 
passed POR checks.  While the LPAR is activating, the hardware continues 
validating memory, activating LPARs as it goes.  Eventually, it stops 
activating LPARs, and the remainder of the memory is validated and placed 
in the STANDBY pool.  This process takes time, so beware that VARY STORAGE 
may fail when issued immediately after POR since the standby pool may not 
yet be full enough to satisfy your request.

Alan Altmark

Senior Managing z/VM and Linux Consultant
IBM System Lab Services and Training 
ibm.com/systems/services/labservices 
office: 607.429.3323
mobile; 607.321.7556
alan_altm...@us.ibm.com
IBM Endicott


Re: Q STOR command results

2011-08-05 Thread Martin, Terry R. (CMS/CTR) (CTR)
Alan,

When you add up all of the RESERVE memory for all LPARS does it need to add up 
to or below the amount of available unused memory or can each LPAR be defined 
the max amount of memory that is available and unused?  

Thank You,

Terry Martin
Lockheed Martin
CMS - CITIC
3300 Lord Baltimore Drive, Suite 200, 21244  
Engineering Computing
Mainframe Support
Cell - 443 632-4191



-Original Message-
From: The IBM z/VM Operating System [mailto:IBMVM@LISTSERV.UARK.EDU] On Behalf 
Of Alan Altmark
Sent: Thursday, August 04, 2011 10:20 AM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: Q STOR command results

On Thursday, 08/04/2011 at 10:06 EDT, Richard Baek rb...@bbandt.com 
wrote:
 We're trying to add additional storage to some of our zVM LPARs without
 IPLing the system. 
:
 Anyone have any idea what we might be doing
 wrong ?

You need to change the LPAR image profile to have some amount of storage 
defined as reserved.  If you don't do that, the LPAR can't see the 
unused memory on the box.   So make that change, then repeat the 
deactivation/reactivation sequence.  Note that you can set the Reserved 
value to a maximum value, even if all that memory isn't on the box.  Then 
you can specify how much of that reserved memory CP will bring online.

Alan Altmark

Senior Managing z/VM and Linux Consultant
IBM System Lab Services and Training 
ibm.com/systems/services/labservices 
office: 607.429.3323
mobile; 607.321.7556
alan_altm...@us.ibm.com
IBM Endicott


Re: RESERVED field on the HMC for IFLs on LPAR

2011-08-05 Thread Martin, Terry R. (CMS/CTR) (CTR)
Malcolm,

I assume that while the IFLs are in Standby the Hypervisor is not including 
them in his calculations when scheduling the Processors correct so they are not 
considered in terms of overhead correct? 



Thank You,

Terry Martin
Lockheed Martin
CMS - CITIC
3300 Lord Baltimore Drive, Suite 200, 21244  
Engineering Computing
Mainframe Support
Cell - 443 632-4191



-Original Message-
From: The IBM z/VM Operating System [mailto:IBMVM@LISTSERV.UARK.EDU] On Behalf 
Of Malcolm Beattie
Sent: Friday, August 05, 2011 9:37 AM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: RESERVED field on the HMC for IFLs on LPAR

Martin, Terry R. (CMS/CTR) (CTR) writes:
 I my configuring my z/VM LPARS on our new z196. We have 25 IFLs but I am not 
 assigning all of them to all LPARS. So if I set the Initial # of processors 
 to 10 for an LPAR and set the rest 15 in reserved can I VARY the IFLs in the 
 reserved state online via the VARY command without a disruption?

Yes. (Don't anybody say my answers are always too verbose :-)

--Malcolm

-- 
Malcolm Beattie
Mainframe Systems and Software Business, Europe
IBM UK


Re: Q STOR command results

2011-08-05 Thread Martin, Terry R. (CMS/CTR) (CTR)
Bruce,

Does the RESERVE work the same for z/OS? 

Thank You,

Terry Martin
Lockheed Martin
CMS - CITIC
3300 Lord Baltimore Drive, Suite 200, 21244  
Engineering Computing
Mainframe Support
Cell - 443 632-4191


-Original Message-
From: The IBM z/VM Operating System [mailto:IBMVM@LISTSERV.UARK.EDU] On Behalf 
Of Bruce Hayden
Sent: Friday, August 05, 2011 11:39 AM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: Q STOR command results

If you want to allow any LPAR to grab all of the unused memory, then
you can set the reserve memory to the available unused memory in all
LPARs.  What is actually available will show up as STANDBY storage in
z/VM and the rest as RESERVED.  Note that the amount of STANDBY
displayed may be the same on all LPARs, because the same unused
storage pool is available to all the LPARs.

On Fri, Aug 5, 2011 at 9:39 AM, Martin, Terry R. (CMS/CTR) (CTR)
terry.mar...@cms.hhs.gov wrote:
 Alan,

 When you add up all of the RESERVE memory for all LPARS does it need to add 
 up to or below the amount of available unused memory or can each LPAR be 
 defined the max amount of memory that is available and unused?

 Thank You,

 Terry Martin
 Lockheed Martin
 CMS - CITIC
 3300 Lord Baltimore Drive, Suite 200, 21244
 Engineering Computing
 Mainframe Support
 Cell - 443 632-4191



 -Original Message-
 From: The IBM z/VM Operating System [mailto:IBMVM@LISTSERV.UARK.EDU] On 
 Behalf Of Alan Altmark
 Sent: Thursday, August 04, 2011 10:20 AM
 To: IBMVM@LISTSERV.UARK.EDU
 Subject: Re: Q STOR command results

 On Thursday, 08/04/2011 at 10:06 EDT, Richard Baek rb...@bbandt.com
 wrote:
 We're trying to add additional storage to some of our zVM LPARs without
 IPLing the system.
 :
 Anyone have any idea what we might be doing
 wrong ?

 You need to change the LPAR image profile to have some amount of storage
 defined as reserved.  If you don't do that, the LPAR can't see the
 unused memory on the box.   So make that change, then repeat the
 deactivation/reactivation sequence.  Note that you can set the Reserved
 value to a maximum value, even if all that memory isn't on the box.  Then
 you can specify how much of that reserved memory CP will bring online.

 Alan Altmark

 Senior Managing z/VM and Linux Consultant
 IBM System Lab Services and Training
 ibm.com/systems/services/labservices
 office: 607.429.3323
 mobile; 607.321.7556
 alan_altm...@us.ibm.com
 IBM Endicott




-- 
Bruce Hayden
z/VM and Linux on System z ATS
IBM, Endicott, NY


Re: Time off running z/VM 5.4 1101 on z196 for first time

2011-08-01 Thread Martin, Terry R. (CMS/CTR) (CTR)
Thanks for the explanation Alan it is much appreciated! 

Thank You,

Terry Martin
Lockheed Martin
CMS - CITIC
3300 Lord Baltimore Drive, Suite 200, 21244  
Engineering Computing
Mainframe Support
Cell - 443 632-4191


-Original Message-
From: The IBM z/VM Operating System [mailto:IBMVM@LISTSERV.UARK.EDU] On Behalf 
Of Alan Altmark
Sent: Monday, August 01, 2011 2:26 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: Time off running z/VM 5.4 1101 on z196 for first time

On Friday, 07/29/2011 at 08:36 EDT, Rich Greenberg ric...@panix.com 
wrote:
 On: Fri, Jul 29, 2011 at 08:00:12PM -0400,Martin, Terry R. (CMS/CTR) 
(CTR) 
 Wrote:
 
 } Do You mean at the IPL prompt? If so no I don't think we did.
 
 Well, thats why they are off.  The 2 CPUs clocks are independant of each
 other.  Re-IPL  set the clock when prompted.

To reset the z/VM clock to match the CEC time, deactivate the LPAR and 
reactivate it.  At that time the LPAR epoch [delta from CEC TOD] will be 
reset to zero, assuming it hasn't been set to a non-zero value in the LPAR 
image profile.

The System z TOD clock is the best clock in the CEC; a precision timepiece 
that even detects and adjusts for its own drift (up to a point).  If you 
have STP or ETR, then the TOD clock is also accurate.  In that respect, 
Sir Rob's point about using your wristwatch as a time reference is on 
point. 

The SE historically syncs its standard PC battery operated clock (BOC) to 
the CEC TOD every 24 hours.  The BOC instantly moves forward or backward. 
Why bother?  Because at POR, the only time reference is the SE BOC -- the 
CEC TOD will be set to that value.  Once accurately set, the time on the 
CEC is better since it has comparatively little drift.

Starting the z196 GA2 upgrade and the z114:
o The SE BOC will sync to the CEC TOD once an hour instead of once a day, 
improving CEC TOD accuracy after POR.
o The SE BOC will be steered the match the CEC TOD instead of making large 
jumps, avoiding a Paradox that could destroy the universe.
o OK, so there's no Paradox, but there are NTP-using firmware components 
in a zBX environment that benefit from the steering

You still need STP to have *accurate* time.

Alan Altmark

Senior Managing z/VM and Linux Consultant
IBM System Lab Services and Training 
ibm.com/systems/services/labservices 
office: 607.429.3323
mobile; 607.321.7556
alan_altm...@us.ibm.com
IBM Endicott


Time off running z/VM 5.4 1101 on z196 for first time

2011-07-29 Thread Martin, Terry R. (CMS/CTR) (CTR)
Hi

We are getting ready to migrate to a z196 from our z10. We brought a z/VM 5.4 
system up on the z196 for the first time today. We noticed that
the clock on the VM system was off by 4 hours and 4 minutes (showed as 7AM when 
it was 11:04).

We did not make any changes to the TIMEZONE settings.

Thanks



Thank You,

Terry Martin
Lockheed Martin
CMS - CITIC
3300 Lord Baltimore Drive, Suite 200, 21244
Engineering Computing
Mainframe Support
Cell - 443 632-4191




Re: Time off running z/VM 5.4 1101 on z196 for first time

2011-07-29 Thread Martin, Terry R. (CMS/CTR) (CTR)
Scott,

Do You mean at the IPL prompt? If so no I don't think we did.

Thank You,

Terry Martin
Lockheed Martin
CMS - CITIC
3300 Lord Baltimore Drive, Suite 200, 21244
Engineering Computing
Mainframe Support
Cell - 443 632-4191


From: The IBM z/VM Operating System [mailto:IBMVM@LISTSERV.UARK.EDU] On Behalf 
Of Scott Rohling
Sent: Friday, July 29, 2011 7:55 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: Time off running z/VM 5.4 1101 on z196 for first time

Did you set the clock when you IPL'd z/VM?

Scott Rohling
On Fri, Jul 29, 2011 at 5:09 PM, Martin, Terry R. (CMS/CTR) (CTR) 
terry.mar...@cms.hhs.govmailto:terry.mar...@cms.hhs.gov wrote:
Hi

We are getting ready to migrate to a z196 from our z10. We brought a z/VM 5.4 
system up on the z196 for the first time today. We noticed that
the clock on the VM system was off by 4 hours and 4 minutes (showed as 7AM when 
it was 11:04).

We did not make any changes to the TIMEZONE settings.

Thanks



Thank You,

Terry Martin
Lockheed Martin
CMS - CITIC
3300 Lord Baltimore Drive, Suite 200, 21244
Engineering Computing
Mainframe Support
Cell - 443 632-4191tel:443%20632-4191





Re: Time off running z/VM 5.4 1101 on z196 for first time

2011-07-29 Thread Martin, Terry R. (CMS/CTR) (CTR)
That would make sense, I will do that next IPL. thanks.

BTW, we are using STP so we will also verify that it is set up correctly 
because we just did some work on that.

Thank You,

Terry Martin
Lockheed Martin
CMS - CITIC
3300 Lord Baltimore Drive, Suite 200, 21244  
Engineering Computing
Mainframe Support
Cell - 443 632-4191



-Original Message-
From: The IBM z/VM Operating System [mailto:IBMVM@LISTSERV.UARK.EDU] On Behalf 
Of Rich Greenberg
Sent: Friday, July 29, 2011 8:35 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: Time off running z/VM 5.4 1101 on z196 for first time

On: Fri, Jul 29, 2011 at 08:00:12PM -0400,Martin, Terry R. (CMS/CTR) (CTR) 
Wrote:

} Do You mean at the IPL prompt? If so no I don't think we did.

Well, thats why they are off.  The 2 CPUs clocks are independant of each
other.  Re-IPL  set the clock when prompted.

-- 
Rich Greenberg  Sarasota, FL, USA richgr atsign panix.com  + 1 941 378 2097
Eastern time.  N6LRT  I speak for myself  my dogs only.VM'er since CP-67
Canines: Val, Red, Shasta, Zero  Casey (At the bridge)Owner:Chinook-L
Canines: Red  Cinnar (Siberians)  Retired at the beach  Asst Owner:Sibernet-L


Re: Time off running z/VM 5.4 1101 on z196 for first time

2011-07-29 Thread Martin, Terry R. (CMS/CTR) (CTR)
Thanks Doug!

Thank You,

Terry Martin
Lockheed Martin
CMS - CITIC
3300 Lord Baltimore Drive, Suite 200, 21244
Engineering Computing
Mainframe Support
Cell - 443 632-4191


From: The IBM z/VM Operating System [mailto:IBMVM@LISTSERV.UARK.EDU] On Behalf 
Of Doug
Sent: Friday, July 29, 2011 11:50 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: Time off running z/VM 5.4 1101 on z196 for first time

Terry,
Have a simple rexx we run at startup/ipl to fix up the vm clock. Also, a 
program we used for Y2K testing to set the clock to whatever you want then ipl 
the guest. Contact me off list if you would be interested.
Best Regards,
Doug :)

Sent from my iPhone

On Jul 29, 2011, at 19:09, Martin, Terry R. (CMS/CTR) (CTR) 
terry.mar...@cms.hhs.govmailto:terry.mar...@cms.hhs.gov wrote:
Hi

We are getting ready to migrate to a z196 from our z10. We brought a z/VM 5.4 
system up on the z196 for the first time today. We noticed that
the clock on the VM system was off by 4 hours and 4 minutes (showed as 7AM when 
it was 11:04).

We did not make any changes to the TIMEZONE settings.

Thanks



Thank You,

Terry Martin
Lockheed Martin
CMS - CITIC
3300 Lord Baltimore Drive, Suite 200, 21244
Engineering Computing
Mainframe Support
Cell - 443 632-4191




Re: z/VM memory Limit under z/VM 6.1

2011-07-23 Thread Martin, Terry R. (CMS/CTR) (CTR)
No problem Alan! Thanks for the information!

Thank You,

Terry Martin
Lockheed Martin
CMS - CITIC
3300 Lord Baltimore Drive, Suite 200, 21244  
Engineering Computing
Mainframe Support
Cell - 443 632-4191


-Original Message-
From: The IBM z/VM Operating System [mailto:IBMVM@LISTSERV.UARK.EDU] On Behalf 
Of Alan Altmark
Sent: Saturday, July 23, 2011 1:30 AM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: z/VM memory Limit under z/VM 6.1

On Friday, 07/22/2011 at 08:46 EDT, Martin, Terry R. (CMS/CTR) (CTR) 
terry.mar...@cms.hhs.gov wrote:
 No problem thanks Alan.

I didn't mean to leave you swinging, Terry!  I had meant to say, too, that 
the VM team is actively working to support bigger LPARs.  There's a lot to 
do.

Alan Altmark

Senior Managing z/VM and Linux Consultant
IBM System Lab Services and Training 
ibm.com/systems/services/labservices 
office: 607.429.3323
mobile: 607.321.7556
alan_altm...@us.ibm.com
IBM Endicott


z/VM memory Limit under z/VM 6.1

2011-07-22 Thread Martin, Terry R. (CMS/CTR) (CTR)
Hi

I know that the maximum amount of memory that is supported on a z/VM 5.4 LPAR 
is 250G. Does this limit change under z/VM 6.1,  that is, does IBM support a 
bigger memory foot print for the a z/VM LPAR under 6.1?

Thank You,

Terry Martin
Lockheed Martin
CMS - CITIC
3300 Lord Baltimore Drive, Suite 200, 21244
Engineering Computing
Mainframe Support
Cell - 443 632-4191




Re: z/VM memory Limit under z/VM 6.1

2011-07-22 Thread Martin, Terry R. (CMS/CTR) (CTR)
Thanks Alan, meant to say 256G. We actually ran into this and I had to split 
the LPAR. I was hoping that the support for more memory on a z/VM LPAR would 
increase with version 6, and plans for 6.2?

Thank You,

Terry Martin
Lockheed Martin
CMS - CITIC
3300 Lord Baltimore Drive, Suite 200, 21244  
Engineering Computing
Mainframe Support
Cell - 443 632-4191



-Original Message-
From: The IBM z/VM Operating System [mailto:IBMVM@LISTSERV.UARK.EDU] On Behalf 
Of Alan Altmark
Sent: Friday, July 22, 2011 6:32 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: z/VM memory Limit under z/VM 6.1

On Friday, 07/22/2011 at 06:26 EDT, Martin, Terry R. (CMS/CTR) (CTR) 
terry.mar...@cms.hhs.gov wrote:

 I know that the maximum amount of memory that is supported on a z/VM 5.4 
LPAR 
 is 250G. Does this limit change under z/VM 6.1,  that is, does IBM 
support a 
 bigger memory foot print for the a z/VM LPAR under 6.1?

The limit is 256GB (not 250) and it applies to both z/VM 5.4 and 6.1.

Alan Altmark

Senior Managing z/VM and Linux Consultant
IBM System Lab Services and Training 
ibm.com/systems/services/labservices 
office: 607.429.3323
mobile; 607.321.7556
alan_altm...@us.ibm.com
IBM Endicott


Re: z/VM memory Limit under z/VM 6.1

2011-07-22 Thread Martin, Terry R. (CMS/CTR) (CTR)
No problem thanks Alan.

Thank You,

Terry Martin
Lockheed Martin
CMS - CITIC
3300 Lord Baltimore Drive, Suite 200, 21244  
Engineering Computing
Mainframe Support
Cell - 443 632-4191



-Original Message-
From: The IBM z/VM Operating System [mailto:IBMVM@LISTSERV.UARK.EDU] On Behalf 
Of Alan Altmark
Sent: Friday, July 22, 2011 7:05 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: z/VM memory Limit under z/VM 6.1

On Friday, 07/22/2011 at 06:35 EDT, Martin, Terry R. (CMS/CTR) (CTR) 
terry.mar...@cms.hhs.gov wrote:
 Thanks Alan, meant to say 256G. We actually ran into this and I had to 
split 
 the LPAR. I was hoping that the support for more memory on a z/VM LPAR 
would 
 increase with version 6, and plans for 6.2?

Sorry, Terry, but you're asking for details about an unannounced product. 
You know better.  :-)

Alan Altmark

Senior Managing z/VM and Linux Consultant
IBM System Lab Services and Training 
ibm.com/systems/services/labservices 
office: 607.429.3323
mobile; 607.321.7556
alan_altm...@us.ibm.com
IBM Endicott


Does RHEL 5.2 support Guest Platform Management Providers (GPMP)

2011-07-20 Thread Martin, Terry R. (CMS/CTR) (CTR)
HI

We are planning to exploit the Workload Management function on zManager (URM). 
Are GPMPs supported for z/Linux RHEL 5.2?

Thank You,

Terry Martin
Lockheed Martin
CMS - CITIC
3300 Lord Baltimore Drive, Suite 200, 21244
Engineering Computing
Mainframe Support
Cell - 443 632-4191




Re: Running RHEL 4.6 guests on z196 under z/VM 5.4

2011-07-14 Thread Martin, Terry R. (CMS/CTR) (CTR)
Hi

Resending this not sure if it got out!

Thank You,

Terry Martin
Lockheed Martin
CMS - CITIC
3300 Lord Baltimore Drive, Suite 200, 21244
Engineering Computing
Mainframe Support
Cell - 443 632-4191


From: Martin, Terry R. (CMS/CTR) (CTR)
Sent: Wednesday, July 13, 2011 11:35 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Running RHEL 4.6 guests on z196 under z/VM 5.4

Hi

I know this was a topic not too long ago so sorry if I am redundant but I just 
want to be sure of something, and that is, can I run RHEL 4.6 under z/VM 5.4 on 
a z196? We have about 5 guests that we need to convert to RHEL 5 but the 
application folks will not have time to convert all of the RHEL 4.6 guests in 
time for the z196.

Thanks for the help it is much appreciated!



Thank You,

Terry Martin
Lockheed Martin
CMS - CITIC
3300 Lord Baltimore Drive, Suite 200, 21244
Engineering Computing
Mainframe Support
Cell - 443 632-4191




Re: Running RHEL 4.6 guests on z196 under z/VM 5.4

2011-07-14 Thread Martin, Terry R. (CMS/CTR) (CTR)
Thanks guys. That is what I thought but just wanted to be sure.

Thank You,

Terry Martin
Lockheed Martin
CMS - CITIC
3300 Lord Baltimore Drive, Suite 200, 21244
Engineering Computing
Mainframe Support
Cell - 443 632-4191


From: The IBM z/VM Operating System [mailto:IBMVM@LISTSERV.UARK.EDU] On Behalf 
Of David Boyes
Sent: Thursday, July 14, 2011 3:14 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: Running RHEL 4.6 guests on z196 under z/VM 5.4

On the 196 we have access to, we're running Centos 4.4 through 4.8 guests, 
which is pretty much functionally equivalent, so I think as long as you're not 
running them in LPARs, you should be fine.

From: The IBM z/VM Operating System [mailto:IBMVM@LISTSERV.UARK.EDU] On Behalf 
Of Martin, Terry R. (CMS/CTR) (CTR)
Sent: Thursday, July 14, 2011 3:07 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: Running RHEL 4.6 guests on z196 under z/VM 5.4

Hi

Resending this not sure if it got out!

Thank You,

Terry Martin
Lockheed Martin
CMS - CITIC
3300 Lord Baltimore Drive, Suite 200, 21244
Engineering Computing
Mainframe Support
Cell - 443 632-4191


From: Martin, Terry R. (CMS/CTR) (CTR)
Sent: Wednesday, July 13, 2011 11:35 PM
To: IBMVM@LISTSERV.UARK.EDUmailto:IBMVM@LISTSERV.UARK.EDU
Subject: Running RHEL 4.6 guests on z196 under z/VM 5.4

Hi

I know this was a topic not too long ago so sorry if I am redundant but I just 
want to be sure of something, and that is, can I run RHEL 4.6 under z/VM 5.4 on 
a z196? We have about 5 guests that we need to convert to RHEL 5 but the 
application folks will not have time to convert all of the RHEL 4.6 guests in 
time for the z196.

Thanks for the help it is much appreciated!



Thank You,

Terry Martin
Lockheed Martin
CMS - CITIC
3300 Lord Baltimore Drive, Suite 200, 21244
Engineering Computing
Mainframe Support
Cell - 443 632-4191




Running RHEL 4.6 guests on z196 under z/VM 5.4

2011-07-13 Thread Martin, Terry R. (CMS/CTR) (CTR)
Hi

I know this was a topic not too long ago so sorry if I am redundant but I just 
want to be sure of something, and that is, can I run RHEL 4.6 under z/VM 5.4 on 
a z196? We have about 5 guests that we need to convert to RHEL 5 but the 
application folks will not have time to convert all of the RHEL 4.6 guests in 
time for the z196.

Thanks for the help it is much appreciated!


Thank You,

Terry Martin
Lockheed Martin
CMS - CITIC
3300 Lord Baltimore Drive, Suite 200, 21244
Engineering Computing
Mainframe Support
Cell - 443 632-4191




Re: z/VM 5.4 vs z/VM 6.1

2011-05-24 Thread Martin, Terry R. (CMS/CTR) (CTR)
Thanks Doug!

Thank You,

Terry Martin
Lockheed Martin
CMS - CITIC
3300 Lord Baltimore Drive, Suite 200, 21244
Engineering Computing
Mainframe Support
Cell - 443 632-4191


From: Doug [mailto:dsh...@bellsouth.net]
Sent: Monday, May 23, 2011 9:45 PM
To: The IBM z/VM Operating System
Cc: Martin, Terry R. (CMS/CTR) (CTR)
Subject: Re: z/VM 5.4 vs z/VM 6.1

On 5/23/2011 12:51, Martin, Terry R. (CMS/CTR) (CTR) wrote:
Hi

I know this was discussed awhile back, but is there any compelling reason why I 
need to go to z/VM 6.1 for a z196 install? The more I read about z/VM 6.1 it 
seems that most of the enhancements are covered under z/VM 5.4 at the latest 
level.  But I just wanted to make sure that there is nothing in 6.1 for z196 
that is not in 5.4 at the latest level?

Thanks for the help!

Thank You,

Terry Martin
Lockheed Martin
CMS - CITIC
3300 Lord Baltimore Drive, Suite 200, 21244
Engineering Computing
Mainframe Support
Cell - 443 632-4191


Terry,
We went z196 at z/VM 5.4 with 2817 PSP and q  cplevel = 1002, ( RSU 5407 if I 
recall correctly).

If zBX is not a requirement, z/VM 5.4 with 2817 PSP will get'r done.
If exploiting a zBX is in your very near future, z/VM 6.1 is a must do.
Regards, Doug


z/VM 5.4 vs z/VM 6.1

2011-05-23 Thread Martin, Terry R. (CMS/CTR) (CTR)
Hi

I know this was discussed awhile back, but is there any compelling reason why I 
need to go to z/VM 6.1 for a z196 install? The more I read about z/VM 6.1 it 
seems that most of the enhancements are covered under z/VM 5.4 at the latest 
level.  But I just wanted to make sure that there is nothing in 6.1 for z196 
that is not in 5.4 at the latest level?

Thanks for the help!

Thank You,

Terry Martin
Lockheed Martin
CMS - CITIC
3300 Lord Baltimore Drive, Suite 200, 21244
Engineering Computing
Mainframe Support
Cell - 443 632-4191




Re: z/VM 5.4 vs z/VM 6.1

2011-05-23 Thread Martin, Terry R. (CMS/CTR) (CTR)
Hi Marcy,

Great thanks. BTW, I heard that the Workload Ensemble under URM (z/Manager) is 
still not GA is this true and in general have you guys used z/Manager and what 
do you think? My initial interest in z/Manager was for the Workload piece where 
they claim it will give z/OS Workload Manager type control over z/VM processes 
any idea on this?

Thanks again Marcy!

Thank You,

Terry Martin
Lockheed Martin
CMS - CITIC
3300 Lord Baltimore Drive, Suite 200, 21244  
Engineering Computing
Mainframe Support
Cell - 443 632-4191


-Original Message-
From: The IBM z/VM Operating System [mailto:IBMVM@LISTSERV.UARK.EDU] On Behalf 
Of Marcy Cortes
Sent: Monday, May 23, 2011 12:55 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: z/VM 5.4 vs z/VM 6.1

Terry wrote:
I know this was discussed awhile back, but is there any compelling 
reason why I need to go to z/VM 6.1 for a z196 
install? The more I read about z/VM 6.1 it seems that most of the 
enhancements are covered under z/VM 5.4 at the latest 
level.  But I just wanted to make sure that there is nothing in 
6.1 for z196 that is not in 5.4 at the latest level?


Hey Terry, 
That's what we decided to do (skip 6.1).  We're all 196 now.


Marcy 

This message may contain confidential and/or privileged information. If you are 
not the addressee or authorized to receive this for the addressee, you must not 
use, copy, disclose, or take any action based on this message or any 
information herein. If you have received this message in error, please advise 
the sender immediately by reply e-mail and delete this message. Thank you for 
your cooperation.

From: The IBM z/VM Operating System [mailto:IBMVM@LISTSERV.UARK.EDU] On Behalf 
Of Martin, Terry R. (CMS/CTR) (CTR)
Sent: Monday, May 23, 2011 9:51 AM
To: IBMVM@LISTSERV.UARK.EDU
Subject: [IBMVM] z/VM 5.4 vs z/VM 6.1

Hi

I know this was discussed awhile back, but is there any compelling reason why I 
need to go to z/VM 6.1 for a z196 install? The more I read about z/VM 6.1 it 
seems that most of the enhancements are covered under z/VM 5.4 at the latest 
level.  But I just wanted to make sure that there is nothing in 6.1 for z196 
that is not in 5.4 at the latest level?

Thanks for the help! 

Thank You,

Terry Martin
Lockheed Martin
CMS - CITIC
3300 Lord Baltimore Drive, Suite 200, 21244  
Engineering Computing
Mainframe Support
Cell - 443 632-4191


Re: z/VM 5.4 vs z/VM 6.1

2011-05-23 Thread Martin, Terry R. (CMS/CTR) (CTR)
Hi Marcy,

Thanks. Yeah I suspect that we will be in the same boat in terms of priority. 

Thanks again 

Thank You,

Terry Martin
Lockheed Martin
CMS - CITIC
3300 Lord Baltimore Drive, Suite 200, 21244  
Engineering Computing
Mainframe Support
Cell - 443 632-4191



-Original Message-
From: The IBM z/VM Operating System [mailto:IBMVM@LISTSERV.UARK.EDU] On Behalf 
Of Marcy Cortes
Sent: Monday, May 23, 2011 1:51 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: z/VM 5.4 vs z/VM 6.1

We've not looked at URM or z/Manager yet.  We've had bigger fish to fry 
including the z196 installs!
Maybe someone else has, but if it not GA, they wouldn't be able to comment yet!

Marcy 
-Original Message-
From: The IBM z/VM Operating System [mailto:IBMVM@LISTSERV.UARK.EDU] On Behalf 
Of Martin, Terry R. (CMS/CTR) (CTR)
Sent: Monday, May 23, 2011 10:09 AM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: [IBMVM] z/VM 5.4 vs z/VM 6.1

Hi Marcy,

Great thanks. BTW, I heard that the Workload Ensemble under URM (z/Manager) is 
still not GA is this true and in general have you guys used z/Manager and what 
do you think? My initial interest in z/Manager was for the Workload piece where 
they claim it will give z/OS Workload Manager type control over z/VM processes 
any idea on this?

Thanks again Marcy!

Thank You,

Terry Martin
Lockheed Martin
CMS - CITIC
3300 Lord Baltimore Drive, Suite 200, 21244  
Engineering Computing
Mainframe Support
Cell - 443 632-4191


-Original Message-
From: The IBM z/VM Operating System [mailto:IBMVM@LISTSERV.UARK.EDU] On Behalf 
Of Marcy Cortes
Sent: Monday, May 23, 2011 12:55 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: z/VM 5.4 vs z/VM 6.1

Terry wrote:
I know this was discussed awhile back, but is there any compelling 
reason why I need to go to z/VM 6.1 for a z196 
install? The more I read about z/VM 6.1 it seems that most of the 
enhancements are covered under z/VM 5.4 at the latest 
level.  But I just wanted to make sure that there is nothing in 
6.1 for z196 that is not in 5.4 at the latest level?


Hey Terry, 
That's what we decided to do (skip 6.1).  We're all 196 now.


Marcy 

This message may contain confidential and/or privileged information. If you are 
not the addressee or authorized to receive this for the addressee, you must not 
use, copy, disclose, or take any action based on this message or any 
information herein. If you have received this message in error, please advise 
the sender immediately by reply e-mail and delete this message. Thank you for 
your cooperation.

From: The IBM z/VM Operating System [mailto:IBMVM@LISTSERV.UARK.EDU] On Behalf 
Of Martin, Terry R. (CMS/CTR) (CTR)
Sent: Monday, May 23, 2011 9:51 AM
To: IBMVM@LISTSERV.UARK.EDU
Subject: [IBMVM] z/VM 5.4 vs z/VM 6.1

Hi

I know this was discussed awhile back, but is there any compelling reason why I 
need to go to z/VM 6.1 for a z196 install? The more I read about z/VM 6.1 it 
seems that most of the enhancements are covered under z/VM 5.4 at the latest 
level.  But I just wanted to make sure that there is nothing in 6.1 for z196 
that is not in 5.4 at the latest level?

Thanks for the help! 

Thank You,

Terry Martin
Lockheed Martin
CMS - CITIC
3300 Lord Baltimore Drive, Suite 200, 21244  
Engineering Computing
Mainframe Support
Cell - 443 632-4191


Re: password_on_cmds feature statement in CONFIG

2011-04-23 Thread Martin, Terry R. (CMS/CTR) (CTR)
Thanks Rich!

Thank You,

Terry Martin
Lockheed Martin
CMS - CITIC
3300 Lord Baltimore Drive, Suite 200, 21244  
Engineering Computing
Mainframe Support
Cell - 443 632-4191



-Original Message-
From: The IBM z/VM Operating System [mailto:IBMVM@LISTSERV.UARK.EDU] On Behalf 
Of Rich Greenberg
Sent: Saturday, April 23, 2011 9:24 AM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: password_on_cmds feature statement in CONFIG

On: Fri, Apr 22, 2011 at 08:43:42PM -0400,Martin, Terry R. (CMS/CTR) (CTR) 
Wrote:

} In the PROFILE EXEC for each guest I have the LINK LNXADMIN 191 391 RR. This 
is the common A disk. I could move the LINK for this to the Directory entry for 
each guest, but how do I execute a PROFILE specific to a guest if I am using a 
common PROFILE for all guests on the LNXADMIN 191(391)?

Terry, Scott gave you one good way, here is another.  The advantage of
this way is that everything is in one place instead of being spread over
several execs:


   .
   .
select
   when userid() is LX1
  then do
   whatever for LX1
   end
   when userid() is LX2
  then do
   whatever for LX2
   end
   .
   . similarly for others
   .
   otherwise
  do
  'CP MSG OPERATOR Unidentified user' userid() 'trying to start Linux.'
  'CP LOGOFF'
  end
end

You may not want this drastic an otherwise.


-- 
Rich Greenberg  Sarasota, FL, USA richgr atsign panix.com  + 1 941 378 2097
Eastern time.  N6LRT  I speak for myself  my dogs only.VM'er since CP-67
Canines: Val, Red, Shasta, Zero  Casey (At the bridge)Owner:Chinook-L
Canines: Red  Cinnar (Siberians)  Retired at the beach  Asst Owner:Sibernet-L


password_on_cmds feature statement in CONFIG

2011-04-22 Thread Martin, Terry R. (CMS/CTR) (CTR)
Hi

We have be told by the auditors to set the AUTOLOG and LINK to in the 
PASSWORD_ON_CMDS parameter to 'NO' on the SYSTEM CONFIG Features statement. It 
seems that we tried this the last time the auditors mentioned this and we had 
problems and did not change it. I can't remember what the issues were.

Can anyone comment on what I would need to be aware of if this change was made? 
I do XAUTOLOG our z/Linux guests at startup time so would I need to change 
anything there?

Thanks in advance!

Thank You,

Terry Martin
Lockheed Martin
CMS - CITIC
3300 Lord Baltimore Drive, Suite 200, 21244
Engineering Computing
Mainframe Support
Cell - 443 632-4191




Re: password_on_cmds feature statement in CONFIG

2011-04-22 Thread Martin, Terry R. (CMS/CTR) (CTR)
Hi



Here is one I found. This (see below) in all of my z/Linux guests PROFILE 
EXECs. So it would appear that if I set the LINK to 'NO' the guests would not 
come up.



So I do have RACF/VM what would be the CLASS/PROFILE/RDEF to allow this to work 
without the password on the LINK?





'cp link lnxadmin 191 391 rr read'



Thank You,



Terry Martin

Lockheed Martin

CMS - CITIC

3300 Lord Baltimore Drive, Suite 200, 21244

Engineering Computing

Mainframe Support

Cell - 443 632-4191







-Original Message-
From: The IBM z/VM Operating System [mailto:IBMVM@LISTSERV.UARK.EDU] On Behalf 
Of Bruce Hayden
Sent: Friday, April 22, 2011 2:06 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: password_on_cmds feature statement in CONFIG



I'm pretty sure you run RACF, so you'd never put a password on a LINK

command anyway.  And you stated that you use XAUTOLOG and not AUTOLOG,

so no password is needed there.  I can't think of any reason it would

cause any issue for you.  Most systems I use do not allow passwords on

those commands.



On Fri, Apr 22, 2011 at 1:43 PM, Martin, Terry R. (CMS/CTR) (CTR)

terry.mar...@cms.hhs.gov wrote:

 Hi







 We have be told by the auditors to set the AUTOLOG and LINK to in the

 PASSWORD_ON_CMDS parameter to 'NO' on the SYSTEM CONFIG Features statement.

 It seems that we tried this the last time the auditors mentioned this and we

 had problems and did not change it. I can't remember what the issues were.







 Can anyone comment on what I would need to be aware of if this change was

 made? I do XAUTOLOG our z/Linux guests at startup time so would I need to

 change anything there?







 Thanks in advance!







 Thank You,







 Terry Martin



 Lockheed Martin



 CMS - CITIC



 3300 Lord Baltimore Drive, Suite 200, 21244

 Engineering Computing



 Mainframe Support



 Cell - 443 632-4191















--

Bruce Hayden

z/VM and Linux on System z ATS

IBM, Endicott, NY


Re: password_on_cmds feature statement in CONFIG

2011-04-22 Thread Martin, Terry R. (CMS/CTR) (CTR)
Scott,

The DET 391 and LINK LNXADMIN 191 391 RR works fine. I do have LINK set to 
'YES' currently does that effect how this is working?


Thank You,

Terry Martin
Lockheed Martin
CMS - CITIC
3300 Lord Baltimore Drive, Suite 200, 21244
Engineering Computing
Mainframe Support
Cell - 443 632-4191


From: The IBM z/VM Operating System [mailto:IBMVM@LISTSERV.UARK.EDU] On Behalf 
Of Scott Rohling
Sent: Friday, April 22, 2011 3:25 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: password_on_cmds feature statement in CONFIG

Hi Terry -  If RACF is installed and controlling links  - then the password on 
the link statement is likely being ignored and is there from pre-RACF days..

Before I ramble on about all the possibilities - you might just want to try 
this on one of the Linux guests:

DET 391
LINK LNXADMIN 191 391 RR

If it works -- then no worries.. the password is being ignored.   if not - let 
us know the failure and I can suggest what needs setting up in RACF.

Scott Rohling


On Fri, Apr 22, 2011 at 1:02 PM, Martin, Terry R. (CMS/CTR) (CTR) 
terry.mar...@cms.hhs.govmailto:terry.mar...@cms.hhs.gov wrote:

Hi



Here is one I found. This (see below) in all of my z/Linux guests PROFILE 
EXECs. So it would appear that if I set the LINK to 'NO' the guests would not 
come up.



So I do have RACF/VM what would be the CLASS/PROFILE/RDEF to allow this to work 
without the password on the LINK?





'cp link lnxadmin 191 391 rr read'



Thank You,



Terry Martin

Lockheed Martin

CMS - CITIC

3300 Lord Baltimore Drive, Suite 200, 21244

Engineering Computing

Mainframe Support

Cell - 443 632-4191tel:443%20632-4191






-Original Message-
From: The IBM z/VM Operating System 
[mailto:IBMVM@LISTSERV.UARK.EDUmailto:IBMVM@LISTSERV.UARK.EDU] On Behalf Of 
Bruce Hayden
Sent: Friday, April 22, 2011 2:06 PM
To: IBMVM@LISTSERV.UARK.EDUmailto:IBMVM@LISTSERV.UARK.EDU
Subject: Re: password_on_cmds feature statement in CONFIG



I'm pretty sure you run RACF, so you'd never put a password on a LINK

command anyway.  And you stated that you use XAUTOLOG and not AUTOLOG,

so no password is needed there.  I can't think of any reason it would

cause any issue for you.  Most systems I use do not allow passwords on

those commands.



On Fri, Apr 22, 2011 at 1:43 PM, Martin, Terry R. (CMS/CTR) (CTR)

terry.mar...@cms.hhs.govmailto:terry.mar...@cms.hhs.gov wrote:

 Hi







 We have be told by the auditors to set the AUTOLOG and LINK to in the

 PASSWORD_ON_CMDS parameter to 'NO' on the SYSTEM CONFIG Features statement.

 It seems that we tried this the last time the auditors mentioned this and we

 had problems and did not change it. I can't remember what the issues were.







 Can anyone comment on what I would need to be aware of if this change was

 made? I do XAUTOLOG our z/Linux guests at startup time so would I need to

 change anything there?







 Thanks in advance!







 Thank You,







 Terry Martin



 Lockheed Martin



 CMS - CITIC



 3300 Lord Baltimore Drive, Suite 200, 21244

 Engineering Computing



 Mainframe Support



 Cell - 443 632-4191tel:443%20632-4191















--

Bruce Hayden

z/VM and Linux on System z ATS

IBM, Endicott, NY



Re: password_on_cmds feature statement in CONFIG

2011-04-22 Thread Martin, Terry R. (CMS/CTR) (CTR)
Thanks Scott and All.

So if I remove the password from the LINK statements and set LINK to 'NO' than 
I will need to make sure that access is defined in RACF is this correct?

Also if I run across any AUTOLOGs in EXECS how are these handled if I set the 
AUTOLOG to 'NO'?

Thanks again I really appreciate the help!

Thank You,

Terry Martin
Lockheed Martin
CMS - CITIC
3300 Lord Baltimore Drive, Suite 200, 21244
Engineering Computing
Mainframe Support
Cell - 443 632-4191


From: The IBM z/VM Operating System [mailto:IBMVM@LISTSERV.UARK.EDU] On Behalf 
Of Scott Rohling
Sent: Friday, April 22, 2011 4:24 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: password_on_cmds feature statement in CONFIG

Terry - one more thing ..   to make sure that ALL of your Linux guests are 
authorized to link (not just the one you tested on) you might want to check the 
RACF definitions:

RAC RLIST VMMDISK LNXADMIN.191 AUTH

This should give you a list of groups/users that are authorized..  You're okay 
if:

-  The Universal Access (UACC) for LNXADMIN 191 is READ
or
-  The authorization list contains all the Linux guests with READ access
or
-  The authorization list contains a group with READ access to which all Linux 
guests belong (and LIST OF GROUPS ACCESS CHECKING is active in RACF)

Scott Rohling
On Fri, Apr 22, 2011 at 2:11 PM, Scott Rohling 
scott.rohl...@gmail.commailto:scott.rohl...@gmail.com wrote:
Rob --  Right you are!I just checked this on a system that has 
password_on_cmds NO  for LINK..  (and RACF installed controlling links)

If I enter the LINK with a password:

link maint 191 391 rr read
HCPLNM118E MAINT 0191 not linked; command format not valid
Ready(00118); T=0.01/0.01 16:07:36

Note that if I leave the password off - it works fine -- (and btw - my user is 
authorized to LINK to MAINT 191 in RACF)

So Terry -- you will need to remove the password from the LINK statement in the 
PROFILE EXECs before setting password_on_cmds to NO!   Now that you know it 
works without the password -- that should be safe.

Good catch, Rob ...

Scott Rohling

On Fri, Apr 22, 2011 at 1:59 PM, Rob van der Heij 
rvdh...@gmail.commailto:rvdh...@gmail.com wrote:
On Fri, Apr 22, 2011 at 9:24 PM, Scott Rohling 
scott.rohl...@gmail.commailto:scott.rohl...@gmail.com wrote:

 Hi Terry -  If RACF is installed and controlling links  - then the password
 on the link statement is likely being ignored and is there from pre-RACF
 days..
The password is ignored now because access control is done by RACF.
But my recollection is that when he changes CP to not allow
password_on_cmds the LINK statement with a password would be rejected
despite the fact that RACF does not use the password. If so, then the
change in the configuration file might break things that work now...

I believe this was what justified a local mod for one of our systems.
We could not go through the code to check for statements with inline
password, but did not want to allow people to type their password on
logon in plain text either.

Rob




Re: password_on_cmds feature statement in CONFIG

2011-04-22 Thread Martin, Terry R. (CMS/CTR) (CTR)
Thanks Rob and All. I got it.

Thank You,

Terry Martin
Lockheed Martin
CMS - CITIC
3300 Lord Baltimore Drive, Suite 200, 21244  
Engineering Computing
Mainframe Support
Cell - 443 632-4191



-Original Message-
From: The IBM z/VM Operating System [mailto:IBMVM@LISTSERV.UARK.EDU] On Behalf 
Of Rob van der Heij
Sent: Friday, April 22, 2011 5:17 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: password_on_cmds feature statement in CONFIG

On Fri, Apr 22, 2011 at 11:00 PM, Martin, Terry R. (CMS/CTR) (CTR)
terry.mar...@cms.hhs.gov wrote:

 So if I remove the password from the LINK statements and set LINK to 'NO'
 than I will need to make sure that access is defined in RACF is this
 correct?

If things are working now, then access is already granted by RACF. The
password on LINK does nothing.
When you set the option to no in the configuration file, the
password on LINK will break it.

And when you go make these changes, consider putting the LINK
statements in the CP directory instead (in an include profile even, if
applicable). I think there was a PTF to make sure that as long as you
try to link to the same disk that was already in the directory entry
(and granted by RACF) you would get away with the inline password (but
maybe Scott and check that - must be 15 years ago that I did such
things)

 Also if I run across any AUTOLOGs in EXECS how are these handled if I set
 the AUTOLOG to 'NO'?

If the AUTOLOG now works, then RACF authorisation is already ok. And
like with LINK, the inline password will break it when you disallow
that.

Rob


Re: password_on_cmds feature statement in CONFIG

2011-04-22 Thread Martin, Terry R. (CMS/CTR) (CTR)
Thanks Scott. I use a combination of the guest having its own A disk and a 
common link to the LNXADMIN user's A disk. The reason I do the separate guest A 
disk is because I may have differences per guest. Such as I execute the SWAPGEN 
EXEC to allocate the VDISK from the PROFILE EXEC of the user and a lot of these 
allocations are guest specific.

In the PROFILE EXEC for each guest I have the LINK LNXADMIN 191 391 RR. This is 
the common A disk. I could move the LINK for this to the Directory entry for 
each guest, but how do I execute a PROFILE specific to a guest if I am using a 
common PROFILE for all guests on the LNXADMIN 191(391)?

Thank You,

Terry Martin
Lockheed Martin
CMS - CITIC
3300 Lord Baltimore Drive, Suite 200, 21244
Engineering Computing
Mainframe Support
Cell - 443 632-4191


From: The IBM z/VM Operating System [mailto:IBMVM@LISTSERV.UARK.EDU] On Behalf 
Of Scott Rohling
Sent: Friday, April 22, 2011 5:29 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: password_on_cmds feature statement in CONFIG

Nope -- the inline password still fails with HCP118E even if there is a LINK in 
my directory for the disk.   I believe the PASSWORD_ON_CMDS LINK NO has no 
exceptions ..  once you set it NO - you can't use an inline password - you must 
be prompted for it (which won't happen if you have RACF controlling LINK).

I agree that these LINK statements should be in the directory, though..   maybe 
part of a directory profile that Linux guests use (e.g. INCLUDE LINUX).  I also 
highly recommend a common PROFILE EXEC on a common 191 disk if that isn't 
already being used.   Make it LNXADMIN 191 191 RR -- and all the guests will 
execute the PROFILE EXEC on LNXAMDIN 191.   I always hate seeing individual 191 
disks for Linux guests :-(

Scott Rohling
On Fri, Apr 22, 2011 at 3:16 PM, Rob van der Heij 
rvdh...@gmail.commailto:rvdh...@gmail.com wrote:

And when you go make these changes, consider putting the LINK
statements in the CP directory instead (in an include profile even, if
applicable). I think there was a PTF to make sure that as long as you
try to link to the same disk that was already in the directory entry
(and granted by RACF) you would get away with the inline password (but
maybe Scott and check that - must be 15 years ago that I did such
things)



Detaching A disk from z/Linux guest dynamically

2011-04-20 Thread Martin, Terry R. (CMS/CTR) (CTR)
Hi

I have a copy of the DASD volume where the A (191) disk resides for a specific 
z/Linux guest. I want to point the guest to the new copied volume from the one 
it is currently using without bringing the guest down. Is there a way to do 
this?

Thank You,

Terry Martin
Lockheed Martin
CMS - CITIC
3300 Lord Baltimore Drive, Suite 200, 21244
Engineering Computing
Mainframe Support
Cell - 443 632-4191




Re: Detaching A disk from z/Linux guest dynamically

2011-04-20 Thread Martin, Terry R. (CMS/CTR) (CTR)
Hi,

Ok I got it. Before I contacted the list I had tried doing the '#CP REL A (DET' 
from the guest. It did not take saying it was unknown command sort of what you 
get when you are issuing a command that the user's class does not allow. So I 
thought that the user did not have authority to do even the DEATCH. So now I 
know!

Thanks!

Thank You,

Terry Martin
Lockheed Martin
CMS - CITIC
3300 Lord Baltimore Drive, Suite 200, 21244
Engineering Computing
Mainframe Support
Cell - 443 632-4191


From: The IBM z/VM Operating System [mailto:IBMVM@LISTSERV.UARK.EDU] On Behalf 
Of Scott Rohling
Sent: Wednesday, April 20, 2011 10:44 AM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: Detaching A disk from z/Linux guest dynamically

Yes -

- change the directory entry for the user to point to the new (copied) volume - 
put directory online
- on the guest - #CP DETACH 191 and then #CP LINK * 191 191 MR(or on linux: 
 vmcp detach 191 and vmcp link myuser 191 191 mr ... where 'myuser' is the name 
of the userid..   (the * confuses bash so specify the user).

If this is a Linux guest -- then the 191 isn't accessed any more (Linux is 
running)..   so no need to reaccess.

Scott Rohling

On Wed, Apr 20, 2011 at 8:21 AM, Martin, Terry R. (CMS/CTR) (CTR) 
terry.mar...@cms.hhs.govmailto:terry.mar...@cms.hhs.gov wrote:
Hi

I have a copy of the DASD volume where the A (191) disk resides for a specific 
z/Linux guest. I want to point the guest to the new copied volume from the one 
it is currently using without bringing the guest down. Is there a way to do 
this?

Thank You,

Terry Martin
Lockheed Martin
CMS - CITIC
3300 Lord Baltimore Drive, Suite 200, 21244
Engineering Computing
Mainframe Support
Cell - 443 632-4191tel:443%20632-4191





Re: Detaching A disk from z/Linux guest dynamically

2011-04-20 Thread Martin, Terry R. (CMS/CTR) (CTR)
Ok thanks Scott got it. I appreciate the input from all!

Thank You,

Terry Martin
Lockheed Martin
CMS - CITIC
3300 Lord Baltimore Drive, Suite 200, 21244
Engineering Computing
Mainframe Support
Cell - 443 632-4191


From: The IBM z/VM Operating System [mailto:IBMVM@LISTSERV.UARK.EDU] On Behalf 
Of Scott Rohling
Sent: Wednesday, April 20, 2011 12:07 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: Detaching A disk from z/Linux guest dynamically

Terry..   RELEASE is a CMS command..   not CP.   You can use the CP command 
DETACH to detach a specific address.. but RELEASE will fail.   ACCESS/RELEASE 
are strictly CMS concepts.   If Linux is running -- then CMS is not -- so 
RELEASE/ACCESS have no meaning.

I'm assuming you first IPL CMS in your Linux guests and it runs a PROFILE EXEC, 
which then IPLs the Linux disk.  Once Linux is IPLed - no disks are 'accessed' 
as CMS is gone.   So you're only left with DETACH/LINK to deal with virtual 
disks.

Hope that helps -

Scott Rohling
On Wed, Apr 20, 2011 at 9:55 AM, Martin, Terry R. (CMS/CTR) (CTR) 
terry.mar...@cms.hhs.govmailto:terry.mar...@cms.hhs.gov wrote:
Hi,

Ok I got it. Before I contacted the list I had tried doing the '#CP REL A (DET' 
from the guest. It did not take saying it was unknown command sort of what you 
get when you are issuing a command that the user's class does not allow. So I 
thought that the user did not have authority to do even the DEATCH. So now I 
know!

Thanks!

Thank You,

Terry Martin
Lockheed Martin
CMS - CITIC
3300 Lord Baltimore Drive, Suite 200, 21244
Engineering Computing
Mainframe Support
Cell - 443 632-4191tel:443%20632-4191


From: The IBM z/VM Operating System 
[mailto:IBMVM@LISTSERV.UARK.EDUmailto:IBMVM@LISTSERV.UARK.EDU] On Behalf Of 
Scott Rohling
Sent: Wednesday, April 20, 2011 10:44 AM

To: IBMVM@LISTSERV.UARK.EDUmailto:IBMVM@LISTSERV.UARK.EDU
Subject: Re: Detaching A disk from z/Linux guest dynamically

Yes -

- change the directory entry for the user to point to the new (copied) volume - 
put directory online
- on the guest - #CP DETACH 191 and then #CP LINK * 191 191 MR(or on linux: 
 vmcp detach 191 and vmcp link myuser 191 191 mr ... where 'myuser' is the name 
of the userid..   (the * confuses bash so specify the user).

If this is a Linux guest -- then the 191 isn't accessed any more (Linux is 
running)..   so no need to reaccess.

Scott Rohling

On Wed, Apr 20, 2011 at 8:21 AM, Martin, Terry R. (CMS/CTR) (CTR) 
terry.mar...@cms.hhs.govmailto:terry.mar...@cms.hhs.gov wrote:
Hi

I have a copy of the DASD volume where the A (191) disk resides for a specific 
z/Linux guest. I want to point the guest to the new copied volume from the one 
it is currently using without bringing the guest down. Is there a way to do 
this?

Thank You,

Terry Martin
Lockheed Martin
CMS - CITIC
3300 Lord Baltimore Drive, Suite 200, 21244
Engineering Computing
Mainframe Support
Cell - 443 632-4191tel:443%20632-4191






Re: Detaching A disk from z/Linux guest dynamically

2011-04-20 Thread Martin, Terry R. (CMS/CTR) (CTR)
Thanks Tom I was just about to ask this question because I have a bunch of 
guests that I need to change.

Now I tried the FOR command and received this:

HCPFOR070E - Basically it is an authorization issue with the FOR command. We 
are running RACF here so do you know what the profile would be and what RACF 
class would need to be activated to define and permit this resource?  Can I 
also do this via the SECUSER command?

Thank You,

Terry Martin
Lockheed Martin
CMS - CITIC
3300 Lord Baltimore Drive, Suite 200, 21244
Engineering Computing
Mainframe Support
Cell - 443 632-4191


From: The IBM z/VM Operating System [mailto:IBMVM@LISTSERV.UARK.EDU] On Behalf 
Of Tom Huegel
Sent: Wednesday, April 20, 2011 2:37 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: Detaching A disk from z/Linux guest dynamically

Since these are CP commands use FOR command and avoid logging on the LINUX 
machine.
FOR linuxname CMD DET 191
FOR linuxname CMD LINK * 191 191 MR



On Wed, Apr 20, 2011 at 8:45 AM, David Boyes 
dbo...@sinenomine.netmailto:dbo...@sinenomine.net wrote:
If the 191 is only used at Linux boot, you can change the directory entry and 
then login to the VM userid running the Linux system and:

BEGIN (if you get a CP READ)
#CP DET 191
#CP LINK * 191 191 MR
#CP DISC

(assuming your LINEND char is #)

If you are actually using the disk during runtime, then it's a lot safer to 
bounce the guest.

-- db


From: The IBM z/VM Operating System 
[mailto:IBMVM@LISTSERV.UARK.EDUmailto:IBMVM@LISTSERV.UARK.EDU] On Behalf Of 
Martin, Terry R. (CMS/CTR) (CTR)
Sent: Wednesday, April 20, 2011 10:22 AM
To: IBMVM@LISTSERV.UARK.EDUmailto:IBMVM@LISTSERV.UARK.EDU
Subject: Detaching A disk from z/Linux guest dynamically

Hi

I have a copy of the DASD volume where the A (191) disk resides for a specific 
z/Linux guest. I want to point the guest to the new copied volume from the one 
it is currently using without bringing the guest down. Is there a way to do 
this?

Thank You,

Terry Martin
Lockheed Martin
CMS - CITIC
3300 Lord Baltimore Drive, Suite 200, 21244
Engineering Computing
Mainframe Support
Cell - 443 632-4191tel:443%20632-4191





Re: DIRMAINT

2011-04-12 Thread Martin, Terry R. (CMS/CTR) (CTR)
Thanks all. I appreciate the input!

Thank You,

Terry Martin
Lockheed Martin
CMS - CITIC
3300 Lord Baltimore Drive, Suite 200, 21244  
Engineering Computing
Mainframe Support
Cell - 443 632-4191



-Original Message-
From: The IBM z/VM Operating System [mailto:IBMVM@LISTSERV.UARK.EDU] On Behalf 
Of Berry van Sleeuwen
Sent: Tuesday, April 12, 2011 4:39 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: DIRMAINT

You need to issue DIRM NEEDPASS NO again.

I guess the file is without the DVHOPT statement. They get rebuild 
during rebuilding of the directory. Part of this is the needpass no 
option that gets changed. (I guess the CRC is different.) We used to 
migrate a directory without the DVHOPT statments but then we had to 
NEEDPASS again after each migration. So now we always keep the DVHOPT in 
the USER INPUT.

Regards, Berry.

Op 11-04-11 20:39, Scott Rohling schreef:
 You should name it to USER INPUT -  not INPUT USER..   You also need 
 to ERASE or RENAME USER DIRECT on the DIRMAINT 1DF as well..

 I'm really not sure if the above is the reason you are getting the 
 message -- maybe you entered the password wrong - not sure.. but make 
 sure you are rebuilding the directory correctly.

 Scott Rohling

 On Mon, Apr 11, 2011 at 12:33 PM, Martin, Terry R. (CMS/CTR) (CTR) 
 terry.mar...@cms.hhs.gov mailto:terry.mar...@cms.hhs.gov wrote:

 Hi

 I think I may have screwed up here. I had to make multiple changes
 to my Directory so I did the following:

 I did a DIRM USER WITHPASS to get the current directory

 I then added my changes to USER WITHPASS on my A disk

 I then shutdown DIRMAINT.

 I then copied the USER WITHPASS from my A disk to DIRMAINT'S 1DF
 disk as INPUT USER

 I then started DIRMAINT backup issuing the DVHBEGIN command

 I then logged on to MAINT and issued DIRM FOR M1P3 GET and I get
 the following. Where did I mess up?:

 DVHREQ2286E The password you supplied does not match the current

 DVHREQ2286E directory password for MAINT; your request is ignored.

 *Thank You,*

 **

 *Terry Martin*

 *Lockheed Martin*

 *CMS - CITIC*

 *3300 Lord Baltimore Drive, Suite 200, 21244
 **Engineering Computing*

 *Mainframe Support*

 *Cell - 443 632-4191 tel:443%20632-4191*

 **




DIRMAINT

2011-04-11 Thread Martin, Terry R. (CMS/CTR) (CTR)
Hi

I think I may have screwed up here. I had to make multiple changes to my 
Directory so I did the following:

I did a DIRM USER WITHPASS to get the current directory

I then added my changes to USER WITHPASS on my A disk

I then shutdown DIRMAINT.

I then copied the USER WITHPASS from my A disk to DIRMAINT'S 1DF disk as INPUT 
USER

I then started DIRMAINT backup issuing the DVHBEGIN command

I then logged on to MAINT and issued DIRM FOR M1P3 GET and I get the following. 
Where did I mess up?:


DVHREQ2286E The password you supplied does not match the current
DVHREQ2286E directory password for MAINT; your request is ignored.


Thank You,

Terry Martin
Lockheed Martin
CMS - CITIC
3300 Lord Baltimore Drive, Suite 200, 21244
Engineering Computing
Mainframe Support
Cell - 443 632-4191




Something wrong with my USERID

2011-04-06 Thread Martin, Terry R. (CMS/CTR) (CTR)
Hi

I have something set wrong for my userid on this one LPAR and for the life 
can't see it.

When I issue a basic command such as Q DISK I get the following:

12:14:28 q disk
12:14:28 HCPCQV003E Invalid option - DISK


I can do like the Q N command and get response no problem. I remember having 
this issue in once before but can't remember what I did to fix it up. Any help 
would be great!

Thanks

Thank You,

Terry Martin
Lockheed Martin
CMS - CITIC
3300 Lord Baltimore Drive, Suite 200, 21244
Engineering Computing
Mainframe Support
Cell - 443 632-4191




Re: Something wrong with my USERID

2011-04-06 Thread Martin, Terry R. (CMS/CTR) (CTR)
Hi

Yes that was it. What normally happens to get this In this mode?

Thank You,

Terry Martin
Lockheed Martin
CMS - CITIC
3300 Lord Baltimore Drive, Suite 200, 21244
Engineering Computing
Mainframe Support
Cell - 443 632-4191


From: The IBM z/VM Operating System [mailto:IBMVM@LISTSERV.UARK.EDU] On Behalf 
Of Neale Ferguson
Sent: Wednesday, April 06, 2011 12:23 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: Something wrong with my USERID

#CP TERM MODE VM


On 4/6/11 12:20 PM, Martin, Terry R. (CMS/CTR) (CTR) 
terry.mar...@cms.hhs.gov wrote:
Hi

I have something set wrong for my userid on this one LPAR and for the life 
can't see it.

When I issue a basic command such as Q DISK I get the following:

12:14:28 q disk
12:14:28 HCPCQV003E Invalid option - DISK


Re: New VSWITCH definition Best Practice

2011-04-05 Thread Martin, Terry R. (CMS/CTR) (CTR)
Alan,

Can you tell me where you have the Best Practices document?

Thank You,

Terry Martin
Lockheed Martin
CMS - CITIC
3300 Lord Baltimore Drive, Suite 200, 21244  
Engineering Computing
Mainframe Support
Cell - 443 632-4191



-Original Message-
From: The IBM z/VM Operating System [mailto:IBMVM@LISTSERV.UARK.EDU] On Behalf 
Of Alan Altmark
Sent: Monday, April 04, 2011 5:03 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: New VSWITCH definition Best Practice

It's time for me to update my Best Practice for VSWITCH definition  With 
the changes that were made to z/VM 6.1 for zEnterprise ensembles, but 
which benefit non-ensemble configurations, there's a new sheriff in town. 
Forget VLAN 666.  Here's what you really want to see:

 DEFINE VSWITCH ...  VLAN AWARE NATIVE NONE

This does the following:
1. Sets the VSWITCH in trunk mode
2. Requires that you explicitly authorize a guest to use one or more VLAN 
IDs.
3. If you don't provide an authorization, outbound traffic from the guest 
will be discarded.
4. No untagged frames from VLAN-aware guests will be emitted by the 
VSWITCH.

The new VLAN AWARE and NATIVE NONE are not available on z/VM 5.4.  You 
will have to continue with the VLAN 666 trick.

Regards,
  Alan

z/VM and Linux on System z Consultant
IBM System Lab Services and Training 
ibm.com/systems/services/labservices 
office: 607.429.3323
alan_altm...@us.ibm.com


Re: z196 and z/Manager (URM)

2011-04-05 Thread Martin, Terry R. (CMS/CTR) (CTR)
Thanks Alan. I have been doing a lot of reading on this already I was looking 
for some real world experiences to back up what I am reading.   

Thank You,

Terry Martin
Lockheed Martin
CMS - CITIC
3300 Lord Baltimore Drive, Suite 200, 21244  
Engineering Computing
Mainframe Support
Cell - 443 632-4191



-Original Message-
From: The IBM z/VM Operating System [mailto:IBMVM@LISTSERV.UARK.EDU] On Behalf 
Of Alan Altmark
Sent: Tuesday, April 05, 2011 12:42 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: z196 and z/Manager (URM)

On Monday, 04/04/2011 at 08:53 EDT, Martin, Terry R. (CMS/CTR) (CTR) 
terry.mar...@cms.hhs.gov wrote:

 We are planning for a z196 Enterprise Processor. I was wondering 
specifically 
 about z/Manager. I know this is being touted as the Hub of this new 
Enterprise 
 Processor.  I also know that a lot of work on behalf of z/VM and z/Linux 
was 
 done in this area. I understand that z/Manager contains ensembles that 
allow 
 for z/VM and z/Linux workload management. It is suppose to have the look 
and 
 feel like WLM for z/OS.  This is something I have hoping for. Hopefully 
there 
 is meat with the potatoes!  
 
 What have been some of the experiences with z/Manager to date. Is it 
truly a 
 Workload Manager in the way of WLM on z/OS? What have been the 
experiences with 
 working with the HMC to control z/Manager? Is the HMC accessible via the 

 network, VPN etc?..?

If you go into the ResourceLink Library and follow the zEnterprise Unified 
Resource Manager link, you will find
- Introduction to Ensembles
- HMC Operations Guide for Ensembles
- Ensemble planning  configuration
- Ensemble performance management

Alan Altmark

z/VM and Linux on System z Consultant
IBM System Lab Services and Training 
ibm.com/systems/services/labservices 
office: 607.429.3323
mobile; 607.321.7556
alan_altm...@us.ibm.com
IBM Endicott


VLAN and GRANT

2011-04-04 Thread Martin, Terry R. (CMS/CTR) (CTR)
Hi

This weekend we changed the SWITCH on the Data Comm side to tag a new VLAN 
(581). Up to this point the switch was  only set up for ACCESS  switch not 
TRUNK with a default VLAN of 472. Now the SWITCH PORT is changed to handle 
TRUNKING.

On my z/VM side I set up the VSWITCH to now handle VLAN tagging. Everything 
looks good on the switch side but when I try testing a z/Linux guest in terms 
of having it connect to the VSWITCH via VLAN 851 it still does not get to the 
Subnet pointed to by VLAN 581. I did the GRANT for this guest:

SET VSWITCH VSE4DD11 GRANT E49L250D VLAN 851.

What am I missing? Now I did not do anything with RACF for this do I need to 
allow something in RACF?

Thanks!


Thank You,

Terry Martin
Lockheed Martin
CMS - CITIC
3300 Lord Baltimore Drive, Suite 200, 21244
Engineering Computing
Mainframe Support
Cell - 443 632-4191




Re: VLAN and GRANT

2011-04-04 Thread Martin, Terry R. (CMS/CTR) (CTR)
Thanks for the explanation Alan! 

Thank You,

Terry Martin
Lockheed Martin
CMS - CITIC
3300 Lord Baltimore Drive, Suite 200, 21244  
Engineering Computing
Mainframe Support
Cell - 443 632-4191



-Original Message-
From: The IBM z/VM Operating System [mailto:IBMVM@LISTSERV.UARK.EDU] On Behalf 
Of Alan Altmark
Sent: Monday, April 04, 2011 2:50 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: VLAN and GRANT

On Monday, 04/04/2011 at 01:38 EDT, Martin, Terry R. (CMS/CTR) (CTR) 
terry.mar...@cms.hhs.gov wrote:
 Thanks. One thing since I have never set up anything for the VMLAN RACF 
class 
 from the get go I displayed what it looks like now and here is what I 
see. It 
 looks like everything is allowed. Do I still need to add a specific 
profile or 
 does this rule cover all. This is what it looks like now:
 
 
 
 rac sr class(vmlan)
 * (G)
 
 rac rlist vmlan * all
 CLASS  NAME
 -  
 VMLAN  * (G)
 
 LEVEL  OWNER  UNIVERSAL ACCESS  YOUR ACCESS  WARNING
 -       ---  ---
 00S1V3   UPDATEUPDATENO

This comes under the heading of RACF is protecting the VSWITCH, so, yes, 
you need to add VLAN-qualified profiles.  They are not used in the 
traditional RACF way such that a generic profile would cover it, but 
instead as a database of associated VLANs.  So if the list comes back 
empty, then CP will give the guest access the to default VLAN id for the 
VSWITCH.

Alan Altmark

z/VM and Linux on System z Consultant
IBM System Lab Services and Training 
ibm.com/systems/services/labservices 
office: 607.429.3323
mobile; 607.321.7556
alan_altm...@us.ibm.com
IBM Endicott


z196 and z/Manager (URM)

2011-04-04 Thread Martin, Terry R. (CMS/CTR) (CTR)
Hi

We are planning for a z196 Enterprise Processor. I was wondering specifically 
about z/Manager. I know this is being touted as the Hub of this new Enterprise 
Processor.  I also know that a lot of work on behalf of z/VM and z/Linux was 
done in this area. I understand that z/Manager contains ensembles that allow 
for z/VM and z/Linux workload management. It is suppose to have the look and 
feel like WLM for z/OS.  This is something I have hoping for. Hopefully there 
is meat with the potatoes!

What have been some of the experiences with z/Manager to date. Is it truly a 
Workload Manager in the way of WLM on z/OS? What have been the experiences with 
working with the HMC to control z/Manager? Is the HMC accessible via the 
network, VPN etc.?

Thanks!

Thank You,

Terry Martin
Lockheed Martin
CMS - CITIC
3300 Lord Baltimore Drive, Suite 200, 21244
Engineering Computing
Mainframe Support
Cell - 443 632-4191




Re: Supporting Dot.1q trunk in z/Linux

2011-03-27 Thread Martin, Terry R. (CMS/CTR) (CTR)
Thanks Mary!

Thank You,

Terry Martin
Lockheed Martin
CMS - CITIC
3300 Lord Baltimore Drive, Suite 200, 21244  
Engineering Computing
Mainframe Support
Cell - 443 632-4191



-Original Message-
From: The IBM z/VM Operating System [mailto:IBMVM@LISTSERV.UARK.EDU] On Behalf 
Of Marcy Cortes
Sent: Sunday, March 27, 2011 1:22 AM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: Supporting Dot.1q trunk in z/Linux

Marcy :)

Your using a trunk port requires the vswitch to vlan tag the stuff sent over 
it.

So say you have default vlan of 100 on the vswitch going out over it and your 
vswitch has that defined as the default.
Then if the IP x.x.x.x is on vlan 100 then you don't need a vlan on the grant.
If the IP x.x.y.x is on vlan 200 then you will need a VLAN parm on the vswitch 
grant.
Like set vswitch vswitch1 grant Linux8 vlan 200.
I kind of feel it's safer to always put a vlan number on any grant on a vswitch 
using a trunk port.

Symptoms of getting it wrong will be no packets going anywhere on a 'q vswitch 
details




Marcy 



-Original Message-
From: The IBM z/VM Operating System [mailto:IBMVM@LISTSERV.UARK.EDU] On Behalf 
Of Martin, Terry R. (CMS/CTR) (CTR)
Sent: Saturday, March 26, 2011 10:06 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: [IBMVM] Supporting Dot.1q trunk in z/Linux

Mary,

What would be the LAN name on the GRANT? And is the GRANT the place I would 
need to specify LAN parameter? 

Thank You,

Terry Martin
Lockheed Martin
CMS - CITIC
3300 Lord Baltimore Drive, Suite 200, 21244  
Engineering Computing
Mainframe Support
Cell - 443 632-4191



-Original Message-
From: The IBM z/VM Operating System [mailto:IBMVM@LISTSERV.UARK.EDU] On Behalf 
Of Marcy Cortes
Sent: Saturday, March 26, 2011 10:34 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: Supporting Dot.1q trunk in z/Linux

Right, your vswitch and nicdef statements don't change.You may have to put 
a vlan on your SET VSWITCH GRANT statements.

Marcy 
-Original Message-
From: The IBM z/VM Operating System [mailto:IBMVM@LISTSERV.UARK.EDU] On Behalf 
Of Martin, Terry R. (CMS/CTR) (CTR)
Sent: Thursday, March 24, 2011 8:05 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: [IBMVM] Supporting Dot.1q trunk in z/Linux

Thanks Alan, this is what I was looking for. So the Vswitch and the NIC def for 
the guest does not change correct? It appears that the only thing that changes 
is at the switch level where it becomes a Trunk connection correct?

Thank You,

Terry Martin
Lockheed Martin
CMS - CITIC
3300 Lord Baltimore Drive, Suite 200, 21244  
Engineering Computing
Mainframe Support
Cell - 443 632-4191


-Original Message-
From: The IBM z/VM Operating System [mailto:IBMVM@LISTSERV.UARK.EDU] On Behalf 
Of Alan Altmark
Sent: Thursday, March 24, 2011 3:29 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: Supporting Dot.1q trunk in z/Linux

On Thursday, 03/24/2011 at 01:01 EDT, Martin, Terry R. (CMS/CTR) (CTR) 
terry.mar...@cms.hhs.gov wrote:

 So my question is from my z/Linux side what changes to I need to make 
and where 
 are these changes reflected In my setup on the z/Linux. Just so you know 
my 
 z/VM TCP/IP stack is not really being used for the z/Linux guests that 
is being 
 done within z/Linux in my case RHEL 5.2  

You will make NO changes to your Linuxes.  Those on existing subnet A will 
remain there and be on VLAN A.  New ones on Subnet B will be assigned to 
VLAN B.  When a Linux on A and one on B want to talk to each other, the 
traffic will flow into the VSWITCH, down the OSA, out of the box, into the 
router, and back.

This may generate a requirement to reassign IP addrs so that those two 
servers are placed in the same subnet, with no need for traffic to flow 
out of the box.

Alan Altmark

z/VM and Linux on System z Consultant
IBM System Lab Services and Training 
ibm.com/systems/services/labservices 
office: 607.429.3323
mobile; 607.321.7556
alan_altm...@us.ibm.com
IBM Endicott


Re: Supporting Dot.1q trunk in z/Linux

2011-03-26 Thread Martin, Terry R. (CMS/CTR) (CTR)
Thanks Mary!

Thank You,

Terry Martin
Lockheed Martin
CMS - CITIC
3300 Lord Baltimore Drive, Suite 200, 21244  
Engineering Computing
Mainframe Support
Cell - 443 632-4191



-Original Message-
From: The IBM z/VM Operating System [mailto:IBMVM@LISTSERV.UARK.EDU] On Behalf 
Of Marcy Cortes
Sent: Saturday, March 26, 2011 10:34 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: Supporting Dot.1q trunk in z/Linux

Right, your vswitch and nicdef statements don't change.You may have to put 
a vlan on your SET VSWITCH GRANT statements.

Marcy 
-Original Message-
From: The IBM z/VM Operating System [mailto:IBMVM@LISTSERV.UARK.EDU] On Behalf 
Of Martin, Terry R. (CMS/CTR) (CTR)
Sent: Thursday, March 24, 2011 8:05 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: [IBMVM] Supporting Dot.1q trunk in z/Linux

Thanks Alan, this is what I was looking for. So the Vswitch and the NIC def for 
the guest does not change correct? It appears that the only thing that changes 
is at the switch level where it becomes a Trunk connection correct?

Thank You,

Terry Martin
Lockheed Martin
CMS - CITIC
3300 Lord Baltimore Drive, Suite 200, 21244  
Engineering Computing
Mainframe Support
Cell - 443 632-4191


-Original Message-
From: The IBM z/VM Operating System [mailto:IBMVM@LISTSERV.UARK.EDU] On Behalf 
Of Alan Altmark
Sent: Thursday, March 24, 2011 3:29 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: Supporting Dot.1q trunk in z/Linux

On Thursday, 03/24/2011 at 01:01 EDT, Martin, Terry R. (CMS/CTR) (CTR) 
terry.mar...@cms.hhs.gov wrote:

 So my question is from my z/Linux side what changes to I need to make 
and where 
 are these changes reflected In my setup on the z/Linux. Just so you know 
my 
 z/VM TCP/IP stack is not really being used for the z/Linux guests that 
is being 
 done within z/Linux in my case RHEL 5.2  

You will make NO changes to your Linuxes.  Those on existing subnet A will 
remain there and be on VLAN A.  New ones on Subnet B will be assigned to 
VLAN B.  When a Linux on A and one on B want to talk to each other, the 
traffic will flow into the VSWITCH, down the OSA, out of the box, into the 
router, and back.

This may generate a requirement to reassign IP addrs so that those two 
servers are placed in the same subnet, with no need for traffic to flow 
out of the box.

Alan Altmark

z/VM and Linux on System z Consultant
IBM System Lab Services and Training 
ibm.com/systems/services/labservices 
office: 607.429.3323
mobile; 607.321.7556
alan_altm...@us.ibm.com
IBM Endicott


Re: Supporting Dot.1q trunk in z/Linux

2011-03-26 Thread Martin, Terry R. (CMS/CTR) (CTR)
Mary,

What would be the LAN name on the GRANT? And is the GRANT the place I would 
need to specify LAN parameter? 

Thank You,

Terry Martin
Lockheed Martin
CMS - CITIC
3300 Lord Baltimore Drive, Suite 200, 21244  
Engineering Computing
Mainframe Support
Cell - 443 632-4191



-Original Message-
From: The IBM z/VM Operating System [mailto:IBMVM@LISTSERV.UARK.EDU] On Behalf 
Of Marcy Cortes
Sent: Saturday, March 26, 2011 10:34 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: Supporting Dot.1q trunk in z/Linux

Right, your vswitch and nicdef statements don't change.You may have to put 
a vlan on your SET VSWITCH GRANT statements.

Marcy 
-Original Message-
From: The IBM z/VM Operating System [mailto:IBMVM@LISTSERV.UARK.EDU] On Behalf 
Of Martin, Terry R. (CMS/CTR) (CTR)
Sent: Thursday, March 24, 2011 8:05 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: [IBMVM] Supporting Dot.1q trunk in z/Linux

Thanks Alan, this is what I was looking for. So the Vswitch and the NIC def for 
the guest does not change correct? It appears that the only thing that changes 
is at the switch level where it becomes a Trunk connection correct?

Thank You,

Terry Martin
Lockheed Martin
CMS - CITIC
3300 Lord Baltimore Drive, Suite 200, 21244  
Engineering Computing
Mainframe Support
Cell - 443 632-4191


-Original Message-
From: The IBM z/VM Operating System [mailto:IBMVM@LISTSERV.UARK.EDU] On Behalf 
Of Alan Altmark
Sent: Thursday, March 24, 2011 3:29 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: Supporting Dot.1q trunk in z/Linux

On Thursday, 03/24/2011 at 01:01 EDT, Martin, Terry R. (CMS/CTR) (CTR) 
terry.mar...@cms.hhs.gov wrote:

 So my question is from my z/Linux side what changes to I need to make 
and where 
 are these changes reflected In my setup on the z/Linux. Just so you know 
my 
 z/VM TCP/IP stack is not really being used for the z/Linux guests that 
is being 
 done within z/Linux in my case RHEL 5.2  

You will make NO changes to your Linuxes.  Those on existing subnet A will 
remain there and be on VLAN A.  New ones on Subnet B will be assigned to 
VLAN B.  When a Linux on A and one on B want to talk to each other, the 
traffic will flow into the VSWITCH, down the OSA, out of the box, into the 
router, and back.

This may generate a requirement to reassign IP addrs so that those two 
servers are placed in the same subnet, with no need for traffic to flow 
out of the box.

Alan Altmark

z/VM and Linux on System z Consultant
IBM System Lab Services and Training 
ibm.com/systems/services/labservices 
office: 607.429.3323
mobile; 607.321.7556
alan_altm...@us.ibm.com
IBM Endicott


Supporting Dot.1q trunk in z/Linux

2011-03-24 Thread Martin, Terry R. (CMS/CTR) (CTR)
Hi

We have run out of the IPs on a certain SUBNET. The network folks say we need 
to set the VSWITCHES up as a Dot.1q trunk on both their side and the z/Linux 
side.  We  are not currently using Dot.1q trunk.

So my question is from my z/Linux side what changes to I need to make and where 
are these changes reflected In my setup on the z/Linux. Just so you know my 
z/VM TCP/IP stack is not really being used for the z/Linux guests that is being 
done within z/Linux in my case RHEL 5.2

Thanks for the help!


Thank You,

Terry Martin
Lockheed Martin
CMS - CITIC
3300 Lord Baltimore Drive, Suite 200, 21244
Engineering Computing
Mainframe Support
Cell - 443 632-4191




Xedit question

2011-02-21 Thread Martin, Terry R. (CMS/CTR) (CTR)
Hi

I have a bunch of lines in a file and I want to insert in the beginning of each 
line a  Q DA command:

EX:
09 B32D70
10 B32D80
11 B32D81
12 B32D82
13 B32D83

I want to insert the following command Q DA in front of each entry. What is the 
best way to do this using xedit?

Q DA B32D70

Terry Martin
LockHeed Martin - CITIC
z/OS and z/VM Performance and Tuning - Operating System Support
Cell - 443 632-4191
Desk - 443 348-2102



FW: FRAME REORDER FIX

2010-11-29 Thread Martin, Terry R. (CMS/CTR) (CTR)

Resending this!

Thank You,

Terry Martin
Lockheed Martin - Citic
z/OS and z/VM Performance Tuning and Operating Systems Support
Office - 443 348-2102
Cell - 443 632-4191

From: Martin, Terry R. (CMS/CTR) (CTR)
Sent: Saturday, November 27, 2010 8:47 AM
To: IBMVM@LISTSERV.UARK.EDU
Subject: FRAME REORDER FIX

Hi


I want to turn off FRAME REODERING for some guests as described in APAR VM64774 
(PTF UM33167 5.4). We had heard that the new (Set REORDER) command was shipped 
as a dynamically loaded module that fooled around with some fields in the VMDBK.



Has anyone used this and if so were you able to implement this without a system 
outage?



Thank You,

Terry Martin
Lockheed Martin - Citic
z/OS and z/VM Performance Tuning and Operating Systems Support
Office - 443 348-2102
Cell - 443 632-4191

[cid:image002.jpg@01CB8E0E.D1926630]



Re: FRAME REORDER FIX

2010-11-29 Thread Martin, Terry R. (CMS/CTR) (CTR)
HI Jim,

Just to let you know I was able to get the circumvention fix from Level 2. This 
was able to be installed dynamically and only took a few minutes to install. I 
implemented it and was able to issue the SET REORDER command for some of my 
guests. I did get a warning message basically stating that this circumvention 
was not going to be permanent. But it worked. We were running into some real 
trouble with some of our large guests. We were seeing these guests stopping for 
seconds at a time during multiple intervals while reordering was taking place. 
This was causing major TCP/IP networking issues for one.

Once I turned off FRAME REORDERING the delays went away I even saw a drop off 
in the number of SCAN TWO PAGE STEALS as well as a DROP in Emergency Scan 
Steals of NSS/DCSS pages.

So if anyone is seeing either Console Function Waits (CF) and or FRAME 
REORDERING taking place you want to turn it off.

I will be installing the z/VM 5.4 version of the PTF UM33167 during our next 
outage so that it becomes permanent.

Thank You,

Terry Martin
Lockheed Martin - Citic
z/OS and z/VM Performance Tuning and Operating Systems Support
Office - 443 348-2102
Cell - 443 632-4191

From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On Behalf 
Of James Vincent
Sent: Monday, November 29, 2010 3:31 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: FRAME REORDER FIX

Hello Terry - we have that PTF loaded on z/VM 5.4.  If you look at the modules 
affected, I hope you would see that it is not a 'dynamic loaded module' but an 
update to a number of CP parts.  An IPL is needed to get that new function (so 
yes, an outage will be required.)

I've played around with the command a little, but have not gotten very far with 
it yet (time issue only)

-- James Vincent

On Sat, Nov 27, 2010 at 8:46 AM, Martin, Terry R. (CMS/CTR) (CTR) 
terry.mar...@cms.hhs.govmailto:terry.mar...@cms.hhs.gov wrote:
Error! Filename not specified.
Hi


I want to turn off FRAME REODERING for some guests as described in APAR VM64774 
(PTF UM33167 5.4). We had heard that the new (Set REORDER) command was shipped 
as a dynamically loaded module that fooled around with some fields in the VMDBK.



Has anyone used this and if so were you able to implement this without a system 
outage?



Thank You,

Terry Martin
Lockheed Martin - Citic
z/OS and z/VM Performance Tuning and Operating Systems Support
Office - 443 348-2102
Cell - 443 632-4191

Error! Filename not specified.




FRAME REORDER FIX

2010-11-27 Thread Martin, Terry R. (CMS/CTR) (CTR)

Hi


I want to turn off FRAME REODERING for some guests as described in APAR VM64774 
(PTF UM33167 5.4). We had heard that the new (Set REORDER) command was shipped 
as a dynamically loaded module that fooled around with some fields in the VMDBK.



Has anyone used this and if so were you able to implement this without a system 
outage?



Thank You,

Terry Martin
Lockheed Martin - Citic
z/OS and z/VM Performance Tuning and Operating Systems Support
Office - 443 348-2102
Cell - 443 632-4191

[cid:image002.jpg@01CB8E0E.D1926630]



Re: No IPL VSWITCH Connectivity

2010-11-02 Thread Martin, Terry R. (CMS/CTR) (CTR)
I can tell you that DTCVSW* must be up before the VSWITCH can be defined and 
that the VSWITCH must be defined and READY before the z/Linux guest can connect 
to the VSWITCH.

Thank You,

Terry Martin
Lockheed Martin - Citic
z/OS and z/VM Performance Tuning and Operating Systems Support
Office - 443 348-2102
Cell - 443 632-4191

From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On Behalf 
Of George Henke/NYLIC
Sent: Tuesday, November 02, 2010 1:02 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: No IPL VSWITCH Connectivity


ty, Alan:

The DTCVSW1 log  shows VSWITCH is not yet started when it comes up (Please see 
below).

09:38:29 DTCIUC014I IUCV initializing:
09:38:29 DTCPRI385I  Device VSWITCHDEV:
09:38:29 DTCPRI386I Type: VSWITCH-IUCV, Status: Not started
09:38:29 DTCPRI387I Envelope queue size: 0
09:38:29 DTCPRI389I VM id: *VSWITCH
09:38:29 DTCIUC031I TCP/IP server connected to *VSWITCH system service
09:38:29 DTCPUP096I Precedence designations will be overridden
09:38:29 DTCPDO083I Will honor ICMP redirects
09:38:29 DTCPDO226I Will honor ICMPv6 redirects
09:38:29 DTCPDO150I Support for IPv4 Path MTU Discovery is disabled
09:38:29 DTCIPU044I IP forwarding is enabled
09:38:29 DTCUDP010I Limit on incoming UDP datagram queue size enabled
09:38:29 DTCIPI014I TCP/IP will take VMDUMP in case of program check
09:38:29 DTCIPI032I Only users mentioned in PROFILE TCPIP may use TCP/IP s

09:38:29 DTCIPI033I Only users in the obey list and users who have a port

09:38:29 DTCIPI038I Internal consistency checking is disabled
09:38:29 DTCIPI039I Support for RFC 1323 is enabled
09:38:29 DTCSSL037I Local connections will not be protected by SSL
09:38:29 DTCIPI023I TCP-IP initialization complete.


TCPIP did not get initialized until 10 seconds later.

And the LINUX guests did not get AUTOLOGed until 10 seconds after TCPIP.

TCPIP finishes accessing devices at 9:38:48 and the first LINUX guest gets 
initialized at 9:38:49.

TCPIP Console log:

09:38:39 DTCQDI001I QDIO device OSA9000 device number 9000:
09:38:39 DTCQDI007I   Enabled for QDIO data transfers
09:38:39 DTCQDI001I QDIO device OSA9100 device number 9100:
09:38:39 DTCQDI007I   Enabled for QDIO data transfers
09:38:39 DTCOSD238I ToOsd: IPv4 multicast support enabled for OSA9000
09:38:39 DTCOSD238I ToOsd: IPv4 multicast support enabled for OSA9100
09:38:39 DTCOSD319I ProcessSetArpCache: Supported for device OSA9000
09:38:39 DTCOSD319I ProcessSetArpCache: Supported for device OSA9100
09:38:39 DTCOSD341I Obtained MAC address 001125C0981C for device OSA9000
09:38:39 DTCOSD341I Obtained MAC address 001125C0CFF7 for device OSA9100
09:38:39 DTCPDO087I Dynamic Routing active; ICMP redirects will be ignored

09:38:43 DTCOSD246I OSD device OSA9100: Assigned IPv4 address 172.28.3.195

09:38:43 DTCOSD234I ToOsd: TCPIP host is not set as a router for port OSA2

09:38:43 DTCOSD246I OSD device OSA9000: Assigned IPv4 address 172.28.3.131

09:38:43 DTCOSD234I ToOsd: TCPIP host is not set as a router for port OSA9

09:38:48 DTCOSD246I OSD device OSA9100: Assigned IPv4 address 10.13.13.18

09:38:48 DTCOSD246I OSD device OSA9100: Assigned IPv4 address 10.13.13.18
09:38:48 DTCOSD246I OSD device OSA9000: Assigned IPv4 address 10.13.13.18

That's cutting it kinda close.

Wondering if the LINUX guests cannot connect because the TCPIP and DTCVSW1 
controller are still doing the IUCV handshake.

Must TCPIP be fully initialized before the LINUX guests attempt to connect to 
VSWITCH?

If so, then I should increase the sleep time to at least 30 seconds, now it is 
only 10 seconds between the AUTOLOG of TCPIP and the AUTOLOG of LINUX guests.





Alan Altmark alan_altm...@us.ibm.com
Sent by: The IBM z/VM Operating System IBMVM@LISTSERV.UARK.EDU

11/01/2010 09:51 PM
Please respond to
The IBM z/VM Operating System IBMVM@LISTSERV.UARK.EDU


To

IBMVM@LISTSERV.UARK.EDU

cc

Subject

Re: No IPL VSWITCH Connectivity







On Monday, 11/01/2010 at 03:57 EDT, George Henke/NYLIC
george_he...@newyorklife.com wrote:

 Do you IUCV to VSWITCH in your TCPIP Directory entry?

Do NOT use your TCPIP virtual machine as a controller.  That's what
DTCVSW1 and 2 are for.  The SET VSWITCH GRANT is independent on the
controllers; the controllers are not involved in authorization.

Alan Altmark

z/VM and Linux on System z Consultant
IBM System Lab Services and Training
ibm.com/systems/services/labservices
office: 607.429.3323
alan_altm...@us.ibm.com
IBM Endicott


Re: No IPL VSWITCH Connectivity

2010-11-02 Thread Martin, Terry R. (CMS/CTR) (CTR)
Hi

Ok, they may be defined but try having a z/Linux guest connect to them before 
DTCVSW*  is up!

Thank You,

Terry Martin
Lockheed Martin - Citic
z/OS and z/VM Performance Tuning and Operating Systems Support
Office - 443 348-2102
Cell - 443 632-4191

From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On Behalf 
Of Riedel, Alexander
Sent: Tuesday, November 02, 2010 1:33 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: AW: No IPL VSWITCH Connectivity

Sorry Terry, but i think you are wrong. I define my 4 VSWITCHES all in the 
SYSTEM CONFIG and it works. At this time the TCPIP or DTCVSW* are definitely 
not started.

Kind regards,

Alexander Riedel


Von: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] Im Auftrag 
von Martin, Terry R. (CMS/CTR) (CTR)
Gesendet: Dienstag, 2. November 2010 18:26
An: IBMVM@LISTSERV.UARK.EDU
Betreff: Re: No IPL VSWITCH Connectivity

I can tell you that DTCVSW* must be up before the VSWITCH can be defined and 
that the VSWITCH must be defined and READY before the z/Linux guest can connect 
to the VSWITCH.

Thank You,

Terry Martin
Lockheed Martin - Citic
z/OS and z/VM Performance Tuning and Operating Systems Support
Office - 443 348-2102
Cell - 443 632-4191

From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On Behalf 
Of George Henke/NYLIC
Sent: Tuesday, November 02, 2010 1:02 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: No IPL VSWITCH Connectivity


ty, Alan:

The DTCVSW1 log  shows VSWITCH is not yet started when it comes up (Please see 
below).

09:38:29 DTCIUC014I IUCV initializing:
09:38:29 DTCPRI385I  Device VSWITCHDEV:
09:38:29 DTCPRI386I Type: VSWITCH-IUCV, Status: Not started
09:38:29 DTCPRI387I Envelope queue size: 0
09:38:29 DTCPRI389I VM id: *VSWITCH
09:38:29 DTCIUC031I TCP/IP server connected to *VSWITCH system service
09:38:29 DTCPUP096I Precedence designations will be overridden
09:38:29 DTCPDO083I Will honor ICMP redirects
09:38:29 DTCPDO226I Will honor ICMPv6 redirects
09:38:29 DTCPDO150I Support for IPv4 Path MTU Discovery is disabled
09:38:29 DTCIPU044I IP forwarding is enabled
09:38:29 DTCUDP010I Limit on incoming UDP datagram queue size enabled
09:38:29 DTCIPI014I TCP/IP will take VMDUMP in case of program check
09:38:29 DTCIPI032I Only users mentioned in PROFILE TCPIP may use TCP/IP s

09:38:29 DTCIPI033I Only users in the obey list and users who have a port

09:38:29 DTCIPI038I Internal consistency checking is disabled
09:38:29 DTCIPI039I Support for RFC 1323 is enabled
09:38:29 DTCSSL037I Local connections will not be protected by SSL
09:38:29 DTCIPI023I TCP-IP initialization complete.


TCPIP did not get initialized until 10 seconds later.

And the LINUX guests did not get AUTOLOGed until 10 seconds after TCPIP.

TCPIP finishes accessing devices at 9:38:48 and the first LINUX guest gets 
initialized at 9:38:49.

TCPIP Console log:

09:38:39 DTCQDI001I QDIO device OSA9000 device number 9000:
09:38:39 DTCQDI007I   Enabled for QDIO data transfers
09:38:39 DTCQDI001I QDIO device OSA9100 device number 9100:
09:38:39 DTCQDI007I   Enabled for QDIO data transfers
09:38:39 DTCOSD238I ToOsd: IPv4 multicast support enabled for OSA9000
09:38:39 DTCOSD238I ToOsd: IPv4 multicast support enabled for OSA9100
09:38:39 DTCOSD319I ProcessSetArpCache: Supported for device OSA9000
09:38:39 DTCOSD319I ProcessSetArpCache: Supported for device OSA9100
09:38:39 DTCOSD341I Obtained MAC address 001125C0981C for device OSA9000
09:38:39 DTCOSD341I Obtained MAC address 001125C0CFF7 for device OSA9100
09:38:39 DTCPDO087I Dynamic Routing active; ICMP redirects will be ignored

09:38:43 DTCOSD246I OSD device OSA9100: Assigned IPv4 address 172.28.3.195

09:38:43 DTCOSD234I ToOsd: TCPIP host is not set as a router for port OSA2

09:38:43 DTCOSD246I OSD device OSA9000: Assigned IPv4 address 172.28.3.131

09:38:43 DTCOSD234I ToOsd: TCPIP host is not set as a router for port OSA9

09:38:48 DTCOSD246I OSD device OSA9100: Assigned IPv4 address 10.13.13.18

09:38:48 DTCOSD246I OSD device OSA9100: Assigned IPv4 address 10.13.13.18
09:38:48 DTCOSD246I OSD device OSA9000: Assigned IPv4 address 10.13.13.18

That's cutting it kinda close.

Wondering if the LINUX guests cannot connect because the TCPIP and DTCVSW1 
controller are still doing the IUCV handshake.

Must TCPIP be fully initialized before the LINUX guests attempt to connect to 
VSWITCH?

If so, then I should increase the sleep time to at least 30 seconds, now it is 
only 10 seconds between the AUTOLOG of TCPIP and the AUTOLOG of LINUX guests.



Alan Altmark alan_altm...@us.ibm.com
Sent by: The IBM z/VM Operating System IBMVM@LISTSERV.UARK.EDU

11/01/2010 09:51 PM
Please respond to
The IBM z/VM Operating System IBMVM@LISTSERV.UARK.EDU


To

IBMVM@LISTSERV.UARK.EDU

cc

Subject

Re: No IPL VSWITCH Connectivity







On Monday, 11/01/2010 at 03:57 EDT, George Henke/NYLIC
george_he...@newyorklife.com wrote:

 Do you IUCV to VSWITCH in your TCPIP Directory entry?

Do NOT use your TCPIP

Re: No IPL VSWITCH Connectivity

2010-11-02 Thread Martin, Terry R. (CMS/CTR) (CTR)
Ok, my point was that you would not be able to connect the network and if you 
can't connect to the network having the VSWICTH defined does not mean much at 
least not for me.

Thank You,

Terry Martin
Lockheed Martin - Citic
z/OS and z/VM Performance Tuning and Operating Systems Support
Office - 443 348-2102
Cell - 443 632-4191

From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On Behalf 
Of Miguel Delapaz
Sent: Tuesday, November 02, 2010 1:51 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: No IPL VSWITCH Connectivity


In that case, the guest should still be able to connect to the VSWITCH without 
an issue. It just won't have access to the physical network. The controller 
virtual machines have nothing to do with general VSWITCH operation...they are 
simply there to manage the OSAs that may be attached to the VSWITCH.

Regards,
Miguel Delapaz
z/VM Development


The IBM z/VM Operating System IBMVM@LISTSERV.UARK.EDU wrote on 11/02/2010 
10:45:33 AM:


 Ok, they may be defined but try having a z/Linux guest connect to
 them before DTCVSW*  is up!

 Thank You,

 Terry Martin
 Lockheed Martin - Citic
 z/OS and z/VM Performance Tuning and Operating Systems Support
 Office - 443 348-2102
 Cell - 443 632-4191

 From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu]
 On Behalf Of Riedel, Alexander
 Sent: Tuesday, November 02, 2010 1:33 PM
 To: IBMVM@LISTSERV.UARK.EDU
 Subject: AW: No IPL VSWITCH Connectivity

 Sorry Terry, but i think you are wrong. I define my 4 VSWITCHES all
 in the SYSTEM CONFIG and it works. At this time the TCPIP or DTCVSW*
 are definitely not started.

 Kind regards,

 Alexander Riedel


Re: No IPL VSWITCH Connectivity

2010-11-01 Thread Martin, Terry R. (CMS/CTR) (CTR)
The VSWITCH will not be defined if TCP/IP has not initialized. But the GRANTS 
should have no bearing on whether the VSWTICH gets defined or not. I do both my 
define and Grants in AUTOLOG2 in my case, and come up with no issues at IPL 
time.

Thank You,

Terry Martin
Lockheed Martin - Citic
z/OS and z/VM Performance Tuning and Operating Systems Support
Office - 443 348-2102
Cell - 443 632-4191

From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On Behalf 
Of Bill Munson
Sent: Monday, November 01, 2010 3:30 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: No IPL VSWITCH Connectivity

George,

we do the define and the grant in the System Config

DEFINE VSWITCH VM2SWTCH RDEV 720 730 VLAN 240 PORTT ACCESS NAT 1,
PORTNAME PORT720 PORT730

MODIFY VSWITCH VM2SWTCH GRANT TCPIP
MODIFY VSWITCH VM2SWTCH GRANT MLXESS1T
MODIFY VSWITCH VM2SWTCH GRANT MLXORA1T

and then bring up the controllers and tcpip in the autolog1 profile exec

'CP XAUTOLOG DTCVSW1'
'CP XAUTOLOG DTCVSW2'
'CP SLEEP 30 SEC'
'CP XAUTOLOG TCPIP'
'CP SLEEP 90 SEC'
'CP XAUTOLOG GCS'

munson




From:George Henke/NYLIC george_he...@newyorklife.com
To:IBMVM@LISTSERV.UARK.EDU
Date:11/01/2010 03:18 PM
Subject:Re: No IPL VSWITCH Connectivity
Sent by:The IBM z/VM Operating System IBMVM@LISTSERV.UARK.EDU





I just noticed that in my AUTOLOG1 PROFILE EXEC, TCPIP is XAUTOLOGed just 
before the GRANTS.

Could it be that VSWITCH is not ready until TCPIP is fully logged on, the TCPIP 
stack built?

Do I need a delay in my AUTLOG1 PROFILE EXEC after the XAUTOLOG of TCPIP to 
make this happen?

'CP XAUTOLOG TCPIP'
'CP SET VSWITCH LNXVSW1 GRANT VLINUX1'
'CP SET VSWITCH LNXVSW1 GRANT VLINUX2'
'CP SET VSWITCH LNXVSW1 GRANT VLINUX3'
'CP SET VSWITCH LNXVSW1 GRANT VLINUX4'
'CP SET VSWITCH LNXVSW1 GRANT VLINUX5'
'CP SLEEP 10 SEC'
'CP XAUTOLOG VLINUX1'
'CP XAUTOLOG VLINUX2'
'CP XAUTOLOG VLINUX3'


Mark Pace pacemainl...@gmail.com
Sent by: The IBM z/VM Operating System IBMVM@LISTSERV.UARK.EDU

11/01/2010 03:13 PM
Please respond to
The IBM z/VM Operating System IBMVM@LISTSERV.UARK.EDU


To

IBMVM@LISTSERV.UARK.EDU

cc

Subject

Re: No IPL VSWITCH Connectivity








The 2 entries I have in my system config.  1 for layer 2 and 1 for layer 3.  
Both work at IPL.

DEFINE VSWITCH VSWTCH1 RDEV 0600 CONTR * ETH
Define VSWITCH VSWTCH3 RDEV 0604 CONTR * IP


On Mon, Nov 1, 2010 at 3:07 PM, George Henke/NYLIC 
george_he...@newyorklife.commailto:george_he...@newyorklife.com wrote:

After IPL we can destroy the VSWITCH:

det vswitch lnxvsw1

Then issue the same commands as in the IPL below and everything connects.

Why?

Are there some restrictions, considerations, for defining the VSWITCH at IPL 
time?

SYSTEM CONFIG:

define vswitch lnxvsw1 portname lnxvsw1 rdev 9004


AUTOLOG1: PROFILE EXEC:

'CP SET VSWITCH LNXVSW1 GRANT VLINUX1'
'CP SET VSWITCH LNXVSW1 GRANT VLINUX2'
'CP SET VSWITCH LNXVSW1 GRANT VLINUX3'
'CP SET VSWITCH LNXVSW1 GRANT VLINUX4'
'CP SET VSWITCH LNXVSW1 GRANT VLINUX5'
'CP SLEEP 10 SEC'
'CP XAUTOLOG VLINUX1'
'CP XAUTOLOG VLINUX2'
'CP XAUTOLOG VLINUX3'



--
Mark D Pace
Senior Systems Engineer
Mainline Information Systems




*** IMPORTANT NOTE*-- The 
opinions expressed in this message and/or any attachments are those of the 
author and not necessarily those of Brown Brothers Harriman  Co., its 
subsidiaries and affiliates (BBH). There is no guarantee that this message is 
either private or confidential, and it may have been altered by unauthorized 
sources without your or our knowledge. Nothing in the message is capable or 
intended to create any legally binding obligations on either party and it is 
not intended to provide legal advice. BBH accepts no responsibility for loss or 
damage from its use, including damage from virus. 



Re: Max REAL STORAGE for z/VM LPAR

2010-10-12 Thread Martin, Terry R. (CMS/CTR) (CTR)
Thanks Bill

Thank You,

Terry Martin
Lockheed Martin - Citic
z/OS and z/VM Performance Tuning and Operating Systems Support
Office - 443 348-2102
Cell - 443 632-4191


-Original Message-
From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On Behalf 
Of Bill Holder
Sent: Tuesday, October 12, 2010 3:38 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: Max REAL STORAGE for z/VM LPAR

Hi Terry - well paging delays could be a different set
of issues, though adding more memory may well be the 
right response. Depending on the specifics, other possible
responses might also include increasing your paging 
bandwidth or adding expanded storage, but memory does
seem the most obvious.  It's impossible to say without 
knowing the details - this is definitely the sort of case 
where Bill Bitner's favorite saying (It Depends) 
applies.  If you are experiencing current problems, you
can always call it in.  Being more of a designer / 
coder than a performance analyst / tuner, myself, I hate 
to try to give general advice without knowing specifics, 
and this isn't really the best place to have that detailed
discussion.  All that said, if increasing your memory
within the supported range introduces any new problems, 
certainly let us know through normal support channels.

- Bill Holder, z/VM Development, IBM Endicott 

On Mon, 11 Oct 2010 19:22:55 -0400, Martin, Terry R. (CMS/CTR) (CTR)
terry.mar...@cms.hhs.gov wrote:

Thanks Bill.  I will say that I am in fact seeing some of the same issue
s
that you mention as possible issues when running above the memory limit i
n
my current configuration at 130G. 

Most of this is due to our major over commit ratio hence paging delays f
or
us. So my hope was to reduce the over commit by adding more real memory, 
but
I am starting to get concerned now doing this. I don't what else to do to

relieve this other than adding more memory. What is your thought, should 
I
be worried ? 

Thank You,

Terry Martin
Lockheed Martin - Citic
z/OS and z/VM Performance Tuning and Operating Systems Support
Office - 443 348-2102
Cell - 443 632-4191



Max REAL STORAGE for z/VM LPAR

2010-10-11 Thread Martin, Terry R. (CMS/CTR) (CTR)

Hi

We will be increasing our REAL STORAGE size on one of our z/VM LPARs to about 
264G.I had heard that this may be getting close to some kind of MAX is anyone 
running a z/VM LPAR with this much REAL defined and if so are there any issues 
that I need to be aware of?

Thank You,

Terry Martin
Lockheed Martin - Citic
z/OS and z/VM Performance Tuning and Operating Systems Support
Office - 443 348-2102
Cell - 443 632-4191

[cid:image002.jpg@01CB6939.EF03D810]



Re: Max REAL STORAGE for z/VM LPAR

2010-10-11 Thread Martin, Terry R. (CMS/CTR) (CTR)
Hi Scott,

Is this 256 per LPAR or as a whole?

Thank You,

Terry Martin
Lockheed Martin - Citic
z/OS and z/VM Performance Tuning and Operating Systems Support
Office - 443 348-2102
Cell - 443 632-4191

From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On Behalf 
Of Scott Rohling
Sent: Monday, October 11, 2010 11:51 AM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: Max REAL STORAGE for z/VM LPAR

From a performance presentation I have:

zVM supported central storage: 256 GB
zVM unsupported central storage:  1 TB
The largest we ever managed was 440 GB

So it appears you are passed the maximum supported storage for z/VM.After 
that - it's kind of a performance crapshoot.

Scott Rohling
On Mon, Oct 11, 2010 at 9:46 AM, Martin, Terry R. (CMS/CTR) (CTR) 
terry.mar...@cms.hhs.govmailto:terry.mar...@cms.hhs.gov wrote:
Error! Filename not specified.
Hi

We will be increasing our REAL STORAGE size on one of our z/VM LPARs to about 
264G.I had heard that this may be getting close to some kind of MAX is anyone 
running a z/VM LPAR with this much REAL defined and if so are there any issues 
that I need to be aware of?

Thank You,

Terry Martin
Lockheed Martin - Citic
z/OS and z/VM Performance Tuning and Operating Systems Support
Office - 443 348-2102
Cell - 443 632-4191

Error! Filename not specified.




Re: Max REAL STORAGE for z/VM LPAR

2010-10-11 Thread Martin, Terry R. (CMS/CTR) (CTR)
So the question is if for some reason you go over that 256G say to 265G what 
issues will you see, and how will the manifest themselves?

And if I stay right at 256G will I see any issues being that it is right at the 
max?

 

Thank You,

Terry Martin
Lockheed Martin - Citic
z/OS and z/VM Performance Tuning and Operating Systems Support
Office - 443 348-2102
Cell - 443 632-4191


-Original Message-
From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On Behalf 
Of Bill Holder
Sent: Monday, October 11, 2010 4:43 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: Max REAL STORAGE for z/VM LPAR

Scott, where did you get those numbers?  The maximum 
amount supported is correct at 256GB, but the enforced 
cap is at 512GB, not 1TB.  Are you perhaps thinking 
instead of the maximum guest size on a particular 
machine?  

- Bill Holder, z/VM Development, IBM Endicott

On Mon, 11 Oct 2010 09:50:56 -0600, Scott Rohling scott.rohl...@gmail.co
m
wrote:

From a performance presentation I have:

zVM supported central storage: 256 GB
zVM unsupported central storage:  1 TB
The largest we ever managed was 440 GB

So it appears you are passed the maximum supported storage for z/VM.
After that - it's kind of a performance crapshoot.

Scott Rohling

On Mon, Oct 11, 2010 at 9:46 AM, Martin, Terry R. (CMS/CTR) (CTR) 
terry.mar...@cms.hhs.gov wrote:



Re: Max REAL STORAGE for z/VM LPAR

2010-10-11 Thread Martin, Terry R. (CMS/CTR) (CTR)
Also when you do a Q STORE is does that number include the expanded storage 
also?

Thank You,

Terry Martin
Lockheed Martin - Citic
z/OS and z/VM Performance Tuning and Operating Systems Support
Office - 443 348-2102
Cell - 443 632-4191


-Original Message-
From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On Behalf 
Of Bill Holder
Sent: Monday, October 11, 2010 4:43 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: Max REAL STORAGE for z/VM LPAR

Scott, where did you get those numbers?  The maximum 
amount supported is correct at 256GB, but the enforced 
cap is at 512GB, not 1TB.  Are you perhaps thinking 
instead of the maximum guest size on a particular 
machine?  

- Bill Holder, z/VM Development, IBM Endicott

On Mon, 11 Oct 2010 09:50:56 -0600, Scott Rohling scott.rohl...@gmail.co
m
wrote:

From a performance presentation I have:

zVM supported central storage: 256 GB
zVM unsupported central storage:  1 TB
The largest we ever managed was 440 GB

So it appears you are passed the maximum supported storage for z/VM.
After that - it's kind of a performance crapshoot.

Scott Rohling

On Mon, Oct 11, 2010 at 9:46 AM, Martin, Terry R. (CMS/CTR) (CTR) 
terry.mar...@cms.hhs.gov wrote:



Re: Max REAL STORAGE for z/VM LPAR

2010-10-11 Thread Martin, Terry R. (CMS/CTR) (CTR)
Thanks Bill.  I will say that I am in fact seeing some of the same issues that 
you mention as possible issues when running above the memory limit in my 
current configuration at 130G. 

Most of this is due to our major over commit ratio hence paging delays for us. 
So my hope was to reduce the over commit by adding more real memory, but I am 
starting to get concerned now doing this. I don't what else to do to relieve 
this other than adding more memory. What is your thought, should I be worried ? 

Thank You,

Terry Martin
Lockheed Martin - Citic
z/OS and z/VM Performance Tuning and Operating Systems Support
Office - 443 348-2102
Cell - 443 632-4191


-Original Message-
From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On Behalf 
Of Bill Holder
Sent: Monday, October 11, 2010 6:21 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: Max REAL STORAGE for z/VM LPAR

Known scalability issues as size increases above 256GB
primarily involve z/VM's page replacement algorithms 
including the Reorder and Demand Scan functions;
known symptoms include things like excessive system CPU
overhead decreasing overall throughput, and temporary 
guest hangs as CP tasks process resources belonging 
to guests with very large numbers of pages resident.  
Other symptoms may be possible as well, depending on
workload characteristics; we haven't experimented with, 
measured, and analyzed all that many different kinds of
workloads in such large environments.

Regarding running right at 256GB, that is a supported
environment, so should any issues occur, contact us via
the usual support channels and we'll work with you to
resolve them.  Some of the same scalability issues can
indeed manifest to some extent at sizes below 256GB, 
depending on workload, but generally to a degree that 
is more manageable and can be tuned around.

We understand the need to increase the supported 
storage size above the current 256GB limit.  

- Bill Holder, z/VM Development, IBM Endicott 

On Mon, 11 Oct 2010 17:00:36 -0400, Martin, Terry R. (CMS/CTR) (CTR)
terry.mar...@cms.hhs.gov wrote:

So the question is if for some reason you go over that 256G say to 265G
what issues will you see, and how will the manifest themselves?

And if I stay right at 256G will I see any issues being that it is right
 at
the max?

 

Thank You,

Terry Martin
Lockheed Martin - Citic
z/OS and z/VM Performance Tuning and Operating Systems Support
Office - 443 348-2102
Cell - 443 632-4191




RACF DSMON

2010-09-28 Thread Martin, Terry R. (CMS/CTR) (CTR)

Hi

I am trying to get RACF DSMON reports for our Auditors. I am following the RACF 
Security Auditor's Guide and do not seem to be getting the reports. I am 
receiving this. 200 is my Primary RACF Data base and 300 is the backup RACF 
data Base.



DMSACC723I R (0200) R/W - OS
DMSACC723I Q (0300) R/O - OS
CSTSET001I CMS SUB-TASKING SUPERVISOR INITIALIZED.
CSTINT003I INITIATOR ACTIVATED.
RPISMF050E Syntax error in SMF control card
RPISMF054I SMF recording not started
 ICH508I ACTIVE RACF EXITS: ICHRCX02
 CSTERP001W - Warning: Device 300 was configured as shared; now configured as n
 on-shared.
 (OPERATOR) IRR401I I/O ERROR AT RBA E000 DURING RACF PROCESSING OF
 (OPERATOR)   ALTER REQUEST FOR ENTRY VSAMDSET
 (OPERATOR)   BACKUP  RACF DATA SET SEQUENCE 001, RACF.BACKUP
 (OPERATOR) IRR410I RACF UNABLE TO BACK UP UPDATE OF
 (OPERATOR) VSAMDSET
 (OPERATOR) BACKUP  RACF DATA SET SEQUENCE 001,
 (OPERATOR) RACF.BACKUP
 ICH520I RACF 5.4.0  IS ACTIVE.
 (OPERATOR) IRR401I I/O ERROR AT RBA 00013000 DURING RACF PROCESSING OF
 (OPERATOR)   ALTER REQUEST FOR ENTRY MAINT


Thank You,

Terry Martin
Lockheed Martin - Citic
z/OS and z/VM Performance Tuning and Operating Systems Support
Office - 443 348-2102
Cell - 443 632-4191

[cid:image002.jpg@01CB5F1D.D4E35670]



Re: RACF DSMON

2010-09-28 Thread Martin, Terry R. (CMS/CTR) (CTR)
Alan,

We are not sharing the RACF data base.

And the pack that the RACDSMON is backing up the RACF DB on is the same size 
what they are currently on.

I will check on the SMF CONTROL FILE

Thank You,

Terry Martin
Lockheed Martin - Citic
z/OS and z/VM Performance Tuning and Operating Systems Support
Office - 443 348-2102
Cell - 443 632-4191


-Original Message-
From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On Behalf 
Of Alan Altmark
Sent: Tuesday, September 28, 2010 4:34 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: RACF DSMON

On Tuesday, 09/28/2010 at 04:11 EDT, Martin, Terry R. (CMS/CTR) (CTR) 
terry.mar...@cms.hhs.gov wrote:

 CSTSET001I CMS SUB-TASKING SUPERVISOR INITIALIZED. 
 CSTINT003I INITIATOR ACTIVATED.
 RPISMF050E Syntax error in SMF control card
 RPISMF054I SMF recording not started

You have an error in your SMF CONTROL file on RACFVM's 191.  It is 
column-sensitive.  Your system is not collecting audit records.

  ICH508I ACTIVE RACF EXITS: 
ICHRCX02
  CSTERP001W - Warning: Device 300 was configured as shared; now 
configured as n 
  on-shared.

Is it shared, or isn't it?  If RACF thinks the db is non-shared, but it 
really is, then you may have a corrupted database.

  (OPERATOR) IRR401I I/O ERROR AT RBA E000 DURING RACF PROCESSING 
OF 
  (OPERATOR)   ALTER REQUEST FOR ENTRY VSAMDSET
  (OPERATOR)   BACKUP  RACF DATA SET SEQUENCE 001, RACF.BACKUP 
  (OPERATOR) IRR410I RACF UNABLE TO BACK UP UPDATE OF 
  (OPERATOR) VSAMDSET
  (OPERATOR) BACKUP  RACF DATA SET SEQUENCE 001,
  (OPERATOR) RACF.BACKUP
  ICH520I RACF 5.4.0  IS ACTIVE. 
  (OPERATOR) IRR401I I/O ERROR AT RBA 00013000 DURING RACF PROCESSING 
OF 
  (OPERATOR)   ALTER REQUEST FOR ENTRY MAINT

Or, have you copied (via DDR) the datasets to a disk that is smaller than 
the disk you first created the datasets on?  Consider contacting the 
Support Center.

Alan Altmark

z/VM and Linux on System z Consultant
IBM System Lab Services and Training 
ibm.com/systems/services/labservices 
office: 607.429.3323
alan_altm...@us.ibm.com
IBM Endicott


.PCAP file form TCPDUMP in REDHAT

2010-09-20 Thread Martin, Terry R. (CMS/CTR) (CTR)
  

Hi

 

We are working on a problem and trying get a .PCAP file produced from
TCPDUMP to send to IBM. We got the .PCAP file but it was 3G before being
zipped. My question is are there some parameters that we can specify
that will make the .PCAP file more manageable so that IBM can work with
it via WIRESHARK?   

 

Thank You,

 

Terry Martin

Lockheed Martin - Citic

z/OS and z/VM Performance Tuning and Operating Systems Support

Office - 443 348-2102

Cell - 443 632-4191

 

 

 



Re: .PCAP file form TCPDUMP in REDHAT

2010-09-20 Thread Martin, Terry R. (CMS/CTR) (CTR)
Thanks Eric

Thank You,

Terry Martin
Lockheed Martin - Citic
z/OS and z/VM Performance Tuning and Operating Systems Support
Office - 443 348-2102
Cell - 443 632-4191


-Original Message-
From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On
Behalf Of Eric Schadow
Sent: Monday, September 20, 2010 9:50 AM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: .PCAP file form TCPDUMP in REDHAT

Terry

There is a command line component to Wireshark called tshark.

You can extract the data based on filters etc

Eric


-Original Message-
From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On
Behalf Of Martin, Terry R. (CMS/CTR) (CTR)
Sent: Monday, September 20, 2010 9:05 AM
To: IBMVM@LISTSERV.UARK.EDU
Subject: .PCAP file form TCPDUMP in REDHAT

--_=_NextPart_002_01CB58C4.974F46C7
Content-Type: text/plain;
 charset=us-ascii
Content-Transfer-Encoding: quoted-printable

 =20

Hi

=20

We are working on a problem and trying get a .PCAP file produced from
TCPDUMP to send to IBM. We got the .PCAP file but it was 3G before being
zipped. My question is are there some parameters that we can specify
that will make the .PCAP file more manageable so that IBM can work with
it via WIRESHARK?  =20

=20

Thank You,

=20

Terry Martin

Lockheed Martin - Citic

z/OS and z/VM Performance Tuning and Operating Systems Support

Office - 443 348-2102

Cell - 443 632-4191

=20

=20

=20


--_=_NextPart_002_01CB58C4.974F46C7
Content-Type: text/html;
 charset=us-ascii
Content-Transfer-Encoding: quoted-printable

html xmlns:v=3Durn:schemas-microsoft-com:vml =
xmlns:o=3Durn:schemas-microsoft-com:office:office =
xmlns:w=3Durn:schemas-microsoft-com:office:word =
xmlns:x=3Durn:schemas-microsoft-com:office:excel =
xmlns:p=3Durn:schemas-microsoft-com:office:powerpoint =
xmlns:a=3Durn:schemas-microsoft-com:office:access =
xmlns:dt=3Duuid:C2F41010-65B3-11d1-A29F-00AA00C14882 =
xmlns:s=3Duuid:BDC6E3F0-6DA3-11d1-A2A3-00AA00C14882 =
xmlns:rs=3Durn:schemas-microsoft-com:rowset xmlns:z=3D#RowsetSchema
=
xmlns:b=3Durn:schemas-microsoft-com:office:publisher =
xmlns:ss=3Durn:schemas-microsoft-com:office:spreadsheet =
xmlns:c=3Durn:schemas-microsoft-com:office:component:spreadsheet =
xmlns:odc=3Durn:schemas-microsoft-com:office:odc =
xmlns:oa=3Durn:schemas-microsoft-com:office:activation =
xmlns:html=3Dhttp://www.w3.org/TR/REC-html40; =
xmlns:q=3Dhttp://schemas.xmlsoap.org/soap/envelope/; =
xmlns:rtc=3Dhttp://microsoft.com/officenet/conferencing; =
xmlns:D=3DDAV: xmlns:Repl=3Dhttp://schemas.microsoft.com/repl/; =
xmlns:mt=3Dhttp://schemas.microsoft.com/sharepoint/soap/meetings/; =
xmlns:x2=3Dhttp://schemas.microsoft.com/office/excel/2003/xml; =
xmlns:ppda=3Dhttp://www.passport.com/NameSpace.xsd; =
xmlns:ois=3Dhttp://schemas.microsoft.com/sharepoint/soap/ois/; =
xmlns:dir=3Dhttp://schemas.microsoft.com/sharepoint/soap/directory/; =
xmlns:ds=3Dhttp://www.w3.org/2000/09/xmldsig#; =
xmlns:dsp=3Dhttp://schemas.microsoft.com/sharepoint/dsp; =
xmlns:udc=3Dhttp://schemas.microsoft.com/data/udc; =
xmlns:xsd=3Dhttp://www.w3.org/2001/XMLSchema; =
xmlns:sub=3Dhttp://schemas.microsoft.com/sharepoint/soap/2002/1/alerts/
=
 xmlns:ec=3Dhttp://www.w3.org/2001/04/xmlenc#; =
xmlns:sp=3Dhttp://schemas.microsoft.com/sharepoint/; =
xmlns:sps=3Dhttp://schemas.microsoft.com/sharepoint/soap/; =
xmlns:xsi=3Dhttp://www.w3.org/2001/XMLSchema-instance; =
xmlns:udcs=3Dhttp://schemas.microsoft.com/data/udc/soap; =
xmlns:udcxf=3Dhttp://schemas.microsoft.com/data/udc/xmlfile; =
xmlns:udcp2p=3Dhttp://schemas.microsoft.com/data/udc/parttopart; =
xmlns:wf=3Dhttp://schemas.microsoft.com/sharepoint/soap/workflow/; =
xmlns:dsss=3Dhttp://schemas.microsoft.com/office/2006/digsig-setup; =
xmlns:dssi=3Dhttp://schemas.microsoft.com/office/2006/digsig; =
xmlns:mdssi=3Dhttp://schemas.openxmlformats.org/package/2006/digital-si
g=
nature =
xmlns:mver=3Dhttp://schemas.openxmlformats.org/markup-compatibility/200
6=
 xmlns:m=3Dhttp://schemas.microsoft.com/office/2004/12/omml; =
xmlns:mrels=3Dhttp://schemas.openxmlformats.org/package/2006/relationsh
i=
ps xmlns:spwp=3Dhttp://microsoft.com/sharepoint/webpartpages; =
xmlns:ex12t=3Dhttp://schemas.microsoft.com/exchange/services/2006/types
=
 =
xmlns:ex12m=3Dhttp://schemas.microsoft.com/exchange/services/2006/messa
g=
es =
xmlns:pptsl=3Dhttp://schemas.microsoft.com/sharepoint/soap/SlideLibrary
/=
 =
xmlns:spsl=3Dhttp://microsoft.com/webservices/SharePointPortalServer/Pu
b=
lishedLinksService xmlns:Z=3Durn:schemas-microsoft-com: =
xmlns:st=3D#1; xmlns=3Dhttp://www.w3.org/TR/REC-html40;

head
meta name=3DMicrosoft Theme 2.00 content=3DEclipse 011
meta http-equiv=3DContent-Type content=3Dtext/html; =
charset=3Dus-ascii
meta name=3DGenerator content=3DMicrosoft Word 12 (filtered medium)
!--[if !mso]
style
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
/style
![endif]--
style
!--
 /* Font Definitions */
 @font-face

Re: CP unresponsive on certain guests

2010-09-17 Thread Martin, Terry R. (CMS/CTR) (CTR)
Yes, and the original statement was based on the assumption that the
over commitment of real memory was high. Obviously if there is little to
no over commitment than you will see very little paging from z/VM on
behalf of the users. 

I will also add that even in z/OS say you are running a good size DB2
environment if you do not have ample real storage you will still see
paging for sure to your paging subsystem and without expanded storage no
longer available in z/OS it will go right to DASD. 

Thank You,

Terry Martin
Lockheed Martin - Citic
z/OS and z/VM Performance Tuning and Operating Systems Support
Office - 443 348-2102
Cell - 443 632-4191


-Original Message-
From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On
Behalf Of Mark Post
Sent: Friday, September 17, 2010 10:53 AM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: CP unresponsive on certain guests

 On 9/17/2010 at 09:24 AM, George Henke/NYLIC
george_he...@newyorklife.com
wrote: 
 Does z/VM, unlike z/OS, still need to do a lot of paging?
 
 In the z/OS world paging has become virtually(no pun intended :-)) 
 non-existent.

z/VM does very little paging (if not zero) on behalf of itself.  Because
z/VM allows considerable overcommit of storage among the various guests,
it can wind up doing a _lot_ of paging to manage all that.  If you ever
started using z/OS as a hypervisor, it would have the same problem,
unless you strictly limited the amount of virtual storage each guest had
to add up to less than the available real storage.


Mark Post


Re: CP unresponsive on certain guests

2010-09-16 Thread Martin, Terry R. (CMS/CTR) (CTR)
I would just add that for any significant number of z/Linux guests it is 
imperative that you have a robust paging subsystem and enough spool space to 
hold CP dumps as well as other spool files.  

Having a well configured paging subsystem will greatly reduce the possibility 
of issues when your system has a high paging rate due to the over commitment of 
Available Real Memory versus the total memory of all users running in the LPAR 
combined.

The higher this over commitment ratio the more paging is introduced. The good 
news is as long as you have a sufficient paging subsystem z/VM handles paging 
nicely even at relatively high rates. So over commitment of real memory in z/VM 
is good just keep an eye out so that the ratio stays within reason. 

  

 

Thank You,

Terry Martin
Lockheed Martin - Citic
z/OS and z/VM Performance Tuning and Operating Systems Support
Office - 443 348-2102
Cell - 443 632-4191


-Original Message-
From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On Behalf 
Of Daniel Tate
Sent: Thursday, September 16, 2010 10:52 AM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: CP unresponsive on certain guests

Output of Q  SRM

q srm
IABIAS : INTENSITY=90%; DURATION=2
LDUBUF : Q1=100% Q2=75% Q3=60%
STORBUF: Q1=300% Q2=250% Q3=200%
DSPBUF : Q1=32767 Q2=32767 Q3=32767
DISPATCHING MINOR TIMESLICE = 5 MS
MAXWSS : LIMIT=%
.. : PAGES=99
XSTORE : 0%
Ready; T=0.01/0.01 09:49:05


On Wed, Sep 15, 2010 at 5:47 PM, Dave Jones d...@vsoft-software.com wrote:
 Hi, Daniel.

 The answer to your first question is to use the CP FORCE command (HELP
 CP FORCE will tell you all about it.) The VM user id issuing the FORCE
 command needs to have privilege class A as well.  Usually this is done
 from either MAINT or OPERATOR.

 The answer to your second question is a bit more difficult, I'm afraid.
 As Marcy has already suggested, what does a Q SRM command show? My first
 guess would be that your SLES11 guest is falling into Q3 and never given
 an opportunity to run.

 To find out *why* the guest is not able to run, you need the services of
 a good z/VM performance monitor.IBM offers the Performance Monitor
 (it comes bundles with z/VM, but it's an extra cost offering) and
 Velocity Software (http://www.velocity-software.com/) has a very good
 suite of products as well. IMHO it' practically impossible to run a
 modern production grade z/VM-zLinux system without a good performance
 monitor to help solve issues like the one your having now.

 On 09/15/2010 05:14 PM, Daniel Tate wrote:
 We're starting to run apps on the servers now.  From time to time a
 guest will become unresponsive - to be more precise, ,the CP will not
 respond to commands, and neither will the guest OS (SLES11).   not
 even #CP LOGOFF is acknowledged.   from another login, CP INDIIC LOAD
 shows no appreciable load.

 Two questions from this:

 1) how would I force a logoff of a user from another user?  Is this possible?
 2) if we are not paging and the IFLs are not loaded (2-3% utilization
 as a matter of fact) what could the bottleneck be?


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



PGT003 error

2010-09-08 Thread Martin, Terry R. (CMS/CTR) (CTR)
  

Hi 

I just took a hit on my DEV LPAR which brought it down the error was:

 

PGT003 Explanation: The DASD page slot being released was not previously
allocated, or the slot address is incorrect.

 

Has anyone seen this before and if so what were the issues.

 

I have opened a PMR with IBM.

 

 

Thank You,

 

Terry Martin

Lockheed Martin - Citic

z/OS and z/VM Performance Tuning and Operating Systems Support

Office - 443 348-2102

Cell - 443 632-4191

 

 

 



Re: DEVICES Statement in SYSTEM CONFIG

2010-09-04 Thread Martin, Terry R. (CMS/CTR) (CTR)
Thanks all for the help!

 

Thank You,

 

Terry Martin

Lockheed Martin - Citic

z/OS and z/VM Performance Tuning and Operating Systems Support

Office - 443 348-2102

Cell - 443 632-4191

 

From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On
Behalf Of Scott Rohling
Sent: Friday, September 03, 2010 9:47 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: DEVICES Statement in SYSTEM CONFIG

 

I always do this to check SYSTEM CONFIG syntax after I make any change
(and recommend others do so):

VMLINK MAINT 193
CPSYNTAX SYSTEM CONFIG Z (Z = whatever disk the system config file
is on)

But it looks good..

Scott Rohling

On Fri, Sep 3, 2010 at 7:19 PM, Martin, Terry R. (CMS/CTR) (CTR)
terry.mar...@cms.hhs.gov wrote:

Thanks all. Just to confirm it is ok to do this:

 

Devices ,

  OFFLINE_AT_IPL   - 

  

 Online_at_IPL 037B 5100-512E 5130-5179 5195 5198-519A 519C-519F, 

   51A0-51AE 51B0-51FF 5400-5403 5500-5507   

 

 

Thank You,

 

Terry Martin

Lockheed Martin - Citic

z/OS and z/VM Performance Tuning and Operating Systems Support

Office - 443 348-2102

Cell - 443 632-4191

 

From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On
Behalf Of David Boyes
Sent: Friday, September 03, 2010 8:17 PM


To: IBMVM@LISTSERV.UARK.EDU

Subject: Re: DEVICES Statement in SYSTEM CONFIG

 

I think someone mentioned this recently, but one way to do this is to
put only the system-owned volumes in the online-at-ipl statement, and
then vary on and attach the appropriate volumes in AUTOLOG1 (or your
equivalent) before you start autologging machines. It's easier to modify
the list there instead of the somewhat cumbersome process of messing
with SYSTEM CONFIG (and possibly creating a unbootable system). 

 

 

From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On
Behalf Of Martin, Terry R. (CMS/CTR) (CTR)
Sent: Friday, September 03, 2010 6:30 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: DEVICES Statement in SYSTEM CONFIG

 

Hi

 

On my system all of the devices come online at IPL time. So if I only
want certain devices to come online on certain LPARS can I do something
like this where since all of the devices come online at IPL can I vary
them all offline and then come back and issue the online command for
only the volumes I want online for this LPAR.

 

If there is a better way please by all means let me know!

 

Thanks

 

Devices ,

  OFFLINE_AT_IPL   - 

  

 Online_at_IPL 037B 5100-512E 5130-5179 5195 5198-519A 519C-519F, 

   51A0-51AE 51B0-51FF 5400-5403 5500-5507   

  

 

Thank You,

 

Terry Martin

Lockheed Martin - Citic

z/OS and z/VM Performance Tuning and Operating Systems Support

Office - 443 348-2102

Cell - 443 632-4191

 

Error! Filename not specified.

 

 



DEVICES Statement in SYSTEM CONFIG

2010-09-03 Thread Martin, Terry R. (CMS/CTR) (CTR)
  

Hi

 

On my system all of the devices come online at IPL time. So if I only
want certain devices to come online on certain LPARS can I do something
like this where since all of the devices come online at IPL can I vary
them all offline and then come back and issue the online command for
only the volumes I want online for this LPAR.

 

If there is a better way please by all means let me know!

 

Thanks

 

Devices ,

  OFFLINE_AT_IPL   - 

  

 Online_at_IPL 037B 5100-512E 5130-5179 5195 5198-519A 519C-519F, 

   51A0-51AE 51B0-51FF 5400-5403 5500-5507   

  

 

Thank You,

 

Terry Martin

Lockheed Martin - Citic

z/OS and z/VM Performance Tuning and Operating Systems Support

Office - 443 348-2102

Cell - 443 632-4191

 

 

 



Re: DEVICES Statement in SYSTEM CONFIG

2010-09-03 Thread Martin, Terry R. (CMS/CTR) (CTR)
Thanks Scott. If I am going to vary them offline anyway as the first
thing via the SYSTEM CONFIG and vary the ones I want online isn't that
basically the same as having them come up offline via the IOCDS?

 

Devices ,

 OFFLINE_AT_IPL   - 

  

 Online_at_IPL 037B 5100-512E 5130-5179 5195 5198-519A 519C-519F, 

   51A0-51AE 51B0-51FF 5400-5403 5500-5507   

   

 

Thank You,

 

Terry Martin

Lockheed Martin - Citic

z/OS and z/VM Performance Tuning and Operating Systems Support

Office - 443 348-2102

Cell - 443 632-4191

 

From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On
Behalf Of Scott Rohling
Sent: Friday, September 03, 2010 6:42 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: DEVICES Statement in SYSTEM CONFIG

 

IMO - that's the best/safest way to do it.It forces you to specify
the volumes you actually want online to z/VM.. 

Your post says that on your system all devices come online at IPL time
though?   That's the opposite approach and not as 'safe'... 

Scott Rohling  

On Fri, Sep 3, 2010 at 4:30 PM, Martin, Terry R. (CMS/CTR) (CTR)
terry.mar...@cms.hhs.gov wrote:

Error! Filename not specified.

Hi

 

On my system all of the devices come online at IPL time. So if I only
want certain devices to come online on certain LPARS can I do something
like this where since all of the devices come online at IPL can I vary
them all offline and then come back and issue the online command for
only the volumes I want online for this LPAR.

 

If there is a better way please by all means let me know!

 

Thanks

 

Devices ,

  OFFLINE_AT_IPL   - 

  

 Online_at_IPL 037B 5100-512E 5130-5179 5195 5198-519A 519C-519F, 

   51A0-51AE 51B0-51FF 5400-5403 5500-5507   

  

 

Thank You,

 

Terry Martin

Lockheed Martin - Citic

z/OS and z/VM Performance Tuning and Operating Systems Support

Office - 443 348-2102

Cell - 443 632-4191

 

Error! Filename not specified.

 

 



Re: DEVICES Statement in SYSTEM CONFIG

2010-09-03 Thread Martin, Terry R. (CMS/CTR) (CTR)
Thanks all. Just to confirm it is ok to do this:

 

Devices ,

  OFFLINE_AT_IPL   - 

  

 Online_at_IPL 037B 5100-512E 5130-5179 5195 5198-519A 519C-519F, 

   51A0-51AE 51B0-51FF 5400-5403 5500-5507   

 

 

Thank You,

 

Terry Martin

Lockheed Martin - Citic

z/OS and z/VM Performance Tuning and Operating Systems Support

Office - 443 348-2102

Cell - 443 632-4191

 

From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On
Behalf Of David Boyes
Sent: Friday, September 03, 2010 8:17 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: DEVICES Statement in SYSTEM CONFIG

 

I think someone mentioned this recently, but one way to do this is to
put only the system-owned volumes in the online-at-ipl statement, and
then vary on and attach the appropriate volumes in AUTOLOG1 (or your
equivalent) before you start autologging machines. It's easier to modify
the list there instead of the somewhat cumbersome process of messing
with SYSTEM CONFIG (and possibly creating a unbootable system). 

 

 

From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On
Behalf Of Martin, Terry R. (CMS/CTR) (CTR)
Sent: Friday, September 03, 2010 6:30 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: DEVICES Statement in SYSTEM CONFIG

 

Hi

 

On my system all of the devices come online at IPL time. So if I only
want certain devices to come online on certain LPARS can I do something
like this where since all of the devices come online at IPL can I vary
them all offline and then come back and issue the online command for
only the volumes I want online for this LPAR.

 

If there is a better way please by all means let me know!

 

Thanks

 

Devices ,

  OFFLINE_AT_IPL   - 

  

 Online_at_IPL 037B 5100-512E 5130-5179 5195 5198-519A 519C-519F, 

   51A0-51AE 51B0-51FF 5400-5403 5500-5507   

  

 

Thank You,

 

Terry Martin

Lockheed Martin - Citic

z/OS and z/VM Performance Tuning and Operating Systems Support

Office - 443 348-2102

Cell - 443 632-4191

 

cid:image001.jpg@01C97FB5.5EAFD6C0

 



Re: Defining VSWITCH difficulties

2010-08-27 Thread Martin, Terry R. (CMS/CTR) (CTR)
Issue a DET VSWITCH vswitchname - this will destroy it and you can than
re-define it.

 

BTW, are you sure that that the OSA 181D is really PORT 0 and not PORT
1?

 

Once you get it set up you can add it to the guest with COUPLE command.

 

 

 

Thank You,

 

Terry Martin

Lockheed Martin - Citic

z/OS and z/VM Performance Tuning and Operating Systems Support

Office - 443 348-2102

Cell - 443 632-4191

 

From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On
Behalf Of Frank M. Ramaekers
Sent: Friday, August 27, 2010 11:09 AM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: Defining VSWITCH difficulties

 

Not yet, have to figure out how to delete this partially defined one,
since there doesn't appear to be a DELETE VSWITCH (at least in the
manual I'm looking at).

 

 

Frank M. Ramaekers Jr.

 

 



From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On
Behalf Of Hughes, Jim
Sent: Friday, August 27, 2010 10:05 AM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: Defining VSWITCH difficulties

 

We don't specify portnames when we define our vswitches.

 

Have you tried defining your vswitch without specifying portnames?

 



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 Frank M. Ramaekers
Sent: Friday, August 27, 2010 10:57 AM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: Defining VSWITCH difficulties

 

Okay, but I don't understand this either?

 

  * 08/27/10 *


09:26:39 DTCOSD360I VSWITCH-OSD link added for VSWAILT181DDEV


09:26:39 DTCOSD080I VSWITCH-OSD initializing:


09:26:39 DTCPRI385I  Device VSWAILT181DDEV:


09:26:39 DTCPRI386I Type: VSWITCH-OSD, Status: Not started


09:26:39 DTCPRI387I Envelope queue size: 0


09:26:39 DTCPRI497I Address: 181D  Port Number: 0


09:26:39 DTCOSD310E VSWITCH-OSD device VSWAILT181DDEV: Missing or
incorrect required port name

09:26:39 DTCOSD082E VSWITCH-OSD shutting down:


09:26:39 DTCPRI385IDevice VSWAILT181DDEV:


09:26:39 DTCPRI386I   Type: VSWITCH-OSD, Status: Inoperative


09:26:39 DTCPRI387I   Envelope queue size: 0


09:26:39 DTCPRI497I   Address: 181D  Port Number: 0


OSA 181D DETACHED DTCVSW2 181D BY DTCVSW2


OSA 181E DETACHED DTCVSW2 181E BY DTCVSW2


OSA 181F DETACHED DTCVSW2 181F BY DTCVSW2


09:26:39 DTCOSD361I VSWITCH-OSD link removed for VSWAILT181DDEV


09:26:39 DTCOSD360I VSWITCH-OSD link added for VSWAILT1200DEV


09:26:39 DTCOSD080I VSWITCH-OSD initializing:


09:26:39 DTCPRI385I  Device VSWAILT1200DEV:


09:26:39 DTCPRI386I Type: VSWITCH-OSD, Status: Not started


09:26:39 DTCPRI387I Envelope queue size: 0


09:26:39 DTCPRI497I Address: 1200  Port Number: 0


09:26:39 DTCQDI001I QDIO device VSWAILT1200DEV device number 1200:


09:26:39 DTCQDI007I   Enabled for QDIO data transfers


09:26:39 DTCOSD238I ToOsd: IPv4 multicast support enabled for
VSWAILT1200DEV   

09:26:39 DTCOSD319I ProcessSetArpCache: Supported for device
VSWAILT1200DEV

09:26:39 DTCOSD341I Obtained MAC address 00145EB77AC5 for device
VSWAILT1200DEV

09:26:39 DTCOSD238I ToOsd: IPv6 multicast support enabled for
VSWAILT1200DEV   

 

 

Frank M. Ramaekers Jr.

 

 



From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On
Behalf Of Marcy Cortes
Sent: Friday, August 27, 2010 9:49 AM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: Defining VSWITCH difficulties

 

Any additional messages on DTCVSW2's console?

 

 



From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On
Behalf Of Frank M. Ramaekers
Sent: Friday, August 27, 2010 7:39 AM
To: IBMVM@LISTSERV.UARK.EDU
Subject: [IBMVM] Defining VSWITCH difficulties

I'm attempting to define a new VSWITCH:

 

define vswitch vswailt rdev 181d 1200 portname osa181d osa1200


VSWITCH SYSTEM VSWAILT is created


Ready; T=0.01/0.01 09:26:39


HCPSWU2832E Connection 181D.P00 for VSWITCH SYSTEM VSWAILT is not
active.

HCPSWU2832E Device is detached from DTCVSW2.


HCPSWU2830I VSWITCH SYSTEM VSWAILT status is ready.


HCPSWU2830I DTCVSW2 is VSWITCH controller for device 1200.P00.


 

But, I don't see what the problem is with 181D (through 181F):

 

q vswitch


VSWITCH SYSTEM VSWAILT  Type: VSWITCH Connected: 0Maxconn: INFINITE


  PERSISTENT  RESTRICTEDNONROUTER Accounting: OFF


  VLAN Unaware


  MAC address: 02-00-01-00-00-0D


  State: Ready


  IPTimeout: 5 QueueStorage: 8


  Isolation Status: OFF


  Portname: OSA181DRDEV: 181D.P00 Controller: NONE Error:
Detached   

  Portname: OSA1200RDEV: 1200.P00 Controller: DTCVSW2  VDEV:  1200


  :

  :

 

 

q paths 181d

Device 181D, Status ONLINE  

 CHPIDs to Device 181D (PIM)  : 90  

  Physically Available (PAM)  

Trying to get OSA online

2010-08-21 Thread Martin, Terry R. (CMS/CTR) (CTR)
Hi 
 
We just cabled OSA 9700 to our z10 it is on CHPID 39.
 
I can VARY ON 9700 and it comes online and when I display it shows
 
OSA  9700 FREE 
 
Now when I try to configure my VSWITCH to use it I get this:
 
CP DEFINE VSWITCH VSWAPPUB CONTROLLER * RDEV 9700.P0   
VSWITCH SYSTEM VSWAPPUB is created 
HCPSWU2838I Device 9700.P00 specified for VSWITCH VSWAPPUB is offline. 
 
When I display the CHPID it looks good:
 
q chpid 39  
Path 39 online to devices 9600 9700 
 
Is there something I am missing here?
 
Terry Martin
Lockheed Martin
CITIC Contract
z/OS Operating System Support/Performance and Tuning
(443) 348-4196 
 


Re: Trying to get OSA online

2010-08-21 Thread Martin, Terry R. (CMS/CTR) (CTR)
Hi Neale,

 

That was it, I was concentrating on 9700 so much that I forgot about other two 
addresses (9701-9702) in the triplet.

 

So sure enough there were still offline. I varied them online and was able to 
then configure the VSWITCH.

 

 

Thanks for hint!  

 

Thank You,

 

Terry Martin

Lockheed Martin - Citic

z/OS and z/VM Performance Tuning and Operating Systems Support

Office - 443 348-2102

Cell - 443 632-4191

 

From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On Behalf 
Of Neale Ferguson
Sent: Saturday, August 21, 2010 12:38 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: Trying to get OSA online

 

What does q 9701-9702 report?



On Aug 21, 2010, at 11:15, Martin, Terry R. (CMS/CTR) (CTR) 
terry.mar...@cms.hhs.gov wrote:

Hi 

 

We just cabled OSA 9700 to our z10 it is on CHPID 39.

 

I can VARY ON 9700 and it comes online and when I display it shows

 
OSA  9700 FREE 

 

Now when I try to configure my VSWITCH to use it I get this:

 

CP DEFINE VSWITCH VSWAPPUB CONTROLLER * RDEV 9700.P0   
VSWITCH SYSTEM VSWAPPUB is created 
HCPSWU2838I Device 9700.P00 specified for VSWITCH VSWAPPUB is offline. 

 

When I display the CHPID it looks good:

 

q chpid 39  
Path 39 online to devices 9600 9700 

 

Is there something I am missing here?

 

Terry Martin
Lockheed Martin
CITIC Contract
z/OS Operating System Support/Performance and Tuning
(443) 348-4196 

 



Re: Trying to get OSA online

2010-08-21 Thread Martin, Terry R. (CMS/CTR) (CTR)
Yes, the issue was I did not vary on the other addresses within the triplet 
(9701-9702). Once I varied this online I was able to get my vswitch enabled. 

 

Thank You,

 

Terry Martin

Lockheed Martin - Citic

z/OS and z/VM Performance Tuning and Operating Systems Support

Office - 443 348-2102

Cell - 443 632-4191

 

From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On Behalf 
Of Benedict, Martin
Sent: Saturday, August 21, 2010 11:18 AM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: Trying to get OSA online

 

Did you attach it(att 9700 machine as 9700) 
Sent from my blackberry device.



From: The IBM z/VM Operating System IBMVM@LISTSERV.UARK.EDU 
To: IBMVM@LISTSERV.UARK.EDU IBMVM@LISTSERV.UARK.EDU 
Sent: Sat Aug 21 11:14:56 2010
Subject: Trying to get OSA online 

Hi 

 

We just cabled OSA 9700 to our z10 it is on CHPID 39.

 

I can VARY ON 9700 and it comes online and when I display it shows

 
OSA  9700 FREE 

 

Now when I try to configure my VSWITCH to use it I get this:

 

CP DEFINE VSWITCH VSWAPPUB CONTROLLER * RDEV 9700.P0   
VSWITCH SYSTEM VSWAPPUB is created 
HCPSWU2838I Device 9700.P00 specified for VSWITCH VSWAPPUB is offline. 

 

When I display the CHPID it looks good:

 

q chpid 39  
Path 39 online to devices 9600 9700 

 

Is there something I am missing here?

 

Terry Martin
Lockheed Martin
CITIC Contract
z/OS Operating System Support/Performance and Tuning
(443) 348-4196 

 



How to copy a disk using a z/Linux guest

2010-08-16 Thread Martin, Terry R. (CMS/CTR) (CTR)
  

Hi

 

I am trying to find out if there is a utility in z/Linux in my case RHEL
5.2 that will allow me to copy a z/Linux formatted disk to another disk.

 

Also do you know if DDR cares rather there is a VTOC on a volume if it
is used to backup the volume without a VTOC?

 

Thank You,

 

Terry Martin

Lockheed Martin - Citic

z/OS and z/VM Performance Tuning and Operating Systems Support

Office - 443 348-2102

Cell - 443 632-4191

 

 

 



Re: How to copy a disk using a z/Linux guest

2010-08-16 Thread Martin, Terry R. (CMS/CTR) (CTR)
Hi

 

Further explanation. Here is my dilemma in a nut shell:

 

I have a z/Linux volume on a guest that does not have a z/OS VTOC. We typically 
use DFDSS on z/OS to back the z/Linux disks up and restore them at out DR site. 
Since this particular guest does not have z VTOC DFDSS cannot open it. So given 
this we decided to use DDR for this disk but the guests have the disk allocated 
so we are not able to attach the disk to the user that would be doing the DDR. 

 

So the only way I know to get this backed up is shutdown the guest and then 
attach the disk to the user doing the DDR. So I am assuming that if I do this 
that DDR will back up everything needed on this pack to do a good restore at 
the DR site. 

 

Are assumption good here and is there other ways to do this say without 
bringing the guest down?

 

THANKS

 

Thank You,

 

Terry Martin

Lockheed Martin - Citic

z/OS and z/VM Performance Tuning and Operating Systems Support

Office - 443 348-2102

Cell - 443 632-4191

 

From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On Behalf 
Of peter.w...@ttc.ca
Sent: Monday, August 16, 2010 9:38 AM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: How to copy a disk using a z/Linux guest

 

DDR doesn’t care about VTOCs or anything. It simply copies whatever is there. A 
very useful trait in many cases.

 

Peter

 

-Original Message-
From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On Behalf 
Of Martin, Terry R. (CMS/CTR) (CTR)
Sent: August 16, 2010 09:30
To: IBMVM@LISTSERV.UARK.EDU
Subject: How to copy a disk using a z/Linux guest

 

Hi

 

I am trying to find out if there is a utility in z/Linux in my case RHEL 5.2 
that will allow me to copy a z/Linux formatted disk to another disk.

 

Also do you know if DDR cares rather there is a VTOC on a volume if it is used 
to backup the volume without a VTOC?

 

Thank You,

 

Terry Martin

Lockheed Martin - Citic

z/OS and z/VM Performance Tuning and Operating Systems Support

Office - 443 348-2102

Cell - 443 632-4191

 

cid:image001.jpg@01C97FB5.5EAFD6C0

 



The information transmitted is intended only for the person or entity to which 
it is addressed and may contain confidential and/or privileged material. Any 
review retransmission dissemination or other use of or taking any action in 
reliance upon this information by persons or entities other than the intended 
recipient or delegate is strictly prohibited. If you received this in error 
please contact the sender and delete the material from any computer. The 
integrity and security of this message cannot be guaranteed on the Internet. 
The sender accepts no liability for the content of this e-mail or for the 
consequences of any actions taken on the basis of information provided. The 
recipient should check this e-mail and any attachments for the presence of 
viruses. The sender accepts no liability for any damage caused by any virus 
transmitted by this e-mail. This disclaimer is property of the TTC and must not 
be altered or circumvented in any manner. 



Re: How to copy a disk using a z/Linux guest

2010-08-16 Thread Martin, Terry R. (CMS/CTR) (CTR)
Thanks to all for the information this will help prepare backup and
recovery processes moving forward:

First, we do not count on Full pack backups for our restores normally we
use FDRUPSTREAM to backup the guests file systems on a daily and weekly
basis, however the guests are still running when this is done other than
the Data Base backups where the guest is shutdown and a full backup is
taken of the Oracle data base using FDRUPSTREAM. Since we just started
adding the z/VM and z/Linux environment as part of the DR testing we are
still feeling things out. For instance this will be the first time that
we will be taking FDRUPSTREAM with us. The last DR test which was the
first one we restored one guest all ECKD DASD from FULL DFDSS backups
running on z/OS. 

Second, for this exercise there is no LVM involved these are just ECKD
devices. So synchronization will be less of an issue for these guests
and for this test.

Thank You,

Terry Martin
Lockheed Martin - Citic
z/OS and z/VM Performance Tuning and Operating Systems Support
Office - 443 348-2102
Cell - 443 632-4191


-Original Message-
From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On
Behalf Of David Boyes
Sent: Monday, August 16, 2010 10:51 AM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: How to copy a disk using a z/Linux guest

On 8/16/10 10:37 AM, Macioce, Larry larry.maci...@com.state.oh.us
wrote:

 What about Bacula? Dr Boyes could speak could speak on this point
better
 And you always want to shutdown the guest to get a good backup

Long term, setting up Bacula would probably be a Good Thing, but
probably
doesn't help much in this scenario, other than to give you a convenient
way
to dump and restore the contents of the filesystem onto a new disk that
doesn't have the missing VTOC problem.

The question in my mind is whether the last cylinder of the pack is
actually
in use and/or whether the filesystem could be resized online to be 180K
smaller (so as to free up the last cylinder). DDR is smart enough to be
able
to relocate the disk image (eg, restore it to cyl+1 on another disk),
but
that won't fix up any internal references to the filesystem size or LVM
magic that might be there, and you will get Weird Failures that you
really
don't want to try to track down. If it can't be resized or is part of a
LVM,
then you're SOL on that solution.

Ultimately, if you want to keep using DFDSS (and I'll point out that you
have been EXTREMELY lucky if you haven't had failures of your backups)
the
solution is to allocate a new pack with a proper VTOC in cyl 0, and
follow
the instructions on linuxvm.org to migrate the filesystem from the
current
disk to the new disk. Short of that, you'll have to use DDR for those
two
packs (if you use CMSDDR, you can store those two disks as CMS files on
one
of the other packs, and then restore them back to real DASD from there).
That's probably the only way you'll be able to do this quickly enough
for
your DR test. Larry's suggestion of Bacula is a better long term
solution,
but that takes a bit of planning you probably don't have time to do now.

-- db


Re: How to copy a disk using a z/Linux guest

2010-08-16 Thread Martin, Terry R. (CMS/CTR) (CTR)
Hi David,

Thanks I agree and I have already started working on getting those packs
fixed up.

Thank You,

Terry Martin
Lockheed Martin - Citic
z/OS and z/VM Performance Tuning and Operating Systems Support
Office - 443 348-2102
Cell - 443 632-4191


-Original Message-
From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On
Behalf Of David Boyes
Sent: Monday, August 16, 2010 12:34 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: How to copy a disk using a z/Linux guest

On 8/16/10 11:10 AM, Martin, Terry R. (CMS/CTR) (CTR)
terry.mar...@cms.hhs.gov wrote:
 
 First, we do not count on Full pack backups for our restores normally
we
 use FDRUPSTREAM to backup the guests file systems on a daily and
weekly
 basis, however the guests are still running when this is done other
than
 the Data Base backups where the guest is shutdown and a full backup is
 taken of the Oracle data base using FDRUPSTREAM.

OK, if you're running the FDR/Upstream agent inside the guest, you
probably
are going to be OK. That satisfies the requirement of backing up the
systems
from within the guest, so the backup will likely be reasonably
consistent.

 Second, for this exercise there is no LVM involved these are just ECKD
 devices. So synchronization will be less of an issue for these guests
 and for this test.

*whew* LVM is a PITA for this sort of stuff. Necessary, but a PITA.

Still, once you get back, it's probably smart to fix those two packs.

-- db


DR Backup using DFDSS

2010-08-12 Thread Martin, Terry R. (CMS/CTR) (CTR)
  

Hi

 

I have a dilemma. All of my z/Linux DASD volumes are formatted for a
VTOC on cylinder zero so that I can leverage the z/OS DFDSS backups of
these volumes. No problem, however I am getting this one guest ready for
DR and as such running DFDSS on z/OS to accomplish this. This particular
guest has 2 volumes that do not have z/OS VTOC (Dedicating them in the
Directory entry) therefore DFDSS receives the ADR307E: error message
basically because there is no z/OS VTOC.

 

I know I could use DDR on z/VM to get around this but the problem is
that these volumes are in use and I need to attach them to whatever
machine I am going to do the DDR from and cannot go to another LPAR
because these particular volumes were not gen'ed to be accessible from
any other LPAR but the production (separation requirement).

 

So is there any way I can get these backed up given the above?

 

Thanks  

 

Thank You,

 

Terry Martin

Lockheed Martin - Citic

z/OS and z/VM Performance Tuning and Operating Systems Support

Office - 443 348-2102

Cell - 443 632-4191

 

 

 



Re: DR Backup using DFDSS

2010-08-12 Thread Martin, Terry R. (CMS/CTR) (CTR)
Hi

 

Yes, I knew that the backup would be a 'fuzzy' one but I have not had an
issue with restoring since I am doing a physical cylinder by cylinder
backup. We do use FDRUPSTREAM to handle the incremental and full backups
of all the DASD for each guest, but the DFDSS is a little different.

 

Thank You,

 

Terry Martin

Lockheed Martin - Citic

z/OS and z/VM Performance Tuning and Operating Systems Support

Office - 443 348-2102

Cell - 443 632-4191

 

From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On
Behalf Of Mark Pace
Sent: Thursday, August 12, 2010 10:53 AM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: DR Backup using DFDSS

 

If you are going to DDR, or DFDSS for that matter, the linux should be
down.  If you take a DDR dump while the guest is still up and running
your restore has a good chance of not running.

On Thu, Aug 12, 2010 at 10:49 AM, Frank M. Ramaekers
framaek...@ailife.com wrote:

I don't know if a different product is what you have in mind.  We use
FDR (Innovation) to back up z/OS, z/VSE, z/VM and z/Linux DASD.

 

 

Frank M. Ramaekers Jr.

 

 



From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On
Behalf Of Martin, Terry R. (CMS/CTR) (CTR)
Sent: Thursday, August 12, 2010 9:44 AM
To: IBMVM@LISTSERV.UARK.EDU
Subject: DR Backup using DFDSS

 

Hi

 

I have a dilemma. All of my z/Linux DASD volumes are formatted for a
VTOC on cylinder zero so that I can leverage the z/OS DFDSS backups of
these volumes. No problem, however I am getting this one guest ready for
DR and as such running DFDSS on z/OS to accomplish this. This particular
guest has 2 volumes that do not have z/OS VTOC (Dedicating them in the
Directory entry) therefore DFDSS receives the ADR307E: error message
basically because there is no z/OS VTOC.

 

I know I could use DDR on z/VM to get around this but the problem is
that these volumes are in use and I need to attach them to whatever
machine I am going to do the DDR from and cannot go to another LPAR
because these particular volumes were not gen'ed to be accessible from
any other LPAR but the production (separation requirement).

 

So is there any way I can get these backed up given the above?

 

Thanks  

 

Thank You,

 

Terry Martin

Lockheed Martin - Citic

z/OS and z/VM Performance Tuning and Operating Systems Support

Office - 443 348-2102

Cell - 443 632-4191

 

Error! Filename not specified.

 

_ This message
contains information which is privileged and confidential and is solely
for the use of the intended recipient. If you are not the intended
recipient, be aware that any review, disclosure, copying, distribution,
or use of the contents of this message is strictly prohibited. If you
have received this in error, please destroy it immediately and notify us
at privacy...@ailife.com. 




-- 

Mark D Pace 

Senior Systems Engineer 

Mainline Information Systems 

 

 

 

 



Re: DR Backup using DFDSS

2010-08-12 Thread Martin, Terry R. (CMS/CTR) (CTR)
Yes, these packs fell through the cracks in terms of getting a z/OS
VTOC. This is the exception rather than the rule in our shop. 

Anyway this is just anomaly and we will work our way through it.
Thank You,

Terry Martin
Lockheed Martin - Citic
z/OS and z/VM Performance Tuning and Operating Systems Support
Office - 443 348-2102
Cell - 443 632-4191


-Original Message-
From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On
Behalf Of Mark Post
Sent: Thursday, August 12, 2010 5:09 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: DR Backup using DFDSS

 On 8/12/2010 at 10:44 AM, Martin, Terry R. (CMS/CTR) (CTR)
terry.mar...@cms.hhs.gov wrote: 
 I have a dilemma. All of my z/Linux DASD volumes are formatted for a
 VTOC on cylinder zero so that I can leverage the z/OS DFDSS backups of
 these volumes. No problem, however I am getting this one guest ready
for
 DR and as such running DFDSS on z/OS to accomplish this. This
particular
 guest has 2 volumes that do not have z/OS VTOC (Dedicating them in the
 Directory entry) therefore DFDSS receives the ADR307E: error message
 basically because there is no z/OS VTOC.

Dedicating volumes don't have any affect on whether there is an OS VTOC
on it or not, it's how Linux was told to format them.  If, during
dasdfmt, CDL was specified (or taken as a default) there should indeed
be an OS VTOC that would allow it to be varied online to z/OS.  (It was
kind of the whole point of creating the CDL format.)  If they are CDL
formatted and there is no VTOC, then you have a huge bug that needs to
be dealt with.  If they are LDL formatted and not CDL, then you need to
change your procedure to format them.


Mark Post


DR and FCP

2010-08-10 Thread Martin, Terry R. (CMS/CTR) (CTR)
  

Hi

 

We are gearing up for DR and this time they want us to recover our
Oracle data base which is 5.5TB. These are all z/Linux guests running at
RHEL 4.6 under z/VM 5.4.

 

The data base storage is allocated on LUNs with WWPNs and LUN IDS. We
just got off of our TAP meeting with hot site folks and they claim that
they do not have the Hardware to support  the SCSI storage required for
the Data Base. I have never tried to recover SCSI on the mainframe so is
there another way? What do other folks do when they need to recover this
type of data from z/Linux?

 

Thank You,

 

Terry Martin

Lockheed Martin - Citic

z/OS and z/VM Performance Tuning and Operating Systems Support

Office - 443 348-2102

Cell - 443 632-4191

 

 

 



Re: DR and FCP

2010-08-10 Thread Martin, Terry R. (CMS/CTR) (CTR)
Ok, thanks guys that is what I thought. We will work with our HS to
provide this in the future!

 

Thank You,

 

Terry Martin

Lockheed Martin - Citic

z/OS and z/VM Performance Tuning and Operating Systems Support

Office - 443 348-2102

Cell - 443 632-4191

 

From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On
Behalf Of Bob McCarthy
Sent: Tuesday, August 10, 2010 3:17 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: DR and FCP

 

Terry,

We run IBM's TSM on a zOS lpar. This backs up SCSI data to tape. The
tapes are taken to DR and restored there. But as Bill says you have to
have a contract in place with the hot site to provide the SCSI storage.

   Bob McCarthy

 



From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On
Behalf Of Martin, Terry R. (CMS/CTR) (CTR)
Sent: Tuesday, August 10, 2010 2:52 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: DR and FCP

Hi

 

We are gearing up for DR and this time they want us to recover our
Oracle data base which is 5.5TB. These are all z/Linux guests running at
RHEL 4.6 under z/VM 5.4.

 

The data base storage is allocated on LUNs with WWPNs and LUN IDS. We
just got off of our TAP meeting with hot site folks and they claim that
they do not have the Hardware to support  the SCSI storage required for
the Data Base. I have never tried to recover SCSI on the mainframe so is
there another way? What do other folks do when they need to recover this
type of data from z/Linux?

 

Thank You,

 

Terry Martin

Lockheed Martin - Citic

z/OS and z/VM Performance Tuning and Operating Systems Support

Office - 443 348-2102

Cell - 443 632-4191

 

cid:image001.jpg@01C97FB5.5EAFD6C0

 



Re: DR and FCP

2010-08-10 Thread Martin, Terry R. (CMS/CTR) (CTR)
Bob,

 

One question how does it work In terms of matching the WWPN and LUNIDS
from what we have defined in the z/Linux guest and what is available at
the HS?

 

Thank You,

 

Terry Martin

Lockheed Martin - Citic

z/OS and z/VM Performance Tuning and Operating Systems Support

Office - 443 348-2102

Cell - 443 632-4191

 

From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On
Behalf Of Bob McCarthy
Sent: Tuesday, August 10, 2010 3:17 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: DR and FCP

 

Terry,

We run IBM's TSM on a zOS lpar. This backs up SCSI data to tape. The
tapes are taken to DR and restored there. But as Bill says you have to
have a contract in place with the hot site to provide the SCSI storage.

   Bob McCarthy

 



From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On
Behalf Of Martin, Terry R. (CMS/CTR) (CTR)
Sent: Tuesday, August 10, 2010 2:52 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: DR and FCP

Hi

 

We are gearing up for DR and this time they want us to recover our
Oracle data base which is 5.5TB. These are all z/Linux guests running at
RHEL 4.6 under z/VM 5.4.

 

The data base storage is allocated on LUNs with WWPNs and LUN IDS. We
just got off of our TAP meeting with hot site folks and they claim that
they do not have the Hardware to support  the SCSI storage required for
the Data Base. I have never tried to recover SCSI on the mainframe so is
there another way? What do other folks do when they need to recover this
type of data from z/Linux?

 

Thank You,

 

Terry Martin

Lockheed Martin - Citic

z/OS and z/VM Performance Tuning and Operating Systems Support

Office - 443 348-2102

Cell - 443 632-4191

 

cid:image001.jpg@01C97FB5.5EAFD6C0

 



Re: DR and FCP

2010-08-10 Thread Martin, Terry R. (CMS/CTR) (CTR)
Bob,

 

Thanks I was wondering how they went about doing this. This helps in our
planning for next time.

 

Thank You,

 

Terry Martin

Lockheed Martin - Citic

z/OS and z/VM Performance Tuning and Operating Systems Support

Office - 443 348-2102

Cell - 443 632-4191

 

From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On
Behalf Of Bob McCarthy
Sent: Tuesday, August 10, 2010 3:58 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: DR and FCP

 

Terry,

The WWPNs and LUNids will definitely  be different at the DR site.
In our case our hot site provider gives us the information at the
beginning of the exercise. We then have to go into each linux guest and
manually re-configure the fcp. Then we can begin the TSM restore. 

  Bob
McCarthy  

 



From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On
Behalf Of Martin, Terry R. (CMS/CTR) (CTR)
Sent: Tuesday, August 10, 2010 3:29 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: DR and FCP

Bob,

 

One question how does it work In terms of matching the WWPN and LUNIDS
from what we have defined in the z/Linux guest and what is available at
the HS?

 

Thank You,

 

Terry Martin

Lockheed Martin - Citic

z/OS and z/VM Performance Tuning and Operating Systems Support

Office - 443 348-2102

Cell - 443 632-4191

 

From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On
Behalf Of Bob McCarthy
Sent: Tuesday, August 10, 2010 3:17 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: DR and FCP

 

Terry,

We run IBM's TSM on a zOS lpar. This backs up SCSI data to tape. The
tapes are taken to DR and restored there. But as Bill says you have to
have a contract in place with the hot site to provide the SCSI storage.

   Bob McCarthy

 



From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On
Behalf Of Martin, Terry R. (CMS/CTR) (CTR)
Sent: Tuesday, August 10, 2010 2:52 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: DR and FCP

Hi

 

We are gearing up for DR and this time they want us to recover our
Oracle data base which is 5.5TB. These are all z/Linux guests running at
RHEL 4.6 under z/VM 5.4.

 

The data base storage is allocated on LUNs with WWPNs and LUN IDS. We
just got off of our TAP meeting with hot site folks and they claim that
they do not have the Hardware to support  the SCSI storage required for
the Data Base. I have never tried to recover SCSI on the mainframe so is
there another way? What do other folks do when they need to recover this
type of data from z/Linux?

 

Thank You,

 

Terry Martin

Lockheed Martin - Citic

z/OS and z/VM Performance Tuning and Operating Systems Support

Office - 443 348-2102

Cell - 443 632-4191

 

cid:image001.jpg@01C97FB5.5EAFD6C0

 



Re: ICKDSF format of new DASD

2010-07-20 Thread Martin, Terry R. (CMS/CTR) (CTR)
Hi Marcy,

I use to format the whole volume under CPFMTXA or ICKDSF on z/OS and
then turn around only to have Linux format them again a real waste of
time.

So now I just init cylinder zero with a z/VM Label for doc purposes and
it works fine.

Thank You,

Terry Martin
Lockheed Martin - Citic
z/OS and z/VM Performance Tuning and Operating Systems Support
Office - 443 348-2102
Cell - 443 632-4191


-Original Message-
From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On
Behalf Of Mike Walter
Sent: Tuesday, July 20, 2010 1:15 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: ICKDSF format of new DASD

When we *had* zLinux POC guests, we formatted them under CMS using the 
LXFMT utility, see:
http://www.sinenomine.net/products/vm/lxfmt

Once formatted with LXFMT, the disk was accessible from Linux without 
dasdfmt.  But your particular filesystem needs may require something
more 
extravagant.

Mike Walter
Hewitt Associates
The opinions expressed herein are mine alone, not my employer's.



Martin Magat martinrmag...@yahoo.com 

Sent by: The IBM z/VM Operating System IBMVM@LISTSERV.UARK.EDU
07/20/2010 11:56 AM
Please respond to
The IBM z/VM Operating System IBMVM@LISTSERV.UARK.EDU



To
IBMVM@LISTSERV.UARK.EDU
cc

Subject
Re: ICKDSF format of new DASD







Hi Marcy
 
Based on our experience, we have no problem formatting just the first
five 
cyl (0-5) before we attached them as linux dasd device mdisks. In turn, 
they will format them using their own linux utilities.
 
rgrds

--- On Tue, 7/20/10, Marcy Cortes marcy.d.cor...@wellsfargo.com wrote:

From: Marcy Cortes marcy.d.cor...@wellsfargo.com
Subject: ICKDSF format of new DASD
To: IBMVM@LISTSERV.UARK.EDU
Date: Tuesday, 20 July, 2010, 9:36 AM

What is the current recommendation for new DASD purchases and ICKDSF
CPVOL 
FORMAT for disk to be used for Linux.
We've been formatting the whole thing.  Once upon a time there was a
DASD 
driver bug that this helped avoid, but I'm sure that has been fixed 
before.

Marcy





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: ICKDSF format of new DASD

2010-07-20 Thread Martin, Terry R. (CMS/CTR) (CTR)
Dennis,

 

I say INIT but I am really referring to the 'FORMAT' parameter of
CPFMTXA. Below is an example of an EXEC to format cylinder zero with the
z/VM Label. The INPUT file 'INPLVD1' has the RDEV and LABEL.

 

Of course you can do the same by executing CPFMTXA interactively and
specifying to parameters as prompted: 

 

/   OR USE */ 

trace o   

makebuf;  

'EXECIO * DISKR INPLVD1 FILE A (STEM'  RECORD. 'FINIS'

 do i = 1 to record.0 

   rdev = word(record.i, 1)   

   label = word(record.i,2)   

   queue 'format' 

   queue  rdev

   queue '0-0'

/* queue '0-END'  */  

   queue label

   queue 'YES'

   queue 'PERM 0-0'   

/* queue 'PERM 0-END' */  

/* queue 'PAGE 1-END' */  

   queue 'END'

   cpfmtxa;   

 End; 

dropbuf;  



 

INPLVD1 file:

 

6C6A B34V80

6C6B B34V81

6C6C B34V82  

 

Thank You,

 

Terry Martin

Lockheed Martin - Citic

z/OS and z/VM Performance Tuning and Operating Systems Support

Office - 443 348-2102

Cell - 443 632-4191

 

-Original Message-
From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On
Behalf Of Dean, David (I/S)
Sent: Tuesday, July 20, 2010 3:54 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: ICKDSF format of new DASD

 

How do you init, with CPFMTXA?

 

Thanks, cause I still waste all that time.

 

-Original Message-

From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On
Behalf Of Martin, Terry R. (CMS/CTR) (CTR)

Sent: Tuesday, July 20, 2010 3:48 PM

To: IBMVM@LISTSERV.UARK.EDU

Subject: Re: ICKDSF format of new DASD

 

Hi Marcy,

 

I use to format the whole volume under CPFMTXA or ICKDSF on z/OS and

then turn around only to have Linux format them again a real waste of

time.

 

So now I just init cylinder zero with a z/VM Label for doc purposes and

it works fine.

 

Thank You,

 

Terry Martin

Lockheed Martin - Citic

z/OS and z/VM Performance Tuning and Operating Systems Support

Office - 443 348-2102

Cell - 443 632-4191

 

 

-Original Message-

From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On

Behalf Of Mike Walter

Sent: Tuesday, July 20, 2010 1:15 PM

To: IBMVM@LISTSERV.UARK.EDU

Subject: Re: ICKDSF format of new DASD

 

When we *had* zLinux POC guests, we formatted them under CMS using the 

LXFMT utility, see:

http://www.sinenomine.net/products/vm/lxfmt

 

Once formatted with LXFMT, the disk was accessible from Linux without 

dasdfmt.  But your particular filesystem needs may require something

more 

extravagant.

 

Mike Walter

Hewitt Associates

The opinions expressed herein are mine alone, not my employer's.

 

 

 

Martin Magat martinrmag...@yahoo.com 

 

Sent by: The IBM z/VM Operating System IBMVM@LISTSERV.UARK.EDU

07/20/2010 11:56 AM

Please respond to

The IBM z/VM Operating System IBMVM@LISTSERV.UARK.EDU

 

 

 

To

IBMVM@LISTSERV.UARK.EDU

cc

 

Subject

Re: ICKDSF format of new DASD

 

 

 

 

 

 

 

Hi Marcy

 

Based on our experience, we have no problem formatting just the first

five 

cyl (0-5) before we attached them as linux dasd device mdisks. In turn, 

they will format them using their own linux utilities.

 

rgrds

 

--- On Tue, 7/20/10, Marcy Cortes marcy.d.cor...@wellsfargo.com wrote:

 

From: Marcy Cortes marcy.d.cor...@wellsfargo.com

Subject: ICKDSF format of new DASD

To: IBMVM@LISTSERV.UARK.EDU

Date: Tuesday, 20 July, 2010, 9:36 AM

 

What is the current recommendation for new DASD purchases and ICKDSF

CPVOL 

FORMAT for disk to be used for Linux.

We've been formatting the whole thing.  Once upon a time there was a

DASD 

driver bug that this helped avoid, but I'm sure that has been fixed 

before.

 

Marcy

 

 

 

 

 

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

Re: REDHAT KICKSTART

2010-07-13 Thread Martin, Terry R. (CMS/CTR) (CTR)
  

Posted on both Lists.

 

Thanks

 

 

Thank You,

 

Terry Martin

Lockheed Martin - Citic

z/OS and z/VM Performance Tuning and Operating Systems Support

Office - 443 348-2102

Cell - 443 632-4191

 

From: Martin, Terry R. (CMS/CTR) (CTR) 
Sent: Monday, July 12, 2010 5:27 PM
To: linux-...@vm.marist.edu
Subject: REDHAT KICKSTART

 

Hi

 

We have been Kick Starting new z/Linux guests under RHEL 5.2. We have a
base build in the Kick Start of one MOD3 and two MOD27's.

 

In the CONF file we specify these devices (700, 800-801) things work
fine.

 

Recently we started adding another MOD27 to the base build (700,
800-802). Now during the Kick Start it initializes 700, 800, and 801 but
when it tries to init 802 it comes up with a message stating that it
needs to init 802 and asks you to reply YESNO [ ]. 

 

Does something need to change in the Kick Start setup to tell it that we
now have an 802 disk to init so to avoid this prompt?

 

Thanks 

 

Thank You,

 

Terry Martin

Lockheed Martin - Citic

z/OS and z/VM Performance Tuning and Operating Systems Support

Office - 443 348-2102

Cell - 443 632-4191

 

 

 



REDHAT KICKSTART

2010-07-13 Thread Martin, Terry R. (CMS/CTR) (CTR)
  

Hi

 

We have been Kick Starting new z/Linux guests under RHEL 5.2. We have a
base build in the Kick Start of one MOD3 and two MOD27's.

 

In the CONF file we specify these devices (700, 800-801) things work
fine.

 

Recently we started adding another MOD27 to the base build (700,
800-802). Now during the Kick Start it initializes 700, 800, and 801 but
when it tries to init 802 it comes up with a message stating that it
needs to init 802 and asks you to reply YESNO [ ]. 

 

Does something need to change in the Kick Start setup to tell it that we
now have an 802 disk to init so to avoid this prompt?

 

 

Thank You,

 

Terry Martin

Lockheed Martin - Citic

z/OS and z/VM Performance Tuning and Operating Systems Support

Office - 443 348-2102

Cell - 443 632-4191

 

 

 



Re: Define FULL PACK MDISK or DEDICATE z/Linux DASD

2010-07-01 Thread Martin, Terry R. (CMS/CTR) (CTR)
Thanks all for the responses. I will try the approach of short Init
and see how that works out.

Terry

Thank You,

Terry Martin
Lockheed Martin - Citic
z/OS and z/VM Performance Tuning and Operating Systems Support
Office - 443 348-2102
Cell - 443 632-4191

-Original Message-
From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On
Behalf Of Rob van der Heij
Sent: Thursday, July 01, 2010 2:55 AM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: Define FULL PACK MDISK or DEDICATE z/Linux DASD

On Thu, Jul 1, 2010 at 1:53 AM, Martin, Terry R. (CMS/CTR) (CTR)
terry.mar...@cms.hhs.gov wrote:

 Anyway, during our z/Linux guest build process, which we are doing at
a very fast pace, we end up initializing the z/Linux DASD under z/VM.
Now, when we execute the z/Linux Kick Start that process comes right
back and initializes the same DASD. This process depending on the amount
of DASD being presented to the guest can take two or more hours to
complete with the majority of the time being spent on the DASD
initialization phase of the Kick Start.

As Hans points out, it has considerable systems management advantages
to leave the real volser to CP. Some of the claimed performance
benefits of dedicated DASD seems to build on hearsay, ancient VM
releases, wishful thinking and fading memory :-)

But you can save yourself some time by not initializing the volume on
z/VM first. For volumes that only contain mini disks, it's enough to
format cylinder 0 only and put a label on (the RANGE option in
ICKDSF). The virtual machine will need to format the mini disk anyway.
The recommendation to do it twice (just in case) stems from a Linux
bug that was fixed 8 years ago. Just remember that for page and spool
packs, you *do* have to format the full volume.

In the early days, Linux' dasdfmt also had the option to format only
part of the minidisk. This option was removed because some people
misused it and then reported a problem when the disk was not
formatted. Since you can't prevent Linux from formatting, the
alternative is to skip the formatting on z/VM (as explained above).

If your DASD subsystem has magic duplication features (snapshot,
flashcopy, etc) you can skip both steps. To do that, you once prepare
a disk with dasdmft (and maybe even mkefs2) and use that as the source
to flash over a fresh volume when you need a Linux disk. If supported,
you can just flash the large mini disk. Otherwise, you flash the
entire volume and use ICKDSF to relabel the real volume (that does not
touch the mini disk at cylinder 1). That's where it helps to let each
Linux have the same virtual volser for the disk.

Rob


Define FULL PACK MDISK or DEDICATE z/Linux DASD

2010-06-30 Thread Martin, Terry R. (CMS/CTR) (CTR)
  

Hi

 

I am sure this has come up before but I could not find it in the
archives (getting oldJ).

 

Anyway, during our z/Linux guest build process, which we are doing at a
very fast pace, we end up initializing the z/Linux DASD under z/VM. Now,
when we execute the z/Linux Kick Start that process comes right back and
initializes the same DASD. This process depending on the amount of DASD
being presented to the guest can take two or more hours to complete with
the majority of the time being spent on the DASD initialization phase of
the Kick Start.

 

The question is would it help to Dedicate the DASD to the guest instead
of specifying a FULL PACK MINI-DISK for the DASD? I am assuming that by
Dedicating the DASD that I could skip the z/VM initialization phase and
just let the z/L:inux OS initialize them at Kick Start time. This would
save a bunch of time during the build process. I wanted to be sure what
the pros and cons were if I decided to go this route.

 

Thanks in advance to the help! 

 

   

 

Thank You,

 

Terry Martin

Lockheed Martin - Citic

z/OS and z/VM Performance Tuning and Operating Systems Support

Office - 443 348-2102

Cell - 443 632-4191

 

 

 



Configuring a Channel path offline on z/VM

2010-06-14 Thread Martin, Terry R. (CMS/CTR) (CTR)
Hi
 
I am trying to configure a channel path offline on VM. I am using command:
 
VARY OFF PATH 99 FROM ALL
 
Does this do the trick or is there another command to configure the channel 
offline?
 
Terry Martin
Lockheed Martin
CITIC Contract
z/OS Operating System Support/Performance and Tuning
(443) 348-4196 
 


Re: Configuring a Channel path offline on z/VM

2010-06-14 Thread Martin, Terry R. (CMS/CTR) (CTR)
Hi Larry,
 
Thanks that is what I needed!
 
Terry Martin
Lockheed Martin
CITIC Contract
z/OS Operating System Support/Performance and Tuning
(443) 348-4196 
 



From: The IBM z/VM Operating System on behalf of Davis, Larry (National VM/VSE 
Capability)
Sent: Mon 6/14/2010 12:23 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: Configuring a Channel path offline on z/VM



VARY OFF CHPID 99

 

This will complete the CHPID offline, all you did was very off path 99 from all 
the devices. Also if you need to make dynamic IO changes you may need to VARY 
OFF the SUBCHAN 

 

Larry Davis

 

From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On Behalf 
Of Martin, Terry R. (CMS/CTR) (CTR)
Sent: Monday, June 14, 2010 12:15 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Configuring a Channel path offline on z/VM

 

Hi

 

I am trying to configure a channel path offline on VM. I am using command:

 

VARY OFF PATH 99 FROM ALL

 

Does this do the trick or is there another command to configure the channel 
offline?

 

Terry Martin
Lockheed Martin
CITIC Contract
z/OS Operating System Support/Performance and Tuning
(443) 348-4196 

 



Re: HIPER MCL for z10 processors

2010-06-13 Thread Martin, Terry R. (CMS/CTR) (CTR)
Hi Marcy,

Thanks for the details much appreciated! 

Thank You,

Terry Martin
Lockheed Martin - Citic
z/OS and z/VM Performance Tuning and Operating Systems Support
Office - 443 348-2102
Cell - 443 632-4191


-Original Message-
From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On
Behalf Of Marcy Cortes
Sent: Sunday, June 13, 2010 12:08 AM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: HIPER MCL for z10 processors

I failed to mention that the kernel bug is for kernel levels earlier
than sles 10.  RH fix is here
http://rhn.redhat.com/errata/RHSA-2010-0398.html bugzilla 580839 ).  The
IBM kernel crew had fixed the problem in later kernels preemptively.

We haven't put the microcode fix on yet.  Our first opportunity in dev
is later this month.

While it is HIPER, I would bet its pretty rare.  We have a ton of other
workload across a half dozen z10s and it only has affected this one
particular application.   

One thing interesting to note that was new to me being a VM person from
way back... in Linux if a problem like this occurs that the kernel
detects, the process that tripped over it will be killed and linux will
continue on.  So in our case that meant restarting the java application
and the server itself didn't' need to be rebooted.  If the VM CP nucleus
had tripped, a hard abend dump would have been taken and VM would have
restarted itself.  While this is more drastic and probably much more
impactful, it lets IBM get what they need right away instead of spending
a lot of time trying to diagnose things without the dump.You can
make Linux act like this if you wish (and I'm pondering making it our
default in the standard builds here..).   You can turn on
kernel.panic_on_oops .  Linux will go into disabled wait and then you
can dump it.  There's even ways to make it dump automatically or you can
#CP IPL dumpvoladdress  and capture it that way.   There's some SHARE
presentations that go into the details so I won't.   You do want to set
up a dump volume with the dump program on it rather than trying to use
the CP VMDUMP command which will result in you sitting and twiddling
your thumbs for 2 hours to dump 6G... 

One could monitor their /var/log/messages to see if they have any
processes being terminated with exceptions and check if this problem is
affecting their applications.

Marcy 


This message may contain confidential and/or privileged information. If
you are not the addressee or authorized to receive this for the
addressee, you must not use, copy, disclose, or take any action based on
this message or any information herein. If you have received this
message in error, please advise the sender immediately by reply e-mail
and delete this message. Thank you for your cooperation.


-Original Message-
From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On
Behalf Of Martin, Terry R. (CMS/CTR) (CTR)
Sent: Saturday, June 12, 2010 6:42 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: [IBMVM] HIPER MCL for z10 processors

Thanks Marcy! BTW, how serious is the Kernel bug and did you install
this fix?

Thank You,

Terry Martin
Lockheed Martin - Citic
z/OS and z/VM Performance Tuning and Operating Systems Support
Office - 443 348-2102
Cell - 443 632-4191


Assign an additional Virtual CPU to Linux guest

2010-06-13 Thread Martin, Terry R. (CMS/CTR) (CTR)
  

Hi

 

I am running z/VM 5.4 and RHEL 5.2 and I want to add another VCPU to a
Linux guest dynamically. Can this be done without the need to recycle
the guest? And if so what is the command to do so?

 

Thanks in advance for the help!

 

Thank You,

 

Terry Martin

Lockheed Martin - Citic

z/OS and z/VM Performance Tuning and Operating Systems Support

Office - 443 348-2102

Cell - 443 632-4191

 

 

 



Re: HIPER MCL for z10 processors

2010-06-12 Thread Martin, Terry R. (CMS/CTR) (CTR)
Thanks Marcy! BTW, how serious is the Kernel bug and did you install
this fix?

Thank You,

Terry Martin
Lockheed Martin - Citic
z/OS and z/VM Performance Tuning and Operating Systems Support
Office - 443 348-2102
Cell - 443 632-4191


-Original Message-
From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On
Behalf Of Marcy Cortes
Sent: Friday, June 11, 2010 9:08 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: HIPER MCL for z10 processors

Not Aria, but I didn't notice the cross post and posted this only to
linux-390:
 
 **
Well, since you brought it up... 

That's something we discovered.  Only z10 too, not any other z.
See my posts here ealier this year (on linux-390) with low address
exception in them.

In our case, a 4 vcpu 6G guest running java is affected.  Seems to be
somewhat load related and definitely some apps are more susceptible than
others.

Coincidentally, there is also a kernel bug with the exact same symptom.
Both RedHat and SuSE have fixes for that.


Here's the details in case anyone doesn't have access to resource link
---


RL: Hiper

Document Number: 060310

Machine Type:  2097, 2098

Models Affected:  All Models

RETAIN TIP:  H174493

ABSTRACT:   HIPER MCLs have been released for machines at Driver 76 and
Driver 79

DESCRIPTION:  HIPER MCLs have been released to address an issue reported
in
the field. This issue has only been seen in the Linux on System z
operating
system running as guest under zVM and has resulted in a Linux abend.
This
issue occurred when the physical CPU transitioned from handling one
guest
configuration to another. A very small window exists where the update of
the hardware controls related to multiprocessor address translation were
not handled properly. There are no methods to avoid exposure to this
issue
other than installing the specified HIPER MCL's.

This problem has only been reported when running Linux on System
z
as a guest under zVM.  However, IBM believes it could also occur when
running other operating systems. Although an undetected data corruption
has
never been reported as a result of this issue, there is a very small
chance
that this could occur.

The following HIPER MCLs have been released to eliminate the exposure:

  Driver 73 -- Driver-73 entered End of MCL Support August 2009
and a
  fix for this issue will not be released for this Driver. Product
  Engineering strongly recommends upgrading to Driver-79 to obtain
this
  fix.
  Driver 76 -- MCL's N10967.101 and N10967.102 of the I390ML stream
  released to RETAIN on June 1st, 2010 in MCL bundle #47.
  Driver 79 -- MCL's N24406.032 and N24406.033 of the I390ML stream
  released to RETAIN on June 1st, 2010 in MCL bundle #31.

RECOMMENDED ACTION:  Product Engineering recommends the installation of
HIPER MCLs .   These MCLs can be installed concurrent with system
operation.

Note- Driver-76 is currently in Limited MCL Support mode and will
enter
End of MCL Support on June 30, 2010. Product Engineering strongly
recommends upgrading to Driver-79 during you next microcode maintenance
window. Driver-79 was released in November 2009 and is running on 40% of
the z10 machines in the field. Driver-79 is also the last planned driver
for z10.

EDM Considerations: The installation of these HIPER MCL's at Driver-76
will
exceed the current EDM min/max definition for concurrently upgrading to
Driver-79.  A new EDM sync point is being developed and is targeted to
be
released mid to late June, 2010. The following options are available:

1) Upgrade to Driver-79 and install the latest HIPER MCL's
2) Install the latest Driver-76 HIPER MCL's and wait for the next EDM
sync
point to be released.

Note: Since these  Driver-76 HIPER MCL's exceed  the current EDM min/max
level you need to take additional actions to ensure the MCL install and
activate process overrides the current min/max level. To do this you
need
to insure that you select the 'check box' Include internal code changes
which will inhibit Concurrent Upgrade Engineering Changes (EC) task from
being used to apply the next Licensed Internal Code (EC) level. before
installing the Driver-76 HIPER MCL's.

Please contact your next level of support if you have any questions or
require assistance.

POK zSeries
US Service Delivery Planning

 





From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On
Behalf Of Martin, Terry R. (CMS/CTR) (CTR)
Sent: Friday, June 11, 2010 6:05 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: [IBMVM] HIPER MCL for z10 processors



Aria,

 

Do you have any more information on this. I cannot seem to locate
anything about this?

 

Thank You,

 

Terry Martin

Lockheed Martin - Citic

z/OS and z/VM Performance Tuning and Operating Systems Support

Office - 443 348-2102

Cell - 443 632-4191

 

From: The IBM z/VM Operating System

Re: HIPER MCL for z10 processors

2010-06-11 Thread Martin, Terry R. (CMS/CTR) (CTR)
Aria,

 

Do you have any more information on this. I cannot seem to locate
anything about this?

 

Thank You,

 

Terry Martin

Lockheed Martin - Citic

z/OS and z/VM Performance Tuning and Operating Systems Support

Office - 443 348-2102

Cell - 443 632-4191

 

From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On
Behalf Of Aria Bamdad
Sent: Friday, June 11, 2010 3:17 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: HIPER MCL for z10 processors

 

Cross posted to IBMVM and Linux-390 lists.

 

FYI :

 

Last Friday there was a Hiper MCL released for z10 processors that
addresses Linux guests running under z10 processors.  If you have not
seen it, you may want to investigate and have your CE apply the update.

 

You can login to the IBM Resource Link site to view the HIPER .

 

Aria



OSA Question

2010-06-10 Thread Martin, Terry R. (CMS/CTR) (CTR)
  

 

Hi 

 

 

Well we converted to a z10 this weekend. We had a few issues but got
through them.

 

There was one fall out with the OSA. Before the conversion we had an
LPAR that has access to a set of OSA UCBs and these UCBs were defined to
a VSWITCH. After the conversion these OSA UCBs were no longer accessible
from the LPAR. We found that there was an issue in the GEN but not until
after the fact. So we found another set of OSA UCBs that were accessible
to the LPAR and they work. Now since I had to destroy the VSWITCH and
re-define with the new real OSA UCB do I need to recycle the Linux
guests that are using that VSWITCH or is there another way without
bringing the Linux guest down? 

Thank You,

 

Terry Martin

Lockheed Martin - Citic

z/OS and z/VM Performance Tuning and Operating Systems Support

Office - 443 348-2102

Cell - 443 632-4191

 

 

 



Re: OSA Question

2010-06-10 Thread Martin, Terry R. (CMS/CTR) (CTR)
Thanks Brian I appreciate the time!

Thank You,

Terry Martin
Lockheed Martin - Citic
z/OS and z/VM Performance Tuning and Operating Systems Support
Office - 443 348-2102
Cell - 443 632-4191

-Original Message-
From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On
Behalf Of Brian Nielsen
Sent: Thursday, June 10, 2010 2:56 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: OSA Question

On Thu, 10 Jun 2010 14:33:12 -0400, Martin, Terry R. (CMS/CTR) (CTR) 
terry.mar...@cms.hhs.gov wrote:

There was one fall out with the OSA. Before the conversion we had an
LPAR that has access to a set of OSA UCBs and these UCBs were defined
to

a VSWITCH. After the conversion these OSA UCBs were no longer
accessible

from the LPAR. We found that there was an issue in the GEN but not
until

after the fact. So we found another set of OSA UCBs that were
accessible

to the LPAR and they work. Now since I had to destroy the VSWITCH and
re-define with the new real OSA UCB do I need to recycle the Linux
guests that are using that VSWITCH or is there another way without
bringing the Linux guest down? 

First check that the linux guest is in the access list for the new
vswitc
h 
(see Q VSWITCH ACCESSLIST) and add it if not (see SET VSWITCH GRANT).  

Then use the CP COUPLE command for the linux guest to connect it to the 

vswitch.

FWIW, it's too late now, but you could have just added the new address
to
 
the vswitch instead of destroying and recreating the vswitch.  I've done


that when migrating from one OSA port to another.  See the RDEV
parameter
 
on the SET VSWITCH command.

Brian Nielsen


Are VSWITCH changes required to run on z10

2010-06-05 Thread Martin, Terry R. (CMS/CTR) (CTR)
  

Hi

 

We are moving to a z10. My question is do I need to do anything
different for my Vswitch definition or how I specify the NIC DEF in the
Directory when I migrate to the z10?

 

Thank You,

 

Terry Martin

Lockheed Martin - Citic

z/OS and z/VM Performance Tuning and Operating Systems Support

Office - 443 348-2102

Cell - 443 632-4191

 

 

 



  1   2   3   4   5   >