I've got a 150 node render farm and needless to say I don't want to have to do an individual install on each one of these machines in order to upgrade to the new version of Vray. Is it possible for me to copy individual files into the Max folders of these machines that will complete the upgrade process?
Announcement
Collapse
No announcement yet.
install over a network
Collapse
X
-
i will have to look into the command line installer, i didn't know you could do that. up to this point i have been copying the vray files into the proper directories with a .bat file.
when i set up a render node, i copy a .bat file into the startup directory. the only thing this batch file does is call another batch file on the server.
the batch file on the server contains all of the necessary command lines to update the renderfarm. it doesn't matter if it is running the 3dsmax installer, or copying the vray files to the machine.
Comment
-
Originally posted by crazy homeless guyi will have to look into the command line installer, i didn't know you could do that. up to this point i have been copying the vray files into the proper directories with a .bat file.
when i set up a render node, i copy a .bat file into the startup directory. the only thing this batch file does is call another batch file on the server.
the batch file on the server contains all of the necessary command lines to update the renderfarm. it doesn't matter if it is running the 3dsmax installer, or copying the vray files to the machine.
Comment
-
Originally posted by gfa2
Have you tried this with 1.5?
i did roll out 1.5rc3 with it with no problems. to get DR to work, I had to create a directory in the program files, and copy those files over as well.
is the final version of 1.5 a lot different than the release candidates?
Comment
-
Originally posted by crazy homeless guyOriginally posted by gfa2
Have you tried this with 1.5?
Comment
-
Originally posted by gfa2Originally posted by crazy homeless guyOriginally posted by gfa2
Have you tried this with 1.5?
Comment
-
Originally posted by gfa2
I had DR working in RC3 just fine, but it looks like the installation for 1.5 is a little different and I can't just copy the installed files to all my renderfarm PC's like I used too. The only way I can get DR to work is by installing straight from the executable on each PC. I guess the file that I'm really looking for is the one that says the IP address of the dongle. I don't know where that information is stored.
oh the headache. i guess when i do get 1.5 final, i need to make sure we have some time between projects to troubleshoot the install.
did you check the common files directory in program files for the ip information?
C:\Program Files\Common Files\ChaosGroup
Comment
-
Originally posted by gfa2I found the file that Eric mentioned and it does have the IP address in it so the batch file install might still work. I'll let you know once I give it a test.
<VRLClient>
<LicServer>
<Host>localhost</Host>
<Port>30304</Port>
<!Proxy></!Proxy>
<!ProxyPort>0</!ProxyPort>
<User></User>
<Pass></Pass>
</LicServer>
</VRLClient>
Comment
-
Originally posted by crazy homeless guyOriginally posted by gfa2I found the file that Eric mentioned and it does have the IP address in it so the batch file install might still work. I'll let you know once I give it a test.
<VRLClient>
<LicServer>
<Host>localhost</Host>
<Port>30304</Port>
<!Proxy></!Proxy>
<!ProxyPort>0</!ProxyPort>
<User></User>
<Pass></Pass>
</LicServer>
</VRLClient>
Batch on!!!
Comment
-
is there somewhere with a bit of instruction on how to do the command line install? I only have 20 machines to go, but that still takes a while individually.
Usually I use our KVM switch (in which the mouse is pretty useless because it's never registered the same on all monitors) to run a bat file I created that ends any copies of max that are running as well as the server. Then copies the installer to a temp directory on C: then run that file.
Then I'd just go through the whole thing with the keyboard.
One thing that sucked about this release is I wasn't able to do that because on a few of the "pages" in the installer there was nothing active. I tried tab, alt, space, combinations of shift ctrl alt tab and space and I couldn't get anything to activate. So I had to turn off broadcast on the KVM and click through one by one.
If there is an example of an xml file with ALL available fields that would be awesome too. I want to be as efficient as possible while keeping up the renderfarm.
Comment
Comment