Re: CTC question

2019-03-27 Thread Gadi Ben-Avi
I had two problems:
1. the cables connect the FICON ports were the wrong kind.
2. The CUADD parameter was wrong for some of the control units.

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Dana Mitchell
Sent: Wednesday, March 27, 2019 5:51 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: CTC question

Can you please post your solutions to this problem,  so future searchers that 
are having problems with CTC can benefit from your experiences?

thanks
Dana

On Wed, 27 Mar 2019 13:23:02 +, Gadi Ben-Avi  wrote:

>Thanks
>I solved the problem.
>Some parameters were wrong, and I had to changes some things around.
>Gadi
>

--
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: CTC question

2019-03-27 Thread Dana Mitchell
Can you please post your solutions to this problem,  so future searchers that 
are having problems with CTC can benefit from your experiences?

thanks
Dana

On Wed, 27 Mar 2019 13:23:02 +, Gadi Ben-Avi  wrote:

>Thanks
>I solved the problem.
>Some parameters were wrong, and I had to changes some things around.
>Gadi
>

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


Re: CTC question

2019-03-27 Thread Gadi Ben-Avi
Thanks
I solved the problem.
Some parameters were wrong, and I had to changes some things around.
Gadi

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Ravi Gaur
Sent: Wednesday, March 27, 2019 8:08 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: CTC question

Gadi,

This is how IOCP look like at our end for CHPID 25 which pair with CHPID 24 
(not listed) :

CNTLUNIT CUNUMBR=1A18,PATH=((CSS(0),25)),UNITADD=((00,008)),  *
   LINK=((CSS(0),18)),CUADD=1,UNIT=FCTC 
 IODEVICE ADDRESS=(1A18,008),UNITADD=00,CUNUMBR=(1A18),*
   STADET=Y,   *
   NOTPART=((CSS(0),PART1,PART2,PART3,PART4)), *
   UNIT=FCTC 

Now there's few things i noticed at your end the CU/control unit is 1501 
however device links are 200 also to make a pair both partitions which are in 
the access list for the devices/ctc should be UP .  
  

--
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: CTC question

2019-03-27 Thread Ravi Gaur
Gadi,

This is how IOCP look like at our end for CHPID 25 which pair with CHPID 24 
(not listed) :

CNTLUNIT CUNUMBR=1A18,PATH=((CSS(0),25)),UNITADD=((00,008)),  *
   LINK=((CSS(0),18)),CUADD=1,UNIT=FCTC 
 IODEVICE ADDRESS=(1A18,008),UNITADD=00,CUNUMBR=(1A18),*
   STADET=Y,   *
   NOTPART=((CSS(0),PART1,PART2,PART3,PART4)), *
   UNIT=FCTC 

Now there's few things i noticed at your end the CU/control unit is 1501 
however device links are 200 also to make a pair both partitions which are in 
the access list for the devices/ctc should be UP .  

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


Re: CTC question

2019-03-23 Thread Rob Schramm
I would stop now and look at IBMs recommend unit addressing scheme.

Trust me what you are doing is going to make it harder to keep track of
things.

And even harder on those that come after you.

Rob Schramm

On Thu, Mar 21, 2019, 7:44 AM Gadi Ben-Avi  wrote:

> HI,
> I have a computer (Our DR computer) with 8 partitions
> I would like to connect Partition 1 (CDVL) to Partition 3 (CMP1) and
> partition 2 (CDVLT) to partition 4 (CMP1T) using CTC's.
>
> I have 4 Channels for this
> Channel 20 should connect to channel 21
> Channel 22 should connect to channel 23
>
> The devices should be:
> On CDVL 400-407 and 500-507
> On CMP1 200-207 and 300-307
> On CDVLT - 420-427 and 520-527
> On CMP1T - 220-227 and 320-327
>
> These CTC's are using to connect XCF and VTAM between the two pairs of
> partitions.
>
> The definitions I currently have are:
>  CNTLUNIT CUNUMBR=1501,PATH=((CSS(0),20)),UNITADD=((40,008)),  *
>CUADD=1,UNIT=FCTC
>  IODEVICE ADDRESS=(200,008),UNITADD=40,CUNUMBR=(1501),STADET=Y,*
>PARTITION=((CSS(0),CMP1)),UNIT=FCTC
>  CNTLUNIT CUNUMBR=1502,PATH=((CSS(0),20)),UNITADD=((40,008)),  *
>CUADD=3,UNIT=FCTC
>  IODEVICE ADDRESS=(220,008),UNITADD=40,CUNUMBR=(1502),STADET=Y,*
>PARTITION=((CSS(0),CMP1T)),UNIT=FCTC
>  CNTLUNIT CUNUMBR=1601,PATH=((CSS(0),22)),UNITADD=((40,008)),  *
>CUADD=2,UNIT=FCTC
>  IODEVICE ADDRESS=(300,008),UNITADD=40,CUNUMBR=(1601),STADET=Y,*
>PARTITION=((CSS(0),CMP1)),UNIT=FCTC
>  CNTLUNIT CUNUMBR=1602,PATH=((CSS(0),22)),UNITADD=((40,008)),  *
>CUADD=3,UNIT=FCTC
>  IODEVICE ADDRESS=(320,008),UNITADD=40,CUNUMBR=(1602),STADET=Y,*
>PARTITION=((CSS(0),CMP1T)),UNIT=FCTC
>  CNTLUNIT CUNUMBR=2101,PATH=((CSS(0),23)),UNITADD=((40,008)),  *
>CUADD=2,UNIT=FCTC
>  IODEVICE ADDRESS=(400,008),UNITADD=40,CUNUMBR=(2101),STADET=Y,*
>PARTITION=((CSS(0),CDVL)),UNIT=FCTC
>  CNTLUNIT CUNUMBR=2102,PATH=((CSS(0),23)),UNITADD=((40,008)),  *
>CUADD=4,UNIT=FCTC
>  IODEVICE ADDRESS=(420,008),UNITADD=40,CUNUMBR=(2102),STADET=Y,*
>PARTITION=((CSS(0),CDVLT)),UNIT=FCTC
>  CNTLUNIT CUNUMBR=2201,PATH=((CSS(0),21)),UNITADD=((40,008)),  *
>CUADD=1,UNIT=FCTC
>  IODEVICE ADDRESS=(500,008),UNITADD=40,CUNUMBR=(2201),STADET=Y,*
>PARTITION=((CSS(0),CDVL)),UNIT=FCTC
>  CNTLUNIT CUNUMBR=2202,PATH=((CSS(0),21)),UNITADD=((40,008)),  *
>CUADD=4,UNIT=FCTC
>  IODEVICE ADDRESS=(520,008),UNITADD=40,CUNUMBR=(2202),STADET=Y,*
>PARTITION=((CSS(0),CDVLT)),UNIT=FCTC
>
> And it's not working.
> When I IPL CDVL I see the devices, but they are offline
> Can anyone help me with this?
> Is there a tool to generate these types of definitions.
> If it matters, the computer is a z13s and it's running z/OS v2.1.
> Thanks
> Gadi
>
>
>
> --
> 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


