service-discover : ...
 
Notifications
Clear all

service-discover : setup fails

2 Posts
2 Users
0 Reactions
414 Views
(@evskorobogatij)
New Member
Joined: 4 months ago
Posts: 3
Topic starter  

I start-service discover of fresh instalation 

I fails with

service-discover: error: unable to create ACL bootstrap token: Failed ACL bootstrapping: Unexpected response code: 500 (No cluster leader)

The I try to restart it. And the error occurs:

service-discover: error: setup of service-discover already performed, manually reset and try again

What files should I delete?

 


   
Quote
(@sharif)
Reputable Member Admin
Joined: 4 years ago
Posts: 883
 

@evskorobogatij

Try a fresh installation using followings:

  • Hostname
hostnamectl set-hostname mail.your-domain.com
  • Hosts
> /etc/hosts
echo "127.0.0.1 localhost" >> /etc/hosts
echo "$(hostname -I) $(hostname -f) $(hostname -s)" >> /etc/hosts

cat /etc/hosts
  • Add Zextras Repo
  • Download and execute official script. i.e. 
wget -c  https://docs.zextras.com/carbonio-ce/html/_downloads/bed211d6fc1b9ca35f15be01eb9aa3fc/install_carbonio_ce_singleserver_ubuntu.sh 

bash install_carbonio_ce_singleserver_ubuntu.sh
  •  Set admin password, reboot the server and then check again.

Additional checks:

su - zextras -c "zmcontrol -v && zmcontrol status"
systemctl list-units carbonio*
curl -s -v  http://127.78.0.4:10000/health  | jq

   
ReplyQuote