[slurm-users] slurm-users Digest, Vol 12, Issue 2

Alan Do-Omri alan.do-omri at mail.mcgill.ca
Wed Oct 3 07:32:20 MDT 2018


Hey Gennaro,

Thank you for your time!

Here is the content of my slurm.conf:

ClusterName=my-cluster
ControlMachine=localhost

SlurmUser=slurm
SlurmctldPort=6817
SlurmdPort=6818

AuthType=auth/munge
StateSaveLocation=/var/spool/slurm/ctld
SlurmdSpoolDir=/var/spool/slurm/d
SwitchType=switch/none
MpiDefault=none
SlurmctldPidFile=/var/run/slurmctld.pid
SlurmdPidFile=/var/run/slurmd.pid
ProctrackType=proctrack/cgroup
ReturnToService=1
TaskPlugin=task/cgroup

SlurmctldTimeout=300
SlurmdTimeout=300
InactiveLimit=0
MinJobAge=300
KillWait=30
Waittime=0

SchedulerType=sched/backfill

SelectType=select/cons_res
SelectTypeParameters=CR_Core_Memory,CR_CORE_DEFAULT_DIST_BLOCK,CR_ONE_TASK_PER_CORE
FastSchedule=1

SlurmctldDebug=3
SlurmctldLogFile=/var/log/slurmctld.log
SlurmdLogFile=/var/log/slurmd.log
SlurmdDebug=3
JobCompType=jobcomp/none

JobAcctGatherType=jobacct_gather/cgroup

AccountingStorageTRES=gres/gpu
DebugFlags=CPU_Bind,gres
AccountingStorageType=accounting_storage/slurmdbd
AccountingStoragePort=6819
AccountingStorageHost=localhost

AccountingStoragePass=/var/run/munge/munge.socket.2
AccountingStorageUser=slurm

GresTypes=gpu
DefMemPerNode=64000
NodeName=myserver Gres=gpu:8 CPUs=80 Sockets=2 CoresPerSocket=20 ThreadsPerCore=2 RealMemory=515896 State=UNKNOWN
PartitionName=debug Nodes=ALL Default=YES MaxTime=INFINITE State=UP



And here's the content of my slurmdbd.conf:

AuthType=auth/munge

DbdAddr=localhost
DbdHost=localhost
DbdPort=6819
SlurmUser=slurm

DebugLevel=4

LogFile=/var/log/slurm-llnl/slurmdbd.log
PidFile=/var/run/slurmdbd.pid
PluginDir=/usr/lib/slurm

StorageType=accounting_storage/mysql

StoragePass=myslurmpassword
StorageUser=slurm
StorageLoc=slurm_acct_db

Thanks!
Alan

________________________________________
From: slurm-users <slurm-users-bounces at lists.schedmd.com> on behalf of slurm-users-request at lists.schedmd.com <slurm-users-request at lists.schedmd.com>
Sent: Tuesday, October 2, 2018 2:00:01 PM
To: slurm-users at lists.schedmd.com
Subject: slurm-users Digest, Vol 12, Issue 2

Send slurm-users mailing list submissions to
        slurm-users at lists.schedmd.com

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.schedmd.com/cgi-bin/mailman/listinfo/slurm-users
or, via email, send a message with subject or body 'help' to
        slurm-users-request at lists.schedmd.com

You can reach the person managing the list at
        slurm-users-owner at lists.schedmd.com

When replying, please edit your Subject line so it is more specific
than "Re: Contents of slurm-users digest..."


Today's Topics:

   1. "cannot find auth plugin for auth/munge" with slurm-llnl (was
      Re: slurm-users Digest, Vol 11, Issue 46) (Gennaro Oliva)


----------------------------------------------------------------------

Message: 1
Date: Tue, 2 Oct 2018 09:27:56 +0200
From: Gennaro Oliva <oliva.g at na.icar.cnr.it>
To: Slurm User Community List <slurm-users at lists.schedmd.com>
Subject: [slurm-users] "cannot find auth plugin for auth/munge" with
        slurm-llnl (was Re: slurm-users Digest, Vol 11, Issue 46)
Message-ID: <20181002072756.GA2242 at ischia>
Content-Type: text/plain; charset=us-ascii

Hi Alan,

On Mon, Oct 01, 2018 at 01:25:01PM +0000, Alan Do-Omri wrote:
> Sure here it is:
>
> ii  slurm-client                          15.08.7-1build1                            amd64        SLURM client side commands
> ii  slurm-llnl                            15.08.7-1build1                            all          transitional dummy package for slurm-wlm
> ii  slurm-llnl-slurmdbd                   15.08.7-1build1                            all          transitional dummy package for slurmdbd
> ii  slurm-wlm                             15.08.7-1build1                            amd64        Simple Linux Utility for Resource Management
> ii  slurm-wlm-basic-plugins               15.08.7-1build1                            amd64        SLURM basic plugins
> ii  slurmctld                             15.08.7-1build1                            amd64        SLURM central management daemon
> ii  slurmd                                15.08.7-1build1                            amd64        SLURM compute node daemon
> ii  slurmdbd                              15.08.7-1build1                            amd64        Secure enterprise-wide interface to a database for SLURM

everythings looks fine, you should check now

1) that you are using the slurmdbd shipped with the ubuntu package, by
   using the command:

sudo which slurmdbd

   which should return:

/usr/sbin/slurmdbd

2) That the slurmdbd binary was not modified, by using the command:

md5sum /usr/sbin/slurmdbd

   which should return

de9a831b192d4ee11aaabfde6a5ef81d  /usr/sbin/slurmdbd

3) that the plugin is still in place:

ls /usr/lib/x86_64-linux-gnu/slurm/auth_munge.so

   which should return

/usr/lib/x86_64-linux-gnu/slurm/auth_munge.so

4) that the plugin binary has not been modified by using the command:

md5sum /usr/lib/x86_64-linux-gnu/slurm/auth_munge.so

   which should return

07fd80a6e705bc1669bf84e74c19c702  /usr/lib/x86_64-linux-gnu/slurm/auth_munge.so

if everything is fine, please send the whole configuration files
slurmdbd.conf and slurm.conf changing the sensitive data inside.

Regards,
--
Gennaro Oliva



End of slurm-users Digest, Vol 12, Issue 2
******************************************



More information about the slurm-users mailing list