Author |
Message
|
rabdul |
Posted: Thu Dec 02, 2004 4:00 am Post subject: Why does MQ series require 777 permission for its in unix? |
|
|
Newbie
Joined: 02 Dec 2004 Posts: 2
|
Hi,
I would like to know why MQ series has a restiction in unix to have 777 permissions for some of its files? as MQ process runs with a specific ID can't it be made to have only 755 permissions?
Thanks
Abdul. |
|
Back to top |
|
 |
Nigelg |
Posted: Thu Dec 02, 2004 5:13 am Post subject: |
|
|
Grand Master
Joined: 02 Aug 2004 Posts: 1046
|
Because WMQ applications can run as any user ID. |
|
Back to top |
|
 |
dgolding |
Posted: Thu Dec 02, 2004 6:42 am Post subject: |
|
|
 Yatiri
Joined: 16 May 2001 Posts: 668 Location: Switzerland
|
Usually it's only the error log directories that have such open permissions - because ANYBODY may have to write an error report.
Queues and other sensitive files are normally protected "mqm" read-write only (unless you change it, NOT A GOOD IDEA IN ANY CIRCUMSTANCES).
I'm not sure but I think the "partner" process you get when you connect to MQM (the zlaa process), as it is running as MQM, does the writing (after doing some safety checks). If you use MQCONNX to connect (not using a partner process) then you MUST be in the MQM group.
HTH |
|
Back to top |
|
 |
rabdul |
Posted: Thu Dec 02, 2004 10:11 pm Post subject: Thanks a lot. |
|
|
Newbie
Joined: 02 Dec 2004 Posts: 2
|
|
Back to top |
|
 |
Tibor |
Posted: Fri Dec 03, 2004 12:59 am Post subject: |
|
|
 Grand Master
Joined: 20 May 2001 Posts: 1033 Location: Hungary
|
|
Back to top |
|
 |
Tibor |
Posted: Fri Dec 03, 2004 1:01 am Post subject: |
|
|
 Grand Master
Joined: 20 May 2001 Posts: 1033 Location: Hungary
|
|
Back to top |
|
 |
|