2023-10-22 07:02:51 +01:00
|
|
|
# slurmdbd
|
|
|
|
|
2024-04-25 23:58:21 +01:00
|
|
|
> A secure enterprise-wide interface to a database for Slurm.
|
2023-10-22 07:02:51 +01:00
|
|
|
> 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`
|