1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/slurmdbd.md
xuzhangheng 669a5b87d5
slurm*: add pages (#11133)
Author:    xuzhangheng <48378279+xuzhangheng@users.noreply.github.com>
Co-authored-by: Magrid <magrid0@proton.me>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-22 11:56:18 +05:30

20 lines
421 B
Markdown

# slurmdbd
> Provides a secure enterprise-wide interface to a database for Slurm.
> More information: <https://slurm.schedmd.com/slurmdbd.html>.
- Set the daemon's nice value to the specified value, typically a negative number:
`slurmdbd -n {{value}}`
- Change the working directory of `slurmdbd` to the LogFile path or to `/var/tmp`:
`slurmdbd -s`
- Display help:
`slurmdbd -h`
- Display version:
`slurmdbd -V`