Server group naming
For each server group, you define a common server name alias and apply it to each server in the server group. The server name alias corresponds to the Server-Name parameter. This alias identifies the server group in workflow so that the workflow can run correctly on any server in the group. The alias is also used for items such as notification shortcuts and web URLs used in notifications.
You must also define a unique name for each server in the group so that the servers in the group can identify each other and so that you can direct administrative or specialized operations to a specific server. Both the server alias name and the unique names must be able to resolve by DNS.
This documentation assumes that if there is more than one BMC Remedy AR System server pointing to the same database, that work is directed to the individual servers via some automated functionality (such as a hardware or software load balancer), or through manual configuration (such as directing some users to one server and other users to another server). It is also possible that one server is used primarily for users while the other server is used for automations and integrations. In any case, the actual configurations for various settings, such as the server name alias, need to be considered for the specific environments.
Server name alias
All AR System servers in a group must have the same server name parameter. This is specified in the Administration Console as the Server Name Alias field. This field is located in AR System Administration Console > General > Server Information, on the Platform tab. A server name alias is always interpreted as the current server.
If your server group uses a load balancer, the common Server-Name parameter must be the same as the short DNS name of the load balancer. This option is used in multiple server installations to differentiate servers. To change the server name, add the following option to the configuration file:
Server-Name — <server name alias>
If a server belongs to a server group and you use a common server alias, you must also specify the Server-Connect-Name option. For more information, see Server-Connect-Name.
Clients can, therefore, be directed to the load balancer by using the server name parameter.
Server-Connect-Name
Name of the computer where the AR System Server is installed. By default, a server in a server group uses a fully qualified server name with domain to identify itself. Other servers in the group use this name to communicate.
To change the server name, add the following option to the configuration file:
Server-Connect-Name — <mycomputername>
Server-Connect-Name — <myComputerName.domain.com>
This option is required if you specify a common server alias.
This name must be resolvable by DNS and is used exactly as specified. For more information, see Configuring-server-groups.
Unique names for each server
Each server in a server group needs a uniquely defined name to identify itself to other servers in the group. Usually this is the host name of the computer where the server is installed.
To identify the unique name for each server in the group, the following line is added to each server's configuration file:
DNS must be able to resolve this name, and it is used exactly as specified (that is, no domain name is appended). Each server uses this name to register as a server group member. Other servers in the group use the name when communication between servers is required. In addition, various external server components use the name when connecting to the local server. This name can be specified as either the short name or the fully qualified name.
Server group name
The server group name was used in some earlier releases in relationship to licensing, but it is no longer necessary to set this value. In release 7.5.00 and later, this setting is not used. However, there is still a field for it in the Administration Console. The field can be left blank.
Related topic