Node Exporter service error (203/EXEC)

5,096 views
Skip to first unread message

BHARATH KUMAR

unread,
Jun 7, 2022, 2:29:40 PM6/7/22
to Prometheus Users
Hi all,

I want to install node_exporter binary file in ubuntu os.

I am running as a service file. But I am getting error when running the command systemctl status node_exporter:

Active: failed (Result: exit-code)
node_exporter.service: Main process exited, code=exited, status=203/EXEC

What can be the solution for this error?

Thanks & regards,
Bharath Kumar.

Brian Candler

unread,
Jun 7, 2022, 4:50:58 PM6/7/22
to Prometheus Users
203 return code from systemd means it cannot run the program that you put in your ExecStart line. First hit from Google explains it:

Maybe that file doesn't exist, or is not executable.

For further help, you'll need to show the entire content of your service file, and the output of "journalctl -eu node_exporter"
Reply all
Reply to author
Forward
0 new messages