Author |
Message
|
Henry |
Posted: Thu Apr 01, 2004 1:12 am Post subject: Question on CAF? |
|
|
Acolyte
Joined: 08 Oct 2003 Posts: 73
|
Can anyone tell me what is CAF?
how can it be used?
Thanks! |
|
Back to top |
|
 |
bower5932 |
Posted: Thu Apr 01, 2004 6:38 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
|
Client Attach Facility on 390? Do you have a context? |
|
Back to top |
|
 |
Henry |
Posted: Thu Apr 01, 2004 5:59 pm Post subject: |
|
|
Acolyte
Joined: 08 Oct 2003 Posts: 73
|
no.
I want to have some more info about CAF on 390. |
|
Back to top |
|
 |
bower5932 |
Posted: Fri Apr 02, 2004 6:03 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
|
The Client Attachment Facility is what is used to allow a 390 qmgr to accept client connections. |
|
Back to top |
|
 |
Henry |
Posted: Thu Apr 08, 2004 2:00 am Post subject: |
|
|
Acolyte
Joined: 08 Oct 2003 Posts: 73
|
is the connection like other platforms that client directly can be connected to the q mgr? |
|
Back to top |
|
 |
bower5932 |
Posted: Thu Apr 08, 2004 5:16 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
|
The CAF is what allows a 390 box to accept a client connection. Without it, you can't client connect. |
|
Back to top |
|
 |
Henry |
Posted: Mon Apr 19, 2004 12:48 am Post subject: |
|
|
Acolyte
Joined: 08 Oct 2003 Posts: 73
|
in the UNIX, AIX, Windows etc, there will be a channel definition table for client connection. In other words, all clients will be used this channel definition table to connect to the server.
However, on 390, is there any channel definition table for client? What should the environment be setup for the clients to connect to the 390 platform? |
|
Back to top |
|
 |
PeterPotkay |
Posted: Mon Apr 19, 2004 1:31 pm Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
Yes you can create a channel table on the MF for use by clients on other servers to connect to the MF.
But you can create the channel table on any QM (MF or distributed). That channel table can be set up to go to any other QMs (MF or distributed).
You do not have to make the channel table on the QM the channel table points to.
Its easier to make the channel table on a distributed QM I would think. _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
Henry |
Posted: Mon Apr 19, 2004 5:29 pm Post subject: |
|
|
Acolyte
Joined: 08 Oct 2003 Posts: 73
|
Under 390 with CAF, is it the same as other distributed environment for all clients to use MQSERVER or the channel definition table to connect to the 390?
Is there any manuals about CAF on MQ? |
|
Back to top |
|
 |
PeterPotkay |
Posted: Mon Apr 19, 2004 6:49 pm Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
Yes, the clients on the distributed machines with MQ client can use the channel tables, or the MQSERVER variable, or the MQCONNX call to determine which Queue Manager it goes to, whether that QM is on the MF or not.
Click the link at the top of this page that says documentation and go the the library home page. Take a look at the MQClients Manual.
Or the z/OS guides may also have some info specific to the CAF. _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
|