You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add new section to describe the steps for resetting a cluster without re-installation.
(2011/03/25 11:34), Joseph Wayne Norton wrote:
Miyasaka-san -
Try the following order of operations:
hibari/bin/hibari stop
Check by "ps -Alf | grep beam.smp"
If anything is running, "killall -9 beam.smp"
If you want to be really safe, "killall -9 epmd"
... but not recommended unless you know that hibari is the only Erlang
virtual machine running on the host.
Delete files hibari/data/brick/*
Delete files hibari/Schema.local
hibari/bin/hibari start
hibari/bin/hibari status
If status is NOT OK, then check logs, etc.
do bootstrap operations
NOTE: All brick nodes must be running before doing bootstrap operations.
NOTE: All brick nodes must have same cookie before doing bootstrap
operations.
If status is NOT OK, then check logs, etc.
If problem cannot be resolved, please do a FULL re-install and then
repeat the above procedure once and then repeat again to make sure.
The text was updated successfully, but these errors were encountered:
Add new section to describe the steps for resetting a cluster without re-installation.
The text was updated successfully, but these errors were encountered: