Client server selection

(imported topic written by Aristo91)

In our environment we have two separate BigFix servers, one is for testing purposes and the other one is our production server.

Is it possible ,during bes client installation, to set to which one of servers the client will connect to.

We also wanted to know if it is possible to migrate installed client from one environment to another.

Thanks.

(imported comment written by Bhushan_Chirmade)

This can be controlled by keeping both masthead files under some directory and depending on the server selected just move the masthead file to the installer location. Directory structure would be like this:

./setup.exe

./mastheads/server1.afxm

./mastheads/server2.afxm

./installClient.vbs

installClient.vbs will accept the name of the bigfix server and will move appropriate masthead file to upper level directory so if you run the vbscript like this:

cscript installClient.vbs server1 then directory structure will change to following:

./setup.exe

./masthead.afxm

./mastheads/server2.afxm

./installClient.vbs

Remember the file name has to be masthead.afxm.