Installing Server > Maintenance tasks > Adding a new interviewing server to an existing cluster > Cluster Editor utilities > ClusterEditorUI.exe utility > Server processes
 
Server processes
The following list outlines the server process steps (prepare, install, reconfigure, attach, detach, and delete) when you work with UNICOM Intelligence cluster servers.
Adding an unprepared UNICOM Intelligence server (physical or virtual): Prepare step (from a separate, single computer cluster)
User interface action
Click Prepare Server.
The new server is added to the left pane cluster tree as a new server (identified with the Configured icon , and a blank configuration form displays in the right pane.
Command line equivalent
Precondition: NewServer.config file is manually created.
ClusterEditor.exe \\SiteInstallDir\DataCollectionSitePrep.ini -prepare \\SiteInstallDir\NewServer.config
Operation
1 System updates the cluster configuration file DataCollectionSitePrep .ini; the new server status is set as Configured.
2 System creates silent response files (<ServerName>.iss) for silent installation.
Fill in the configuration details and click Save.
Adding an unprepared UNICOM Intelligence server (physical or virtual): Install step 1
User interface action
See the UNICOM Intelligence Installation Guide for more information.
Command line equivalent
If the cluster was ever installed within a normal node, the passwords must be manually input (instead of NOT_SET) for the service user, anonymous user, and DPMAdmin:
See the silent installation instructions in the UNICOM Intelligence Installation Guide for more information.
Operation
1 The UNICOM Intelligence installer installs software with configured roles and settings.
2 The UNICOM Intelligence installer updates the server status to Installed in the DataCollectionSitePrep .ini file.
Adding an unprepared UNICOM Intelligence server (physical or virtual): Install step 2
User interface action
Starting the Cluster Editor in this state displays the server in an installed status (identified with the Installed icon ). Select the new server and click Detach Server.
Command line equivalent
ClusterEditor.exe \\SiteInstallDir\DataCollectionSitePrep.ini -detach NewServerName
Operation
1 System removes the server from the cluster.
2 System sets the server status as Detached in theDataCollectionSitePrep .ini file.
Adding a prepared UNICOM Intelligence server (physical or virtual): Reconfigure step (from the target cluster, if required)
User interface action
None (must use command line)
Command line equivalent
ServerConfig.exe \\SiteInstallDir\DataCollectionSitePrep.ini
Operation
1 System updates the new server to match the cluster.
2 System adds the new server information in DataCollectionSitePrep .ini; the server status is Detached.
Adding a prepared UNICOM Intelligence server (physical or virtual): Attach step
User interface action
1 Select File > Refresh in the Cluster Editor utility.
The server displays with the Detached or Installed icon.
2 Click Attach Server.
Command line equivalent
ClusterEditor.exe \\SiteInstallDir\DataCollectionSitePrep.ini -attach NewServerName
Operation
1 System adds the server to the cluster.
2 System updates the server status to Attached inDataCollectionSitePrep .ini.
Server included in cluster: Delete step
Click Delete Server.
The server is removed from the cluster tree.
Command line equivalent
ClusterEditor.exe \\SiteInstallDir\DataCollectionSitePrep.ini -delete NewServerName
Operation
1 System removes the server from the cluster.
2 The server information is removed from DataCollectionSitePrep .ini.
See
ClusterEditorUI.exe utility