Home | Previous Page | Next Page   Fault Tolerance > Using Mirroring > Managing Mirroring in Extended Parallel Server >

Starting Mirroring for New Dbspaces and Dbslices

To start mirroring when you create a new dbslice, use the onutil CREATE DBSLICE command with the MIRROR clause. The following example shows how to create a dbslice with mirroring for all of its dbspaces:

% onutil
1> create dbslice acctg_sl
2> from cogroup acctg_cogroup 
3> chunk "/dev/dbsl_acctg.%r(1..2)"
4> offset 1024 size 1024
5> mirror "/dev/mirr_dbsl_acctg.%r(1..2)";
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]