1slurmdbd(8) Slurm Daemon slurmdbd(8)
2
3
4
6 slurmdbd - Slurm Database Daemon.
7
8
10 slurmdbd [OPTIONS...]
11
12
14 slurmdbd provides a secure enterprise-wide interface to a database for
15 Slurm. This is particularly useful for archiving accounting records.
16
17 OPTIONS
18
19 -D Run slurmdbd in the foreground with logging copied to stdout.
20
21 -h Help; print a brief summary of command options.
22
23 -n <value>
24 Set the daemon's nice value to the specified value, typically a
25 negative number.
26
27 -R[comma separated cluster name list]
28 Reset the lft and rgt values of the associations in the given
29 cluster list. Lft and rgt values are used to distinguish hier‐
30 archical groups in the slurm accounting database. This option
31 should be very rarely used.
32
33 -v Verbose operation. Multiple -v's increase verbosity.
34
35 -V Print version information and exit.
36
37
39 If slurmdbd is started with the -D option then the core file will be
40 written to the current working directory. Otherwise if LogFile in
41 "slurmdbd.conf" is a fully qualified path name (starting with a slash),
42 the core file will be written to the same directory as the log file,
43 provided SlurmUser has write permission on the directory. Otherwise
44 the core file will be written to "/var/tmp/" as a last resort. If nei‐
45 ther of the above directories have write permission for SlurmUser, no
46 core file will be produced.
47
48
50 It may be useful to experiment with different slurmctld specific con‐
51 figuration parameters using a distinct configuration file (e.g. time‐
52 outs). However, this special configuration file will not be used by
53 the slurmd daemon or the Slurm programs, unless you specifically tell
54 each of them to use it. If you desire changing communication ports, the
55 location of the temporary file system, or other parameters used by
56 other Slurm components, change the common configuration file,
57 slurm.conf.
58
59
61 Copyright (C) 2008 Lawrence Livermore National Security. Produced at
62 Lawrence Livermore National Laboratory (cf, DISCLAIMER).
63 CODE-OCEC-09-009. All rights reserved.
64
65 This file is part of Slurm, a resource management program. For
66 details, see <https://slurm.schedmd.com/>.
67
68 Slurm is free software; you can redistribute it and/or modify it under
69 the terms of the GNU General Public License as published by the Free
70 Software Foundation; either version 2 of the License, or (at your
71 option) any later version.
72
73 Slurm is distributed in the hope that it will be useful, but WITHOUT
74 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
75 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
76 for more details.
77
78
80 slurm.conf(5), slurmdbd.conf(5), slurmctld(8)
81
82
83
84April 2015 Slurm Daemon slurmdbd(8)