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/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
.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查到当前数据 ...
随机推荐
- Python运行的17个时新手常见错误小结
1)忘记在if , elif , else , for , while , class ,def 声明末尾添加 :(导致“SyntaxError :invalid syntax”) 该错误将发生在类似 ...
- (转) 一次批量重启引发的Neutron网络故障
现场回顾 故事发生于某个下午,采用 salt 更新某集群的 neutron.conf (log 相关配置项) 并批量重启 neutron-openvswitch-agent(以下简称 neutron- ...
- rsync工具
rsync工具 一.介绍 1.可以实现 本地数据 <----------> 远程数据/本地数据 的传输 2.两种通信方式(man rsync) (1)remote shell(一个冒号 ...
- ActiveMQ 的客户端选项
本章重点 怎么使用独占式消费者 消息分组的威力 理解流和二进制大对象 容错传输 计划消息分发 简介 上一章我们介绍了 ActiveMQ 的代理特性,本章我们将学习 ActiveMQ 客户端的一些高级特 ...
- CentOS 7 安装 Git
服务器端 1.先从yum安装git yum –y install git 2.在需要的位置创建一个裸仓库(最后以.git结尾) cd /usr/local mkdir git cd git git i ...
- 在express中提供静态文件笔记
在express中提供静态文件 要在express框架中提供静态文件,如:css.javascript等文件,就要使用到他的内置中间件功能express.static,将包含静态文件目录文件传递给ex ...
- 大视野 1012: [JSOI2008]最大数maxnumber(线段树/ 树状数组/ 单调队列/ 单调栈/ rmq)
1012: [JSOI2008]最大数maxnumber Time Limit: 3 Sec Memory Limit: 162 MBSubmit: 9851 Solved: 4318[Submi ...
- 51nod 1215 单调栈/迭代
http://www.51nod.com/onlineJudge/questionCode.html#!problemId=1215 1215 数组的宽度 题目来源: Javaman 基准时间限制:1 ...
- 伯乐在线文章URL
一段代码,可以跑出所有文章的url # encoding: utf-8 import requests from bs4 import BeautifulSoup base_url = 'http:/ ...
- BuildPipeline.BuildAssetBundle 编译资源包
原文出自:http://blog.csdn.net/nateyang/article/details/7567831 1.导出.unity3d格式资源: http://game.ceeger.com/ ...