SURUN jobs failing with "SURUN05 - Make sure process is owned by root"
search cancel

SURUN jobs failing with "SURUN05 - Make sure process is owned by root"

book

Article ID: 89233

calendar_today

Updated On:

Products

CA Automic Applications Manager (AM)

Issue/Introduction

SURUN jobs failing with "SURUN05 - Make sure process is owned by root"

Error message similar to the one below is seen in an SURUN jobs output file:

setuid root: Not owner
ERR11 09:39:02-Unable to change uid to root.
SURUN05 - Make sure process is owned by root.

Environment

CA Automic Applications Manager

Cause

This is caused by incorrect ownership of the c/SURUN file.

Resolution

 

The Applications Manager guide mentions the following files need to have ownership/permissions as follows:

****************************
mv c/surun c/SURUN
chown root c/SURUN
chmod 4711 c/SURUN
chown root exec/authoriz.lis
chmod 755 exec/authoriz.lis
****************************

In an error of this nature make sure that the c/SURUN file is correctly owned by the 'root' user.