Skip Headers
Oracle® Automatic Storage Management Administrator's Guide
11g Release 2 (11.2)

Part Number E18951-03
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub
OSTMG01645

ASMCMD Template Management Commands

This section describes the ASMCMD template management commands.

Table 12-48 provides a summary of the template management commands.

OSTMG94640Table 12-48 Summary of ASMCMD template management commands

Command Description

chtmpl

Changes the attributes of a template.

lstmpl

Lists disk group templates.

mktmpl

Adds a template to a disk group.

rmtmpl

Removes a template from a disk group.


OSTMG94641

chtmpl

OSTMG94642Purpose

Changes the attributes of a template.

OSTMG94643Syntax and Description


chtmpl -G diskgroup { [--striping {coarse|fine}]
     [--redundancy {high|mirror|unprotected} ] [--primary {hot|cold}]
     [--secondary {hot|cold}]} template

Table 12-49 lists the syntax options for the chtmpl command.

OSTMG94644Table 12-49 Options for the chtmpl command

Option Description

-G diskgroup

Name of the disk group.

template

Name of the template to change.

--striping {coarse | fine}

Striping specification, either coarse or fine.

--redundancy { high | mirror | unprotected}

Redundancy specification, either high, mirror, or unprotected.

--primary { hot | cold }

Intelligent Data Placement specification for primary extents, either hot or cold region.

--secondary { hot | cold }

Intelligent Data Placement specification for secondary extents, either hot or cold region.


At least one of these options is required: --striping, --redundancy, --primary, or --secondary.

For information about updating templates, see "Modifying a Disk Group Template".

OSTMG94645Example

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.

OSTMG94646Example 12-52 Using the ASMCMD chtmpl command

ASMCMD [+] > chtmpl -G data --redundancy high --striping fine mytemplate 
OSTMG94647

lstmpl

OSTMG94648Purpose

Lists all templates for all disk groups or the templates for a specified disk group.

OSTMG94649Syntax and Description


lstmpl [--suppressheader] [-l] [-G diskgroup] [pattern]

Table 12-50 lists the syntax options for the lstmpl command.

OSTMG94650Table 12-50 Options for the lstmpl command

Option Description

-G diskgroup

Specifies disk group name.

--suppressheader

Suppresses column headings.

-l

Displays all details.

pattern

Displays the templates that match pattern expression.


For information about template attributes, see "Template Attributes".

OSTMG94651Example

The following is an example of the lstmpl command. The example lists all details of the templates in the data disk group.

OSTMG94652Example 12-53 Using the ASMCMD lstmpl command

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          FLASHFILE            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
OSTMG94653

mktmpl

OSTMG94654Purpose

Adds a template to a disk group.

OSTMG94655Syntax and Description


mktmpl -G diskgroup [--striping {coarse|fine}]
     [--redundancy {high|mirror|unprotected} ] [--primary {hot|cold}]
     [--secondary {hot|cold}] template

Table 12-51 lists the syntax options for the mktmpl command.

OSTMG94656Table 12-51 Options for the mktmpl command

Option Description

-G diskgroup

Name of the disk group.

template

Name of the template to create.

--striping {coarse | fine}

Striping specification, either coarse or fine.

--redundancy { high | mirror | unprotected}

Redundancy specification, either high, mirror, or unprotected.

--primary { hot | cold }

Intelligent Data Placement specification for primary extents, either hot or cold region.

--secondary { hot | cold }

Intelligent Data Placement specification for secondary extents, either hot or cold region.


For information about adding templates, see "Adding Templates to a Disk Group".

OSTMG94657Example

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.

OSTMG94658Example 12-54 Using the ASMCMD mktmpl command

ASMCMD [+] > mktmpl -G data --redundancy mirror --striping coarse mytemplate
OSTMG94659

rmtmpl

OSTMG94660Purpose

Removes a template from a disk group.

OSTMG94661Syntax and Description


rmtmpl -G diskgroup template

Table 12-52 lists the syntax options for the rmtmpl command.

OSTMG94662Table 12-52 Options for the rmtmpl command

Option Description

-G diskgroup

Name of the disk group.

template

Name of the template to delete.


For information about template attributes, see "Template Attributes".

OSTMG94663Example

The following is an example of the rmtmpl command that removes the mytemplate template from the data disk group.

OSTMG94664Example 12-55 Using the ASMCMD rmtmpl command

ASMCMD [+] > rmtmpl -G data mytemplate
Reader Comment

   

Comments, corrections, and suggestions are forwarded to authors every week. By submitting, you confirm you agree to the terms and conditions. Use the OTN forums for product questions. For support or consulting, file a service request through My Oracle Support.

Hide Navigation

Quick Lookup

Database Library · Master Index · Master Glossary · Book List · Data Dictionary · SQL Keywords · Initialization Parameters · Advanced Search · Error Messages

Main Categories

This Page

  • chtmpl
  • lstmpl
  • mktmpl
  • rmtmpl

This Document

New and changed documents:
RSS Feed HTML RSS Feed PDF