Now you want to add more dbspaces to the dbslice on all four coservers. The following example shows the onutil ALTER DBSLICE ADD DBSPACE command to add dbspaces dbsl.9 through dbsl.12 to all four coservers. This time, use cogroup_all to include all the coservers on the database server.
% onutil 1> ALTER DBSLICE dbsl ADD DBSPACE FROM 2> COGROUP cogroup_all 3> CHUNK "/dev/dbspaces/dbsl_1234" SIZE 1024;
The database server creates the additional dbspaces on the four coservers.
eds.1 | eds.2 | eds.3 | eds.4 |
dbsl.1 | dbsl.3 | dbsl.5 | dbsl.7 |
dbsl.2 | dbsl.4 | dbsl.6 | dbsl.8 |
dbsl.9 | dbsl.10 | dbsl.11 | dbsl.12 |