Oracle® Database Storage Administrator's Guide 11g Release 2 (11.2) Part Number E10500-02 |
|
|
View PDF |
This section describes the ASMCMD template management commands.
Table 12-47 provides a summary of the template management commands.
Table 12-47 Summary of ASMCMD Template Management Commands
Command | Description |
---|---|
Changes the attributes of a template. |
|
Lists all templates or the templates for a specified disk group. |
|
Adds a template to a disk group. |
|
Removes a disk group template. |
Purpose
Changes the attributes of a template.
Syntax and Description
chtmpl
-G
diskgroup
{ [--striping
{coarse
|fine
}]
[--redundancy
{high
|mirror
|unprotected
} ] [--primary
{hot
|cold
}]
[--secondary
{hot
|cold
}]} template
Table 12-48 lists the syntax options for the chtmpl
command.
Table 12-48 Options for the chtmpl Command
Option | Description |
---|---|
|
Name of the disk group. |
|
Name of the template to change. |
|
Striping specification, either |
|
Redundancy specification, either |
|
Intelligent Data Placement specification for primary extents, either |
|
Intelligent Data Placement specification for secondary extents, either |
At least one of these options are required: --striping
, --redundancy
, --primary
, or --secondary
.
For information about updating templates, see "Modifying a Disk Group Template".
Example
The following is an example of the chtmpl
command that updates the mytemplate
template of the data
disk group. The redundancy attribute is set to high and the striping attribute is set to fine.
Purpose
Lists all templates or the templates for a specified disk group.
Syntax and Description
lstmpl
[-Hl
] [-G
diskgroup
] [pattern
]Table 12-49 lists the syntax options for the lstmpl
command.
Table 12-49 Options for the lstmpl command
Option | Description |
---|---|
|
Specifies disk group name. |
|
Suppresses column headings. |
|
Displays all details. |
|
Displays the templates that match pattern expression. |
For information about template attributes, see "Template Attributes".
Example
The following is an example of the lstmpl
command. The example lists all details of the templates in the data
disk group.
Example 12-51 Using lstmpl
ASMCMD [+] > lstmpl -l -G data Group_Name Group_Num Name Stripe Sys Redund PriReg MirrReg DATA 1 ARCHIVELOG COARSE Y MIRROR COLD COLD DATA 1 ASMPARAMETERFILE COARSE Y MIRROR COLD COLD DATA 1 AUTOBACKUP COARSE Y MIRROR COLD COLD DATA 1 BACKUPSET COARSE Y MIRROR COLD COLD DATA 1 CHANGETRACKING COARSE Y MIRROR COLD COLD DATA 1 CONTROLFILE FINE Y HIGH COLD COLD DATA 1 DATAFILE COARSE Y MIRROR COLD COLD DATA 1 DATAGUARDCONFIG COARSE Y MIRROR COLD COLD DATA 1 DUMPSET COARSE Y MIRROR COLD COLD DATA 1 FLASHBACK COARSE Y MIRROR COLD COLD DATA 1 MYTEMPLATE FINE N HIGH COLD COLD DATA 1 OCRFILE COARSE Y MIRROR COLD COLD DATA 1 ONLINELOG COARSE Y MIRROR COLD COLD DATA 1 PARAMETERFILE COARSE Y MIRROR COLD COLD DATA 1 TEMPFILE COARSE Y MIRROR COLD COLD DATA 1 XTRANSPORT COARSE Y MIRROR COLD COLD
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 12-50 lists the syntax options for the mktmpl
command.
Table 12-50 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 add the mytemplate
template to the data
disk group. The new template has the redundancy set to mirror and the striping set to coarse.
Purpose
Removes a template from a disk group.
Syntax and Description
rmtmpl
-G
diskgroup
template
Table 12-51 lists the syntax options for the rmtmpl
command.
Table 12-51 Options for the rmtmpl Command
Option | Description |
---|---|
|
Name of the disk group. |
|
Name of the template to delete. |
For information about template attributes, see "Template Attributes".
Example
The following is an example of the rmtmpl
command that removes the mytemplate
template from the data
disk group.