Part 10 - Reboot and Validate Services
- Reboot your node
- Check services start at boot
Description | Command | |
---|---|---|
1 | If everything has worked through parts 1 - 10, reboot your node to ensure all services start at boot | sudo reboot |
2 | Allow your node to boot and SSH to validate the services, replace 'zenops' with your own username and <FQDN> with your own Fully-Qualified Domain Name, remove <brackets> | ssh zenops@<FQDN> |
3 | Windows users, load your last session in PuTTY to login using your SSH key pair | |
4 | Check the status of both zend and the tracker, both should return active (running) if after running the status command you are not returned to a command prompt, exit the status details by pressing CTRL + c | sudo systemctl status -n 0 zend zentracker Example Output zenops@node01:~$ sudo systemctl status -n 0 zend zentracker ● zentracker.service - Zen node daemon installed on ~/nodetracker/ Loaded: loaded (/lib/systemd/system/zentracker.service; enabled; vendor preset: enabled) |
5 | Check the status of your node on the tracking website, use the search box and enter the FQDN of your node https://supernodes.zensystem.io/nodes/all << Super Nodes Select your node and check the following values (top left of the detail page) are true and up respectively - example shown to the right |