To drop a storage space with onutil, use the DROP DBSPACE option, as the following examples illustrate.
This example drops a dbspace called dbspce5 and its mirrors.
% onutil 1> DROP DBSPACE dbspc5;
This example drops a dbspace that is part of a dbslice called dbsl.
% onutil 1> DROP DBSPACE dbsl.16;
After you drop the dbspace, you must perform a level-0 backup of the root dbspace and the modified dbspace on the affected coserver.
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]