Hello everyone,
I’d like to raise a question on a, probably, very trivial topic I’m really struggling with. First of all, I’d like to highlight I’m total newbie with Deadline product and I am now trying to setup a proof of concept test for remote rendering. However, I couldn’t find overall solution which (at least partially) explains the configuration steps to be followed.
As shown in the diagram, I have two machines:
local workstation with DB&Repository, RCS and client installed
I recently went through this myself… the docs aren’t great at orienting you…
No, the RCS is only needed server side. All clients (worker, monitor, etc…) can specify to access the repository via a path or remote. You can specify this at the time of installation or modifiy the deadline.ini on the worker afterwards:
2,3) AFAIK, the IO is left you to. Though there is an option to transfer the scene file, I don’t know if that works with remote connections. You could possibly use auxiliary files but I’ve never explored that.
One thing that really got me is the certificates. I suggest proofing the concept with HTTP to ensure everything else is working first. There are two sets of certificates; one for connecting directly to the DB and the other for the RCS. The RCS certificates can be generated when installing the DeadlineClient (not the repo). When prompted, say that you don’t have pre-existing certificates.
Also, when you go to generate the certs for the Remote Connection Server, be sure to not accidentally put them in the same folder as the database certs. As the database has a CA cert, and the RCS has an identically named CA. And overwriting one with the other is a major pain in the neck.