Home | Previous Page | Next Page   Logging and Log Administration > Managing Logical-Log Files > Adding a Logical-Log File or Logslice >

Altering a Logslice

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 ]