Home | Previous Page | Next Page   Utility Reference > onutil: Check, Define, and Modify Storage Objects > ALTER DBSLICE ADD DBSPACE >

Altering a Simple Dbslice

The following example shows the onutil ALTER DBSLICE ADD DBSPACE command that adds a dbspace to the dbslice dbsl on coserver eds.1. The dbslice must exist.

% onutil
1> ALTER DBSLICE dbsl ADD DBSPACE
2> FROM COGROUP eds.1
3> CHUNK "/dev/dbsl_more" SIZE 2048;
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]