oracleasm querydisk command output
I hope this is an easy question!
Currently I have -
#rpm -qa | grep oracleasm
oracleasm-support-2.1.2-1.el5
oracleasm-2.6.18-92.el5-2.0.5-1.el5
Standard commands give -
# oracleasm listdisks
ASM_DATA_1_1
ASM_DATA_1_2
ASM_DATA_2_1
ASM_DATA_2_2
ASM_FRA_1_1
ASM_FRA_1_2
ASM_FRA_1_3
ASM_FRA_1_4
ASM_IMG_1_1
ASM_IMG_1_2
ASM_IMG_1_3
ASM_IMG_1_4
# oracleasm querydisk ASM_DATA_1_1
Disk "ASM_DATA_1_1" is a valid ASM disk
# oracleasm querydisk ASM_FRA_1_4
Disk "ASM_FRA_1_4" is a valid ASM disk
I am researching an issue I had with multipathing failover and wanted to see what device path ASM saw each disk on and the examples I saw seem to show the 'querydisk' command should have output like -
# /etc/init.d/oracleasm querydisk VOL1
Disk "VOL1" is a valid ASM disk on device [8, 97]
Any idea why the version of oracleasm I have is not giving the 'on device' information?
Thanks