After you add dbspaces to a dbslice in a logslice, you can use the onutil ALTER LOGSLICE ADD LOGS command to add logical-log files in the new dbspaces. Execute the following command to add log files to logslice mylogslice. Each new dbspace in the dbslice gets a new logical-log file.
% onutil ALTER LOGSLICE mylogslice ADD LOGS;
The new log files are available for use immediately.
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]