Oracle Enterprise Manager Cloud Control provides tools for administering Oracle ASM.
This chapter describes how to administer Oracle Automatic Storage Management (Oracle ASM) with Oracle Enterprise Manager Cloud Control.
This chapter contains the following topics:
Configuring Oracle ASM Initialization Parameters with Oracle Enterprise Manager
Managing Oracle ASM File Access Control with Oracle Enterprise Manager
Managing Directories, Files, and Aliases with Oracle Enterprise Manager
Managing Disk Group Templates with Oracle Enterprise Manager
Managing Oracle ASM Filter Driver With Oracle Enterprise Manager
Monitoring Oracle ASM Performance With Oracle Enterprise Manager
Performing Bad Block Recovery with Oracle Enterprise Manager
Monitoring Alerts and Incidents With Oracle ASM Support Workbench
All Oracle ASM administration tasks begin with the Oracle Automatic Storage Management home page in Oracle Enterprise Manager Cloud Control. The Oracle Automatic Storage Management home page displays:
The status of the Oracle ASM instance.
A chart that shows the used and free space of each disk group and disk group internal usage.
A list of databases that are serviced by the Oracle ASM instance.
A list of Oracle Automatic Storage Management Cluster File System (Oracle ACFS) file systems that are serviced by the Oracle ASM instance.
A list of other non-Oracle ACFS volumes.
A list of alerts for the Oracle ASM instance and the host computer.
Links to the Oracle ASM Performance, Disk Groups, Configuration, Users, and Oracle ACFS pages.
To access the Oracle Automatic Storage Management home page on a single-instance system:
Log in to Oracle Enterprise Manager Cloud Control.
Under the Targets drop down menu at the top of the page, select All Targets.
In the lists of targets on the All Targets page, click the target for the Oracle ASM instance.
If prompted for Oracle ASM login credentials, then enter the user SYS
, provide the SYS
password that was set for the Oracle ASM instance during installation, and connect as SYSASM
. The Oracle Automatic Storage Management home page displays.
For more information about authentication, refer to "Authentication for Accessing Oracle ASM Instances".
You can configure Oracle ASM with the Oracle Enterprise Manager Configuration Parameters page.
To configure the Oracle ASM instance:
Access the Oracle Automatic Storage Management home page.
Click the Configuration link at the top of the page to view the Configuration Parameters page.
Update the configuration options on the page as follows:
Disk Discovery Path (ASM_DISKSTRING
initialization parameter)
Enter a string value.
Auto Mount Disk Groups (ASM_DISKGROUPS
initialization parameter)
Enter a string value.
Rebalance Power (ASM_POWER_LIMIT
initialization parameter)
Enter an integer value.
Preferred Read Failure Groups (Only in Oracle RAC environments) (ASM_PREFERRED_READ_FAILURE_GROUPS
initialization parameter)
Enter a comma-delimited string of values in which each string represents a failure group. This parameter is generally used only for clustered Oracle ASM instances.
Click Apply to save your changes or click Revert to discard any changes made on the page.
See Also:
Accessing the Oracle Automatic Storage Management Home Page for instructions on accessing the Oracle Automatic Storage Management home page
ASM_DISKSTRING for information about the ASM_DISKSTRING
initialization parameter
ASM_DISKGROUPS for information about the ASM_DISKGROUPS
initialization parameter
ASM_POWER_LIMIT for information about the ASM_POWER_LIMIT
initialization parameter
ASM_PREFERRED_READ_FAILURE_GROUPS for information about the ASM_PREFERRED_READ_FAILURE_GROUPS
initialization parameter
You can manage Oracle ASM users with the Oracle Enterprise Manager Users page
. Access this page by clicking the Users tab that is near the top center of the Oracle Automatic Storage Management home page.
To manage Oracle ASM users:
Access the Oracle Automatic Storage Management home page.
Click the Users link at the top to view the Users property page.
ASMSNMP
is a less privileged user that is primarily used by Oracle Enterprise Manager to monitor Oracle ASM instances. This account is granted the SYSDBA
privilege. ASMSNMP
is created by Oracle ASM Configuration Assistant (ASMCA) when an Oracle ASM instance is created.
Click Create to add a new Oracle ASM user. When you add users, Oracle Enterprise Manager displays a Create User page in which you must enter user login credentials that include the user name, password, and password confirmation. You can also grant privileges to the new user by selecting privileges in the Available Privileges column and clicking the right arrow buttons to move privileges to the Granted Privileges column, or move the privilege by double clicking it. The available privileges include SYSDBA, SYSOPER, and SYSASM. Click OK to create the user, Cancel to cancel the procedure, or Show SQL to view the SQL that Oracle Enterprise Manager uses to create the user.
To edit a user's properties, select the box in the Select column of the user to edit, then click Edit. On the Edit User page, modify the password if needed. You can also alter the privileges that are assigned to the user by selecting the privilege and using the right and left arrow buttons to move the privilege from the Granted Privileges column to the Available Privileges column and vice versa. You can also move the privilege by double clicking it. Click OK to edit the user properties, Revert to cancel the procedure, or Show SQL to view the SQL that Oracle Enterprise Manager uses to edit the user's properties.
To delete an Oracle ASM user, select the box in the Select column for the user to delete, then click Delete. On the confirmation dialog, click Yes to delete the user or No to stop the user deletion procedure.
See Also:
Accessing the Oracle Automatic Storage Management Home Page for instructions on accessing the Oracle Automatic Storage Management home page
Creating Oracle ASM Instances with ASMCA for information about creating an Oracle ASM instance with ASMCA
Authentication for Accessing Oracle ASM Instances for information about authentication for Oracle ASM instances
Oracle Grid Infrastructure Installation and Upgrade Guide for information about installing Oracle ASM
Oracle Database Installation Guide for information about reviewing database accounts and passwords
This section describes how to manage disk groups under the following topics:
For more information about managing Oracle ASM disk groups, refer to Administering Oracle ASM Disk Groups
You can create disk groups with Oracle Enterprise Manager.
You can create additional Oracle ASM disk groups to:
Have disk groups with different redundancy levels (normal, high, or external), depending on availability requirements and storage system capabilities.
Separate different classes of storage, such as SCSI drives and SATA drives, into different disk groups. Disks in a disk group should have similar size and performance characteristics.
Store the fast recovery area in a separate disk group from the database.
To create a disk group:
Access the Oracle Automatic Storage Management home page.
Click the Disk Groups link at the top of the page to display the Disk Groups property page.
If you are not logged in, then the Log In page appears and you should log in as the SYS
user, connecting as SYSASM
. Provide the SYS
password for the Oracle ASM instance. This password was set up when the Oracle ASM instance was created.
Click Create and Oracle Enterprise Manager displays a Create Disk Group page. The Create Disk Group page displays a list of Oracle ASM disks that are available to be added to a disk group. This includes disks with a header status of CANDIDATE
, PROVISIONED
, or FORMER
, and so on.
To display not only disks that are available to be added to a disk group, but all Oracle ASM disks, including disks that belong to a disk group (header status = MEMBER
), select All Disks from the Select Member Disks list.
The page is re-displayed with the complete list of Oracle ASM disks that were discovered by the Oracle ASM instance.
Enter the disk name, select a redundancy type (high, normal, or external), and optionally, you can enter a failure group name.
Select disks as follows:
Select the box to the left of each disk to be included in the new disk group.
Optionally, you can enter a disk name, the size of the disk for Oracle ASM to use, and the failure group name.
To force the inclusion of a disk in the disk group, select the Force Usage box for that disk.
Caution:
Selecting the Force Usage box causes the disk to be added to the new disk group even if the disk belongs to another disk group and has valid database data. The existing data is then lost. You must be certain that you are selecting a disk that can legitimately be added to the disk group.
Specify a Disk Compatibility value for the disk group to enable your system to use the latest Oracle ASM features.
Note:
You cannot reverse the setting of a disk group compatibility value.
Click OK to create the disk group or click Cancel to stop the disk group creation operation. You can also click Show SQL to show the SQL statements that the disk group creation operation uses.
See Also:
Accessing the Oracle Automatic Storage Management Home Page for instructions on accessing the Oracle Automatic Storage Management home page
Creating Disk Groups for information about using the FORCE
option when creating disk groups
Configuring Disk Group Compatibility Attributes for information about configuring disk group compatibility attributes
Disk Group Compatibility for information about disk group compatibility attributes
Creating Disk Groups for more information about creating disk groups
You can add disks to disk groups with Oracle Enterprise Manager.
You can add disks to a disk group to increase the storage space in a disk group. If you add multiple disks in a single operation, then Oracle ASM rebalances the disk group to evenly distribute the data on all disks, including the newly added disks.
You can control the power of a rebalance operation with the setting of the Rebalance Power. The higher the number, the faster the rebalance operation completes. Lower numbers cause rebalancing to take longer, but consume fewer processing and I/O resources. This leaves these resources available for the database. The default value of 1
minimizes disruption to the database.
A value of 0
blocks the rebalance operation. Manual or automatic rebalance can then occur later. You might want to postpone rebalancing until there are fewer demands on the database, or when you have completed all of your disk group changes.
To add one or more disks to a disk group:
Access the Oracle Automatic Storage Management home page.
Click the Disk Groups link to display the Disk Groups property page.
If the Oracle ASM Login page appears, then log in as the SYS
user, connecting as SYSASM
. Provide the SYS
password for the Oracle ASM instance. This password was set up when the Oracle ASM instance was created.
Click a link in the Name column to select the disk group to which you want to add disks. The Disk Group page appears, displaying a list of disks that are in the disk group.
Click Add and Oracle Enterprise Manager displays the Add Disks page. This page displays a list of Oracle ASM disks that are available to be added to the disk group. This includes disks with the header status of CANDIDATE
, PROVISIONED
, or FORMER
, and so on.
To display not only disks that are available to be added to a disk group, but all of the Oracle ASM disks, including disks that belong to a disk group (header status = MEMBER
), select All Disks from the Select Member Disks drop-down list on the right hand side of the page. Oracle Enterprise Manager re-displays the page with the complete list of Oracle ASM disks that were discovered by the Oracle ASM instance.
Optionally change the rebalance power by selecting a value from the Rebalance Power list.
Select disks as follows:
Check the box to the left of each disk to be added to the disk group.
To force the inclusion of a disk in the disk group, select the Force Reuse box in the right-most column.
Caution:
The Force Reuse box causes the disk to be added to the disk group even if the disk belongs to another disk group and has valid database data. The existing data is then lost. You must be certain that you are selecting a disk that can legitimately be added to the disk group.
Optionally enter an Oracle ASM disk name for each disk. Oracle ASM provides a name if you do not.
Click OK to add the selected disks.
See Also:
Accessing the Oracle Automatic Storage Management Home Page for instructions on accessing the Oracle Automatic Storage Management home page
Manually Rebalancing Disk Groups and Tuning Rebalance Operations for information about controlling rebalance operations
ASM_POWER_LIMIT for information about rebalance power settings and the ASM_POWER_LIMIT
initialization parameter
Adding Disks to a Disk Group for an example of using the FORCE
option
Altering Disk Groups for more information about modifying disk group properties
Perform the following procedures to bring a disk online or offline:
Access the Oracle Automatic Storage Management home page.
See "Accessing the Oracle Automatic Storage Management Home Page" for instructions.
Click the Disk Groups link at the top of the page to view the Disk Groups page.
Click the name of a disk in the Name column and Oracle Enterprise Manager displays the General page for the disk group to modify.
To bring a disk online, select the disk to bring online and click Online. If you bring a disk online, then Oracle ASM performs the following:
Oracle ASM performs the online operation on the selected disks. You can select one or more or disks, or all of the disks to bring online. If you select all of the disks, then Oracle uses the ALL
keyword for this operation. Otherwise, only the selected disks are affected by the online operation.
During the online process, Oracle Enterprise Manager first places a disk into online mode to accommodate write operations. Then Oracle Enterprise Manager resynchronizes stale data on the disk with the current data until the disk is fully online for read operations; this is the Oracle ASM fast mirror resync feature.
You can also choose the By Failure Group view to perform this operation on a selected disk group. In this case, Oracle uses the SQL for disks
in
failure
group
.
You can also select a disk that is online, but Oracle Enterprise Manager ignores that selection and only brings disks online that were previously offline.
Click Yes on the Oracle Enterprise Manager Confirmation dialog to begin bringing the disk online or click No to cancel the operation. You can also click Show SQL to review the SQL that Oracle Enterprise Manager uses for the online operation.
To take a disk offline, select the disk to take offline and click Offline. If you bring a disk offline, then Oracle ASM performs the following:
Depending on how much data is stale, the operation may require additional time to complete. You can monitor the operation's progress using the Pending Operations link from the Disk Group home page.
The value that you set for Rebalance Power using ASM_POWER_LIMIT
must be a whole number. The text on the page describes how the value of Rebalance Power affects the fast mirror resync operation. If the ASM_POWER_LIMIT
is set to 0
, then Oracle ASM does not perform automatic rebalance. For information about rebalance power settings and the ASM_POWER_LIMIT
initialization parameter, refer to "ASM_POWER_LIMIT".
By default, the Rebalance Power value uses the value of the ASM_POWER_LIMIT
initialization parameter.
Oracle Enterprise Manager displays an Offline Confirmation page and the text on this page explains that after Oracle Enterprise Manager takes the selected disks offline, the Oracle ASM instance waits for the time interval that is specified by the value that you have set for the DISK_REPAIR_TIME
initialization parameter before Oracle ASM drops the disks. During the disk repair time period, you can repair the disks and then place them back online. For each disk that you successfully place online, the pending drop operation is canceled and a resynchronization operation begins.
If you have set DISK_REPAIR_TIME
to a large value, for example, greater than one day, then this increases the possibility of data loss. This is because the files in the disk group are protected with a lower degree of redundancy during this period.
Click Yes on the Oracle Enterprise Manager Conformation dialog to begin the offline processing or click No to stop the operation. You can also click Show SQL to see the SQL that Oracle Enterprise Manager uses for the offline operation.
You can drop disks from disk groups with Oracle Enterprise Manager.
When you drop a disk from a disk group, Oracle ASM rebalances the disk group by moving all of the file extents from the dropped disk to other disks in the disk group. Oracle ASM then releases the disk and you can then add the disk to another disk group or use it for other purposes. You can drop one or more disks in a single operation. You can also optionally set rebalance power for the drop operation. The following is a list of possible reasons for dropping a disk:
A disk is starting to fail and you must replace it
To upgrade a disk
To reallocate the disk to a different disk group or reallocate the disk to a different storage system
Note:
Dropping disks from a disk group only logically deletes the disks from the disk group. It does not delete the disk contents. However, the contents are lost when you add the disk to a new disk group.
To drop one or more disks from a disk group:
Access the Oracle Automatic Storage Management home page.
Click the Disk Groups link to display the Disk Groups property page.
If the Oracle Automatic Storage Management Login page appears, log in as the SYS
user, connecting as SYSASM
. Provide the SYS
password for the Oracle ASM instance. This password was set up when the Oracle ASM instance was created.
Click a link in the Name column to select the disk group that contains the disks to be dropped.
The Disk Group page appears.
Under the Member Disks heading, in the Select column, select the boxes for the disks that you plan to drop, and then click Remove.
A confirmation page appears.
To change the rebalance power, or to set the FORCE
option for dropping disks, do the following:
Click Show Advanced Options.
Optionally select the Force option or select a rebalance power in the Rebalance Power list.
Note:
You might need the FORCE
option if Oracle ASM cannot read from or write to the disk.
Click Yes to drop the disks.
The Disk Group page returns, and displays a state of DROPPING
for each disk being dropped.
Refresh the page until the dropped disks no longer appear in the disk group.
Caution:
You cannot reuse or disconnect the dropped disks until the drop and rebalance operations are complete. Operations are complete when the dropped disks no longer appear in the disk group.
See Also:
Accessing the Oracle Automatic Storage Management Home Page for instructions about accessing the Oracle Automatic Storage Management home page
Dropping Disks from Disk Groups for information about using the FORCE
option when dropping disk groups
Dropping Disks from Disk Groups for more information about dropping disks
When you drop a disk group, you delete the disk group optionally with all of its files. You cannot drop a disk group if any of its database files are open. Oracle ASM deletes all of the disk group contents only if you specify the including contents option. After dropping a disk group, you can add its member disks to other disk groups or use them for other purposes.
One reason to drop a disk group is to change the redundancy level (normal, high, or external). Because you cannot change the redundancy of a disk group, you must drop the disk group and then re-create it with the proper redundancy. In this case, you must back up or move disk group data before you drop the disk group.
To drop a disk group:
Access the Oracle ASM home page.
See "Accessing the Oracle Automatic Storage Management Home Page" for instructions.
Click the Disk Group tab to display the Disk Groups page.
If the Oracle ASM Login page appears, log in as the SYS
user, connecting as SYSASM
. Provide the SYS
password for the Oracle ASM instance. This password was set up when the Oracle ASM instance was created.
Click the box in the Select column to select a disk group that you plan to drop.
Click Delete and the confirmation page appears.
To delete the disk group even if it still contains files, click Show Advanced Options and ensure that the Including Contents option is selected. If the disk group contains files and the Including Contents option is not selected, then you cannot drop the disk group.
To delete a disk group that belongs to a disk group that you cannot mount, use the FORCE
option in the Advanced Options confirmation dialog. The FORCE
option applies to the DISMOUNTED
disk group only. This option enables you to delete a disk header and mark it as FORMER
.
Caution:
Use extreme care when using the FORCE
option because the Oracle ASM instance does not verify whether the disk group is used by any other Oracle ASM instance before Oracle ASM deletes the disk group.
On the confirmation page, click Yes.
For more information about dropping disks, see "Dropping Disk Groups".
Perform the following procedures to monitor disk group usage:
To view Oracle ASM disk group usage and free space:
Access the Oracle Automatic Storage Management home page.
See "Accessing the Oracle Automatic Storage Management Home Page" for instructions.
Click the Disk Groups link to view the Disk Groups property page.
If the Oracle ASM Login page appears, then log in as the SYS
user, connecting as SYSASM
. Provide the SYS
password that was set up for Oracle ASM when the Oracle ASM instance was created.
The Disk Group list page displays all of the disk groups and their space usage information.
The Usable Free column displays the space in megabytes that is available in the disk group. The values in this column consider the redundancy level of the disk group, and exclude the space that the disk group reserves for restoring full redundancy for all files in the disk group after a disk failure.
For more information, see "Managing Capacity in Disk Groups" and "Views Containing Oracle ASM Disk Group Information"
Use the FORCE
option to mount a disk group when there are missing disks or missing failure groups. The FORCE
option corrects configuration errors, such as incorrect values for ASM_DISKSTRING
, without incurring unnecessary rebalance operations. Disk groups mounted with the FORCE
option have one or more disks offline if the disks were not available at the time of the mount. You must take corrective action to restore those devices before the time set with the DISK_REPAIR_TIME
value expires. Failing to restore and put those disks back online within the disk repair time frame results in Oracle ASM automatically removing the disks from the disk group. This would then require a rebalance operation to restore redundancy for all of the files in the disk group. Perform the following procedures to mount a disk with the FORCE
option:
From the Oracle ASM home page click the Disk Groups tab.
Select the disk group that has a disk that you must repair and click Dismount. Click OK on the Dismount confirmation dialog. The State column of the Disk Group home page should show the Status as DISMOUNTED
.
Perform any needed repairs to the disk in the disk group.
Click the box in the Select column next to the disk that you plan to force mount, then click Mount.
On the Disk Mount Confirmation dialog, click the Show Advanced Options link.
On the Mount Force Confirmation dialog, select the Force option and click Yes. You can also click No to cancel the mount force operation and Show SQL to review the SQL that Oracle Enterprise Manager uses to perform the mount force operation.
This section explains how to administer advanced disk group properties.
Perform the following steps to change the values for disk group attributes that can be altered after the disk group has been created.
On the Automatic Storage Disk Group List page, click a disk group name and Oracle Enterprise Manager displays the Disk Group home page.
Click Edit under the Advanced Attributes section.
The topics contained in this section are:
Specify a Disk Compatibility value for the disk group to enable your system to use the latest Oracle ASM features.
Note:
You cannot reverse the setting of a disk group compatibility value.
ASM Compatibility
Specify the value that is the minimum software version required for an Oracle ASM instance to mount this disk group.
Database Compatibility
Specify a value that must be less than or equal to the Oracle ASM compatibility. This is the minimum software version that is required for a database instance to use the files in the disk group. If the database compatibility value that you use is greater than the Oracle ASM compatibility, then Oracle Enterprise Manager displays an error.
Note:
You cannot modify the database compatibility for an Oracle ASM cluster that is in a rolling migration state.
ASM Volume
Specify a value that is 11.2 or greater to use the Oracle ASM Dynamic Volume Manager (Oracle ADVM) functionality. The ASM
compatibility of the disk group must be set to 11.2
or greater to enable Oracle ADVM. Also, the Oracle ADVM volume drivers must be loaded in the supported environment.
For information about disk group compatibility attributes, see "Disk Group Compatibility".
Specify a time period that is long enough for you to repair a disk in the disk group.
For information about disk group repair time, see "Oracle ASM Fast Mirror Resync".
Specify to disable or enable Oracle ASM File Access Control. If Oracle ASM File Access Control is enabled, then specify the default permissions for newly created files in the disk group.
For information about Oracle ASM File Access Control, see "Managing Oracle ASM File Access Control for Disk Groups".
To specify a power limit for disk online, follow these steps:
Access the Oracle Automatic Storage Management home page.
Select the Disk Groups tab. The Disk Groups page is displayed.
Select a disk group. The Disk Group page appears and shows all Member Disks that belong to the disk group in the Member Disks table.
Select a disk, then click Online. The online confirmation page is displayed with the advance option to specify a power limit.
Specify the Power Limit, then click Submit. The disk is set to online with the specified power limit.
See Also:
Accessing the Oracle Automatic Storage Management Home Page for instructions about accessing the Oracle ASM home page
Manually Rebalancing Disk Groups for information about the power option in rebalancing a disk group
ASM_POWER_LIMIT for information about the ASM_POWER_LIMIT
initialization parameter
To replace an existing disk with a new disk, follow these steps:
For additional information about replacing a disk, refer to "Replacing Disks in Disk Groups".
To set and modify the content type for a disk group, follow these steps:
For information about the CONTENT.TYPE
disk group attribute, refer to "CONTENT.TYPE".
To set and modify the Failure Group Repair Time, follow these steps:
For additional information about setting and modifying the failure group repair time, refer to "Oracle ASM Fast Mirror Resync".
Enterprise Manager enables you to rebalance on multiple disk groups and distribute the data copy across other member instances in the cluster. To run rebalance on multiple disk groups, follow these steps:
For additional information about rebalancing disk groups, refer to "Manually Rebalancing Disk Groups".
To view rebalance process-related data, including the number of participating instances on the Pending Operations page, follow these steps:
For additional information about rebalancing disk groups, refer to "Tuning Rebalance Operations".
To set and modify the thin-provisioned disk group attribute, follow these steps:
For information about the THIN_PROVISIONED
disk group attribute, refer to "THIN_PROVISIONED".
To run the On Demand scrubbing process, follow these steps:
For additional information about scrubbing disk groups, refer to "Scrubbing Disk Groups".
You can manage Oracle ASM File Access Control with Oracle Enterprise Manager Integration for Oracle ASM File Access Control.
To manage Oracle ASM File Access Control:
Access the Oracle Automatic Storage Management home page.
See "Accessing the Oracle Automatic Storage Management Home Page" for instructions.
Click the Disk Groups link to display the Disk Groups property page.
Click a link in the Name column to select a disk group.
Click the Access Control tab to display the Access Control page.
On this page, you can add, remove, or replace users from a user group and create or delete user groups. You can also modify the ownership or permission of files.
To access files in a disk group, operating system users must be granted access privileges to the disk group. After granted access privileges, users can be added as members of groups. The operating system user who owns the oracle binary for the database instance is automatically added and cannot be removed.
Oracle ASM File Access Control operations on this page are available when the files are open.
For more information about Oracle ASM File Access Control, see "Managing Oracle ASM File Access Control for Disk Groups".
You can manage directories, files, and aliases with the Files tab of the Oracle Enterprise Manager Disk Group page.
To manage Oracle ASM files:
Access the Oracle Automatic Storage Management home page.
See "Accessing the Oracle Automatic Storage Management Home Page" for instructions.
Click the Disk Groups link to display the Disk Groups property page.
Click a link in the Name column to select a disk group.
Click the Files tab to display the Files page.
Click the icons to left on the folders to expand or contract the folders. When you expand the folders, you can drill down to individual files.
You can select a file with the Select box, then click Rename to rename the file, click Edit to change the properties of a file, or click Delete to remove a file. You can click the name of a file to display the properties page.
For more information about managing Oracle ASM files, directories, and aliases, see Administering Oracle ASM Files, Directories, and Templates.
You can manage disk group templates with the Templates tab of the Disk Group page.
To manage Oracle ASM templates:
Access the Oracle Automatic Storage Management home page.
Click the Disk Groups link to display the Disk Groups property page.
Click a link in the Name column to select a disk group.
Click the Templates tab to display the Templates page.
You can click Create to add a new template, click Edit to change a page, or click Delete to remove a template.
If you click Create, then the Create Template page displays and you can enter a name in the Template Name field. You can also specify a redundancy level, striped granularity, and extent regions (hot or cold).
see Also:
Accessing the Oracle Automatic Storage Management Home Page for instructions about accessing the Oracle ASM home page
Managing Disk Group Templates for more information about disk group templates
Intelligent Data Placement for information about hot and cold disk regions
You can manage Oracle ASM Filter Driver with Oracle Enterprise Manager.
This section contains the following sections:
For more information about managing Oracle ASM Filter Driver, refer to "Administering Oracle ASM Filter Driver".
To discover disks for Oracle ASM Filter Driver follow these steps:
In the Disks available for Provisioning table, all the disks available in the discovery paths are listed.
To provision a set of disks for Oracle ASM Filter Driver, follow these steps:
After provisioning, the Oracle ASM disks appear in the Provisioned Disks table. These disks display with their new label. For example, if you select /dev/loop3
to be provisioned with a label LOOP3,
then after provisioning the disk displays as AFD:LOOP3
in the Provisioned Disks table.
After the disks are provisioned, they become eligible to be managed by the Oracle ASM Filter Driver.
To release the disks currently managed by Oracle ASM Filter Driver, follow these steps:
After the disks are released, they are removed from the Provisioned Disks table. They instead appear in the Disks available for provisioning table as a candidate eligible to be provisioned.
This section describes how to perform the following performance-related Oracle ASM administrative tasks:
You can monitor Oracle ASM performance with the Oracle Enterprise Manager Performance page.
To monitor Oracle ASM performance:
Access the Oracle Automatic Storage Management home page.
See "Accessing the Oracle Automatic Storage Management Home Page" for instructions.
Click the Performance link to view the Performance property page.
Determine the view and refresh rate of the performance graphs with the View and Refresh options. Click Refresh to manually refresh the graphs. The refresh option has the following two intervals:
Manual refresh: manual, 15 second interval, 30 second interval
Historical data: Last 24 hours, last 7 days, last 31 days
For more information, refer to "Performance and Scalability Considerations for Disk Groups".
When you check the integrity of Oracle ASM disk groups, Oracle Enterprise Manager performs consistency checks on all of the disk group metadata. If Oracle ASM detects errors, then Oracle ASM stores information about errors in the alert log. To check disk groups, perform the following steps:
From the Disk Groups page, select a disk group in the list and click Check.
A confirmation dialog for the check disk group operation displays.
Select Check Without Repair to record information about disk group inconsistencies in the alert log. In this operation, Oracle ASM does not resolve the errors. Select Check And Repair to attempt to repair errors that Oracle Enterprise Manager identifies during the disk group consistency check.
Click Yes to start the disk group check operation or No to cancel it. You can also select Show SQL to review the SQL statements that the disk group check operation uses. Click OK to run the check operation as a command. To schedule a job, click Schedule Job. Optionally, you can modify or reenter the job name and description. Also provide host credentials and enter the scheduling options by selecting Immediately or Later and modifying the date and time as needed. Click OK to schedule the job or Cancel to terminate the job creation process.
Oracle recommends that you use RMAN to back up files managed by Oracle ASM.
You can also back up your Oracle ASM managed files by performing a files related operation using the following procedures:
Create an alias.
Create a directory.
Delete the alias and directory.
Rename the alias and directory.
See Also:
Performing Oracle ASM Data Migration with RMAN for information about migrating data with RMAN
Oracle Database 2 Day DBA for information about the procedures for using RMAN
Oracle Database Backup and Recovery User’s Guide for additional information about RMAN
The procedures that you use in Oracle Enterprise Manager to perform bad block recovery correspond to the steps that you could manually perform with the remap
command using the Oracle ASM Command utility (ASMCMD). Use the following procedures to perform bad block recovery:
Note:
You can only recover bad blocks for disk groups that you have configured with normal or high redundancy; you cannot use this feature for disk groups that you have configured with external redundancy.
This section explains how to use Oracle Enterprise Manager to migrate your database storage to use Oracle ASM.
Perform the following steps to migrate to Oracle ASM:
After the migration job has completed, the Oracle ASM links on the Oracle Enterprise Manager page may not display immediately. You may need to wait for the links to display after a subsequent refresh.
Oracle Enterprise Manager provides Support Workbench to monitor Oracle ASM alerts and incidents.
To access Support Workbench, select Diagnostics > Support Workbench under the Automatic Storage Management target menu at the top of the page.
On the Oracle ASM Support Workbench page Problems tab you can view information about current and past problems. You also have options to view additional details and create a package that you can send to Oracle Support Services.
Support Workbench guides you through the packaging process as follows:
To create a package, select an incident and click Package on the Support Workbench Problems page. The Support Workbench Select packaging mode page of the wizard displays.
On the Select packaging mode page, select either the Quick or Custom packaging mode.
Depending on the packaging mode chosen, you are presented with various entry fields and options as you click Next through the wizard.
The wizard guides you through the packaging process using a series of steps that include:
Viewing and editing the contents of the package
Viewing and editing the manifest of the package
Adding additional diagnostic details
Scheduling the generation and uploading of the package
On the Support Workbench Checker Findings tab, you can view and edit information about packages created for problems on the Support Workbench Packages tab. You can also check findings on the Checker Findings tab.
See Also:
Oracle Database Administrator's Guide for information about viewing problems with Oracle Enterprise Manager Support Workbench
Oracle Enterprise Manager provides functionality to monitor your Oracle Flex ASM configuration.
On the Oracle Flex ASM home page, you can view and administer components of the Oracle Flex ASM configuration.
On the Oracle Flex ASM Members page, you can view all the members of the Oracle Flex ASM configuration.
On the Oracle Flex ASM Topology page, you can view the topology of the Oracle Flex ASM configuration.
For information about Oracle Flex ASM, refer to "Managing Oracle Flex ASM".