oracleasm configure -i not changing disk owner!!
755353Oct 1 2010 — edited Oct 1 2010Hi
I have used oracleasm configure -i and changed the ownership of asmlim from grid:dba to grid:asmadmin but /dev/oracleasm/disks is still showing dba which is causing some issues ( oracle user not being able to access asm disks).
[oracle@node1 disks]$ pwd
/dev/oracleasm/disks
[oracle@node1 disks]$ ll
total 0
brw-rw---- 1 grid dba 8, 65 Sep 30 14:33 CRSVOL1
brw-rw---- 1 grid dba 8, 33 Sep 30 14:33 DATAVOL1
brw-rw---- 1 grid dba 8, 49 Sep 30 14:33 FRAVOL1
brw-rw---- 1 grid dba 8, 19 Sep 30 14:33 VOL1
[oracle@node1 disks]$ su -
Password:
[root@node1 ~]# oracleasm configure
ORACLEASM_ENABLED=true
ORACLEASM_UID=grid
ORACLEASM_GID=asmadmin
ORACLEASM_SCANBOOT=true
ORACLEASM_SCANORDER=""
ORACLEASM_SCANEXCLUDE=""
[root@node1 ~]#
Thanks