Configuration Server
Contents
[hide]If you want Configuration Server to operate with the Configuration Database, you must install Configuration Server in Master mode. This Configuration Server must be configured through a local configuration file.
- The procedures given in this section are for deploying a primary Configuration Server. To deploy a Configuration Server Proxy, refer to Configuration Server Proxy for relevant installation instructions. To install a backup Configuration Server, refer to Redundant Configuration Servers.
- Refer to the Framework 8.5 External Authentication Reference Manual for information about Configuration Server's External Authentication feature and for relevant deployment instructions.
Deploying Configuration Server
For more information about the Configuration Server configuration file, see Configuration Server Configuration File. For information about Configuration Server configuration options and their values, refer to the Framework Configuration Options Reference Manual.
1. Install Configuration Server. [+] Show steps
Installing Configuration Server on UNIX
When the installation process is finished, a message indicates that installation was successful. The process places Configuration Server in the directory specified during the installation process. The installation script also writes a sample configuration file, confserv.sample, in the directory in which Configuration Server is installed. If you chose to configure the Configuration Server during installation, the sample configuration file, confserv.sample, is renamed confserv.conf, and the parameters specified in Steps 9 through 11 are written to this file. If you chose to configure the Configuration Server after installation, you must manually rename the sample file confserv.conf and modify the configuration options before you start Configuration Server. Go to the next step.
Installing Configuration Server on WindowsWarning Genesys does not recommend installation of its components via a Microsoft Remote Desktop connection. The installation should be performed locally.
As a result of the installation, the wizard adds Application icons to the:
|
2. Configure Configuration Server. If you manually installed Configuration Server on Windows, it was configured automatically during the installation process. You can skip this step. If you manually installed Configuration Server on UNIX and chose not to configure it during the installation process, you must configure it now. [+] Show stepsPrerequisites
Procedure
End of procedure |
3. If required, configure Configuration Server for multi-language environment support. [+] Show stepsEnable Configuration Server to Support UTF-8 Encoding in Multi-language EnvironmentsAdd the following options to the confserv (for Configuration Server) or csproxy (for Configuration Server Proxy) section of the configuration file:
For more information about these options, refer to the Framework Configuration Options Reference Manual. |
4. Start Configuration Server. [+] Show stepsParametersFor descriptions of command-line parameters specific to Configuration Server, refer to Configuration Server. Important Use the -c command line option to point Configuration Server to a configuration file with the name other than the default name (confserv.conf on UNIX or confserv.cfg on Windows). For example, confserv -c <configuration file name>.Prerequisites
Starting Configuration Server on UNIXGo to the directory in which Configuration Server is installed and do one of the following:
sh run.sh
confserv [<additional parameters and arguments as required>]
Starting Configuration Server on WindowsDo one of the following:
confserv.exe [<additional parameters and arguments as required>]
|
Configuration Server Configuration File
At a minimum, the configuration file contains the Configuration Server, Configuration Database, and Log sections.
The Configuration Server section contains the configuration options that define Configuration Server. The name of the section corresponds to the name of the Configuration Server Application object. For the initial installation of Configuration Server, it is called confserv by default. You can choose to rename this Configuration Server later. In all other cases, or if you rename the initial Configuration Server, the name of this section will be different. The server configuration option in this section specifies the name of the Configuration Database section.
By default, the Configuration Database section does not have a name. The section name must be the same as the value of the server configuration option that you specified in the Configuration Server section. The Configuration Database section contains information about the Configuration Database.
The name of the Log section is log. This section contains configuration information about the logging to be done by Configuration Server.
You can find a sample Configuration Server configuration file in the Framework Configuration Options Reference Manual.
Configuring Configuration Server Logging
If you plan to use the centralized logging and auditing functionality of the Management Layer, specify appropriate log options in the Configuration Server configuration file before you start using Configuration Server. Most importantly, enable the network log output (for example, create a new option called standard and set its value to network). Refer to the Framework Configuration Options Reference Manual for more information.
Changing Configuration Server Port Assignments
When you install Configuration Server, you specify values for the listening and management ports in the configuration file. You can change these values at any time.
Changing these port assignments depends on the type of port. To change the value of the management port, you must update the configuration file with the revised information, and restart Configuration Server.
Changing the value of the listening port is more complex. As described in Multiple Ports on Configuration Server, Configuration Server reads its listening port assignment from the configuration file once, at initial startup. For subsequent startups, it reads the port value from the Configuration Database. Therefore, you must change the value in the Configuration Database by modifying the Port property of the Configuration Server Application object.
Prerequisites
- You are logged in to Genesys Administrator.
Procedure
- In Genesys Administrator, select the Provisioning tab, go to Environment > Applications, and double-click the Configuration Server Application object for which you want to change the listening port.
- On the Configuration tab, open the Server Info section.
- In the list of Listening Ports, do one of the following:
- Click the port number that you want to change, enter the new port number, and either click outside of the edit box or press Enter.
- Highlight the port that you want to change and click Edit. On the General tab of the Port Info dialog box, enter the new port number in the Port text box. Then click OK to close the Port Info dialog box.
- Click Save or Save & Close in the toolbar to save your configuration changes.
Encrypting the Configuration Database Password
You can use Configuration Server to encrypt your password for accessing the Configuration Database so that it does not appear in plain text in the Configuration Server logs. This improves the security of your configuration data.
You can encrypt the password at any time, either during installation, or later. However, keep in mind that Configuration Server must be stopped during the encryption process.
For instructions on encrypting the Configuration Database password, refer to the Genesys 8.1 Security Deployment Guide.