Now you need to rebuild Slurm after you run configure on it.

On July 16, 2014 1:47:08 AM PDT, bugs@schedmd.com wrote:

Comment # 6 on bug 959 from
I done munge package install at following methods. 

1. # rpmbuild -tb --clean munge-0.5.11.tar.bz2

2. # rpm -ivh munge-debuginfo-0.5.11-1.el6.x86_64.rpm
slurm-munge-2.6.5-1.el6.x86_64.rpm munge-0.5.11-1.el6.x86_64.rpm
munge-libs-0.5.11-1.el6.x86_64.rpm munge-devel-0.5.11-1.el6.x86_64.rpm

3. # rpm -qa | grep munge

munge-libs-0.5.11-1.el6.x86_64
munge-devel-0.5.11-1.el6.x86_64
slurm-munge-2.6.5-1.el6.x86_64
munge-0.5.11-1.el6.x86_64
munge-debuginfo-0.5.11-1.el6.x86_64

4. # chkconfig munge on

   # chkconfig --list | grep munge
     munge           0:off   1:off   2:on    3:on    4:on    5:on    6:off

5. # /etc/init.d/munge restart

   # ps -ef | grep munge

     munge    19176     1  0 15:46 ?        00:00:00 /usr/sbin/munged
     root     19891 17319  0 17:22 pts/0    00:00:00 grep munge

6. # dd if=/dev/random bs=1 count=1024 > /etc/munge/munge.key  

7. # chown daemon.root /etc/munge/munge.key

   # ls -l 
      total 8 
     -r-------- 1 daemon root 1024 Jun 16 17:40 munge.key 

8. # /etc/init.d/munge start 

     Starting MUNGE: munged                                     [  OK  ] 


���But, This Trouble was not resolved.

[root@spm2 ~]# 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 ~]# sreport
sreport: error: Problem talking to the database: Connection refused

Is it acceptable for you?

Best Regards..
Toru Matsuoka

You are receiving this mail because: