Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

oracleasm configure -i not changing disk owner!!

755353Oct 1 2010 — edited Oct 1 2010
Hi

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
This post has been answered by Sebastian Solbach -Database Community-Oracle on Oct 1 2010
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 29 2010
Added on Oct 1 2010
4 comments
1,038 views