Welcome 微信登录

首页 / 数据库 / MySQL / ASM磁盘创建提示“Marking disk “VOL1” as an ASM disk: [FAILED]”

今天是2013-12-1,今天安装了一下asm,在创建磁盘的时候出现一个问题如下:Marking disk "VOL1" as an ASM disk: [FAILED]产生该问题原因在此总结如下:1)ASM driver is disable2)Device "/dev/xxx" is not a partition3)SELINUX=enforcing对于第一种情况,我们可以使用/etc/init.d/Oracleasm status 查看状态,如果没有启动则采用/etc/init.d/oracleasm start 进行启动asm 驱动2)对于该问题,需要首先划分分区,因为在官网提出只有如下asm才可支持:Oracle ASM disks are the storage devices that are provisioned to Oracle ASM disk groups. Examples of Oracle ASM disks include:
  • A disk or partition from a storage array
  • An entire disk or the partitions of a disk
  • Logical volumes
  • Network-attached files (NFS)
3)对于第三中问题可以采用如下解决方法:[root@oracle-one ~]# cat /etc/selinux/config# This file controls the state of SELinux on the system.
# SELINUX= can take one of these three values:
# enforcing - SELinux security policy is enforced.
# permissive - SELinux prints warnings instead of enforcing.
# disabled - No SELinux policy is loaded.
SELINUX=enforcing
# SELINUXTYPE= can take one of these two values:
# targeted - Targeted processes are protected,
# mls - Multi Level Security protection.
SELINUXTYPE=targeted
[root@oracle-one ~]#
[root@oracle-one ~]# cat /etc/selinux/config# This file controls the state of SELinux on the system.
# SELINUX= can take one of these three values:
# enforcing - SELinux security policy is enforced.
# permissive - SELinux prints warnings instead of enforcing.
# disabled - No SELinux policy is loaded.
SELINUX=permissive
# SELINUXTYPE= can take one of these two values:
# targeted - Targeted processes are protected,
# mls - Multi Level Security protection.
SELINUXTYPE=targetedselinux代表安全增强linux,有三个值enforcing记录日志且阻止程序运行,permissive记录警告日志允许程序运行,disable关闭 selinux策略。建议设置permisssive。
[root@oracle-one ~]#
[root@oracle-one ~]# setenforce 0
[root@oracle-one ~]# getenforce
Permissive
[root@oracle-one ~]#
[root@oracle-one ~]# /etc/init.d/oracleasm createdisk VOL1 /dev/sdb1
Marking disk "VOL1" as an ASM disk: [ OK ]
[root@oracle-one ~]# 另外非常重要的一点就是,我们可以通过查看/var/log/oracleasm日志信息进行快速问题定位。 That‘s all!<!-- Baidu Button BEGIN -->推荐阅读:如何修改ASM的sys密码 http://www.linuxidc.com/Linux/2013-09/89744.htm如何将ASM中的数据文件复制到操作系统中 http://www.linuxidc.com/Linux/2013-08/88418.htmOracle 11g RAC ASM磁盘全部丢失后的恢复 http://www.linuxidc.com/Linux/2013-07/87000.htmOracle 11g从入门到精通 PDF+光盘源代码 http://www.linuxidc.com/Linux/2013-06/85670.htmRHEL6 ASM方式安装Oracle 11g R2 http://www.linuxidc.com/Linux/2013-06/86002.htmOracle 10g 手工创建ASM数据库 http://www.linuxidc.com/Linux/2013-01/78229.htmUbuntu 12.04(amd64)安装完Oracle 11gR2后各种问题解决方法 http://www.linuxidc.com/Linux/2013-06/86155.htm如何修改Oracle 10g ASM的sys密码 http://www.linuxidc.com/Linux/2012-11/75163.htmORA-24247问题解决Oracle之Group by 扩展分组函数相关资讯      ASM 
  • Oracle 11g RAC 启动时无法识别ASM  (今 15:36)
  • 监控ASM磁盘组IO吞吐量  (04月10日)
  • Win远程Linux下的ASM实例  (01月12日)
  • Oracle Linux6.7下使用udev做ASM  (07月04日)
  • ASM学习之概述  (01月12日)
  • 11G ASM磁盘组不能自动MOUNT处理  (01月12日)
本文评论 查看全部评论 (0)
表情: 姓名: 字数