Author |
Message
|
GFORCE |
Posted: Mon Jul 11, 2005 12:15 pm Post subject: SECURITY EXIT ON AIX |
|
|
 Voyager
Joined: 16 Jun 2003 Posts: 78 Location: WISCONSIN
|
Can anyone inform me as to where the module for a security exit is placed in a AIX platform.
Thanks _________________ THANKS |
|
Back to top |
|
 |
bbburson |
Posted: Mon Jul 11, 2005 1:50 pm Post subject: Re: SECURITY EXIT ON AIX |
|
|
Partisan
Joined: 06 Jan 2004 Posts: 378 Location: Nowhere near a queue manager
|
GFORCE wrote: |
Can anyone inform me as to where the module for a security exit is placed in a AIX platform. |
Where /var/mqm/mqs.ini or /var/mqm/qmgrs/<QMGRname>/qm.ini says to put them. |
|
Back to top |
|
 |
RogerLacroix |
Posted: Tue Jul 12, 2005 7:44 am Post subject: |
|
|
 Jedi Knight
Joined: 15 May 2001 Posts: 3264 Location: London, ON Canada
|
Hi,
You can put it anywhere you want. Then in the channel's 'Security Exit Name' field you input the path and file name of the security exit.
i.e. On Unix, SCYEXIT would be
/my/junk/secexit(SecExit)
IBM has setup a default directory called /var/mqm/exits
Therefore, you are only need to put file name of the security exit in the channel's 'Security Exit Name' field.
i.e. On Unix, SCYEXIT would be
secexit(SecExit)
Lastly, watchout for case issues because exit names and exit entry points are case sensitive.
Hope that helps. Note: My comments are for MQ 5.3 on AIX.
Regards,
Roger Lacroix _________________ Capitalware: Transforming tomorrow into today.
Connected to MQ!
Twitter |
|
Back to top |
|
 |
GFORCE |
Posted: Tue Jul 12, 2005 8:37 am Post subject: SECURITY EXIT ON AIX |
|
|
 Voyager
Joined: 16 Jun 2003 Posts: 78 Location: WISCONSIN
|
THANKS.
One last question,
I am using mq explorer for remote admin. Will I have any issues when I just place the name of the exit in the properties menu under exits tab and in the secutrity exit field.... _________________ THANKS |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Jul 12, 2005 10:20 am Post subject: Re: SECURITY EXIT ON AIX |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
GFORCE wrote: |
THANKS.
One last question,
I am using mq explorer for remote admin. Will I have any issues when I just place the name of the exit in the properties menu under exits tab and in the secutrity exit field.... |
No. The properties are read and understood on the queue manager server, not in any way relative to what process set those properties or where it was running. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
GFORCE |
Posted: Tue Jul 12, 2005 12:32 pm Post subject: SECURITY EXIT ON AIX |
|
|
 Voyager
Joined: 16 Jun 2003 Posts: 78 Location: WISCONSIN
|
Thanks to all for the help...... _________________ THANKS |
|
Back to top |
|
 |
|