Home | Previous Page | Next Page   Configuring ISM Server Properties >

Using ISM Configuration Parameters to Change the Volume Pool Name

The following parameters, when listed in the ONCONFIG configuration file for the database server, affect how the ISM server handles backup and restore requests.

ONCONFIG Parameter
Effect on ISM Server
ISM_DATA_POOL
If present in the ONCONFIG file, this parameter specifies the volume pool to be used for backing up dbspaces and other storage spaces. The value for this parameter can be any volume pool that ISM recognizes. If this parameter is not present, ISM uses the ISMData volume pool.
ISM_LOG_POOL
If present in the ONCONFIG file, this parameter specifies the volume pool to be used for backing up logical logs. The value for this parameter can be any volume pool that ISM recognizes. If this parameter is not present, ISM uses the ISMLogs volume pool.

The following volume pool names are recommended:

You can direct storage-space and logical-log backups to the same device. In the following example, ISMDiskData is the volume pool name for both storage-space and logical-log backups. However, you can specify any volume pool name in the ONCONFIG file as follows:

ISM_DATA_POOL ISMDiskData
ISM_LOG_POOL ISMDiskData

If you change the name of either ISMData or ISMLogs, you must also complete the following steps:

If you choose not to use ISM, remove the create_bootstrap command from the onbar script or onbar.bat script.

UNIX Only

On Solaris, if you are a member of the bargroup, it should be your primary group.

End of UNIX Only

For information on the onbar script, see the IBM Informix: Backup and Restore Guide.

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