<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=utf-8"><meta name=Generator content="Microsoft Word 15 (filtered medium)"><!--[if !mso]><style>v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style><![endif]--><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
span.EmailStyle19
        {mso-style-type:personal-reply;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style></head><body lang=EN-US link=blue vlink=purple style='word-wrap:break-word'><div class=WordSection1><p class=MsoNormal>Don’t forget about munge. You need to have munged running with the same key as the rest of the cluster in order to authenticate.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><div><div><div><p class=MsoNormal><b><span style='color:#002060'>Mike Robbert<o:p></o:p></span></b></p><p class=MsoNormal><b><span style='color:#002060'>Cyberinfrastructure Specialist, Cyberinfrastructure and Advanced Research Computing<o:p></o:p></span></b></p><p class=MsoNormal><span style='color:#767171'>Information and Technology Solutions (ITS)<o:p></o:p></span></p><p class=MsoNormal><span style='color:#767171'>303-273-3786 | </span><a href="mailto:mrobbert@mines.edu"><span style='color:#0563C1'>mrobbert@mines.edu</span></a><span style='color:#767171'> </span><span style='font-size:12.0pt;color:#767171'> <o:p></o:p></span></p><p class=MsoNormal><img border=0 width=208 height=38 style='width:2.1666in;height:.3958in' id="Picture_x0020_1" src="cid:image001.png@01D865DB.F2AE9300" alt="A close up of a sign Description automatically generated"><span style='font-size:12.0pt;color:#767171'><o:p></o:p></span></p><p class=MsoNormal><b><span style='color:#2B4160'>Our values:</span></b><span style='color:#2B4160'> </span><span style='color:#767171'>Trust | Integrity | Respect | Responsibility</span><o:p></o:p></p></div></div></div><p class=MsoNormal><o:p> </o:p></p><div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in'><p class=MsoNormal style='margin-bottom:12.0pt'><b><span style='font-size:12.0pt;color:black'>From: </span></b><span style='font-size:12.0pt;color:black'>slurm-users <slurm-users-bounces@lists.schedmd.com> on behalf of Tina Friedrich <tina.friedrich@it.ox.ac.uk><br><b>Date: </b>Thursday, May 12, 2022 at 03:44<br><b>To: </b>slurm-users@lists.schedmd.com <slurm-users@lists.schedmd.com><br><b>Subject: </b>[External] Re: [slurm-users] [EXT] Software and Config for Job submission host only<o:p></o:p></span></p></div><div><p class=MsoNormal style='margin-bottom:12.0pt'>CAUTION: This email originated from outside of the Colorado School of Mines organization. Do not click on links or open attachments unless you recognize the sender and know the content is safe.<br><br><br>Hi Richard,<br><br>I was about to say, they need to have access to the configuration<br>(slurm.conf) and the binaries. And not run slurmd; starting slurmd is<br>what makes an execution host :)<br><br>There is nothing you need to do to allow job submission from them.<br><br>I build rpms; on the login nodes I install the 'slurm-xxxxxx' rpm but<br>not sslurmd-xxxxx (apart from 'contrib' for seff, and copy the<br>/etc/slurm/ directory.<br><br>Hope that helps!<br><br>Tina<br><br>On 12/05/2022 10:35, Ozeryan, Vladimir wrote:<br>> Hello,<br>><br>> All you need to setup is the path to the Slurm binaries whether they are available via shared file system or locally on the submit nodes (srun, sbatch, sinfo, sacct, etc.) and possibly man pages.<br>> Probably want to do this somewhere in /etc/profile.d or equivalent.<br>><br>><br>> -----Original Message-----<br>> From: slurm-users <slurm-users-bounces@lists.schedmd.com> On Behalf Of Richard Chang<br>> Sent: Thursday, May 12, 2022 5:06 AM<br>> To: slurm-users@lists.schedmd.com<br>> Subject: [EXT] [slurm-users] Software and Config for Job submission host only<br>><br>> APL external email warning: Verify sender slurm-users-bounces@lists.schedmd.com before clicking links or attachments<br>><br>> Hi,<br>><br>> I am new to SLURM and I am still trying to understand stuff. There is ample documentation available that teaches you how to set it up quickly.<br>><br>> Pardon me if this was asked before,  I was not able to find anything pointing to this.<br>><br>> I am trying to figure out if there is something like PBS-execution only for SLURM. Such that I can install it is the Login nodes and those nodes will only be responsible for the job-submission and not job execution.<br>><br>> Is there any particular package to install and is there a different config that needs to be put in the job submission only nodes ?<br>><br>> Basically, I want the job submission nodes to have all the commands and all the things that will enable them to get reports,logs whatever an admin and a user will need. Just not execution of the jobs.<br>><br>> Thanks in advance for your help.<br>><br>> RC.<br>><br>><br>><br><br>--<br>Tina Friedrich, Advanced Research Computing Snr HPC Systems Administrator<br><br>Research Computing and Support Services<br>IT Services, University of Oxford<br><a href="https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.arc.ox.ac.uk%2F&amp;data=05%7C01%7Cmrobbert%40mines.edu%7Cfeff2781ef054cb0232608da33fc1283%7C997209e009b346239a4d76afa44a675c%7C0%7C0%7C637879454982623113%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;sdata=iAUfRHx4WnRgHVUzDFJ5g9A4NCTumfCCkxvzxs8Plcc%3D&amp;reserved=0">https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.arc.ox.ac.uk%2F&amp;data=05%7C01%7Cmrobbert%40mines.edu%7Cfeff2781ef054cb0232608da33fc1283%7C997209e009b346239a4d76afa44a675c%7C0%7C0%7C637879454982623113%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;sdata=iAUfRHx4WnRgHVUzDFJ5g9A4NCTumfCCkxvzxs8Plcc%3D&amp;reserved=0</a> <a href="https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.it.ox.ac.uk%2F&amp;data=05%7C01%7Cmrobbert%40mines.edu%7Cfeff2781ef054cb0232608da33fc1283%7C997209e009b346239a4d76afa44a675c%7C0%7C0%7C637879454982623113%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;sdata=QN8wfwAYuxjhEkhROuuPXIvbscBy0FZuV3ODtPUU2gU%3D&amp;reserved=0">https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.it.ox.ac.uk%2F&amp;data=05%7C01%7Cmrobbert%40mines.edu%7Cfeff2781ef054cb0232608da33fc1283%7C997209e009b346239a4d76afa44a675c%7C0%7C0%7C637879454982623113%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;sdata=QN8wfwAYuxjhEkhROuuPXIvbscBy0FZuV3ODtPUU2gU%3D&amp;reserved=0</a><o:p></o:p></p></div></div></body></html>