Resetting the number of engines

When you first install Adaptive Server, the system is configured for a single engine. To use multiple engines, you must reset the number of engines the first time you restart the server. You may also want to reset the number of engines at other times. For example, you might want to:

max online engines controls the number of engines used by Adaptive Server. Reset this parameter with sp_configure. For example, to set the number of engines to 3, issue the following:

sp_configure "max online engines", 3

You must restart the server to reset the number of engines.

Repeat these steps whenever you need to change the number of engines. Engines other than engine 0 are brought online after recovery is complete.