How To Determinate If An EMCPOWER Partition Is Valid For ASMLIB

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: [email protected]

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

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

聊天 群:40132017 聊天2群:69087192

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

你可能感兴趣的:(oracle,sql,.net,Blog,Gmail)