HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

slurmdbd — A secure enterprise-wide interface to a database for Slurm. More information: <https://slurm.schedmd

Submitted by: @import:tldr-pages··
0
Viewed 0 times
widecommandslurmdbdsecuredatabaseinterfaceclienterprise
linux

Problem

How to use the slurmdbd command: A secure enterprise-wide interface to a database for Slurm. More information: <https://slurm.schedmd.com/slurmdbd.html>.

Solution

slurmdbd — 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

Code Snippets

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

Context

tldr-pages: linux/slurmdbd

Revisions (0)

No revisions yet.