ASM and IPv6 Compatibility

oracleoracle-asmstorage

In the whitepaper mentioned below, Under 'Limitations' it says ASM and fan based notifications are not supported by IPv6 in Oracle. I'm just curious what ASM has to do with ipv4 or ipv6 or ipv4? ASM is just a file system.
http://www.oracle.com/technetwork/database/enterprise-edition/oracledatabaseipv6sod-2141330.pdf

Best Answer

ASM isn't just a file system. It's also a volume manager.

An ASM instance is a cut-down Oracle instance that database instances talk to in order to find out how to access the blocks they need. The ASM instance doesn't write data to or read data from the disks itself, it only provides the information that the database requires in order to do this.

This communication is over the network, so involves IP. Hence the note about IPv4/IPv6.