Start of change

ENABLE_JOB_INFO_BY_ADMIN_ROLE

Syntax

ENABLE_JOB_INFO_BY_ADMIN_ROLE = [usergroup] [queue] [cluster]

Description

By default, an administrator’s access to job details is determined by the setting of SECURE_JOB_INFO_LEVEL, the same as a regular user. The parameter ENABLE_JOB_INFO_BY_ADMIN_ROLE in lsb.params allows you to enable the user group, queue, and cluster administrators the right to access job detail information for jobs in the user group, queue, and clusters they manage, even when the administrator has no right based on the configuration of SECURE_JOB_INFO_LEVEL.

You may define one or more of the values, usergroup, queue, or cluster.

Default

NULL (Not defined)

End of change