Comment # 3
on bug 959
from toru matsuoka
Hello,
Thanks for quick response.
Forst , I done Slurmdbd 2.6.5 version up.
As a Result, the trouble was not resolved.
If there is the method of solving "connection refused", please let me know.
slurmdbd.conf and slurmdbd.log are indicated below.
[root@spm2 slurm]# sacctmgr -vvvv
sacctmgr: debug: Reading slurm.conf file: /etc/slurm/slurm.conf
sacctmgr: debug3: Trying to load plugin
/usr/lib64/slurm/accounting_storage_slurmdbd.so
sacctmgr: Accounting storage SLURMDBD plugin loaded with AuthInfo=(null)
sacctmgr: debug3: Success.
sacctmgr: debug2: _slurm_connect failed: Connection refused
sacctmgr: debug2: Error connecting slurm stream socket at 10.81.1.35:6819:
Connection refused
sacctmgr: debug: slurmdbd: slurm_open_msg_conn to spm2:6819: Connection
refused
sacctmgr: debug2: _slurm_connect failed: Connection refused
sacctmgr: debug2: Error connecting slurm stream socket at 10.81.1.14:6819:
Connection refused
sacctmgr: debug: slurmdbd: slurm_open_msg_conn to hedwig:6819: Connection
refused
sacctmgr: error: Problem talking to the database: Connection refused
[root@spm2 slurm]# sacctmgr
sacctmgr: error: Problem talking to the database: Connection refused
[root@spm2 slurm]# sacct
sacct: error: Problem talking to the database: Connection refused
[root@spm2 slurm]# sreport
sreport: error: Problem talking to the database: Connection refused
[root@spm2 slurm]# tail -30 /etc/slurm/var/log/slurmdbd.log
[2014-07-14T10:02:08.004] error: cannot create auth context for auth/munge
[2014-07-14T10:02:08.004] fatal: Unable to initialize auth/munge authentication
plugin
[2014-07-14T11:09:04.554] error: Couldn't find the specified plugin name for
auth/munge looking at all files
[2014-07-14T11:09:04.554] error: cannot find auth plugin for auth/munge
[2014-07-14T11:09:04.555] error: cannot create auth context for auth/munge
[2014-07-14T11:09:04.555] fatal: Unable to initialize auth/munge authentication
plugin
[2014-07-14T11:26:05.580] error: Couldn't find the specified plugin name for
auth/munge looking at all files
[2014-07-14T11:26:05.580] error: cannot find auth plugin for auth/munge
[2014-07-14T11:26:05.580] error: cannot create auth context for auth/munge
[2014-07-14T11:26:05.580] fatal: Unable to initialize auth/munge authentication
plugin
[2014-07-14T12:50:45.820] error: Couldn't find the specified plugin name for
auth/munge looking at all files
[2014-07-14T12:50:45.820] error: cannot find auth plugin for auth/munge
[2014-07-14T12:50:45.820] error: cannot create auth context for auth/munge
[2014-07-14T12:50:45.820] fatal: Unable to initialize auth/munge authentication
plugin
[2014-07-14T12:51:46.108] error: Couldn't find the specified plugin name for
auth/munge looking at all files
[2014-07-14T12:51:46.108] error: cannot find auth plugin for auth/munge
[2014-07-14T12:51:46.108] error: cannot create auth context for auth/munge
[2014-07-14T12:51:46.108] fatal: Unable to initialize auth/munge authentication
plugin
[2014-07-14T15:27:25.363] error: Couldn't find the specified plugin name for
auth/munge looking at all files
[2014-07-14T15:27:25.363] error: cannot find auth plugin for auth/munge
[2014-07-14T15:27:25.363] error: cannot create auth context for auth/munge
[2014-07-14T15:27:25.363] fatal: Unable to initialize auth/munge authentication
plugin
[2014-07-15T10:17:28.292] error: Couldn't find the specified plugin name for
auth/munge looking at all files
[2014-07-15T10:17:28.292] error: cannot find auth plugin for auth/munge
[2014-07-15T10:17:28.292] error: cannot create auth context for auth/munge
[2014-07-15T10:17:28.292] fatal: Unable to initialize auth/munge authentication
plugin
[2014-07-15T11:43:54.669] error: Couldn't find the specified plugin name for
auth/munge looking at all files
[2014-07-15T11:43:54.669] error: cannot find auth plugin for auth/munge
[2014-07-15T11:43:54.669] error: cannot create auth context for auth/munge
[2014-07-15T11:43:54.669] fatal: Unable to initialize auth/munge authentication
plugin
[root@spm2 slurm]# cd /etc/slurm
[root@spm2 slurm]# cat slurmdbd.conf
#
# Sample /etc/slurmdbd.conf
#
ArchiveEvents=yes
ArchiveJobs=yes
#ArchiveResv=yes
ArchiveSteps=no
ArchiveSuspend=no
#ArchiveScript=/usr/sbin/slurm.dbd.archive
AuthInfo=/var/run/munge/munge.socket.2
AuthType=auth/munge
DbdHost=localhost
DebugLevel=2
###PurgeEventAfter=1month
###PurgeJobAfter=12month
###PurgeResvAfter=1month
###PurgeStepAfter=1month
###PurgeSuspendAfter=1month
LogFile=/etc/slurm/var/log/slurmdbd.log
PidFile=/etc/slurm/var/log/slurmdbd.pid
PluginDir=/etc/slurm/default/lib/slurm
SlurmUser=root
#StoragePass=
StorageType=accounting_storage/mysql
#StorageUser=slurm
#StoragePass=initial0
Best Regards..
Toru Matsuoka