Rocks: Disable Compute Node Auto Re-installation

From Define Wiki
Revision as of 09:55, 13 May 2013 by Michael (talk | contribs) (Created page with "==== Disable Compute Node Auto Reinstallation ==== * On the compute node: <syntaxhighlight> # This rewrites the grub boot loader without the reinstall option: /etc/init.d/rocks-grub st...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Disable Compute Node Auto Reinstallation

  • On the compute node:
# This rewrites the grub boot loader without the reinstall option:
/etc/init.d/rocks-grub stop

# To permanently disable it:
chkconfig rocks-grub off