Home | Previous Page | Next Page   Post-Installation Tasks > Configuring Dynamic Server >

Completing the Configuration Worksheet

You need the following information to respond to prompts during database server configuration, which appears at the end of the installation process.

Database Server Number

The database server number uniquely identifies a database server if more than one instance of the database server is installed. If only one instance of the database server is installed, set this number to 0. The database server number that you specify is the value for the SERVERNUM configuration parameter.

The database server uses configuration parameters, set in the onconfig file, during initialization. For more information about configuration parameters and the onconfig file, see the "Configuration Parameters" chapter of the IBM Informix: Dynamic Server Administrator's Reference.

To determine how many instances of the database server are installed, run the Server Instance Manager program (choose Start > Programs > IBM Informix Dynamic Server 10.0 > Server Instance Manager). For more information, see

Database Server Name

The database server name identifies the database server to client applications. In most cases, you can choose the default value. The database server name that you specify is the value for the DBSERVERNAME configuration parameter.

Database server names must begin with a letter and can contain only letters, numbers, and the underscore character.

Service Name and Port Number

Specify the service name and port number for the TCP/IP network protocol.

The service name specifies the servicename entry and the port number specifies the port entry for the database server in the sqlhosts registry.

If only one database server instance exists on the computer, the installation program provides default values. It is recommended that you use these default values. For subsequent instances, you must provide unique values.

Root Dbspace Name, Location, and Size

A dbspace is a logical collection of chunks to which databases and tables are assigned. The root dbspace is the initial dbspace that the database server creates and is the default dbspace location for any database created with the CREATE DATABASE statement.

The root dbspace contains reserved pages and internal tables that describe and track all other storage components. For more information on dbspaces and the root dbspace, see the IBM Informix: Administrator's Guide.

Specify the storage location and disk-space size for the root dbspace:

Use the TBLTBLFIRST and TBLTBLNEXT configuration parameters to specify the first and next extent sizes for the tblspace tblspace in the root dbspace that is created when the server is initialized. These parameters can be added if they are not in the standard onconfig file.

Default Sbspace Name, Location, Size, and Page Size

An sbspace is a logical storage area that the database server uses to store smart large objects (CLOB and BLOB data). The default sbspace is where the database server stores a smart large object if you do not specify an sbspace name when you create the smart large object. The database server also uses the default sbspace to store user-defined statistics.

Specify the primary and mirrored data-storage location for the default sbspace:

For more information about sbspaces, see the IBM Informix: Administrator's Guide.

Shared Server Definition Computer

Specify the computer on which to update the sqlhosts registry information with the shared server definition for the new database server instance and administrative tools as follows:

Configuration Worksheet

Use the above information to fill out the Configuration Worksheet. This information will help you respond to the prompts during database server configuration.

IBM Informix Database Server Configuration Worksheet
Database Server Number ___________________________________________
Database Server Name ___________________________________________
TCP/IP Configuration

Service Name:

___________________________________________

Port Number:

___________________________________________

Root Dbspace

(for Custom installation method)
Name:

___________________________________________

Primary Location:

___________________________________________

Mirror Location:

___________________________________________

Size:

___________________________________________

Default Sbspace

(for Custom installation method)
Name:

___________________________________________

Primary Location:

___________________________________________

Mirror Location:

___________________________________________

Size:

___________________________________________

Page Size:

___________________________________________

Shared Server Definition Computer

_ Local

_ Remote (name of computer):

___________________________________________

Initialize Server

_ Yes

_ No

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