Start the services


1. Start the Klaytn service, if it is running


1) For CN
$ sudo systemctl status kcnd
$ sudo systemctl start kcnd
$ sudo systemctl status kcnd
2) For PN
$ sudo systemctl status kpnd
$ sudo systemctl start kpnd
$ sudo systemctl status kpnd
If the services are not installed from yum, you can start the service like below

$ sudo <installation_path>/kcnd status
$ sudo <installation_path>/kcnd start
$ sudo <installation_path>/kcnd status

2. Start the Telegraf service, if it is running

For both CN and PN
$ sudo systemctl status telegraf
$ sudo systemctl start telegraf
$ sudo systemctl status telegraf







If you finish this step, please click the next button > on the right side of this page.