Enable DMP support for ASM to make DMP devices visible to ASM as available disks

To make DMP devices visible to ASM

  1. From ASM, make sure ASM_DISKSTRING is set to the value/dev/raw/*.

    For Linux:

    The value for ASM_DISKSTRING is /dev/raw/*.

    SQL> show parameter ASM_DISKSTRING;
    NAME TYPE VALUE
    -------------------- ----------- ---------------
    asm_diskstring string /dev/raw/*

    For AIX, HP-UX, and Solaris:

    The value for ASM_DISKSTRING is /dev/vx/rdmp/*.

    SQL> show parameter ASM_DISKSTRING;
    NAME TYPE VALUE
    -------------------- ----------- ---------------
    asm_diskstring string /dev/vx/rdmp/*
  2. As root user, enable DMP devices for use with ASM.

    # vxdmpraw enable usernamegroupname [devicename ...]

    For example:

    # vxdmpraw enable oracle dba eva4k6k0_1
  3. For Linux, perform this step:

    The vxdmpraw enable command creates raw devices in the /dev/raw/* directory, corresponding to the DMP devices. Query the raw devices for devices with major number 201 and minor number between 241 to 255. There are 16 entries, since disks in Linux can have a maximum of 16 partitions. For example:

    # raw -qa | grep "major 201, minor 241"
    /dev/raw/raw54: bound to major 201, minor 241

    The above output indicates that /dev/raw/raw54 corresponds to the partition/dev/vx/rdmp/eva4k6k0_1s1. Similarly, /dev/raw/raw55 corresponds to/dev/vx/rdmp/eva4k6k0_1s2 and so forth. Finally, /dev/raw/raw69 corresponds to/dev/vx/rdmp/eva4k6k0_1s15.

  4. From ASM, confirm that ASM can see these new devices.

    SQL> select name,path,header_status from v$asm_disk;

    Sample output for Linux:

    NAME  PATH	                     HEADER_STATUS
    ---------------------------------------------
    ... ....... ....
    /dev/raw/raw53 CANDIDATE
    ... ....... ....

    Sample output for AIX, HP-UX, and Solaris:

    NAME  PATH	                     HEADER_STATUS
    ---------------------------------------------
    ... ....... ....
    /dev/vx/rdmp/eva4k6k0_1 CANDIDATE
    ... ....... ....
 

Remove DMP devices from the listing of ASM disks

To remove DMP devices from the listing of ASM disks, disable DMP support for ASM from the device. You cannot remove DMP support for ASM from a device that is in an ASM disk group.

To remove the DMP device from the listing of ASM disks

  1. If the device is part of any ASM disk group, remove the device from the ASM disk group.

  2. As root user, disable DMP devices for use with ASM.

    # vxdmpraw disable diskname

    For example:

    # vxdmpraw disable eva4k6k0_1

How to Enabling and Diabling VxDMP devices for use with Oracle ASM的更多相关文章

  1. How to create Oracle ASM devices using device-mapper multipath devices in Red Hat Enterprise Linux 6

    How to create Oracle ASM devices using device-mapper multipath devices in Red Hat Enterprise Linux 6 ...

  2. RAC的QA

    RAC: Frequently Asked Questions [ID 220970.1]   修改时间 13-JAN-2011     类型 FAQ     状态 PUBLISHED   Appli ...

  3. [Andriod官方API指南]连接之蓝牙

    Bluetooth —— 蓝牙 The Android platform includes support for the Bluetooth network stack, which allows ...

  4. Oracle 10g AND Oracle 11g手工建库案例--Oracle 11g

    Oracle 10g AND Oracle 11g手工建库案例--Oracle 11g 系统环境: 操作系统: RedHat EL6 Oracle:  Oracle 10g and Oracle 11 ...

  5. Attribute-based identification schemes for objects in internet of things

    Methods and arrangements for object identification. An identification request is received from diffe ...

  6. OSCP Learning Notes - Privilege Escalation

    Privilege Escalation Download the Basic-pentesting vitualmation from the following website: https:// ...

  7. 转:ORA-15186: ASMLIB error function = [asm_open], error = [1], 2009-05-24 13:57:38

    转:ORA-15186: ASMLIB error function = [asm_open], error = [1], 2009-05-24 13:57:38http://space.itpub. ...

  8. 1Z0-050

    QUESTION 13 View the Exhibit.Examine the following command that is executed for the TRANSPORT table ...

  9. Oracle Tuning 基础概述01 - Oracle 常见等待事件

    对Oracle数据库整体性能的优化,首先要关注的是在有性能问题时数据库排名前几位等待事件是哪些.Oracle等待事件众多,随着版本的升级,数量还在不断增加,可以通过v$event_name查到当前数据 ...

随机推荐

  1. SpringCloud-分布式配置中心(config)

    简介 在分布式文件系统中,由于服务数量巨多,为了方便服务配置文件统一管理,实时更新,所以需要分布式配置中心组件.在Spring Cloud中,有分布式配置中心组件spring cloud config ...

  2. bzoj 1101 zap 莫比乌斯

    1101: [POI2007]Zap Time Limit: 10 Sec  Memory Limit: 162 MB Description FGD正在破解一段密码,他需要回答很多类似的问题:对于给 ...

  3. Nginx虚拟主机配置模板

    /////////////////////////////写在前头//////////////////////////////////////////Nginx 服务器中文文档:http://www. ...

  4. pdf2swf+flexpaper解决pdf在线阅读(类百度文库)

    1:工具准备swftools.exe 下载 http://www.swftools.org/download.html 安装至D盘 SWFTools提供了一系列将各种文件转成swf的工具: font2 ...

  5. APP测试的那些坑

    在记录app测试走过的那些坑之前,先总结下app测试的工作主要有哪些:   1.功能测试,无论是什么软件产品,必不可少的就是功能测试.我们需要测试这款app产品的功能是否完善,是否符合客户需求,是否符 ...

  6. 小米刷机教程和GAE for android

    小米上的刷机教程:http://www.miui.com/getrom.php?r=2gae for android :https://github.com/madeye/gaeproxy/wiki

  7. gradle_学习_02_gradle多模块构建实例

    一.前言 二.多模块构建 1.工程结构 父工程:weixin-service 子模块:weixin-gz weixin-qy 2.父工程 weixin-service (1)build.gradle ...

  8. LeetCode OJ:Populating Next Right Pointers in Each Node II(指出每一个节点的下一个右侧节点II)

    Follow up for problem "Populating Next Right Pointers in Each Node". What if the given tre ...

  9. L110 promise

    We assure you that such things will not happen again in our future deliveries. We'd like to avail ou ...

  10. metaclass 了解一下

    创建类的两种方式 方式一: class Foo(object,metaclass=type): CITY = "bj" def func(self,x): return x + 1 ...