Re: [slurm-users] SLURM on Ubuntu 16.04

2018-05-04 Thread Roland Fehrenbacher
> "E" == Eric F Alemany writes: Hi Eric, sorry, I'm a bit late to this thread. You might want to have a look at Qlustar as an easy cluster solution based on Ubuntu 16.04, version 10.0 just released recently. Slurm is fully setup after installation, nice management GUI, with Slurm component,

Re: [slurm-users] SLURM on Ubuntu 16.04

2018-04-27 Thread Eric F. Alemany
Hi Chris Thank you for your message. At this point I want to get familiar with SLURM the easiest way. I have two post-docs I'd like to test SLURM with. Their jobs are pretty big, they run Monte Carlo simulation. Again, this would be a test environment and can always be changed, re-configured la

Re: [slurm-users] SLURM on Ubuntu 16.04

2018-04-26 Thread Chris Samuel
On Thursday, 26 April 2018 11:27:35 PM AEST Patrick Goetz wrote: > He has 4 nodes and one master. I'm pretty sure he's not going to be > using slurmdbd? No, he may have a greater need for it to be able to do fair-share (or some other sort of balancing or hard limits) over a smaller amount of re

Re: [slurm-users] SLURM on Ubuntu 16.04

2018-04-26 Thread Eric F. Alemany
Good morning As you mentioned right now I have 1 master and 4 nodes and couple post-docs. I think we can manage it without the SQL ( MariaDB) accounting feature. I read in the schedmd website that I can use a text file instead of the sql database. I will still need to found out how to configure

Re: [slurm-users] SLURM on Ubuntu 16.04

2018-04-26 Thread Patrick Goetz
I don't think the problem Chris is referring to (a SQL injection attack) is going to apply to you because you're way too small to need to worry about Slurm accounting, but if it is a concern, install the distro packages; confirm that things are roughly working and then just take note of how thi

Re: [slurm-users] SLURM on Ubuntu 16.04

2018-04-26 Thread Patrick Goetz
Hi Chris - He has 4 nodes and one master. I'm pretty sure he's not going to be using slurmdbd? Of course something to keep in mind if things work out so well that his organization is commanding him to order an additional thousand nodes in 6 months. On 04/25/2018 07:03 PM, Christopher Samu

Re: [slurm-users] SLURM on Ubuntu 16.04

2018-04-25 Thread Eric F. Alemany
Hi Chris, Thank you for the update(s). It is what it is - right ? _ Eric F. Alemany System Administrator for Research Division of Radiation & Cancer Biology Department of Radiation Oncology St

Re: [slurm-users] SLURM on Ubuntu 16.04

2018-04-25 Thread Christopher Samuel
On 26/04/18 09:58, Christopher Samuel wrote: Most importantly you will want to be sure that they have backported the patch to close CVE-2018-7033 (fixed in 17.11.5). Went and found their sources, there is no mention of this being fixed in the proposed version, so it seems that bionic will ship

Re: [slurm-users] SLURM on Ubuntu 16.04

2018-04-25 Thread Christopher Samuel
On 26/04/18 09:49, Eric F. Alemany wrote: I am going to follow your suggestion to install slurm via ubuntu 18.04 package. Just be aware that the version in bionic is outdated, it's 17.11.2. Most importantly you will want to be sure that they have backported the patch to close CVE-2018-7033 (f

Re: [slurm-users] SLURM on Ubuntu 16.04

2018-04-25 Thread Eric F. Alemany
Hi Patrick, I am going to follow your suggestion to install slurm via ubuntu 18.04 package. I am waiting for the final release of 18.04 which i believe is tomorrow. As you mentioned I will install: the slurmctld package on the SMS (the master) the slurmd package on the nodes I know there will b

Re: [slurm-users] SLURM on Ubuntu 16.04

