CentOS 7.x Rocks cluster 7.0 Reinstall OS on compute node

From Notes_Wiki
Revision as of 07:11, 11 May 2022 by Saurabh (talk | contribs) (Created page with "Home > CentOS > CentOS 7.x > CentOS 7.x Rocks cluster 7.0 > CentOS 7.x Rocks cluster 7.0 Reinstall OS on compute node To reinstall OS on compute node use: <pre> rocks list host boot rocks set host boot <hostname> action=install ssh <hostname> "shutdown -r now" </pre> This assumes that the boot order on compute node is properly set to boot from network. '''By default there is /state/partition1 partition created on compute nodes. This part...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Home > CentOS > CentOS 7.x > CentOS 7.x Rocks cluster 7.0 > CentOS 7.x Rocks cluster 7.0 Reinstall OS on compute node

To reinstall OS on compute node use:

rocks list host boot
rocks set host boot <hostname> action=install
ssh <hostname> "shutdown -r now" 

This assumes that the boot order on compute node is properly set to boot from network.

By default there is /state/partition1 partition created on compute nodes. This partition is not affected during the reinstall process. Any data on this partition remains as it is after the reinstallation.

Refer:



Home > CentOS > CentOS 7.x > CentOS 7.x Rocks cluster 7.0 > CentOS 7.x Rocks cluster 7.0 Reinstall OS on compute node