Hi all,
I am trying to deploy a Stardog-2.2.2 cluster ( using starman) on three machines (1 master + 2 followers),
whose IPs are inserted in the .starmanconfig file at the master machine.
I do bootstrap and svm install successfuly, but then the deployment process never ends!!
Am I missing some additional configuration data or something else?!
Here are the last lines from the pallet.log file:
2014-11-01 16:14:21,819 DEBUG [operate-13] p.script-builder sudo-cmd-for {:username "snjoum", :sudo-password nil, :sudo-user nil, :password nil, :no-sudo nil}
2014-11-01 16:14:21,820 DEBUG [operate-13] p.script-builder prefix /usr/bin/sudo -n
2014-11-01 16:14:21,821 DEBUG [operate-13] p.s.execute ssh-script-on-target command {:env-cmd "/usr/bin/env", :env nil, :env-fwd [:SSH_AUTH_SOCK], :prefix ["/usr/bin/sudo" "-n"], :execv ("/bin/bash" "/tmp/palletUmupZ")}
2014-11-01 16:14:21,935 DEBUG [operate-13] p.execute 192.168.98.130 <== Archive: /opt/stardog/1/runtime/stardog-csr1.zip
2014-11-01 16:14:21,935 DEBUG [operate-13] p.execute 192.168.98.130 <== replace /opt/stardog/1/runtime/stardog-2.2.2/bin/install-service.bat? [y]es, [n]o, [A]ll, [N]one, [r]ename:
In advance thank you very much for your response,
Best regards,
Samir
In advance thank you very much for your response,
Best regards,
Samir
--
-- --
You received this message because you are subscribed to the C&P "Stardog" group.
To post to this group, send email to sta...@clarkparsia.com
To unsubscribe from this group, send email to
stardog+u...@clarkparsia.com
For more options, visit this group at
http://groups.google.com/a/clarkparsia.com/group/stardog?hl=en
Hello Mike,I thought so, but it accepted no input!
Any way, somehow I have got it deployed, without figuring out where was the error! :-(
Now, when I try to start the cluster, I have further errors:-
- ZK is running only on the master node,
- failed to start the proxy on all nodes!
Under "/opt/stardog/2/runtime/stardog-2.2.2/server/pack/" each one has 37 jars!
The pallet.log file is too big to be attached. May I post some part of it?
Could you please post the contents that .starmanconfig file should have? I will then repeat the whole process.
Just to add that the local machine on which ZK started is actually the master machine on which I do everything.Is that correct that the master machine is one of the three machines of which the cluster consist (one master + two follower)?
---------- Forwarded message ----------
From: samir njoum <samir...@gmail.com>
Date: Wed, Nov 5, 2014 at 3:52 PM
Subject: Re: [stardog-users] Stardog-2.2.2 Cluster Deployment
To: sta...@clarkparsia.comHello Fernando,Thanks alot for checking those files.I have set password-less ssh and sudo on all machines before i ran Starman.I agree with you that those errors give such an indication, but I am sure that I have done everything as desired.
Please check if there are any other possibilities and I will double check all three machines again.
Just to add that the local machine on which ZK started is actually the master machine on which I do everything.Is that correct that the master machine is one of the three machines of which the cluster consist (one master + two follower)?That ZK that started is in your local machine doesn't necessarily mean that's the master. Same goes for Stardog.---------- Forwarded message ----------
From: samir njoum <samir...@gmail.com>
Date: Wed, Nov 5, 2014 at 3:52 PM
Subject: Re: [stardog-users] Stardog-2.2.2 Cluster Deployment
To: sta...@clarkparsia.comHello Fernando,Thanks alot for checking those files.I have set password-less ssh and sudo on all machines before i ran Starman.I agree with you that those errors give such an indication, but I am sure that I have done everything as desired.Please check if there are any other possibilities and I will double check all three machines again.
I have checked the machines. They are configured with passwd-less ssh and sudo.In order to see if those errors are the only reason, I have changed the permissions of /opt/stardog/* and tried again.And URRRRAAAAAAAAAAA :-)ZK started on all the machines, but NOT the proxy as well!About the existing user or group Stardog:
Yes, you are right. I have a user and a group named Stardog. I have droped them on all the machines and tried again, but the proxy has not started again.