Jump to content

Hi,

 

Id like to get some control and automation on the render farm at work. Currently theres no deployment manager or anything like that on them so i have to manually install software on all of them which takes an age.

Can anyone recommend or ELI5 a method of deploying new software installs or updates to all of the machines?

 

Thanks :)

Link to comment
https://linustechtips.com/topic/1021867-mass-install-software-on-a-render-farm/
Share on other sites

Link to post
Share on other sites

39 minutes ago, Electronics Wizardy said:

What os?

 

You can use group policy in windows or ansible in linux.

Windows Server 2012. Could you point me to some info on group policy? Im not a network admin or anything ive sort of inhereited all of this haha

Link to post
Share on other sites

1 hour ago, jpjapers said:

Windows Server 2012. Could you point me to some info on group policy? Im not a network admin or anything ive sort of inhereited all of this haha

Make a domain and put all the servers in the domain first

then follow this for installing software.

https://support.microsoft.com/en-us/help/816102/how-to-use-group-policy-to-remotely-install-software-in-windows-server

Link to post
Share on other sites

-= Moved to Servers & NAS =-

COMMUNITY STANDARDS   |   TECH NEWS POSTING GUIDELINES   |   FORUM STAFF

LTT Folding Users Tips, Tricks and FAQ   |   F@H & BOINC Badge Request   |   F@H Contribution    My Rig   |   Project Steamroller

I am a Moderator, but I am fallible. Discuss or debate with me as you will but please do not argue with me as that will get us nowhere.

 

Spoiler

Character is like a Tree and Reputation like its Shadow. The Shadow is what we think of it; The Tree is the Real thing.  ~ Abraham Lincoln

You have enemies? Good. That means you've stood up for something, sometime in your life.  ~ Winston Churchill

Reputation is a Lifetime to create but takes only seconds to destroy.

Docendo discimus - "to teach is to learn"

 

  

 CHRISTIAN MEMBER 

 
 
 
 
 
 

 

Link to post
Share on other sites

if you really want to mass deploy this a deployment server is your best bet, not only can you deploy many at the same time, the image can be pre configured with the software, configuration and settings you need right out of the box allowing the machine to be used in the production environment faster

since you are using a windows domain using the windows deployment services role in windows server is your best option (a. it's officially supported and b. you can find quite a lot of help for it)

here is how to set it up:

https://thesolving.com/server-room/configuring-and-using-windows-deployment-services-wds/

and how to create a custom deployment image based in an existing installation (it's a complex but a nessery step for a pre configured image of windows)

https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/deploy-a-custom-image

(install the software, drivers and do what you need to do to prepare the machine for the master image before step 2.2, you don't need a network location, you can do it on a local machine, after step 5 import the .wim file in WDS and your image is ready for deployment)

quote me if i have missed anything (quite possible, nothing is ever perfect)

*Insert Witty Signature here*

System Config: https://au.pcpartpicker.com/list/Tncs9N

 

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×