On our system (Solaris), when an IO adapter on writes a file, the permission mode is ‘-rw-------’, and we need it to be different. We run the adapter and broker monitors (4.6 and 6.0 respectively) as root and have added ‘umask 0000’ to the adapter monitor start up script, but this has not had the desired affect.
How can I specify the permission mode of the files written by IO adapters?
We got through to webMethods and found that there were some other umask commands in scripts. Once we commented those out, the file permission modes were as expected.