From 606fc24794b8982e2a46ff786570150d21782bb4 Mon Sep 17 00:00:00 2001 From: Morris Jette <jette@schedmd.com> Date: Tue, 22 Jul 2014 13:45:13 -0700 Subject: [PATCH] Fix typos --- doc/html/ibm-pe.shtml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/html/ibm-pe.shtml b/doc/html/ibm-pe.shtml index 0bd1433a1e7..a55ae91dddd 100644 --- a/doc/html/ibm-pe.shtml +++ b/doc/html/ibm-pe.shtml @@ -446,7 +446,7 @@ Slurm (without jobs). The procedure is as follows:</p> <li>Cancel all jobs.</li> <li>Change the dynamic window count on the compute nodes.</li> <li>Restart Slurm daemons without preserving state -(e.g. "/etc/init.d/slurm/startclean" or initiate the daemons using the +(e.g. "/etc/init.d/slurm startclean" or initiate the daemons using the "-c" option).</li> </ol> @@ -487,10 +487,10 @@ These function provide sufficient information to release all resources In order to release CAU, it is necessary to cold start the Protocol Network Services Daemon (PNSD) on compute nodes following the sequence shown below.</p> <pre> -Stop Slurm daemons: /etc/init.d/rc slurm stop +Stop Slurm daemons: /etc/init.d/slurm stop Stop PNSD: stopsrc -s pnsd Start PNSD clean: startsrc -s pnsd -a -c -Start Slurm daemons clean: /etc/init.d/rc slurm startclean +Start Slurm daemons clean: /etc/init.d/slurm startclean </pre> <h3>Design Notes</h3> -- GitLab