Re: z/OS equivalent to z/VM's Link Aggregation

2022-12-09 Thread Jim Elliott
Thanks for all the responses. I should have explained what z/VM Link 
Aggregation is. This is not about sharing an OSA port between multiple LPARs 
(that is easy). With a z/VM vswitch you can connect up to 8 OSA ports to a 
single vswitch. Turns out there is no direct equivalent in z/OS, you use VIPA.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: z/OS equivalent to z/VM's Link Aggregation

2022-12-08 Thread Paul Gorlinsky
Sample for Multiple LPARS sharing OSAs Make sure there are enough data UCBs

 
FIBRE 10GB OSAD EXPRESS CONFIGURATION  
Researching the configuration of OSAD 10Gb configuration resulted in the 
development of the following configuration parameters for customer’s setup on a 
single Z14 machine. 
The IODF specifications are: 
CHPID PATH=(CSS(0,1),60),SHARED,  * 
NOTPART=((CSS(0),(CF1,CF3),(=)),(CSS(1),(CF11,CF10),(=))*  
),PCHID=108,TYPE=OSD 
CHPID PATH=(CSS(0,1),61),SHARED,  * 
NOTPART=((CSS(0),(CF1,CF3),(=)),(CSS(1),(CF11,CF10),(=))*  
),PCHID=109,TYPE=OSD 
CHPID PATH=(CSS(0,1),62),SHARED,  * 
NOTPART=((CSS(0),(CF1,CF3),(=)),(CSS(1),(CF11,CF10),(=))*  
),PCHID=10A,TYPE=OSD 
CHPID PATH=(CSS(0,1),63),SHARED,  * 
NOTPART=((CSS(0),(CF1,CF3),(=)),(CSS(1),(CF11,CF10),(=))*  
),PCHID=10B,TYPE=OSD 
CHPID PATH=(CSS(0,1),64),SHARED,  * 
NOTPART=((CSS(0),(CF1,CF3),(=)),(CSS(1),(CF11,CF10),(=))*  
),PCHID=118,TYPE=OSD 
CHPID PATH=(CSS(0,1),65),SHARED,  * 
NOTPART=((CSS(0),(CF1,CF3),(=)),(CSS(1),(CF11,CF10),(=))*  
),PCHID=119,TYPE=OSD 
CHPID PATH=(CSS(0,1),66),SHARED,  * 
NOTPART=((CSS(0),(CF1,CF3),(=)),(CSS(1),(CF11,CF10),(=))*  
),PCHID=11A,TYPE=OSD 
CHPID PATH=(CSS(0,1),67),SHARED,  * 
NOTPART=((CSS(0),(CF1,CF3),(=)),(CSS(1),(CF11,CF10),(=))*  
),PCHID=11B,TYPE=OSD 
 
CNTLUNIT CUNUMBR=6000,PATH=((CSS(0),60),(CSS(1),60)),UNIT=OSA 
IODEVICE ADDRESS=(6000,015),CUNUMBR=(6000),UNIT=OSA 
IODEVICE ADDRESS=(600F,001),UNITADD=FE,CUNUMBR=(6000),* 
   UNIT=OSAD 
CNTLUNIT CUNUMBR=6100,PATH=((CSS(0),61),(CSS(1),61)),UNIT=OSA 
IODEVICE ADDRESS=(6100,015),CUNUMBR=(6100),UNIT=OSA 
IODEVICE ADDRESS=(610F,001),UNITADD=FE,CUNUMBR=(6100),* 
   UNIT=OSAD 
CNTLUNIT CUNUMBR=6200,PATH=((CSS(0),62),(CSS(1),62)),UNIT=OSA 
IODEVICE ADDRESS=(6200,015),CUNUMBR=(6200),UNIT=OSA 
IODEVICE ADDRESS=(620F,001),UNITADD=FE,CUNUMBR=(6200),* 
   UNIT=OSAD 
