How to add new ASM disk in virtual box
Step#1
Create shared disk
Step#2
Mount on Node 1 and Node2
Format Newly added disk
fdisk -l
fdisk /dev/sdh *** disk shown by fdisk -l
n, p, default, default, default, w
Step#5
Perform on node 1
oracleasm scandisks
oracleasm listdisks
oracleasm createdisk ASM_IMRAN /dev/sdh1
Step#7
Perform on node 2
oracleasm scandisks
oracleasm listdisks
Step#8
Using ASMCA, Create Disk group, and mount it on all nodes
Removing:
sysasm:
SQL> drop diskgroup DGIK including contents
[root@dbwr1 ~]# oracleasm deletedisk ASM_IMRAN
Clearing disk header: done
Dropping disk: done
[root@dbwr1 ~]# oracleasm listdisks
ASMDISK_DATA
ASMDISK_OCR
ASMDISK_RECO
[root@dbwr1 ~]#
[root@dbwr1 ~]#
No comments:
Post a Comment