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 -s Change working directory of slurmdbd to LogFile path if possi‐
34 ble, or to /var/tmp otherwise.
35
36
37 -v Verbose operation. Multiple -v's increase verbosity.
38
39 -V Print version information and exit.
40
41
43 If slurmdbd is started with the -D option then the core file will be
44 written to the current working directory. Otherwise if LogFile in
45 "slurmdbd.conf" is a fully qualified path name (starting with a slash),
46 the core file will be written to the same directory as the log file,
47 provided SlurmUser has write permission on the directory. Otherwise
48 the core file will be written to "/var/tmp/" as a last resort. If nei‐
49 ther of the above directories have write permission for SlurmUser, no
50 core file will be produced.
51
52
54 SIGTERM SIGINT
55 slurmdbd will shutdown cleanly, waiting for in-progress rollups
56 to finish.
57
58 SIGABRT
59 slurmdbd will perform a core dump, then exit. In-progress oper‐
60 ations are killed.
61
62 SIGHUP Reloads the slurm configuration files, similar to 'scontrol re‐
63 configure'.
64
65 SIGUSR2
66 Reread the log level from the configs, and then reopen the log
67 file. This should be used when setting up logrotate(8).
68
69 SIGCHLD SIGUSR1 SIGTSTP SIGXCPU SIGQUIT SIGPIPE SIGALRM
70 These signals are explicitly ignored.
71
72
74 It may be useful to experiment with different slurmctld specific con‐
75 figuration parameters using a distinct configuration file (e.g. time‐
76 outs). However, this special configuration file will not be used by
77 the slurmd daemon or the Slurm programs, unless you specifically tell
78 each of them to use it. If you desire changing communication ports, the
79 location of the temporary file system, or other parameters used by
80 other Slurm components, change the common configuration file,
81 slurm.conf.
82
83
85 Copyright (C) 2008 Lawrence Livermore National Security. Copyright (C)
86 2010-2021 SchedMD LLC. Produced at Lawrence Livermore National Labora‐
87 tory (cf, DISCLAIMER). CODE-OCEC-09-009. All rights reserved.
88
89 This file is part of Slurm, a resource management program. For de‐
90 tails, see <https://slurm.schedmd.com/>.
91
92 Slurm is free software; you can redistribute it and/or modify it under
93 the terms of the GNU General Public License as published by the Free
94 Software Foundation; either version 2 of the License, or (at your op‐
95 tion) any later version.
96
97 Slurm is distributed in the hope that it will be useful, but WITHOUT
98 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
99 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
100 for more details.
101
102
104 slurm.conf(5), slurmdbd.conf(5), slurmctld(8)
105
106
107
108March 2020 Slurm Daemon slurmdbd(8)