CNTLUNIT CUNUMBR=6300,PATH=((CSS(0),63),(CSS(1),63)),UNIT=OSA 
IODEVICE ADDRESS=(6300,015),CUNUMBR=(6300),UNIT=OSA 
IODEVICE ADDRESS=(630F,001),UNITADD=FE,CUNUMBR=(6300),* 
   UNIT=OSAD 
CNTLUNIT CUNUMBR=6400,PATH=((CSS(0),64),(CSS(1),64)),UNIT=OSA 
IODEVICE ADDRESS=(6400,015),CUNUMBR=(6400),UNIT=OSA 
IODEVICE ADDRESS=(640F,001),UNITADD=FE,CUNUMBR=(6400),* 
   UNIT=OSAD 
CNTLUNIT CUNUMBR=6500,PATH=((CSS(0),65),(CSS(1),65)),UNIT=OSA 
IODEVICE ADDRESS=(6500,015),CUNUMBR=(6500),UNIT=OSA 
IODEVICE ADDRESS=(650F,001),UNITADD=FE,CUNUMBR=(6500),* 
   UNIT=OSAD 
CNTLUNIT CUNUMBR=6600,PATH=((CSS(0),66),(CSS(1),66)),UNIT=OSA 
IODEVICE ADDRESS=(6600,015),CUNUMBR=(6600),UNIT=OSA 
IODEVICE ADDRESS=(660F,001),UNITADD=FE,CUNUMBR=(6600),* 
  UNIT=OSAD 
CNTLUNIT CUNUMBR=6700,PATH=((CSS(0),67),(CSS(1),67)),UNIT=OSA 
IODEVICE ADDRESS=(6700,015),CUNUMBR=(6700),UNIT=OSA 
IODEVICE ADDRESS=(670F,001),UNITADD=FE,CUNUMBR=(6700),* 
   UNIT=OSAD 
 
 
 
 
ODRTRLE VTAMLST 
 
 1 2 3 4 5 6 7 
8 
5050505050505012  5
0 
TRLOSA   VBUILD TYPE=TRL 
TRL6000  TRLE   LNCTL=MPC,READ=(6000),WRITE=(6001),MPCLEVEL=QDIO,  * 
 PORTNAME=CP60P000,PORTNUM=0,  * 
 DATA=(6002,6003,6004,6005,6006,6007,6008,6009,600A) 
TRL6100  TRLE   LNCTL=MPC,READ=(6100),WRITE=(6101),MPCLEVEL=QDIO,  * 
 PORTNAME=CP61P000,PORTNUM=0,  * 
 DATA=(6102,6103,6104,6105,6106,6107,6108,6109,610A) 
TRL6200  TRLE   LNCTL=MPC,READ=(6200),WRITE=(6201),MPCLEVEL=QDIO,  * 
 PORTNAME=CP62P000,PORTNUM=0,  * 
 DATA=(6202,6203,6204,6205,6206,6207,6208,6209,620A) 
TRL6300  TRLE   LNCTL=MPC,READ=(6300),WRITE=(6301),MPCLEVEL=QDIO,  * 
 PORTNAME=CP63P000,PORTNUM=0,  * 
 DATA=(6302,6303,6304,6305,6306,6307,6308,6309,630A) 
TRL6400  TRLE   LNCTL=MPC,READ=(6400),WRITE=(6401),MPCLEVEL=QDIO,  * 
 PORTNAME=CP64P000,PORTNUM=0,  * 
 DATA=(6402,6403,6404,6405,6406,6407,6408,6409,640A) 
TRL6500  TRLE   LNCTL=MPC,READ=(6500),WRITE=(6501),MPCLEVEL=QDIO,  * 
 PORTNAME=CP65P000,PORTNUM=0, 

Re: z/OS equivalent to z/VM's Link Aggregation

2022-12-08 Thread Itschak Mugzach
Ed,

