Purpose
Adds a template to a disk group.
Syntax and Description
mktmpl -G diskgroup [--striping {coarse|fine}] [--redundancy {high|mirror|unprotected} ] [--primary {hot|cold}] [--secondary {hot|cold}] template
Table 10-65 lists the syntax options for the mktmpl
command.
Table 10-65 Options for the mktmpl command
Option | Description |
---|---|
|
Name of the disk group. |
|
Name of the template to create. |
|
Striping specification, either |
|
Redundancy specification, either |
|
Intelligent Data Placement specification for primary extents, either |
|
Intelligent Data Placement specification for secondary extents, either |
For information about adding templates, see "Adding Templates to a Disk Group".
Example
The following is an example of the mktmpl
command that adds the mytemplate
template to the data
disk group. The new template has the redundancy set to mirror and the striping set to coarse.