Hi there,
I'm in the process of creating my little online render farm with AWS EC2.
I've got it all sorted out pretty well for animations rendering, but I would like to push it a step further for single image rendering.
I would like to be able to start a DR job on the master node and then be able to lunch instances on the fly and add them to the render.
My only concern is to have all the ips of the nodes before the actual render start.
Because the master node reads the vray_dr.cfg before the render starts and call all the nodes that are listed in there, I would need to have all the nodes ip before the render starts.
Because I don't know the ips before they starts, I can't add them in the vray_dr.cfg before hand.
Is there a way to interact with that file as the render is already started and hot plug them in the render as the render is already going?
Thanks
Stan
I'm in the process of creating my little online render farm with AWS EC2.
I've got it all sorted out pretty well for animations rendering, but I would like to push it a step further for single image rendering.
I would like to be able to start a DR job on the master node and then be able to lunch instances on the fly and add them to the render.
My only concern is to have all the ips of the nodes before the actual render start.
Because the master node reads the vray_dr.cfg before the render starts and call all the nodes that are listed in there, I would need to have all the nodes ip before the render starts.
Because I don't know the ips before they starts, I can't add them in the vray_dr.cfg before hand.
Is there a way to interact with that file as the render is already started and hot plug them in the render as the render is already going?
Thanks
Stan
Comment