basho / riak

Riak is a decentralized datastore from Basho Technologies.
http://docs.basho.com
Apache License 2.0
3.92k stars 534 forks source link

relx_nodetool: not found - what is relx_nodetool? #1144

Closed oleksiyk closed 10 months ago

oleksiyk commented 10 months ago

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

martinsumner commented 10 months ago

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

oleksiyk commented 10 months ago

Thanks!