I scourged the web and the manual for the simple answer this question needs.

If I create new users on my cluster, and if I check 'busers all', they don't appear. Thus, they cannot use 'bjobs', 'bhosts', etc...

A little help would be so nice!

Cheers,

--Max

有帮助吗?

解决方案

All users on your system can use LSF. As long as they have loaded LSF in their profile. I usually run these commands so that everybody loads LSF on logon:

  1. cd /etc/profile.d
  2. ln -s $LSF_CONFDIR/profile.lsf lsf.sh
  3. ln -s $LSF_CONFDIR/cshrc.lsf lsf.csh

This loads LSF paths and binaries in your profile, i.e you can run lsid, bsub, bjobs, etc without having to specify the path.

I have never personally used busers but that command is related to lsb.users. In that file you define users and groups that you want to use inside lsb.queues for your queue definitions, e.g. you want a certain queue to be available only for a certain group.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top