Jump to contentJump to page navigation: previous page [access key p]/next page [access key n]
SUSE Edge Documentation / Troubleshooting / Troubleshooting Phone-Home scenarios

48 Troubleshooting Phone-Home scenarios

Phone-home scenarios involve using Elemental to connect back to the Management cluster and EIB to create an OS image including the elemental-registration bits. Issues can happen when the host is being booted for the first time, during the EIB build process or trying to register to the Management cluster.

Common Issues
  • System fails to register: Node not being registered in the UI. Ensure the host is booted properly and, is able to communicate back to Rancher, clock is in sync and the Elemental services are ok.

  • System fails to be provisioned: Node is registered but it fails to be provisioned. Ensure the host is able to communicate back to Rancher, clock is in sync and the Elemental services are ok.

Logs
  • System logs: journalctl

  • Elemental-system-agent logs: journalctl -u elemental-system-agent

  • K3s/RKE2 logs: journalctl -u k3s or journalctl -u rke2-server (or rke2-agent)

  • Elemental operator pod: kubectl logs -n cattle-elemental-system -l app=elemental-operator

Troubleshooting steps
  1. Review logs: Check Elemental operator pod logs to see if there are any issues. Check the host logs if the node is booted.

  2. Check MachineRegistration and TPM: By default, TPM is used for authentication but there are alternatives for hosts without TPM.