DBA Hub

📋Steps in this guide1/2

Instantiating disk: failed - Bright DBA

Instantiating disk: failed while creating ASM disk. Issue [root@Linux4 ~]# oracleasm createdisk disk1 /dev/sdb1 Writing disk header: done Instantiating disk: failed <---- Clearing disk header: done [root@Linux4 ~]# Action Plan [root@Linux4 ~]# /etc/init.d/oracleasm disable Writing Oracle ASM library driver configuration: done Dropping Oracle ASMLib disks: [ OK ] Shutting down the Oracle ASMLib dri

oracle clusteringintermediate
by OracleDba
11 views
1

Overview

Issue failed <---- Action Plan

Code/Command (click line numbers to comment):

1
2
3
4
5
6
7
[root@Linux4 ~]#
oracleasm createdisk disk1 /dev/sdb1
Writing disk header: done
Instantiating disk:
failed <----
Clearing disk header: done
[root@Linux4 ~]#
2

Section 2

Caution: Your use of any information or materials on this website is entirely at your own risk. It is provided for educational purposes only. It has been tested internally, however, we do not guarantee that it will work for you. Ensure that you run it in your test environment before using.

Code/Command (click line numbers to comment):

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[root@Linux4 ~]#
/etc/init.d/oracleasm disable
Writing Oracle ASM library driver configuration: done
Dropping Oracle ASMLib disks:                              [  OK  ]
Shutting down the Oracle ASMLib driver:                    [  OK  ]
[root@Linux4 ~]#
[root@Linux4 ~]#
/etc/init.d/oracleasm enable
Writing Oracle ASM library driver configuration: done
Initializing the Oracle ASMLib driver:                     [  OK  ]
Scanning the system for Oracle ASMLib disks:               [  OK  ]
[root@Linux4 ~]#
[root@Linux4 ~]#
oracleasm createdisk disk1 /dev/sdb1
Writing disk header: done
Instantiating disk: done
<---

Comments (0)

Please to add comments

No comments yet. Be the first to comment!