Prepare the operating-system registry or scripts to automatically start and stop the database server.
Change the Informix password in the Service control application when you change the Informix password on Windows.
You can modify the UNIX startup script to initialize the database server automatically when your computer enters multiuser mode. You can also modify your UNIX shutdown script to shut down the database server in a controlled manner whenever UNIX shuts down.
To prepare the UNIX startup script, add UNIX and database server utility commands to the UNIX startup script so that the script performs the following steps.
ISA provides a sample UNIX script for startup and shutdown that you can customize in $INFORMIXDIR/etc/ids-example.rc.
If you plan to initialize multiple versions of the database server (multiple residency), you must reset ONCONFIG and INFORMIXSERVER and re-execute oninit for each instance of the database server.
For information about how to start the ISM server, see your IBM Informix Installation Guide.
If different versions of the database server are installed in different directories, you must reset INFORMIXDIR and repeat the preceding steps for each different version.
To shut down the database server in a controlled manner whenever UNIX shuts down, add UNIX and database server utility commands to the UNIX shutdown script so that the script performs the following steps.
If you are running multiple versions of the database server (multiple residency), you must reset ONCONFIG and re-execute onmode -ky for each instance.
If different versions of the database server are installed in different directories, you must reset INFORMIXDIR and repeat the preceding steps for each version.
In the UNIX shutdown script, the database server shutdown commands should execute after all client applications have completed their transactions and exited.
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]