Skip to Main Content

Infrastructure 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!

Permission denied on file with group rw and user has that group

User_GSQTYMar 11 2021 — edited Mar 11 2021

O/S : Oracle linux 7.9 - 5.4.17-2011.6.2.el7uek.x86_64
ls -lL /dev/sdd*
[oracle@ol7asm1801 ~]$ ls -lL /dev/sdd1
brw-rw----. 1 grid dba 8, 49 Mar 11 14:20 /dev/sdd1

[oracle@ol7asm1901 ~]$ id
uid=54321(oracle) gid=54321(oinstall) groups=54321(oinstall),54322(dba),54323(oper),54324(backupdba),54325(dgdba),54326(kmdba),54327(asmdba),54330(racdba) context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023
And here is an error when I attempted to start a database with datafile in ASM
ORA-15025: could not open disk "/dev/sdd1"
ORA-27041: unable to open file
Linux-x86_64 Error: 13: Permission denied

On a diffent server oracle linux 7.9 with kernel 5.4.17-2011.6.2.el7uek.x86_64 : I don't have this permission denied.
My question : how can I debug this issue ?

Comments
Post Details
Added on Mar 11 2021
5 comments
1,075 views