Home | Previous Page | Next Page   Database Reference > Configuration Parameters >

DBSERVERNAME

onconfig.std
value
None
onconfig.xps
value
(XPS)
xps
if not present
On UNIX: hostname
On Windows NT: ol_hostname
(The hostname variable is the name of the host computer.)
range of values
Up to 128 lowercase characters

DBSERVERNAME must begin with a letter and can include any printable character except the following characters:

takes effect
When shared memory is initialized. The sqlhosts file or registry of each database server that communicates with this database server might need to be updated. In addition, the INFORMIXSERVER environment variable for all users might need to be changed.
refer to
DBSERVERNAME configuration parameter in the chapter on client/server communications in the IBM Informix: Administrator's Guide

When you install the database server, specify the dbservername. DBSERVERNAME specifies a unique name associated with this specific occurrence of the database server. The value of DBSERVERNAME is called the dbservername. Each dbservername is associated with a communication protocol in the sqlhosts file or registry. If the database server uses multiple communication protocols, additional values for dbservername must be defined with the DBSERVERALIASES configuration parameter.

Client applications use dbservername in the INFORMIXSERVER environment variable and in SQL statements such as CONNECT and DATABASE, which establish a connection to a database server.

Important:
To avoid conflict with other instances of Informix database servers on the same computer or node, it is recommended that you use DBSERVERNAME to assign a dbservername explicitly.

Client applications can connect to any coserver in Extended Parallel Server. The database server appends the number of the coserver to the dbservername to form a coserver name (unless the dbservername is a dbserver group name). You associate each coserver name with a communication protocol in the sqlhosts file. If the database server uses multiple communication protocols, additional values for coserver name must be defined with the DBSERVERALIASES configuration parameter.

Warning:
Do not change the DBSERVERNAME configuration parameter to use a different communication protocol. Use a value that you specified in the DBSERVERALIASES configuration parameter instead.

For more information on coserver names, see preparing the connectivity information in the chapter on configuring the database server in the IBM Informix: Administrator's Guide.

Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]