How To Determinate If An EMCPOWER Partition Is Valid For ASMLIB

news/2024/7/7 14:54:37

If you are trying to create an ASMLIB disk using an emcpower# partition and you get the next error:

ASMdisk:asmtool:Device"/dev/emcpowera11"isnotapartition[FAILED]

Then you will need to determinate if the emcpower# partition is valid.

解决步骤如下:

In order to confirm the emcpower# partition is valid:

1) Check if you can create a tablespace directly on the block partition:

[root@dbaasm~]#cd/dev
[root@dbaasmdev]#ls-lemcpowerd1
brw-rw----1rootdisk3,19Apr2916:00emcpowerd1
[root@dbaasmdev]#chmod777emcpowerd1
[root@dbaasmdev]#ls-lemcpowerd1
brwxrwxrwx1rootdisk3,19Apr2916:00emcpowerd1
[root@dbaasmdev]#exit

dbaasm.us.oracle.com:/u01/app/oracle/11.1/db:TEST:oracle>sqlplus“/as
sysdba”

SQL*Plus:Release11.1.0.6.0-ProductiononThuMay109:09:022008

Copyright(c)1982,2007,Oracle.Allrightsreserved.


Connectedto:
OracleDatabase11gEnterpriseEditionRelease11.1.0.6.0-Production
WiththePartitioning,OLAP,DataMiningandRealApplicationTestingoptions

SQL>createtablespacetestdatafile'/dev/emcpowerd1'size100M;

Tablespacecreated.

2) If so, then drop the previous tablespace.

3) Then check if a diskgroup can be created directly on the block partition:

Connectasrootandexecute:

#ddif=/dev/zeroof='/dev/emcpowerb1'bs=8192count=12800

Thenconnectasoracle,andthenconnecttotheASMinstancesandexecute:


SQL>altersystemsetasm_diskstring='/dev/emcpowerb1'scope=memory;

SQL>creatediskgroupTESTexternalredundancydisk'/dev/emcpowerb1';
Diskgroupcreated.

4) IfthetablespaceanddiskgroupcanbecreatedirectlyontheblockpartitionthenthiscouldbeaproblemwithASMLIBconfiguration.ThereforeyouwillneedtocheckifthecorrectASMLIBrpmswereinstalled.

5) Alternatively,youcancheckiftheproblemisreproducibleonanotheremcpower#partitionorasktheSAtorecreatetheoriginalone.

From Oracle

-------------------------------------------------------------------------------------------------------

Blog http://blog.csdn.net/tianlesoftware

Email: dvd.dba@gmail.com

DBA1 群:62697716(); DBA2 群:62697977() DBA3 群:62697850()

DBA 超级群:63306533(); DBA4 群: 83829929 DBA5群: 142216823

聊天 群:40132017 聊天2群:69087192

--加群需要在备注说明Oracle表空间和数据文件的关系,否则拒绝申请


http://www.niftyadmin.cn/n/4261149.html

相关文章

终于开博了,庆祝下。

我是个懒人,不喜欢写日记。高中三年一个日记本好不容易记了大半本,大学到现在研二了,已经快6年了,一个日记本也才用了一半,对我而言,这已经不是纯粹的日记了。已经是月记年记了。只是在心情不好时&#xff…

smarty mysql demo_smarty模板的使用方法实例分析

本文实例讲述了smarty模板的使用方法。分享给大家供大家参考,具体如下:这里以smarty3为例首先, 在官网下载smarty3模板文件,然后解压。在解压之后的文件夹中,libs是smarty模板的核心文件,demo里面有示例程序…

【论文阅读笔记】Attack-Resistant Federated Learning with Residual-based Reweighting

个人阅读笔记,如有错误欢迎指出 Arxiv 2019 [1912.11464] Attack-Resistant Federated Learning with Residual-based Reweighting (arxiv.org) 问题: 联邦学习容易受到后门攻击 创新: 提出一种基于残差的重新加权聚合算法 聚合算法…

致青岛雅怀幼儿园的道歉信

我是一个在网络公司的程序员,前一阵和雅怀幼儿园产生一点矛盾,我就做了很对不起雅怀幼儿园的举动--捏造、发布虚假信息。我在网上搜索了一些对幼儿园不利的信息,将幼儿园的名字换成雅怀幼儿园,将“青岛雅怀幼儿园,赚钱…

How to Re-configure Asm DiskGroup

One ASM DISK GROUP contains all of the available disks of the server. Need to re-configure the current DISK GROUP to break it down into three different ASM disk groups. 注意事项: 1). A DISK GROUP with single disk is possible only if the redunda…

matlab如何将三维转为二维_matlab怎么把二维的变成三维的

clear%清除变量k1.38054e-23;%玻尔兹曼常数h6.626e-34;%普朗克常数c2.997925e8;%光速sigma5.6688e-008;%斯特潘常数b0.0029;%维恩常数t98.6;%热力学温度向量nlength(t);%向量长...clear %清除变量k1.38054e-23; %玻尔兹曼常数h6.626e-34; %普朗克常数c2.997925e8; %光速sigma5.…

钢材价格上涨 超耐用新型UPVC三层共挤发泡隔热瓦受热捧

钢材价格上涨超耐用新型UPVC三层共挤发泡隔热瓦受热捧<?xml:namespace prefix o ns "urn:schemas-microsoft-com:office:office" />Price for Steel Raising Up, New Building Materials Xinli UPVC recyclable roofing tiles (roof sheet) become popular日…

前端实现上传图片并显示在指定的位置_前端开发:如何实现html+css自定义图片上传按钮?...

大家好&#xff0c;我是专注于前端开发&#xff0c;前端入门&#xff0c;精神可爱的前端小学妹&#xff0c;今天为大家带来的Web前端学习知识是”如何实现htmlcss自定义图片上传按钮&#xff1f;“&#xff0c;喜欢Web前端的朋友&#xff0c;一起看看吧&#xff01;普通的input…