Author |
Message
|
bobbee |
Posted: Mon Oct 16, 2006 4:02 am Post subject: Linux Toolkit connecting to z/OS |
|
|
 Knight
Joined: 20 Sep 2001 Posts: 545 Location: Tampa
|
I have instaled the v6 Toolkit on Linux when I try to connect to the Configuration Manager on z/OS I get the UID I am using from Linux does not have the proper authorazations to perform the request operations. I added the userid to the Broker group on z/os and (using the old trick) forced the Broker Service Id on the SYSTEM.BKR.CONFIG channel. Non of that did the trick. I looked for the API Exerciser on Linux so I could configure the authorazations on the config mgr but itdoes not appear to be there.
Any suggestions.
bobbee |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon Oct 16, 2006 4:19 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Broker group doesn't have anything to do with configmgr security.
Try the z/OS equivalent of mqsicreateaclentry. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
bobbee |
Posted: Mon Oct 16, 2006 5:56 am Post subject: |
|
|
 Knight
Joined: 20 Sep 2001 Posts: 545 Location: Tampa
|
I have attempted to issue the command several times using the supplied JCL BIPCRACL with the following control card.
mqsicreateaclentry -
CSQ6CMGR -g CSQ6GRP -x F -b CSQ6BRK
It kicks out on the Broker indicating it does not know the component. |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon Oct 16, 2006 6:30 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
urm.
If it doesn't know the component, then you're either running it on the wrong region or some such or with the wrong component name.
Or perhaps you're running it as a user that doesn't have permission to create the ACL... The only user that is able to create ACLs after an initial setup of the ConfigMgr is the ConfigMgr service user. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
bobbee |
Posted: Mon Oct 16, 2006 11:54 am Post subject: |
|
|
 Knight
Joined: 20 Sep 2001 Posts: 545 Location: Tampa
|
I went into my userid whichhas full access on z/OS and issued the following command:
/F CSQ6CMGR,CA u=flexes,a=yes,p=yes,x=f
After that I was able to connect with the Toolkit and dowhat I needed to do. This does the same as when you use the JAVA API Exerciser to authorize UID's toconnect.Anyway it works and I deployed a simple flow and tested it and it worked.
That is very KEWL. This is an emulated z/OS system on a LAPTOP. It was MUCHO work to get this up But aaaaahhhhhhh!!!!!! |
|
Back to top |
|
 |
|