You can easily add coservers to expand the database server capacity, either for permanent tables or for special processing needs, without reinitializing the database server. You can add coservers to an Extended Parallel Server system that contains at least one coserver.
xctl onmode -sy
xctl onmode -ky
COSERVER n NODE node_name ... END
COSERVER n NODE node_name CAPABILITIES TEMPDATA ... END
COSERVER n NODE node_name CAPABILITIES COMPUTE ... END
(Do not add specific-purpose coservers to the sqlhosts file.) For more information, refer to the IBM Informix: Administrator's Guide.
For example, if you started with two coservers, enter:
xctl -c 1-2 -C oninit -sy
For example, if you added coservers 3 through 5, enter:
xctl -c 3-5 -C oninit -iy
If this step fails and a coserver cannot be added, you must delete it manually as described in Removing Specific-Purpose Coservers, redefine the coserver, and add it again.
For information, see Creating Storage Spaces for Coservers.