yogesh turkane
2018-07-09 07:43:38 UTC
Hi All ,
i am try to create a 3 machine cluster following below steps all machines
get communicated with each other but when i hit the url on browser facing
and error and not able to see user interface. please find attachment
screenshot for reference.
having 3 vm machines .
1 10.10.150.246
2 10.10.150.247
3 10.10.150.248
https://www.arangodb.com/download-major/centos/
executed same on three machines.
cd /etc/yum.repos.d/
curl -OL https://download.arangodb.com/arangodb33/CentOS_7/arangodb.repo
yum -y install arangodb3-3.3.11
as per this doc. executed the command on machines.
https://docs.arangodb.com/3.3/Manual/Deployment/Distributed.html
On 10.10.150.246:
sudo arangod --server.endpoint tcp://0.0.0.0:5001 --agency.my-address
tcp://10.10.150.246:5001 --server.authentication false --agency.activate
true --agency.size 3 --agency.supervision true --database.directory agency
On 10.10.150.247:
sudo arangod --server.endpoint tcp://0.0.0.0:5001 --agency.my-address
tcp://10.10.150.247:5001 --server.authentication false --agency.activate
true --agency.size 3 --agency.supervision true --database.directory agency
On 10.10.150.248:
sudo arangod --server.endpoint tcp://0.0.0.0:5001 --agency.my-address
tcp://10.10.150.248:5001 --server.authentication false --agency.activate
true --agency.size 3 --agency.endpoint tcp://10.10.150.246:5001
--agency.endpoint tcp://10.10.150.247:5001 --agency.endpoint
tcp://10.10.150.248:5001 --agency.supervision true --database.directory
agency
On 10.10.150.246:
sudo arangod --server.authentication=false --server.endpoint
tcp://0.0.0.0:8529 --cluster.my-address tcp://10.10.150.246:8529
--cluster.my-role PRIMARY --cluster.agency-endpoint
tcp://10.10.150.246:5001 --cluster.agency-endpoint tcp://10.10.150.247:5001
--cluster.agency-endpoint tcp://10.10.150.248:5001 --database.directory
primary1 &
On 10.10.150.247:
sudo arangod --server.authentication=false --server.endpoint
tcp://0.0.0.0:8530 --cluster.my-address tcp://10.10.150.247:8530
--cluster.my-role PRIMARY --cluster.agency-endpoint
tcp://10.10.150.246:5001 --cluster.agency-endpoint tcp://10.10.150.247:5001
--cluster.agency-endpoint tcp://10.10.150.248:5001 --database.directory
primary2 &
On 10.10.150.248:
arangod --server.authentication=false --server.endpoint tcp://0.0.0.0:8531
--cluster.my-address tcp://10.10.150.248:8531 --cluster.my-role COORDINATOR
--cluster.agency-endpoint tcp://10.10.150.246:5001
--cluster.agency-endpoint tcp://10.10.150.247:5001
--cluster.agency-endpoint tcp://10.10.150.248:5001 --database.directory
coordinator &
please suggest how to resolve this issue...
Thanks.
i am try to create a 3 machine cluster following below steps all machines
get communicated with each other but when i hit the url on browser facing
and error and not able to see user interface. please find attachment
screenshot for reference.
having 3 vm machines .
1 10.10.150.246
2 10.10.150.247
3 10.10.150.248
https://www.arangodb.com/download-major/centos/
executed same on three machines.
cd /etc/yum.repos.d/
curl -OL https://download.arangodb.com/arangodb33/CentOS_7/arangodb.repo
yum -y install arangodb3-3.3.11
as per this doc. executed the command on machines.
https://docs.arangodb.com/3.3/Manual/Deployment/Distributed.html
On 10.10.150.246:
sudo arangod --server.endpoint tcp://0.0.0.0:5001 --agency.my-address
tcp://10.10.150.246:5001 --server.authentication false --agency.activate
true --agency.size 3 --agency.supervision true --database.directory agency
On 10.10.150.247:
sudo arangod --server.endpoint tcp://0.0.0.0:5001 --agency.my-address
tcp://10.10.150.247:5001 --server.authentication false --agency.activate
true --agency.size 3 --agency.supervision true --database.directory agency
On 10.10.150.248:
sudo arangod --server.endpoint tcp://0.0.0.0:5001 --agency.my-address
tcp://10.10.150.248:5001 --server.authentication false --agency.activate
true --agency.size 3 --agency.endpoint tcp://10.10.150.246:5001
--agency.endpoint tcp://10.10.150.247:5001 --agency.endpoint
tcp://10.10.150.248:5001 --agency.supervision true --database.directory
agency
On 10.10.150.246:
sudo arangod --server.authentication=false --server.endpoint
tcp://0.0.0.0:8529 --cluster.my-address tcp://10.10.150.246:8529
--cluster.my-role PRIMARY --cluster.agency-endpoint
tcp://10.10.150.246:5001 --cluster.agency-endpoint tcp://10.10.150.247:5001
--cluster.agency-endpoint tcp://10.10.150.248:5001 --database.directory
primary1 &
On 10.10.150.247:
sudo arangod --server.authentication=false --server.endpoint
tcp://0.0.0.0:8530 --cluster.my-address tcp://10.10.150.247:8530
--cluster.my-role PRIMARY --cluster.agency-endpoint
tcp://10.10.150.246:5001 --cluster.agency-endpoint tcp://10.10.150.247:5001
--cluster.agency-endpoint tcp://10.10.150.248:5001 --database.directory
primary2 &
On 10.10.150.248:
arangod --server.authentication=false --server.endpoint tcp://0.0.0.0:8531
--cluster.my-address tcp://10.10.150.248:8531 --cluster.my-role COORDINATOR
--cluster.agency-endpoint tcp://10.10.150.246:5001
--cluster.agency-endpoint tcp://10.10.150.247:5001
--cluster.agency-endpoint tcp://10.10.150.248:5001 --database.directory
coordinator &
please suggest how to resolve this issue...
Thanks.
--
You received this message because you are subscribed to the Google Groups "ArangoDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email to arangodb+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "ArangoDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email to arangodb+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.