当前位置:网站首页>Create ASM disk through DD
Create ASM disk through DD
2022-07-04 04:40:00 【Drunken Xiaobai】
problem 0:raw /dev/raw/raw10 /dev/loop11 There is no raw10 Generate
After restart
Use losetup Realization linux Ordinary documents do asm disk
problem 1:ORA-15260: permission denied on ASM disk group
Solution :
sqlplus / as sysasm
problem 2:ORA-15031: disk specification ‘/dev/raw/raw10’ matches no disks
[email protected]+ASM> create diskgroup xff external redundancy disk '/dev/raw/raw10';
create diskgroup xff external redundancy disk '/dev/raw/raw10'
*
ERROR at line 1:
ORA-15018: diskgroup cannot be created
ORA-15031: disk specification '/dev/raw/raw10' matches no disks
ORA-15025: could not open disk "/dev/raw/raw10"
ORA-27041: unable to open file
Linux-x86_64 Error: 13: Permission denied
Additional information: 42
Additional information: 1241279430721
Additional information: 68719476736
Solution :
chmod 660 /dev/raw/raw1
chown oracle:dba /dev/raw/raw1
problem 3:ORA-15031: disk specification ‘/dev/raw/raw10’ matches no disks
[email protected]+ASM> create diskgroup xff external redundancy disk '/dev/raw/raw10';
create diskgroup xff external redundancy disk '/dev/raw/raw10'
*
ERROR at line 1:
ORA-15018: diskgroup cannot be created
ORA-15031: disk specification '/dev/raw/raw10' matches no disks
ORA-15014: path '/dev/raw/raw10' is not in the discovery set
Solution :
alter system set asm_diskstring='/dev/raw/*'; 


边栏推荐
- Dp83848+ network cable hot plug
- Wechat brain competition answer applet_ Support the flow main belt with the latest question bank file
- Unity资源路径
- Kivy教程之 07 组件和属性绑定实现按钮button点击修改label组件(教程含源码)
- 5张图告诉你:同样是职场人,差距怎么这么大?
- Many founders of technology companies provided enterpriser first with a round C financing of up to US $158million to help it invest in the next generation of global innovators
- Formatted text of Kivy tutorial (tutorial includes source code)
- 十字路口通行优先权,十字路口通行规则图解
- “找工作不要太在意工资”,这是我听过最大的谎言
- 浅谈JVM的那些事
猜你喜欢

Correct the classpath of your application so that it contains a single, compatible version of com.go

The five pictures tell you: why is there such a big gap between people in the workplace?

Talking about JVM

EventBridge 在 SaaS 企业集成领域的探索与实践

Longest increasing subsequence problem (do you really know it)

Definition of DCDC power supply current

20000 words will take you to master multithreading

牛客小白月赛49

资深开发人员告诉你,怎样编写出优秀的代码?

Main applications of TDK lambda power supply
随机推荐
[cloud native] those lines of code that look awesome but have a very simple principle
精品网址导航主题整站源码 wordpress模板 自适应手机端
Beipiao programmer, 20K monthly salary, 15W a year, normal?
ADB tools
Distributed cap theory
Solve the problem of failed to load property source from location 'classpathapplication YML 'problem
Network - vxlan
Correct the classpath of your application so that it contains a single, compatible version of com. go
牛客小白月赛49
戳气球和布尔运算问题(巨难)
架构实战营 - 第 6 期 模块九之毕业设计
NFT new opportunity, multimedia NFT aggregation platform okaleido will be launched soon
First knowledge of batch processing
Operate the server remotely more gracefully: the practice of paramiko Library
Change the background color of Kivy tutorial (tutorial includes source code)
技术管理 - 学习/实践
Definition of DCDC power supply current
Unity资源路径
C language one-way linked list exercise
Pytest basic self-study series (I)