basho / riak

Riak is a decentralized datastore from Basho Technologies.

Home Page:http://docs.basho.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

relx_nodetool: not found - what is relx_nodetool?

oleksiyk opened this issue · comments

After building 3.0.16 from source with OTP 22.3.4.26 on Ubuntu 22.04 the following error happens:

$ sudo riak-admin status /usr/local/riak/bin/riak-admin: 740: relx_nodetool: not found

What is relx_nodetool and where to find one? It does not come with either relx library or rebar3 or Riak KV itself

Use sudo riak admin status not riak-admin. All admin commands are in now this form since Riak 3.0.

Thanks!