sysout log permissions - Linux

Everything about Control-M agents installation or setup.
Post Reply
User avatar
GregE
Nouveau
Nouveau
Posts: 15
Joined: 02 May 2011 12:00

sysout log permissions - Linux

Post by GregE » 05 Aug 2014 12:19

We want developers to be able to access sysout logs but can't figure out how to get the access to set properly.

The logs get generated with permissions in /opt/controlm/ctmauser/ctm/sysout as:
-rw-------. 1 appacct appacct 1227 Jul 27 05:30 daily_loader_ksh.LOG_02wvao_00001

We need permissions to be at least Read for other accounts or a group. We tried editing PARAMMAP.dat, changing [SYSOUT_MODE] Default to 644 and restarting the agent. That didn't change anything. Where would I change the permissions being set on those sysout files?

/opt/controlm/ctmauser/ctm/data/PARAMMAP.dat

[SYSOUT_MODE]
Type Config
Category Submission
Name Permissions of job output files in the sysout directory
ErrMsg Valid values are: 600 640 644 660 664 666
Verification String
Limits 600 640 644 660 664 666
Validation 2
Default 644
Table CONFIG

User avatar
matom
Nouveau
Nouveau
Posts: 37
Joined: 29 Nov 2006 12:00
Location: Ile de France

Re: sysout log permissions - Linux

Post by matom » 05 Aug 2014 11:26

Hi,

Update the agent file $HOME/ctm/data/OS.dat:

SYSOUT_MODE 0644



Regards

User avatar
GregE
Nouveau
Nouveau
Posts: 15
Joined: 02 May 2011 12:00

Re: sysout log permissions - Linux

Post by GregE » 05 Aug 2014 3:58

Perfect. Thank you!

Post Reply