Running a project in parallel

Hi,

I created a project for installing new servers.
The project receives a number of parameters such as the IP address of the new server, geographic location, the name of the server, etc’.
Is there a way to run the project on multiple servers in parallel?


Cheers.

You would need to use a remote execution tool for windows. One such tool is psexec which you can find it at https://technet.microsoft.com/en-au/sysinternals/bb897553.aspx.

You could then use psexec to run FBCMD passing the location of the project to run and variables to run it with. All command line parameters for FBCMD are on the wiki page http://wiki.finalbuilder.com/display/FB8/Command+Line+Version.