Adding queue administrators
Queue administrators have limited privileges; they can perform administrative operations (open, close, activate, deactivate) on the specified queue, or on jobs that are running in the specified queue. Queue administrators are optionally configured after installation.
About this task
Queue administrators cannot modify configuration files, or operate on LSF daemons or on queues they are not configured to administer.
To switch a job from one queue to another, you must have administrator privileges for both queues.
Procedure
In the lsb.queues file, between Begin Queue
and End Queue for the appropriate queue, specify the
ADMINISTRATORS parameter, followed by the list of administrators for that
queue. Separate the administrator names with a space. You can specify user names and group
names.
Begin Queue
ADMINISTRATORS = User1 GroupA
End Queue