An emulation capability for Industrial Control Systems
View the Project on GitHub sandialabs/sceptre-docs
This page describes the steps to add or remove a compute node from an existing SCEPTRE cluster.
Assumptions:
- A SCEPTRE cluster has already been installed.
- For adding: Compute node has the necessary connections and system packages
- For removing: Compute node is still connected to the minimega mesh or is accessible via SSH.
sudo
privileges WITHOUT using a password (See NOTE below).NEW_COMPUTE
with the hostname of the new compute node and replace USERNAME
with the username of the new compute node):
sudo minimega -e deploy launch NEW_COMPUTE USERNAME sudo
sudo minimega -e mesh list
NOTE: To allow USERNAME to use
sudo
without a password (replace USERNAME with the username of the new compute node), first open the sudoers file using:sudo visudo
. Next add the following entry for USERNAME to the bottom of the file:USERNAME ALL=(ALL) NOPASSWD:ALL
. Finally, save and close the file.