Installing Server > Maintenance tasks > Adding a new interviewing server to an existing cluster > Manually update files on the primary server
 
Manually update files on the primary server
To add a new Interviewing Server to an existing cluster with live respondents, without disrupting the service for respondents currently taking surveys, follow the steps listed below (this is a general overview, not a detailed set of instructions).
1 Go through the pre-installation checklist for the new server.
2 Make a back-up copy of DataCollectionSitePrep.ini from the original installation and also of key areas of your system such as FMRoot and Projects.
3 Edit DataCollectionSitePrep.ini from the original installation to reflect the new servers you want to add, as follows:
Increment the value of InterviewServer as appropriate.
Add a new InterviewServern entry to the [InterviewServer] section giving the name, port, and protocol to be used for communicating with this server.
4 Double check DataCollectionSitePrep.ini to verify its accuracy.
5 Go to the mrInterviewSiteInstallation directory and run the installation program from there.
6 Navigate to:
[INSTALL_FOLDER]\IBM\SPSS\DataCollection\<version>\DDL\Code\Tools\VB.Net\DPMExplorer.Net
and then double-click DPMExplorer.exe.
7 In the left frame, click Clusters.
8 In the upper right frame, click DefaultCluster.
The property's value is displayed in the lower right-hand frame.
9 In the lower right frame, add the name of the new interviewing server to the IVServerList variable (names must be separated with semicolons) and click Apply.
10 Close DPM Explorer.
11 On the original interviewing server, do the following:
Navigate to C:\Program Files\Common Files\IBM\SPSS\DataCollection\<version>\ProjectMgmt and edit pm.ini. Add the name of the new interviewing server to the IVServerList variable (names must be separated by semicolons).
Open a command prompt, and then navigate to C:\Program Files\Common Files\IBM\SPSS\DataCollection\<version>\ProjectMgmt. Type pmsetup.
12 Back on the new interviewing server, open a command prompt, type RegIntSvr /u /d to unregister and disable the server temporarily.
This allows you to activate projects on the server while ensuring that the server does not start interviews. If you start the Interview Engine at this point, the Web server will try to send interviews to the new server, but because the .mdd file does not exist on that server, respondents will be redirected to another server in the cluster.
13 Copy the folders for active jobs from the File Management folder (FMRoot\Master) into the new server's Projects folder.
14 At a command prompt, type RegIntSvr /e to register and enable the interviewing server.
See
Adding a new interviewing server to an existing cluster