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>
This commit is contained in:
xuzhangheng
2023-10-22 17:02:51 +11:00
committed by K.B.Dharun Krishna
parent 5b4a496e01
commit 669a5b87d5
5 changed files with 105 additions and 0 deletions

20
pages/linux/slurmdbd.md Normal file
View File

@@ -0,0 +1,20 @@
# 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`