Skip to content
Snippets Groups Projects
Commit 704032c4 authored by Moe Jette's avatar Moe Jette
Browse files

Minor config changes for adev testing.

parent 2fe7147d
No related branches found
No related tags found
No related merge requests found
#!/bin/csh #!/bin/csh
setenv CONFIG /etc/slurm.conf setenv CONFIG /etc/slurm/slurm.conf
setenv DEPLOY /usr/local setenv DEPLOY /usr
echo "Insure that files are not user writable" echo "Insure that files are not user writable"
ls -ld $DEPLOY/bin/srun ls -ld $DEPLOY/bin/srun
...@@ -14,22 +14,25 @@ ls -ld $CONFIG ...@@ -14,22 +14,25 @@ ls -ld $CONFIG
echo "Insure that configured files are not user writable" echo "Insure that configured files are not user writable"
grep Epilog $CONFIG grep Epilog $CONFIG
ls -ld /admin/sbin/slurm.epilog #ls -ld /admin/sbin/slurm.epilog
grep Prolog $CONFIG
ls -ld /admin/sbin/slurm.prolog
echo "Private Key must be non-readable too" echo "Private Key must be non-readable too"
grep JobCredential $CONFIG grep JobCredential $CONFIG
ls -ld /usr/local/slurm/private.key ls -ld /etc/slurm/slurm.key
ls -ld /usr/local/slurm/public.cert ls -ld /etc/slurm/slurm.cert
grep PluginDir $CONFIG grep PluginDir $CONFIG
ls -ld /usr/local/lib/slurm ls -ld /usr/lib/slurm
ls -l /usr/local/lib/slurm ls -l /usr/lib/slurm
grep Prioritize $CONFIG
#echo "Prioritize will move to a plugin"
grep Prolog $CONFIG
#ls -ld /admin/sbin/slurm.prolog
grep SlurmdSpoolDir $CONFIG grep SlurmdSpoolDir $CONFIG
ls -ld /tmp/slurmd.spool ls -ld /tmp/slurmd
grep StateSaveLocation $CONFIG grep StateSaveLocation $CONFIG
ls -ld /tmp/slurm.state ls -ld /usr/local/tmp/slurm/adev
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment