Closed jashanka closed 9 years ago
Probably the client on machine B didn't registered to server A. When a client registers to server, you should see a message in server_log.log similar with the following:
15-01-15 16:06:54 INFO CeRpyc.py: 833: register_eps Registered client manager for user bogdan
-> Client from 11.126.32.20:34235
++ ['tsc-openflow_EP-1001', 'tsc-openflow_EP-1002'].
The TC's must be on server machine ( A ), no need to have TC's on client machines. A solution for you would be to mount them on server A using NFS.
Oh yes, now it's running without any change, you're right Sir, may be the client register was the issue. Thank you.
Before I close, small calrification, When TC's are in machine (A) and if I run them using remote EP of machine (B), does the script run on machine (B) ? I guess Yes.
Yes, the script runs at client machine, it is transferred from server to client machine automatically.
Wow that's really nice. Thank you Bogdan,
Hi,
These are the steps I followed (based on user guide '14.20 EP start-up')
[myEP] CE_IP = server 'A' address CE_PORT = 8000
Also please note that in GUI's logs section, I don't see remote EP but it's showing local EP. And is there a way to list TC's present in 'B' in GUI (I tried changing the path from GUI, but it lists only local machine dirs) Hopefully I've explained the problem properly, please revert if it isn't clear.