ACFS File System Permission Not Persisting After Server Bounce as MOUNT_ACL was not set properly
(Doc ID 2516045.1)
Last updated on JANUARY 09, 2023
Applies to:
Oracle Database - Enterprise Edition - Version 18.3.0.0.0 and laterInformation in this document applies to any platform.
Symptoms
After rebooting node acfs filesystem ownership getting changed .
[oracle@XXXXnnn00] $ ls -ld ggapp*
drwxr-xr-x 4 root root 32768 Oct 22 10:56 ggapp_node01 <<<< Shows as root
chown oracle:dba /ggapp_node01
chmod 775 /ggapp_node01
/opt/oracrs/gridsw/*/bin/srvctl modify filesystem -d /dev/asm/gg_node01-xxx -u oracle <<< Chaged to Oracle
[root@XXXXnnn01 ~]# ls -ld /ggapp*
drwxrwxr-x 4 oracle dba 32768 Oct 22 10:56 /ggapp_node01 <<<< Shows oracle Now
Server was bounced last night
[oracle@XXXXnnn01] $ uptime
11:02:03 up 10:50, 4 users, load average: 1.09, 0.65, 0.57
[oracle@XXXXnnn01] $
[oracle@XXXXnnn00] $ ls -ld ggapp*
drwxr-xr-x 4 root root 32768 Oct 22 10:56 ggapp_node01 <<<< Shows as root after Server bounce
NAME=ora.ggapp_nnnn.acfs
TYPE=ora.acfs.type
STATE=ONLINE
TARGET=ONLINE
ACFS_INTERNAL_USE=1817470099
ACL=owner:root:rwx,pgrp:root:r-x,other::r--,user:oracle:r-x
ACTIONS=
INTERNAL_MOUNTPOINT_PATH=/ggapp_nnnn
LOAD=1
LOGGING_LEVEL=1
MODIFY_TIMEOUT=60
MOUNTPOINT_PATH=/ggapp_nnnn
MOUNT_ACL=owner:root:rwx,pgrp:root:r-x,other::r-x <<-----
NLS_LANG=
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |