You can use onutil to replace a logical-log file with a new one of different size or location.
% onutil 1> SET LOGSIZE 50000;
% onutil 1> CREATE LOG dbspace logspace3; Logical log successfully added. 2> CREATE LOG dbspace logspace4; Logical log successfully added. 3> CREATE LOG dbspace logspace5; Logical log successfully added.
% onutil 1> DROP LOG 1 coserver eds.3; Logical log 1 successfully dropped. 2> DROP LOG 2 coserver eds.3; Logical log 2 successfully dropped. 3> DROP LOG 3 coserver eds.3; Logical log 3 successfully dropped.
You can use onutil to replace a logslice with a new one of different size or location.
% onutil 1> SET LOGSIZE 2000;
% onutil 1> CREATE LOGSLICE mylogslice_new 2> IN DBSLICE slice5; Logslice successfully added.
% onutil 1> DROP LOGSLICE mylogslice_old; Logslice successfully dropped.
For more information on the onutil DROP LOG command, onutil CREATE LOGICAL LOG command, onutil DROP LOGSLICE command, and onutil CREATE LOGSLICE command, see the utilities chapter in the IBM Informix: Administrator's Reference.
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]