I think OSA acts like a switch, so you can share it between Lpars. I do use
z/vm vswitch since we have only one processor on zpdt, but I have sen that
in previous life.

ITschak

*| **Itschak Mugzach | Director | SecuriTeam Software **|** IronSphere
Platform* *|* *Information Security Continuous Monitoring for Z/OS, zLinux
and IBM I **|  *

*|* *Email**: i_mugz...@securiteam.co.il **|* *Mob**: +972 522 986404 **|*
*Skype**: ItschakMugzach **|* *Web**: www.Securiteam.co.il  **|*





On Thu, Dec 8, 2022 at 7:01 PM Carmen Vitullo  wrote:

> I don't recall the specifics but in Z/os you can define the OSA's and
> ports, and depending on the OSA-Express card you have, some have 4 ports
> per card, some have only 2, and if IIRC, on a z15 one for one, but you
> can share across LPARS defined in your IOGEN, and use  a device /
> interface  statement in your tcpip profile.
>
> we use virtual VIPA definition to manage the port usage
>
> if there's something specific you're looking to do, hardware or software
> let us know, that will let us focus on what you're trying to do
>
> Carmen
>
> On 12/8/2022 10:44 AM, Jim Elliott wrote:
> > I am sure that z/OS must provide a function equivalent to z/VM's Link
> > Aggregation (where you can share physical OSA ports in a VSwitch), but
> lots
> > of Google searches are not helping me. Any suggestions?
> >
> > Jim Elliott
> > Senior IT Consultant - GlassHouse Systems Inc.
> >
> > --
> > For IBM-MAIN subscribe / signoff / archive access instructions,
> > send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
> --
> Carmen
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: z/OS equivalent to z/VM's Link Aggregation

2022-12-08 Thread Christian Borntraeger

Am 08.12.22 um 17:44 schrieb Jim Elliott:

I am sure that z/OS must provide a function equivalent to z/VM's Link
Aggregation (where you can share physical OSA ports in a VSwitch), but lots
of Google searches are not helping me. Any suggestions?



Link aggregration is on layer2 (ethernet) and used by Linux/zVM while z/OS talks
to OSA in layer3. So I guess the equivalent would be VIPA.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: z/OS equivalent to z/VM's Link Aggregation

2022-12-08 Thread Carmen Vitullo
I don't recall the specifics but in Z/os you can define the OSA's and 
ports, and depending on the OSA-Express card you have, some have 4 ports 
per card, some have only 2, and if IIRC, on a z15 one for one, but you 
can share across LPARS defined in your IOGEN, and use  a device / 
interface  statement in your tcpip profile.


we use virtual VIPA definition to manage the port usage

if there's something specific you're looking to do, hardware or software 
let us know, that will let us focus on what you're trying to do


Carmen

On 12/8/2022 10:44 AM, Jim Elliott wrote:

I am sure that z/OS must provide a function equivalent to z/VM's Link
Aggregation (where you can share physical OSA ports in a VSwitch), but lots
of Google searches are not helping me. Any suggestions?

Jim Elliott
Senior IT Consultant - GlassHouse Systems Inc.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
Carmen

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: z/OS equivalent to z/VM's Link Aggregation

2022-12-08 Thread Paul Gorlinsky
Please explain a bit more what you are trying to do... 

Are you trying to share an OSA link with multiple LPARs?

Are you trying to have multi OSA links for a single LPARs use like through a 
VIPA?

A switch might not be needed.

Also, what version of Z and z/OS 

Thanks

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


z/OS equivalent to z/VM's Link Aggregation

2022-12-08 Thread Jim Elliott
I am sure that z/OS must provide a function equivalent to z/VM's Link
Aggregation (where you can share physical OSA ports in a VSwitch), but lots
of Google searches are not helping me. Any suggestions?

Jim Elliott
Senior IT Consultant - GlassHouse Systems Inc.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN