Home | Previous Page | Next Page   Informix Storage Manager > Configuring ISM >

Updating the onbar Script

If you configure ISM and ON–Bar to use a storage pool other than ISMData, you need to edit the onbar or onbar.bat script to direct ism_catalog to the storage pool that you are using. For example, if you use the ISMDiskData pool, make the following changes in the ism_catalog line of the onbar script:

UNIX Only

On UNIX, the command in the onbar script is:

\${INFORMIXDIR}/bin/ism_catalog -create_bootstrap -pool
ISMDiskData
End of UNIX Only
Windows Only

On Windows, the command in the onbar.bat script is:

%ISMDIR%\bin\ism_catalog -create_bootstrap -pool ISMDiskData
End of Windows Only

Warning:
If the onbar script selects a nonexistent storage pool, ON–Bar seems to hang and a message appears in the ISM log that an operation is waiting for the ISMData pool to be mounted.

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

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