Comments on: Create an ArangoDB cluster on Microsoft Azure https://arangodb.com/2015/05/azure-cluster/ The database for graph and beyond Wed, 14 Feb 2024 09:57:00 +0000 hourly 1 https://wordpress.org/?v=6.7.1 By: Wilfried Goesgens https://arangodb.com/2015/05/azure-cluster/#comment-578 Wed, 03 Feb 2016 16:59:00 +0000 http://www.arangodb.com/?p=7735#comment-578 In reply to Martin Svensson.

Sorry Martin, the script takes for granted that your environment already has this agent process running, which it does by default if you log into a linux machine via GUI.

You’re using putty to access that Azzure Ubuntu VM and you’re trying to run Azure_ArangoDB_Cluster.sh in there, right?

If you want to make the agent persistently available, you can edit your .bash_profile loginscript and add it there:
http://stackoverflow.com/questions/18880024/start-ssh-agent-on-login

and re-login to find it running.

You can also run it by hand on each login:

me@ubuntu:~$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-mJiV6G50CDvQ/agent.12345; export SSH_AUTH_SOCK;
SSH_AGENT_PID=12345; export SSH_AGENT_PID;
echo Agent pid 12345;

You then cut’n’paste the first two lines it printed back into your shell, and you’re ready to continue with Heikos script.

]]>
By: Martin Svensson https://arangodb.com/2015/05/azure-cluster/#comment-577 Wed, 03 Feb 2016 15:51:00 +0000 http://www.arangodb.com/?p=7735#comment-577 Hi Heiko,

I tried to follow your guide but unfortunately I only got to the error message “No SSH-Agent running”. I am using a vanilla Ubuntu 14.04 VM in Azure and followed every step you mentioned.

Any ideas of what’s going wrong?

]]>