If you suspect hardware problems, our clusters come with a testing facility that can test one or more nodes. Using Advanced Clustering’s Breakin software can help you look for and diagnose potential hardware issues. This software is a stress-test suite developed in-house since there were no other tools available that provided this level of rigorous testing. Breakin is network-bootable and will stress-test many aspects of your computer system, including, but not limited to, processor cores, memory and disk drives.

Example of use:
For this example we will use node01 as having a suspected hardware problem. To use Breakin, we need to set node01’s boot option using the act_netboot command:

$ act_netboot -n node01 --set=breakin
CODE

When we boot or reboot this machine, it will now network boot into the Breakin facility and automatically begin testing the hardware. To revert back to booting the native OS from the disk, we simply issue the following command:

$ act_netboot -n node01 --set=localboot
CODE