To edit the new ONCONFIG file, use a text editor.
In the new configuration file, you must change the following configuration parameters:
The SERVERNUM parameter specifies an integer (between 0 and 255) associated with a database server configuration. Each instance of a database server on the same host computer must have a unique SERVERNUM value. For more information, refer to The Role of the SERVERNUM Configuration Parameter.
The DBSERVERNAME parameter specifies the dbservername of a database server. It is suggested that you choose a name that provides information about the database server, such as ondev37 or hostnamedev37. For more information, refer to DBSERVERNAME Configuration Parameter.
The MSGPATH parameter specifies the pathname of the message file for a database server. You should specify a unique pathname for the message file because database server messages do not include the dbservername. If multiple database servers use the same MSGPATH, you cannot identify the messages from separate database server instances. For example, if you name the database server ondev37, you might specify /usr/informix/dev37.log as the message log for this instance of the database server.
The ROOTPATH and ROOTOFFSET parameters together specify the location of the root dbspace for a database server. The root dbspace location must be unique for every database server configuration.
If you put several root dbspaces in the same partition, you can use the same value for ROOTPATH. However, in that case, you must set ROOTOFFSET so that the combined values of ROOTSIZE and ROOTOFFSET define a unique portion of the partition. For more information about ROOTPATH and ROOTOFFSET, refer to the chapter on configuration parameters in the IBM Informix: Administrator's Reference.
You might also need to set the MIRRORPATH and MIRROROFFSET parameters. If the root dbspace is mirrored, the location of the root dbspace mirror must be unique. For information about setting MIRRORPATH, refer to Steps Required for Mirroring Data.
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]