localhost refused to connect.
I am using webODM with docker.
Is there anyway to know if my other 2 computers are connected to my clusterodm?
Please bear in mind I am not very code savy.
Yep got that bit, I can open localhost 10000 now.
Now I get to telnet, connects but just comes up with invalid to anything I try to type in there.
I guess I am up to trying to add nodes if I can get past the invalid part?
Ok Have that sorted, used putty instead. now it says offline yet it is running. I have another computer hooked up, no worries, just cant find my laptop, any suggestions? I have used node update to no avail as yet.
You will have to perform a node add <ipaddress> 3000. So for example, if the address for the machine your processing node were running on were 192.168.0.22, you would issue node add 192.168.0.22 3000.
Yes have added the other computer & main computer, they show up in the cluster, but the laptop wont connect as per picy below. Also cant seem to get the cluster to connect into webodm. I have followed the missing guide, numerous google links and this site but nothing seems to work. Is there a walkthrough guide somewhere that goes through it in detail or should I just sign up for a computer science course at tech?
So now I have all the nodes in the cluster, how can I tell if they are working? The other computers dont seem to registering any action in the task manager, shouldn’t they be spinning up a bit?
It looks like one of the nodes has received a request. To test, send a lot of jobs to the cluster and wait. Sometimes it takes a few minutes for the jobs to show up in the individual queues.
For posterity, I had this same issue on Windows 10.
You have to activate telnet with the -e flag if an escape character isn’t otherwise defined. I do: telnet -e \ localhost 8080 which allows me to use the backslash to escape.
Then, from you Microsoft Telnet prompt you send commands like: send NODE ADD some_ip_address 3000 and then hit enter to see the result. Then use escape key to return to the prompt.