CTC question

2019-03-21 Thread Gadi Ben-Avi
HI,
I have a computer (Our DR computer) with 8 partitions
I would like to connect Partition 1 (CDVL) to Partition 3 (CMP1) and partition 
2 (CDVLT) to partition 4 (CMP1T) using CTC's.

I have 4 Channels for this
Channel 20 should connect to channel 21
Channel 22 should connect to channel 23

The devices should be:
On CDVL 400-407 and 500-507
On CMP1 200-207 and 300-307
On CDVLT - 420-427 and 520-527
On CMP1T - 220-227 and 320-327

These CTC's are using to connect XCF and VTAM between the two pairs of 
partitions.

The definitions I currently have are:
 CNTLUNIT CUNUMBR=1501,PATH=((CSS(0),20)),UNITADD=((40,008)),  *
   CUADD=1,UNIT=FCTC
 IODEVICE ADDRESS=(200,008),UNITADD=40,CUNUMBR=(1501),STADET=Y,*
   PARTITION=((CSS(0),CMP1)),UNIT=FCTC
 CNTLUNIT CUNUMBR=1502,PATH=((CSS(0),20)),UNITADD=((40,008)),  *
   CUADD=3,UNIT=FCTC
 IODEVICE ADDRESS=(220,008),UNITADD=40,CUNUMBR=(1502),STADET=Y,*
   PARTITION=((CSS(0),CMP1T)),UNIT=FCTC
 CNTLUNIT CUNUMBR=1601,PATH=((CSS(0),22)),UNITADD=((40,008)),  *
   CUADD=2,UNIT=FCTC
 IODEVICE ADDRESS=(300,008),UNITADD=40,CUNUMBR=(1601),STADET=Y,*
   PARTITION=((CSS(0),CMP1)),UNIT=FCTC
 CNTLUNIT CUNUMBR=1602,PATH=((CSS(0),22)),UNITADD=((40,008)),  *
   CUADD=3,UNIT=FCTC
 IODEVICE ADDRESS=(320,008),UNITADD=40,CUNUMBR=(1602),STADET=Y,*
   PARTITION=((CSS(0),CMP1T)),UNIT=FCTC
 CNTLUNIT CUNUMBR=2101,PATH=((CSS(0),23)),UNITADD=((40,008)),  *
   CUADD=2,UNIT=FCTC
 IODEVICE ADDRESS=(400,008),UNITADD=40,CUNUMBR=(2101),STADET=Y,*
   PARTITION=((CSS(0),CDVL)),UNIT=FCTC
 CNTLUNIT CUNUMBR=2102,PATH=((CSS(0),23)),UNITADD=((40,008)),  *
   CUADD=4,UNIT=FCTC
 IODEVICE ADDRESS=(420,008),UNITADD=40,CUNUMBR=(2102),STADET=Y,*
   PARTITION=((CSS(0),CDVLT)),UNIT=FCTC
 CNTLUNIT CUNUMBR=2201,PATH=((CSS(0),21)),UNITADD=((40,008)),  *
   CUADD=1,UNIT=FCTC
 IODEVICE ADDRESS=(500,008),UNITADD=40,CUNUMBR=(2201),STADET=Y,*
   PARTITION=((CSS(0),CDVL)),UNIT=FCTC
 CNTLUNIT CUNUMBR=2202,PATH=((CSS(0),21)),UNITADD=((40,008)),  *
   CUADD=4,UNIT=FCTC
 IODEVICE ADDRESS=(520,008),UNITADD=40,CUNUMBR=(2202),STADET=Y,*
   PARTITION=((CSS(0),CDVLT)),UNIT=FCTC

And it's not working.
When I IPL CDVL I see the devices, but they are offline
Can anyone help me with this?
Is there a tool to generate these types of definitions.
If it matters, the computer is a z13s and it's running z/OS v2.1.
Thanks
Gadi



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