Oracle ASMLib Release Notes

oracleasmlib 2.0.4

The 2.0.4 release of oracleasmlib fixes a rare memory leak. Most processes only perform secondary initialization, relying on an initial process in the instance to do the initial work. If that initial work never got done, the other processes should receive an error. However, oracleasmlib was erroneously returning success.

oracleasm-support 2.1.0

The 2.1.0 release of oracleasm-support is a major rework that brings new functionality to the Oracle ASMLib support tools.
Unchanged in 2.1.0
  • The 2.1.0 release of oracleasm support is still compatible with the same drivers as the 2.0 version.
  • The /etc/init.d/oracleasm script behaves exactly as before. This should be a drop-in upgrade.
New in 2.1.0
  • There is a new /usr/sbin/oracleasm command that provides a much more flexible interface to the oracleasm support software. oracleasm operations are subcommands for the oracleasm program. The /etc/init.d/oracleasm script now uses the oracleasm program as well. All new features are accessed by using the new oracleasm command.
  • There is a new oracleasm update-driver command that will try to download the latest Oracle ASMLib driver for a given kernel. It can update multiple kernel versions at once. If no version is specified, it will update the currently running kernel. This supports drivers available via the Unbreakable Linux Network and on the Oracle Technology Network.
  • The oracleasm querydisk command adds the -d and -p options. The -d option will display the device number of the queried disk. The -p option will attempt to locate matching device paths if the blkid(8) tool is installed.
  • The oracleasm deletedisk command can delete a disk by device as well as by name.
  • The oracleasm scandisks command adds the -s option. This option prevents a scan from re-reading the partition table of a device. It is safer when scanning running disks, though it will not pick up partitioning changes.
  • The oracleasm scandisks command can now be given a list of disks to scan. The administrator can use this to only scan specific disks, such as newly added ones.