mrconfig dg create raid0

Creates a disk group striped for RAID 0.

The mrconfig dg create raid0 command creates a disk group striped for RAID 0. When you create a disk group, MapR assigns one of the disks as the device path of the disk group. After you create a disk group, you are ready to create a storage pool on the disk group.

See mrconfig for instructions about running mrconfig commands.

Syntax

/opt/mapr/server/mrconfig dg create raid0 [-d <stripeDepth>] <path>

Parameters

Parameter

Description

-h

host IP address; default 127.0.0.1

-p

The MapR File System port; default 5660

-d

The stripe depth in 8K blocs; default 128 (1 MB)

path

The device path of each of the disks to add to the disk group; example /dev/sdc /dev/sdd /dev/sde

Examples

Create a disk group striped for RAID 0 with a stripe depth of 24 on a local node
/opt/mapr/server/mrconfig dg create raid0 -d 24 /dev/sdc /dev/sdd /dev/sde