Start the NC

Prerequisites

You should have installed and configured Eucalyptus before starting the NC.

To start the NC

  1. Log in to the Node Controller (NC) host machine.
  2. If you want the NC service to start at each boot-time, run this command:
    systemctl enable eucalyptus-node.service
  3. Enter the following command to start the NC:
    systemctl start eucalyptus-node.service
  4. If you are running in EDGE networking mode:
    1. If you want the eucanetd service to start at each boot-time, run this command:
      systemctl enable eucanetd.service
    2. Start the eucanetd service:
      systemctl start eucanetd.service
  5. Repeat for each NC host machine.