LinuxCommandLibrary

slurmdbd

Provides a secure enterprise-wide interface to a database for Slurm.

TLDR

Set the daemon's nice value to the specified value, typically a negative number

$ slurmdbd -n [value]
copy


Change the working directory of slurmdbd to the LogFile path or to /var/tmp
$ slurmdbd -s
copy


Display help
$ slurmdbd -h
copy


Display version
$ slurmdbd -V
copy

Copied to clipboard