How to Enabling and Diabling VxDMP devices for use with Oracle ASM
Enable DMP support for ASM to make DMP devices visible to ASM as available disks
To make DMP devices visible to ASM
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/*As root user, enable DMP devices for use with ASM.
# vxdmpraw enable usernamegroupname [devicename ...]For example:
# vxdmpraw enable oracle dba eva4k6k0_1For 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 241The above output indicates that
/dev/raw/raw54corresponds to the partition/dev/vx/rdmp/eva4k6k0_1s1. Similarly,/dev/raw/raw55corresponds to/dev/vx/rdmp/eva4k6k0_1s2and so forth. Finally,/dev/raw/raw69corresponds to/dev/vx/rdmp/eva4k6k0_1s15.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
If the device is part of any ASM disk group, remove the device from the ASM disk group.
As root user, disable DMP devices for use with ASM.
# vxdmpraw disable disknameFor example:
# vxdmpraw disable eva4k6k0_1
How to Enabling and Diabling VxDMP devices for use with Oracle ASM的更多相关文章
- 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 ...
- RAC的QA
RAC: Frequently Asked Questions [ID 220970.1] 修改时间 13-JAN-2011 类型 FAQ 状态 PUBLISHED Appli ...
- [Andriod官方API指南]连接之蓝牙
Bluetooth —— 蓝牙 The Android platform includes support for the Bluetooth network stack, which allows ...
- Oracle 10g AND Oracle 11g手工建库案例--Oracle 11g
Oracle 10g AND Oracle 11g手工建库案例--Oracle 11g 系统环境: 操作系统: RedHat EL6 Oracle: Oracle 10g and Oracle 11 ...
- Attribute-based identification schemes for objects in internet of things
Methods and arrangements for object identification. An identification request is received from diffe ...
- OSCP Learning Notes - Privilege Escalation
Privilege Escalation Download the Basic-pentesting vitualmation from the following website: https:// ...
- 转: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. ...
- 1Z0-050
QUESTION 13 View the Exhibit.Examine the following command that is executed for the TRANSPORT table ...
- Oracle Tuning 基础概述01 - Oracle 常见等待事件
对Oracle数据库整体性能的优化,首先要关注的是在有性能问题时数据库排名前几位等待事件是哪些.Oracle等待事件众多,随着版本的升级,数量还在不断增加,可以通过v$event_name查到当前数据 ...
随机推荐
- Spring data jpa 实现简单动态查询的通用Specification方法
本篇前提: SpringBoot中使用Spring Data Jpa 实现简单的动态查询的两种方法 这篇文章中的第二种方法 实现Specification 这块的方法 只适用于一个对象针对某一个固定字 ...
- Android使用SVG小结
SVG的全称是Scalable Vector Graphics,叫可缩放矢量图形.它和位图(Bitmap)相对,SVG不会像位图一样因为缩放而让图片质量下降.它的优点在于节约空间,使用方便. andr ...
- Centos7+httpd+fastcgi安装提示错误
搭建的环境: centos7 Apache/2.4.6 fastcgi2.4.6 rails4 在安装fastcgi的时候遇到了问题: 问题: ...... In file included from ...
- Sharded数据分片定位数据
[http://www.tuicool.com/articles/UNnqUnU] Jedis分片 动机 在普通的Redis主/从方式,通常有一个主服务器负责"write"请求,多 ...
- python中的列表和字典(二)
三. 字典以及相关使用 1. 字典的定义 dict{} 2. 字典特征:字典是无序的,key-value键值对形式,key值不重复 3. 字典的赋值:dictA = {keyA: valueA, ke ...
- ajax返回的值有两种方法,一种是把async:true改为false。 另一种是回调函数。
function load_val(callback){//定义一个回调函数 $.getJSON('test.php' , function(dat){ callback(data);//将返回结果当 ...
- LeetCode OJ:Rotate Array(倒置数组)
Rotate an array of n elements to the right by k steps. For example, with n = 7 and k = 3, the array ...
- ACM提交,C++,G++,C,GCC的区别
今天做了一道水题,POJ-1004,水题一个,12个double类型的数求平均数 但是, #include <iostream> #include <cstdio> using ...
- 2017.11.28 Enginering management:problem-solving ability
Today,my colleague is on bussiness trip. going to customer factory in jiangxi. slove the color diffe ...
- 自动部署基于Maven的war文件到远程Tomcat
转载自:https://www.cnblogs.com/jtlgb/p/7018705.html Tomcat 7发布URL = http://localhost:8080/manager/text命 ...