2018-04-25 Thread John Kelly
Hi Eric Did you try starting the slurmctl by itself with slurmctl -Dcv to see what errors it gives ? -jfk On Wed, Apr 25, 2018 at 4:15 PM, Eric F. Alemany wrote: > HI John, > > Each time i enabled/started slurmctld the error was that the > slurmctld.service could not be find or did not exist

Re: [slurm-users] SLURM on Ubuntu 16.04

2018-04-25 Thread Eric F. Alemany
HI John, Each time i enabled/started slurmctld the error was that the slurmctld.service could not be find or did not exist when in fact it existed in the correct directory /etc/systemd/system. Same with slurmdbd.service. __

Re: [slurm-users] SLURM on Ubuntu 16.04

2018-04-25 Thread Patrick Goetz
Hi Eric - Did you follow my suggestion of -- on 18.04, mind you; the packages on 16.04 are too old -- - Install the slurmctld package on the SMS (the master) - Install the slurmd package on the nodes? You'll still need to do some configuration, but my guess is this will pull in the neces

Re: [slurm-users] SLURM on Ubuntu 16.04

2018-04-25 Thread Evan Clark
What issues are you encountering? Building the binaries or getting it running? —Regards,Evan Clark On Wed, Apr 25, 2018 at 5:42 PM -0400, "John Kelly" wrote:

Re: [slurm-users] SLURM on Ubuntu 16.04

2018-04-25 Thread John Kelly
Hi Eric I installed on ubuntu 14.04 and I did use the tar ball. What error did you get ? -jfk On Wed, Apr 25, 2018 at 2:15 PM, Eric F. Alemany wrote: > Hi John, > > Thank you for your reply. > > I followed the steps on the same site and am careful with all the steps > but i still cannot mak

Re: [slurm-users] SLURM on Ubuntu 16.04

2018-04-25 Thread Eric F. Alemany
Hi Evan, Thank you for your message. I saw that website which is well done but i am not familiar with CentOS and RedHat. I get the idea but i dont seem to be able to install and configure SLURM on Ubuntu. Thanks ___

Re: [slurm-users] SLURM on Ubuntu 16.04

2018-04-25 Thread Eric F. Alemany
Hi John, Thank you for your reply. I followed the steps on the same site and am careful with all the steps but i still cannot make it work. Some people say that Ubuntu has packages for SLURM and i dont have to deal with downloading tar ball and make sure that all the files go to the right plac

Re: [slurm-users] SLURM on Ubuntu 16.04

2018-04-25 Thread John Kelly
Hi Eric I found this site very useful https://github.com/mknoxnv/ubuntu-slurm -jfk On Wed, Apr 25, 2018 at 1:01 PM, evan clark wrote: > I would also recommend this guide, it helped quite a bit when getting my > personal cluster online. https://wiki.fysik.dtu.dk/niflheim/SLURM > > One recommen

Re: [slurm-users] SLURM on Ubuntu 16.04

2018-04-25 Thread evan clark
I would also recommend this guide, it helped quite a bit when getting my personal cluster online. https://wiki.fysik.dtu.dk/niflheim/SLURM One recommendation is to have ntp, shared storage for home directories, and LDAP so user ids are synced across machines. Eric F. Alemany

Re: [slurm-users] SLURM on Ubuntu 16.04

2018-04-25 Thread Andy Riebs
Let me recommend to you the excellent "Quick Start" documentation at SchedMD.com -- yours should be a very easy cluster to set up. Andy On 04/25/2018 03:27 PM, Eric F. Alemany wrote: Greetings, New to the forum and new to SLURM. I have 5 servers. 1 can be the master/headnode and 4 can be th

[slurm-users] SLURM on Ubuntu 16.04

2018-04-25 Thread Eric F. Alemany
Greetings, New to the forum and new to SLURM. I have 5 servers. 1 can be the master/headnode and 4 can be the compute node. My goal is to help a post-doc run “jobs” on the cluster and utilizing all the CPU’s and RAM from the 4 compute nodes. The post-doc runs radiation Monte Carlo simulation, R