How can we specify the port number for a remote FlexLM server in adding a remote license resource? Documentation only shows the license server name being specified: https://slurm.schedmd.com/licenses.html Thanks, Dave Chin
Hi David let me see if I can clarify this for you. > Local Licenses: Local licenses are local to the cluster using the slurm.conf in > which they are configured. > Remote Licenses: Remote licenses are served by the database and are configured > using the sacctmgr command. Remote licenses are dynamic in nature as upon > running the sacctmgr command, the slurmdbd updates all clusters the licenses are > assigned to. The remote licenses could use a slightly better description here. Remote just means those licences are stored in the slurmdbd. The field server in the slurmdbd is more of a note for which server this license is associated with. Slurm does not connect to the server directly to check these values; mostly for reasons associated with how license vendors do, or in this case, do not work with HPC software. We are working on our site to help improve integration but at this time sites are limited to running a script to sync these values up between the slurmdbd and their license solution.
(In reply to Jason Booth from comment #1) > The remote licenses could use a slightly better description here. Remote > just means those licences are stored in the slurmdbd. > > The field server in the slurmdbd is more of a note for which server this > license > is associated with. Slurm does not connect to the server directly to check > these > values; mostly for reasons associated with how license vendors do, or in > this > case, do not work with HPC software. > > We are working on our site to help improve integration but at this time > sites are > limited to running a script to sync these values up between the slurmdbd and > their > license solution. Hi Jason: OK, thanks for the clarification. We can close this ticket out. Regards, Dave
Resolved.