Re: Resizing disks - ASM mulpath
Posted by satish on
URL: http://erman-arslan-s-oracle-forum.114.s1.nabble.com/Resizing-disks-ASM-mulpath-tp7113p7133.html
Dear Erman,
Thanks for the update.We are on RHEL 7,so we have modified -d to the script to give the output
[root@erpproddb1 ~]# /usr/sbin/oracleasm querydisk DATADISK1
Disk "DATADISK1" is a valid ASM disk
[root@erpproddb1 ~]#
It didnt give the major and minor numbers as shown above.so we added -d and then we are able to get them
[root@erpproddb1 ~]# /usr/sbin/oracleasm querydisk -d DATADISK1
Disk "DATADISK1" is a valid ASM disk on device [253,81]
[root@erpproddb1 ~]#
Thanks for all the support