LSF Version 7.3 - Platform LSF Configuration Reference

Configuration
file
Level Syntax Behavior
lsb.users
System Required fields:
LOCAL
REMOTE
DIRECTION
Maps a user name on a local host to a different
user name on a remote host
Jobs that execute on a remote host run using
a mapped user name rather than the job
submission user name
.lsfhosts
User
host_name user_name send
Jobs sent from the local account run as
user_name on host_name
host_name user_name recv
The local account can run jobs received from
user_name submitted on host_name
host_name user_name
The local account can send jobs to and receive
jobs from user_name on host_name
cluster_name user_name
The local account can send jobs to and receive
jobs from user_name on any host in the cluster
cluster_name
+ +
The local account can send jobs to and receive
jobs from any user on any LSF host
Cross-cluster user account mapping behavior
System-level configuration example
The following example illustrates LSF behavior when the LSF administrator sets up cross-
cluster user account mapping at the system level. This example shows the UserMap section of
the file lsb.users on both the local and remote clusters.
On cluster1:
Begin UserMap
LOCAL REMOTE DIRECTION
user1 user2@cluster2 export
user3 user6@cluster2 export
End UserMap
On cluster2:
Begin UserMap
LOCAL REMOTE DIRECTION
user2 user1@cluster1 import
user6 user3@cluster1 import
End UserMap
The mappings between users on different clusters are as follows:
Feature: Cross-cluster user account mapping
14 Platform LSF Configuration Reference