Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How do I disable the feature that reinstalls compute nodes after a hard reboot?

0
Posted

How do I disable the feature that reinstalls compute nodes after a hard reboot?

0

When compute nodes experience a hard reboot (e.g., when the compute node is reset by pushing the power button or after a power failure), they will reformat the root file system and reinstall their base operating environment. To disable this feature: • Login to the frontend • Create a file that will override the default: # cd /home/install # cp rocks-dist/enterprise/3/os/i386/build/nodes/auto-kickstart.xml \ site-profiles/3.3.0/nodes/replace-auto-kickstart.xml • Edit the file site-profiles/3.3.0/nodes/replace-auto-kickstart.xml • Remove the line: rocks-boot-auto • Rebuild the distribution: # cd /home/install # rocks-dist dist • Reinstall all your compute nodes Note An alternative to reinstalling all your compute nodes is to login to each compute node and execute: # /etc/rc.d/init.

0

When compute nodes experience a hard reboot (e.g., when the compute node is reset by pushing the power button or after a power failure), they will reformat the root file system and reinstall their base operating environment. To disable this feature: • Login to the frontend • Create a file that will override the default: # cd /home/install # cp rocks-dist/lan/arch/build/nodes/auto-kickstart.xml \ site-profiles/4.3/nodes/replace-auto-kickstart.xml Where arch is “i386”, “x86_64” or “ia64”. • Edit the file site-profiles/4.3/nodes/replace-auto-kickstart.xml • Remove the line: rocks-boot-auto • Rebuild the distribution: # cd /home/install # rocks-dist dist • Reinstall all your compute nodes Note An alternative to reinstalling all your compute nodes is to login to each compute node and execute: # /etc/rc.d/init.

0

When compute nodes experience a hard reboot (e.g., when the compute node is reset by pushing the power button or after a power failure), they will reformat the root file system and reinstall their base operating environment. To disable this feature: • Login to the frontend • Create a file that will override the default: # cd /export/rocks/install # cp rocks-dist/arch/build/nodes/auto-kickstart.xml \ site-profiles/5.1/nodes/replace-auto-kickstart.xml Where arch is “i386” or “x86_64”. • Edit the file site-profiles/5.1/nodes/replace-auto-kickstart.xml • Remove the line: rocks-boot-auto • Rebuild the distribution: # cd /export/rocks/install # rocks create distro • Reinstall all your compute nodes An alternative to reinstalling all your compute nodes is to login to each compute node and execute: # /etc/rc.d/init.

0

When compute nodes experience a hard reboot (e.g., when the compute node is reset by pushing the power button or after a power failure), they will reformat the root file system and reinstall their base operating environment. To disable this feature: • Login to the frontend • Create a file that will override the default: # cd /home/install # cp rocks-dist/lan/arch/build/nodes/auto-kickstart.xml \ site-profiles/4.2/nodes/replace-auto-kickstart.xml Where arch is “i386”, “x86_64” or “ia64”. • Edit the file site-profiles/4.2/nodes/replace-auto-kickstart.xml • Remove the line: rocks-boot-auto • Rebuild the distribution: # cd /home/install # rocks-dist dist • Reinstall all your compute nodes An alternative to reinstalling all your compute nodes is to login to each compute node and execute: # /etc/rc.d/init.

0

When compute nodes experience a hard reboot (e.g., when the compute node is reset by pushing the power button or after a power failure), they will reformat the root file system and reinstall their base operating environment. To disable this feature: • Login to the frontend • Create a file that will override the default: # cd /home/install # cp rocks-dist/lan/arch/build/nodes/auto-kickstart.xml \ site-profiles/4.1.1/nodes/replace-auto-kickstart.xml Where arch is “i386”, “x86_64” or “ia64”. • Edit the file site-profiles/4.1.1/nodes/replace-auto-kickstart.xml • Remove the line: rocks-boot-auto • Rebuild the distribution: # cd /home/install # rocks-dist dist • Reinstall all your compute nodes An alternative to reinstalling all your compute nodes is to login to each compute node and execute: # /etc/rc.d/init.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123