http://www.toadworld.com/platforms/oracle/b/weblog/archive/2015/03/15/oracleasm-instantiating-disk-failed
Solution: The ASM error « disk does not exist or is not instantiated » error can be caused by many issues: – Not disabling SELINUX:
vi /etc/sysconfig/selinux SELINUX=disabled
Then reboot your system and run getenforce to confirm that SELINUX is disabled:
root> /usr/sbin/getenforce Disabled
Your email address will not be published. Required fields are marked *
Save my name, email, and website in this browser for the next time I comment.
Δ
Please enable JavaScript in your browser to view the content
http://www.toadworld.com/platforms/oracle/b/weblog/archive/2015/03/15/oracleasm-instantiating-disk-failed
Solution: The ASM error « disk does not exist or is not instantiated » error can be caused by many issues:
– Not disabling SELINUX:
vi /etc/sysconfig/selinux SELINUX=disabled
Then reboot your system and run getenforce to confirm that
SELINUX is disabled:
root> /usr/sbin/getenforce Disabled
Josselin Joly