Changes in This Release for Oracle Automatic Storage Management Administrator's Guide
This chapter describes changes in Oracle Automatic Storage Management Administrator's Guide.
-
Changes in Oracle in Oracle Automatic Storage Management 19c
-
Changes in Oracle Automatic Storage Management 12c Release 2 (12.2.0.1)
-
Changes in Oracle ACFS and Oracle ADVM for Oracle ASM 12c Release 2 (12.2.0.1)
-
Changes in Oracle Automatic Storage Management 12c Release 1 (12.1.0.2)
-
Changes in Oracle ACFS and Oracle ADVM for Oracle ASM 12c Release 1 (12.1.0.2)
-
Changes in Oracle Automatic Storage Management 12c Release 1 (12.1.0.1)
-
Changes in Oracle ACFS and Oracle ADVM for Oracle ASM 12c Release 1 (12.1.0.1)
See Also:
-
Oracle Database Licensing Information User Manual to determine whether a feature is available on your edition of Oracle Database
-
Oracle Database New Features Guide for a complete description of the new features in this release
-
Oracle Database Upgrade Guide for a complete description of the deprecated and desupported features in this release
Changes in Oracle in Oracle Automatic Storage Management 19c
The following are changes in Oracle Automatic Storage Management 19c.
New Features
These are the new features for Oracle Automatic Storage Management 19c.
-
SRVCTL command enhancements
SRVCTL provides enhanced commands to manage Oracle ASM network resources.
See Also:
-
About Administering Oracle ASM Instances with Server Control Utility for a summary of Oracle ASM and Oracle ACFS tasks that can be performed with SRVCTL
-
SRVCTL and CRSCTL Commands to Administer Oracle Flex ASM for information about SRVCTL commands to manage Oracle Flex ASM resources
-
Oracle Clusterware Administration and Deployment Guide and Oracle Real Application Clusters Administration and Deployment Guide for information about SRVCTL commands
-
-
Flushing the password file metadata
After a change has been made to the location of the password file, the following SQL statement should be run to flush the password file metadata cache:
SQL> ALTER SYSTEM FLUSH PASSWORDFILE_METADATA_CACHE
Changes to the location of the password file could be introduced by running
orapwd
, or the ASMCMDpwcopy
,pwcreate
,pwdelete
,pwmove
, orpwset
command. If theV$PASSWORDFILE_INFO
does not display the correct password file location after a change, then flush the password file metadata cache to force a refresh of the password file location.See Also:
-
Managing a Shared Password File in a Disk Group for information about managing a password file in a disk group.
-
ASMCMD Instance Management Commands for information about the ASMCMD commands for managing the password file.
-
-
New and updated ASMCMD commands
-
The
password
option with the ASMCMDpwcreate
command is now optional.New options have been added for to force a delete of the old password file and create a new password file (
—f
) and to specify the format of the password file (——format
). -
The new ASMCMD
setsparseparent
command sets the parent for a sparse child file. -
The new ASMCMD
mvfile
command moves a file to the specified file group in the same disk group where the file is stored.
See Also:
-
-
Support for Parity Protected Files
The
REDUNDANCY
file type property specifies the redundancy for a file group. ThePARITY
value specifies single parity for redundancy. The parity setting is intended for write-once files, such as archive logs and backup sets.See Also:
-
About Oracle ASM File Group Properties for information about the Oracle ASM file group
REDUNDANCY
property
-
Deprecated Features
These are the deprecated features for Oracle ASM 19c.
-
Deprecation of the
password
option with the ASMCMDpwcreate
commandSee Also:
Desupported Features
These are the desupported features for Oracle ASM 19c.
-
Starting with Oracle Database 19c, leaf nodes are desupported as part of Oracle Flex Cluster architecture.
See Also:
Changes in Oracle ACFS and Oracle ADVM in Oracle ASM 19c
The following are changes to Oracle Automatic Storage Management Cluster File System (Oracle ACFS) and Oracle ASM Dynamic Volume Manager (Oracle ADVM) in Oracle Automatic Storage Management release 19c.
New Features
These are new features for Oracle ACFS and Oracle ADVM in Oracle ASM 19c.
-
Enhancements for Oracle ACFS
acfsutil
commands and views, providing more detailed output for diagnosis and analysis.Enhancements to Oracle ACFS
acfsutil
commands and views include:-
Display open Oracle ACFS files at any given time using the
acfsutil
info
ftrace
command -
Display lock contention statistics for cluster wide diagnostics using the
acfsutil
lockstats
command -
Perform a faster scan on relevant metadata only, rather than the entire collection, using the
acfsutil
meta
command with the—g
option -
Display information for diagnosing Oracle ACFS metadata using the
acfsutil
info
file
command with the—m
option -
Shrinking an Oracle ACFS file system is supported in AIX environments using the
acfsutil
size
command -
Updated Oracle ACFS views (
V$ASM_FILESYSTEM
,V$ASM_ACFSSNAPSHOTS
,V$ASM_ACFSAUTORESIZE
) reflect content from prior releases
-
-
Support for running the Oracle ACFS
fsck
command online (Linux)You can conduct an online analysis of the file system without any forced downtime and can perform checks of the Oracle ACFS file system without requiring a dismount of the file system (unmount). Running
fsck
online is supported only on Linux. -
Oracle ACFS Replication Improvements
Oracle ACFS replication improvements enable more flexibility and capabilities for replication commands. These improvements include:
-
Oracle ACFS
acfsutil
repl
commands, exceptacfsutil
repl
info
—c
—u
, can now be invoked as an Oracle ASM user that is not root. -
Oracle ACFS
acfsutil
repl
terminate
standby
now has remote terminate capabilities with a newremote
keyword to the standby termination command:acfsutil
repl
terminate
standby
remote
standby-locationThe new
remote
keyword causes the standby to terminate replication processing on the primary location before terminating replication on the standby location.
-
Deprecated Features
These are the deprecated features for Oracle ACFS 19c.
-
Deprecation of Oracle ACFS Replication Version 1
Starting with Oracle ACFS 19c (19.3), Oracle ACFS replication protocol version 1 is deprecated. Replication protocol version 1 has been replaced with snapshot-based replication version 2, introduced in Oracle ACFS 12c Release 2 (12.2.0.1).
See Also:
-
Oracle ACFS Replication for an overview of Oracle ACFS snapshot-based replication
-
Configuring Oracle ACFS Snapshot-Based Replication for information about converting an existing Oracle ACFS replication protocol version 1 environment to snapshot-based replication
-
-
Deprecation of Oracle ACFS Encryption on Solaris and Windows
Starting with Oracle ACFS 19c (19.3), Oracle ACFS encryption is deprecated on Solaris and Microsoft Windows operating systems. Oracle ACFS Encryption on Oracle Solaris and Microsoft Windows is based on RSA technology, which is being retired.
Changes in Oracle Automatic Storage Management 18c
The following are changes in Oracle Automatic Storage Management 18c.
New Features
These are new features for Oracle ASM 18c.
-
Converting Normal or High Redundancy Disk Groups to Flex Disk Groups without Restricted Mount
You can convert a conventional disk group (disk group created before Oracle ASM 18c) to an Oracle ASM flex disk group without using the restrictive mount (
MOUNTED
RESTRICTED
) option.Virtual Allocation Metadata (VAM) migration must be enabled and completed before converting without the use of a restrictive mount.
See Also:
-
About Oracle ASM Flex Disk Groups for information about Oracle ASM flex disk groups
-
Managing Oracle ASM Flex Disk Groups for information about Oracle ASM flex disk groups, extended disk groups, and file groups
-
-
Dropping Oracle ASM File Groups With a Cascade Option
You can drop a file group and its associated files (drop including content) using the
CASCADE
keyword withALTER
DISKGROUP
...DROP
FILEGROUP
SQL statement.See Also:
-
About Oracle ASM File Groups for information about Oracle ASM file groups
-
Managing Oracle ASM Flex Disk Groups for information about Oracle ASM flex disk groups, extended disk groups, and file groups
-
-
Oracle ASM Flex Disk Group Support for Multitenant Cloning
You can create an Oracle ASM mirror clone of a multitenant database. Oracle ASM file group properties and the SQL syntax for administering pluggable databases have been updated.
See Also:
-
About Point-In-Time Database Cloning With Oracle ASM Flex Disk Groups for information about point-in-time database clones
-
Managing Oracle ASM Flex Disk Groups for information about Oracle ASM flex disk groups, extended disk groups, and file groups
-
-
Oracle ASM Miscellaneous Enhancements
You can set the
CONTENT_HARDCHECK.ENABLED
disk group attribute to enable or disable Hardware Assisted Resilient Data (HARD) checking when performing data copy operations .The default value for the
DISK_REPAIR_TIME
disk group attribute has changed from 3.6 hours (3.6h
) to 12 hours (12h
).See Also:
-
Managing Disk Group Attributes for information about disk group attributes
-
-
Storage Conversion for Member Clusters
You can use ASMCMD commands to administer the configuration of member clusters. For example, you can change the storage method from direct Oracle ASM to indirect Oracle ASM, or change from indirect Oracle ASM to direct Oracle ASM.
See Also:
-
Administering Oracle Flex ASM for information about administering Oracle Flex ASM
-
ASMCMD Member Cluster Management Commandsfor information about ASMCMD commands to manage member clusters
-
Oracle Clusterware Administration and Deployment Guide for information about member clusters
-
-
Changes to ASMCMD
showversion
andshowpatches
CommandsAdditional options have been provided for ASMCMD
showversion
andshowpatches
commands.See Also:
ASMCMD Instance Management Commands for information about ASMCMD commands to manage Oracle ASM instances
Deprecated Features
These are deprecated features for Oracle ASM 18c.
-
Starting with Oracle Database 18c, leaf nodes are deprecated as part of Oracle Flex Cluster architecture.
See Also:
-
Deprecation of Oracle ASM Intelligent Data Placement
The Oracle ASM Intelligent Data Placement (IDP) feature has been deprecated since Oracle ASM 12c Release 2 (12.2) and desupport is planned in a future release.
Note:
IDP is not supported when Virtual Allocation Metadata (VAM) migration is enabled.
Desupported Features
These are desupported features for Oracle ASM release 18c.
-
Desupport os Oracle XDB Features
Oracle XDB has features that have been desupported in Oracle Database release 18c, version 18.1.
-
Desupport of
STANDBY_ARCHIVE_DEST
The
STANDBY_ARCHIVE_DEST
initialization parameter has been desupported in Oracle Database release 18c.
See Also:
-
Oracle Database Upgrade Guide for a complete description of the deprecated and desupported features in Oracle Database release 12c and Oracle Database release 18c
Changes in Oracle ACFS and Oracle ADVM in Oracle ASM 18c
The following are changes to Oracle Automatic Storage Management Cluster File System (Oracle ACFS) and Oracle ASM Dynamic Volume Manager (Oracle ADVM) in Oracle Automatic Storage Management 18c.
New Features
These are new features for Oracle ACFS and Oracle ADVM in Oracle ASM 18c.
-
Enhancements for Oracle ACFS Replication
Oracle ACFS replication provides replication role reversal functionality and the designation of an Oracle ACFS snapshot as a storage location participating in replication. Oracle ACFS replication provides replication role reversal functionality, which enables the original primary and standby locations to reverse roles. Using the
acfsutil
repl
reverse
command, you can change the original primary to the new standby, and the original standby to the new primary.The role reversal functionality enhances replication to provide additional disaster recovery capabilities. With the designation of an Oracle ACFS snapshot as a replication primary or standby location, you can choose to replicate either a mounted file system or a snapshot of a mounted file system.
Oracle recommends Oracle Data Guard and Oracle Golden Gate for database disaster recovery. In Oracle ASM 18c and Oracle ASM 12c release 2, Oracle ACFS replication can be used with Oracle Standard Edition for disaster recovery and for periodic refreshes of test and development environments.
-
Reducing the Size of an Oracle ACFS File System
You can use the
acfsutil
size
command to reduce the size of a file system whether or not the command must internally move user data or metadata to complete the action.See Also:
-
Oracle ACFS Remote Service for Member Clusters
In addition to support for Oracle member clusters with attached local storage, Oracle ACFS provides Oracle ACFS remote service for native Oracle ACFS functionality on member clusters with no attached local storage (indirect storage member clusters). Utilizing an Oracle ACFS deployment on the Oracle Domain Services Cluster (DSC), Oracle ACFS remote service can be used for both Oracle Application Clusters and database member clusters to enable a flexible and file system-based deployment of applications and databases. Unlike NFS-based exports, Oracle ACFS remote service fully supports advanced Oracle ACFS features; such as replication, snapshots, and tagging; on the destination member cluster.
-
Additional Information Displays for Oracle ACFS Storage Usage
You can use the
acfsutil
info
storage
command to display a platform independent view that shows how the space in an Oracle ASM disk group is consumed by components of Oracle ASM, Oracle ACFS, and Oracle ADVM.See Also:
-
Enhancements to Oracle ACFS Snapshot Commands
Oracle ACFS
acfsutil
commands have been updated to provide better management of Oracle ACFS snapshots.-
You can create or delete snapshot links with the
acfsutil
snap
link
command. A snapshot link provides access to the contents of a snapshot using an alternate path which does not include the.ACFS/snaps
directory, the default location where snapshots are created. -
The
acfsutil
snap
dup
apply
command provides the—B
option to specify the name of a generated backup snapshot.
-
-
Temporarily Freezing Modification in an Oracle ACFS File System
You can use the
acfsutil
freeze
andacfsutil
thaw
commands to temporarily halt and resume modification activity in an Oracle ACFS file system. Using theacfsutil
freeze
command, you can create point-in-time images across different snapshots without stopping your applications. Cross-node communication ensures that all nodes perform a freeze operation. During the freeze, each node stops all modification operations on the specified file system, flushes user data and metadata, commits the data to disk, and then acknowledges when the operations are completed.See Also:
-
Enhancements to Oracle ACFS Diagnostic Commands
Oracle ACFS diagnostic commands, such as
acfsutil
meta
, have been updated to provide improved diagnostic management of Oracle ACFS.See Also:
Changes in Oracle Automatic Storage Management 12c Release 2 (12.2.0.1)
The following are changes in Oracle Automatic Storage Management 12c Release 2 (12.2.0.1).
New Features
These are new features for Oracle ASM 12c Release 2 (12.2.0.1):
-
Oracle ASM Flex Disk Groups
Oracle ASM provides database-oriented storage management with Oracle ASM flex and extended disk groups. For information about Oracle ASM flex disk groups, extended disk groups, and file groups, refer to Managing Oracle ASM Flex Disk Groups.
-
Prioritized Rebalancing for Oracle ASM File Groups
Oracle ASM file groups have the ability to set priority levels for rebalancing with the
PRIORITY
property.For information about Oracle ASM file group properties, refer to About Oracle ASM File Group Properties.
-
Oracle ASM Support for Preferred Read on Extended Clusters
An Oracle extended cluster is special purpose Oracle flex cluster which contains nodes that span multiple physically separated locations. An Oracle flex cluster is a scalable cluster in which servers can be assigned specific roles for database or application functions.
In an Oracle extended cluster, the
PREFERRED_READ.ENABLED
disk group attribute controls whether preferred read functionality is enabled for a disk group. If preferred read functionality is enabled, then this functionality enables an instance to determine and read from disks at the same site as itself, which can improve performance. For information about thePREFERRED_READ.ENABLED
disk group attribute, refer to PREFERRED_READ.ENABLED. -
Oracle ASM Extended Support for 4K Sector Size
This features provides the new disk group attribute
LOGICAL_SECTOR_SIZE
. This attribute sets the logical sector size of the disk group instead of the size that is estimated from the disks that are added to the disk group. The value specifies the smallest possible I/O that the disk group can accept, and also limits what kind of disks can join the disk group. A new columnLOGICAL_SECTOR_SIZE
is included in theV$ASM_DISKGROUP
andV$ASM_DISK
views. This column represents the logical sector size value of the disk group or disk in bytes.For information about extended support for 4K sector size, refer to Specifying the Logical and Physical Sector Size.
-
Oracle IOServer
An Oracle IOServer (IOS) instance provides Oracle ASM file access for Oracle Database instances on nodes of Oracle member clusters that do not have connectivity to Oracle ASM managed disks.
For information about remote Oracle IOServer and Oracle Flex ASM, refer to Managing Oracle Flex ASM.
-
Updates for Oracle ASM Filter Driver Installation and Configuration
The installation and configuration for Oracle ASM Filter Driver (Oracle ASMFD) can now be enabled as an automated process during Oracle Grid Infrastructure installation.
Oracle ASMFD is available on Solaris systems starting with Oracle Database 12c Release 2 (12.2.0.1).
For more information about Oracle ASMFD, refer to Administering Oracle ASM Filter Driver.
Deprecated Features
These are deprecated features for Oracle ASM 12c Release 2 (12.2.0.1).
-
Deprecation of Oracle ASM Intelligent Data Placement
The Oracle ASM Intelligent Data Placement (IDP) feature has been deprecated in Oracle ASM 12c Release 2 (12.2) and may be desupported in a future release.
-
Deprecation of ASM_PREFERRED_READ_FAILURE_GROUPS Initialization Parameter
The
ASM_PREFERRED_READ_FAILURE_GROUPS
initialization parameter has been deprecated in Oracle ASM 12c Release 2 (12.2) and may be desupported in a future release.In Oracle ASM 12c Release 2 (12.2), specifying the preferred read failure groups is done automatically, so the use of the
ASM_PREFERRED_READ_FAILURE_GROUPS
initialization parameter is no longer required. Starting with Oracle ASM 12c Release 2, thePREFERRED_READ.ENABLED
disk group attribute controls whether the preferred read functionality is enabled.For information about the
ASM_PREFERRED_READ_FAILURE_GROUPS
initialization parameter, refer to ASM_PREFERRED_READ_FAILURE_GROUPS. For information about thePREFERRED_READ.ENABLED
disk group attribute, refer to PREFERRED_READ.ENABLED.
Changes in Oracle ACFS and Oracle ADVM for Oracle ASM 12c Release 2 (12.2.0.1)
The following are changes to Oracle Automatic Storage Management Cluster File System (Oracle ACFS) and Oracle ASM Dynamic Volume Manager (Oracle ADVM) for Oracle ASM 12c Release 2 (12.2.0.1).
New Features
These are new features for Oracle ACFS and Oracle ADVM in Oracle ASM 12c Release 2 (12.2.0.1).
-
Oracle ACFS Snapshot-Based Replication
Oracle ACFS snapshot-based replication transfers the differences between successive snapshots of the primary file system to the standby file system using the standard
ssh
protocol.For an overview of Oracle ACFS snapshot-based replication, refer to Oracle ACFS Replication. For information about Oracle ACFS replication commands, refer to Oracle ACFS Command-Line Tools for Replication.
For information about converting an existing Oracle ACFS replication environment to snapshot-based replication, refer to Configuring Oracle ACFS Snapshot-Based Replication.
Note:
For information about the previous Oracle ACFS replication system available in Oracle Grid Infrastructure release 1 (12.1), refer to Oracle Automatic Storage Management Administrator's Guide in the Database Online Documentation 12c Release 1 (12.1) library.
-
Oracle ACFS Snapshot Enhancements
Oracle ACFS snapshot enhancements include
acfsutil
operating system commands to create and manage snapshot duplicates. Additional commands provide support for remastering, renaming, and setting quotas for snapshots.For information about Oracle ACFS snapshots, refer to About Oracle ACFS Snapshots. For information about
acfsutil
commands to manage Oracle ACFS snapshots, refer to Oracle ACFS Command-Line Tools for Snapshots. -
Oracle ACFS Compression
Oracle ACFS provides file system compression functionality with
acfsutil
compress
commands.Note:
Oracle ACFS compression is not supported on Oracle Database files. Oracle ACFS file systems which are intended to hold database files should not be compressed with Oracle ACFS compression.
For information about Oracle ACFS compression, refer to Oracle ACFS Compression.
-
Oracle ACFS Defragger
Databases that share storage with snapshots or with the base of the file system can become fragmented under active online transaction processing (OLTP) workloads. This fragmentation can cause the location of the data in the volume to be discontiguous for sequential scans. Oracle ACFS automatically defragments these files in the background. Fragmentation is reported through the
acfsutil
defrag
dir
andfile
commands, and it can also be viewed with theacfsutil
info
file
command. Theacfsutil
defrag
dir
andfile
commands also enable on-demand defragmentation of a file in the event the automatic defragmentation does not occur quickly enough. Defragmentation may also be needed when database data files reside in file systems enabled with Oracle ACFS compression.For more information about database files on Oracle ACFS, refer to About Oracle ACFS and Database Data Files. For information about the
acfsutil
defrag
andacfsutil
info
commands, refer to Oracle ACFS Command-Line Utilities. -
Oracle ACFS Support for 4K Sectors
Oracle ACFS supports I/O requests in multiples of 4K logical sector sizes as well as continued support for 512-byte logical sector size I/O requests. The
i 4096
option is provided with theacfsformat
command on Windows and themkfs
command in AIX, Linux and Solaris environments.For information about the Oracle ACFS
mkfs
command on Linux, refer to mkfs. For information about the Oracle ACFSacfsformat
command, refer to acfsformat. -
Oracle ACFS Automatic Resize
Oracle ACFS provides an automatic resize option with the
acfsutil size
command that enables you to specify an increment by which an Oracle ACFS file system grows automatically if the amount of available free space in the file system falls below a specified amount. There is also an option to specify the maximum size allowed when using the automatic resize option. The output of theacfsutil info fs
command displays the automatic resize increment and maximum amounts.For more information about the
acfsutil size
command, refer to acfsutil size. -
Oracle ACFS Metadata Acceleration
Oracle ACFS supports accelerator metadata storage. This support enables many critical Oracle ACFS metadata structures, including extent metadata, storage bitmaps, volume logs, and some snapshot metadata to be placed on accelerator storage.
The accelerator volume can be created on Linux environments with the
-a
option of themkfs
command. To use the-a
option, the value ofCOMPATIBLE.ADVM
must be at least12.2
.For more information about the metadata storage, refer to Oracle ACFS Accelerator Volume. For information about specifying accelerator storage with the
mkfs
command, refer to mkfs. For commands that can be used to view information about accelerator storage, refer to acfsutil info file and acfsutil info fs. -
Oracle ACFS NAS Maximum Availability eXtensions
Oracle ACFS provides enhancements to High Availability Common Internet File System (HACIFS) with Oracle ACFS NAS Maximum Availability eXtensions (Oracle ACFS NAS MAX).
For more information, refer to Oracle ACFS NAS Maximum Availability eXtensions.
-
Oracle ACFS Plugins for File Content Data Collection
Oracle ACFS plugins support file content data collection. Both polling and interval based capture are supported with the file content data collection.
For more information about Oracle ACFS plug-ins and the
acfsfileid_lookup
API, refer to Oracle ACFS Plug-in Generic Application Programming Interface. -
Oracle ACFS Sparse Files
Oracle ACFS provides support for sparse files. Oracle ACFS sparse files greatly benefit NFS client write operations which are commonly received out of order by the NFS server and the associated Oracle ACFS file system.
Usually when an application writes beyond the end of file, storage is allocated and zeroes inserted for the region of the file beyond the old end of file and the beginning of the new write. With this feature, rather than inserting zeroes, a hole remains in the file, which benefits NFS performance and also the performance and disk utilization of other applications that perform this type of writing intentionally. This feature also has storage savings benefits for files that are inherently sparse, meaning they have a lot of unused space, such as some image files for virtual machines. Oracle ACFS fills the holes in the file with zeroes in memory when the holes are read, rather than allocating storage for the zeroes.
To use this feature, the
COMPATIBLE.ADVM
disk group attribute must be set to12.2
or greater.For an overview of Oracle ACFS storage management, refer to Overview of Oracle ACFS.
-
Oracle ACFS Scrubbing Functionality
Oracle ACFS provides scrubbing functionality with the
acfsutil
scrub
command to check for and report any inconsistencies in the metadata or file data.For information about the
acfsutil
scrub
command, refer to Oracle ACFS Command-Line Utilities. -
Oracle ACFS Loopback Functionality
Oracle ACFS supports loopback functionality on the Linux operating system, enabling Oracle ACFS files to be accessed as devices.
For information about Oracle ACFS loopback support, refer to Oracle ACFS Loopback Support.
-
Oracle ACFS Diagnostic Commands
Oracle ACFS provides various
acfsutil
commands for diagnostic purposes. These commands are intended to be run only when requested by Oracle Support to generate diagnostic data for analysis.For information about the diagnostic commands, refer to Oracle ACFS Diagnostic Commands.
Changes in Oracle Automatic Storage Management 12c Release 1 (12.1.0.2)
The following are changes in Oracle Automatic Storage Management 12c Release 1 (12.1.0.2).
New Features
These are new features for Oracle ASM 12c Release 1 (12.1.0.2).
-
Oracle ASM Filter Driver
Oracle ASM Filter Driver (Oracle ASMFD) is a kernel module that resides in the I/O path of the Oracle ASM disks. Oracle ASM uses the filter driver to validate write I/O requests to Oracle ASM disks.
The Oracle ASM Filter Driver rejects any I/O requests that are invalid. This action eliminates accidental overwrites of Oracle ASM disks that would cause corruption in the disks and files within the disk group. For example, the Oracle ASM Filter Driver filters out all non-Oracle I/Os which could cause accidental overwrites.
For more information about Oracle ASMFD, refer to Administering Oracle ASM Filter Driver.
Changes in Oracle ACFS and Oracle ADVM for Oracle ASM 12c Release 1 (12.1.0.2)
The following are changes for Oracle Automatic Storage Management Cluster File System (Oracle ACFS) and Oracle ASM Dynamic Volume Manager (Oracle ADVM) in Oracle ASM 12c Release 1 (12.1.0.2).
New Features
These are new features for Oracle ACFS and Oracle ADVM in Oracle ASM 12c Release 1 (12.1.0.2).
-
Oracle ACFS Support For Database Data Files on Windows
Oracle ACFS in Oracle Grid 12c Release 1 (12.1.0.2) on Windows supports all database files, except for data files and redo logs in an Oracle Restart (standalone server) configuration. For support of database files on Windows, the
COMPATIBLE.ADVM
attribute must be set to12.1.0.2
or higher.For more information about database files on Oracle ACFS, refer to About Oracle ACFS and Database Data Files.
-
Oracle Exadata Support for Oracle ACFS and Oracle ACFS Support for General Purpose Files
Oracle Exadata on Linux supports Oracle ACFS starting in Oracle Grid 12c Release 1 (12.1.0.2). Oracle ACFS supports general purpose files as well as database files; however, Oracle ASM is the best practice for support of database files.
Oracle ACFS can be configured for use with the database, particularly to leverage Oracle ACFS snapshots for database testing and development. However, Oracle ACFS does not currently have the ability to push database operations directly into storage.
For more information about database files on Oracle ACFS, refer to About Oracle ACFS and Database Data Files.
-
Oracle ACFS Support for 1023 Snapshots
A total of 1023 read-only, read-write, or combination of read-only and read-write snapshot views are supported for each file system. For information about Oracle ACFS snapshots, refer to About Oracle ACFS Snapshots.
-
Oracle ACFS Support for Oracle Database File Mapping Views
Oracle ACFS supports Oracle Database file mapping views to the Oracle ASM device level. For information about file mapping views related to Oracle ACFS, refer to Oracle ACFS Support for Oracle Database File Mapping Views.
-
Oracle ACFS Encryption Support for Oracle Key Vault
Oracle ACFS encryption supports Oracle Key Vault as a key store. For information about using this feature with Oracle ACFS encryption, refer to Oracle ACFS Encryption.
See Also:
Oracle Key Vault Administrator's Guide for information about Oracle Key Vault
Changes in Oracle Automatic Storage Management 12c Release 1 (12.1.0.1)
The following are changes in Oracle Automatic Storage Management 12c Release 1 (12.1.0.1).
New Features
These are new features for Oracle ASM 12c Release 1 (12.1.0.1):
-
General Oracle ASM Enhancements
This feature provides general enhancements to Oracle ASM, including:
-
Revised version of the physical metadata replication point
Oracle ASM now replicates physically addressed metadata, such as the disk header and allocation tables, within each disk. This enhancement ensures that Oracle ASM is more resilient to bad disk sectors and external corruptions. The disk group attribute
PHYS_META_REPLICATED
is provided to track the replication status of a disk group.For more information on the
PHYS_META_REPLICATED
attribute, refer to PHYS_META_REPLICATED. -
Support for increased storage limits
Oracle ASM now supports 511 disk groups. The maximum Oracle ASM disk size is now 32 petabytes (PB).
For information about Oracle ASM size limits, refer to Oracle ASM Storage Limits.
-
The
ALTER
DISKGROUP
statement has been updated with aREPLACE
clause.For more information about replacing disks in a disk group, refer to Replacing Disks in Disk Groups.
-
-
Oracle Flex ASM
Oracle Flex ASM enables an Oracle ASM instance to run on a separate physical server from the database servers. Many Oracle ASM instances can be clustered to support a large number of database clients.
This feature enables you to consolidate all the storage requirements into a single set of disk groups. All these disk groups can be managed by a small set of Oracle ASM instances running in a single cluster.
Oracle Flex ASM supports only Oracle Database 12c Release 1 (12.1) and later releases.
For information, refer to Managing Oracle Flex ASM.
-
Oracle ASM Disk Scrubbing
Oracle ASM disk scrubbing checks logical data corruptions and repairs the corruptions automatically in normal and high redundancy disks groups. The feature is designed so that it does not have any impact to the regular input and output (I/O) operations in production systems. The scrubbing process repairs logical corruptions using the Oracle ASM mirror disks. Disk scrubbing uses Oracle ASM rebalancing to minimize I/O overhead.
The scrubbing process is visible in fields of the
V$ASM_OPERATION
view.For more information, refer to Scrubbing Disk Groups.
-
Oracle ASM Disk Resync Enhancements
The disk resync enhancements enable fast recovery from instance failure and faster resync performance overall. Oracle ASM disk resync enables multiple disks to be brought online simultaneously or to control the speed of the resync operation. Oracle ASM disk resync has a resync power limit to control resync parallelism and improve performance. Disk resync checkpoint functionality provides faster recovery from instance failures by enabling the resync to resume from the point at which the process was interrupted or stopped, instead of starting from the beginning.
For more information about disk resync, refer to Oracle ASM Fast Mirror Resync.
-
Oracle ASM Rebalance Enhancements
Oracle ASM rebalance enhancements improve scalability, performance, and reliability of the rebalance operation. This feature extends the rebalance process to operate on multiple disk groups in a single instance. In addition, this feature improves support for thin provisioning, user-data validation, and improved error handling.
For more information about disk group rebalancing, refer to Manually Rebalancing Disk Groups and Tuning Rebalance Operations.
-
Shared Oracle ASM Password File in a Disk Group
This feature implements the infrastructure needed to address the bootstrapping issues of Oracle ASM shared password file in an Oracle ASM disk group. This feature solves the bootstrapping problem for storing shared Oracle ASM password files in a disk group.
For information about a shared password file in a disk group, refer to Managing a Shared Password File in a Disk Group. For information about ASMCMD commands to manage an Oracle ASM or database instance password file in a disk group, refer to ASMCMD Instance Management Commands.
See Also:
-
Oracle Database Administrator's Guide for information about
ORAPWD
commands -
Oracle Database Administrator's Guide for information SRVCTL commands
-
Oracle Real Application Clusters Administration and Deployment Guide for information about SRVCTL commands
-
-
Oracle ASM File Access Control Enhancements on Windows
This feature provides enhancements to Oracle ASM File Access Control on Windows platforms.
Oracle Database now supports the use of an Oracle home user, which can be specified at installation time. The Oracle home user is associated with an Oracle home and it cannot be changed after installation. Different Oracle homes on a system can share the same Oracle home user or use different Oracle home user names. For more information, refer to About Oracle Home User on Windows.
You can now use access control to separate roles in Windows environments. With Oracle Database services running as users rather than Local System, the Oracle ASM access control feature is enabled to support role separation on Windows. In previous releases, this feature was disabled on Windows because all Oracle services run as Local System.
You can change the identity of an Oracle ASM user from one operating system (OS) user to another OS user without having to drop and re-create the user, which requires dropping all the files a user owns, which improves the manageability of Oracle ASM users and the files they own.
You can modify Windows file access controls while files are open using ASMCMD file access control commands, such as
chgrp
,chmod
, andchown
.For more information about Oracle ASM File Access Control, refer to Managing Oracle ASM File Access Control for Disk Groups. For information about Oracle ASM File Access Control ASMCMD commands, refer to ASMCMD File Access Control Commands.
See Also:
Oracle Database Platform Guide for Microsoft Windows for information about running Oracle services on Windows platforms, different types of Windows user accounts, and access control on Windows platforms
-
Rolling Migration Framework for Oracle ASM One-off Patches
This feature enhances the rolling migration framework to apply oneoff patches released for Oracle ASM in a rolling manner.
You can use this feature in a clustered Oracle ASM 12c Release 1 (12.1) and higher environment to update one node at a time to the latest patch level without affecting the overall availability of the Oracle ASM cluster or the database clusters using Oracle ASM for storage. This feature improves database availability by migrating the database to another Oracle ASM instance before a shut down and upgrade operation.
For information, refer to About Oracle ASM Rolling Patches.
See Also:
Oracle Grid Infrastructure Installation Guide for information about rolling migration of Oracle ASM and Oracle Grid Infrastructure homes
-
Updated Key Management Framework
This feature updates Oracle key management commands to unify the key management application programming interface (API) layer. The updated key management framework makes interacting with keys in the wallet easier and adds new key metadata that describes how the keys are being used.
This feature adds a new capability to store a credential file (wallet) in Oracle ASM disk groups. For information about file types supported by Oracle ASM, refer to What Types of Files Does Oracle ASM Support?.
See Also:
Oracle Database Advanced Security Guide for information about the Oracle key management framework
-
Oracle Enterprise Manager
Oracle Enterprise Manager replaces Enterprise Manager Database Control for administering Oracle Automatic Storage Management. For more information, refer to Administering Oracle ASM with Oracle Enterprise Manager.
Deprecated Features
These are deprecated features for Oracle ASM 12c Release 1 (12.1.0.1).
-
Deprecation of single letter SRVCTL CLI options in future releases
All SRVCTL commands have been enhanced to accept more meaningful and user-friendly keyword-style options instead of the single letter options. All new SRVCTL command line interface options added in this release support keyword-style options only and do not have single-letter equivalents. The previous style of using single-letter keyword options as existed in previous releases remain fully supported. In a future release, the single-letter options may no longer be supported and customers may want to change their scripts to adapt the keyword-style command options.
Desupported Features
These are desupported features for Oracle ASM 12c Release 1 (12.1.0.1).
-
Desupport of RAW (Block) Storage Devices for Oracle Database and Related Technologies
Oracle Database 12c and related technologies, such as Oracle Clusterware 12c, no longer support the use of raw (block) storage devices. This means that files must be moved to Oracle ASM before upgrading to Oracle Clusterware 12c.
Changes in Oracle ACFS and Oracle ADVM for Oracle ASM 12c Release 1 (12.1.0.1)
The following are changes for Oracle Automatic Storage Management Cluster File System (Oracle ACFS) and Oracle ASM Dynamic Volume Manager (Oracle ADVM) in Oracle ASM 12c Release 1 (12.1.0.1).
New Features
These are new features for Oracle ACFS and Oracle ADVM in Oracle ASM 12c Release 1 (12.1.0.1):
-
Oracle ACFS Enhancements
This feature introduces enhancements for Oracle ACFS, including:
-
Oracle ACFS in Oracle Grid 12c Release 1 (12.1) supports all database files for Oracle Database 11g Release 2 (11.2.0.4) or later, except for data files and redo logs in an Oracle Restart (standalone server) configuration. For this feature, the
COMPATIBLE.ADVM
attribute must be set to 12.1 or later for the disk group that contains the Oracle ACFS file system.Using Oracle ACFS replication or encryption with database files on Oracle ACFS is not supported. For information about other replication options for database files on Oracle ACFS, refer to Oracle Data Guard Concepts and Administration and Oracle GoldenGate documentation. Oracle GoldenGate is an Oracle product sold independently of the Oracle Database. To encrypt database data files on Oracle ACFS, Oracle recommends Oracle Advanced Security. Oracle Advanced Security provides Transparent Data Encryption (TDE) to encrypt data files for entire tablespaces. For information about Transparent Data Encryption (TDE), refer to Oracle Database Advanced Security Guide.
-
Oracle ACFS supports clusterwide, file granular
fcntl
advisory file locking while byte range locks continue to operate in node local mode. -
Oracle ACFS directory listing performance is improved for newly created directories.
-
Oracle ACFS supports end-to-end storage visibility for files with the
-d
option ofacfsutil
info
file
. The-d
option displays details about a file extent location, from the Oracle ACFS extent to the Oracle ASM devices in the disk group. For information, refer to acfsutil info file. -
Oracle ACFS ASMCMD commands have enhanced syntax. For information about ASMCMD commands for Oracle ACFS, refer to ASMCMD Volume Management Commands.
-
Oracle ACFS supports unlimited expansions when resizing a file system in a disk group with ADVM compatibility set to
11.2.0.4
or higher. -
Oracle ACFS performance and scalability improvements for
ls
andfind
in a disk group with ADVM compatibility set to11.2.0.4
or higher.
For more information about Oracle ACFS, refer to Overview of Oracle ACFS
-
-
Oracle ACFS Enhancements Supporting Network File Storage (NFS)
Note:
This feature is not supported in Oracle Restart configurations.
High Availability NFS for Oracle Grid Infrastructure provides uninterrupted service of NFS V2/V3/V4 exported paths by exposing NFS exports on Highly Available Virtual IPs (HAVIP) and using Oracle Clusterware agents to ensure that the HAVIPs and NFS exports are always online. While base NFS supports file locking, HANFS does not support NFS file locking.
Oracle ACFS file system exports (using NFS) include Golden Images and patch updates applied to Oracle ACFS snapshots. Note that NFS is deployed with Oracle Grid Infrastructure servers in support of Oracle Grid Infrastructure client systems. Application VIP and NFS export resources are employed for Oracle ACFS and highly available NFS.
High Availability NFS can also be used as a general high availability solution for Oracle ACFS exported file systems.
For information about High Availability NFS for Oracle Grid Infrastructure homes, refer to Oracle ACFS NAS Maximum Availability eXtensions.
See Also:
-
Oracle Real Application Clusters Administration and Deployment Guidefor information about SRVCTL commands
-
Oracle Clusterware Administration and Deployment Guide for information about Oracle Clusterware and clusters
-
-
Enhancements for Oracle ACFS Snapshots
Oracle ACFS supports the creation of a snapshot from an existing snapshot in the same Oracle ACFS file system. In addition, snapshot conversions are enabled between read-only and read-write snapshots.
For information about Oracle ACFS snapshots, refer to About Oracle ACFS Snapshots. For information about Oracle ACFS snapshot commands, refer to Oracle ACFS Command-Line Utilities.
-
Oracle ACFS Tagging Generic Application Programming Interface
Tagging operations are available as C application programming interfaces (APIs), described in Oracle ACFS Tagging Generic Application Programming Interface.
For information about Oracle ACFS tagging, refer to Oracle ACFS Tagging. For information about Oracle ACFS tagging operations available through the
acfsutil
tag
commands, refer to Oracle ACFS Command-Line Tools for Tagging. -
Oracle Clusterware Resources Supporting Oracle ACFS
Note:
This feature is not supported in Oracle Restart configurations.
Oracle ACFS and Oracle ADVM resource support is enhanced for both performance and coverage. Oracle Clusterware (CRS) managed resource support is extended to include enhancements for Oracle ACFS Oracle homes, Oracle ACFS General Purpose file systems, and Oracle ADVM volumes in supporting Oracle Grid Infrastructure Server Oracle ACFS export (using NFS) configurations. SRVCTL has updates to commands for managing Oracle ACFS and Oracle ADVM resources.
For information about Oracle Clusterware resources and Oracle ACFS, refer to Oracle Clusterware Resources and Oracle ACFS Administration.
See Also:
-
Oracle Real Application Clusters Administration and Deployment Guidefor information about SRVCTL commands
-
Oracle Clusterware Administration and Deployment Guide for information about Oracle Clusterware resources
-
-
Oracle ACFS Plugins
The Oracle ACFS plugin functionality enables a user space application to collect just-in-time Oracle ACFS file and Oracle ADVM volume metrics from the operating system environment. Applications can use the Oracle ACFS plug-in infrastructure to create customized solutions that extend the general application file metric interfaces to include detailed Oracle ACFS file system and volume data.
For information about Oracle ACFS plugins, refer to Oracle ACFS Plugins. For information about Oracle ACFS plugin commands, refer to Oracle ACFS Command-Line Utilities. For information about the Oracle ACFS plug-in application programming interface, refer to Oracle ACFS Plug-in Generic Application Programming Interface.
-
Integration of Oracle ACFS Replication With Auditing, Encryption, and Security
This feature enables the integration of Oracle Automatic Storage Management Cluster File System (Oracle ACFS) replication with Oracle ACFS auditing, encryption, and security.
For more information, refer to Oracle ACFS Replication with Auditing, Encryption, and Security.
-
Oracle ACFS Auditing and Support for Importing Auditing Data into Audit Vault Server
This feature provides auditing for Oracle ACFS security and encryption. In addition, this feature also generates an XML file containing Oracle ACFS audit trail data which can be imported by Audit Vault Server.
For more information, refer to Oracle ACFS Auditing. For information about Oracle ACFS commands for auditing, refer to Oracle ACFS Command-Line Tools for Auditing and the
acfsutil
sec
realm
enable
andacfsutil
sec
realm
disable
commands described in Oracle ACFS Command-Line Tools for Security. -
Support for Oracle ACFS Replication and Tagging on Solaris
This feature supports Oracle ACFS replication and tagging on Solaris platforms.
For information about Oracle ACFS, refer to Introducing Oracle ACFS and Oracle ADVM.
-
Support for Oracle ACFS Replication and Tagging on AIX
This feature supports Oracle ACFS replication and tagging on AIX platforms.
For information about Oracle ACFS, refer to Introducing Oracle ACFS and Oracle ADVM.
-
Support for Oracle ACFS Security and Encryption on Solaris
This feature extends support for Oracle ACFS Security and Encryption Features on Solaris systems. Changes in functionality for Solaris environments are noted with the individual security and encryption commands.
For more information, refer to Oracle ACFS Security and Oracle ACFS Encryption.
-
Oracle Enterprise Manager
Oracle Enterprise Manager replaces Enterprise Manager Database Control for administering Oracle Automatic Storage Management Cluster File System. For more information, refer to Administering Oracle ACFS with Oracle Enterprise Manager.