you can always run a permission repair job over another directory that works to a test directory, and then experiment on that then check the current extended permissions with
ls -led
and you might notice something that is blocking it,
I have had a similar experience before unfortunately on a live environment, doing something similar to the below, perhaps with the creator_owner as well might work
chmod -R +a group Users allow dir_gen_read,dir_gen_execute,object_inherit,container_inherit,inherited_ace foldername
chmod -R +a group Users allow std_synchronize,add_file,add_subdir,container_inherit,inherited_ace foldername
chmod -R +a group Administrators allow dir_gen_all,object_inherit,container_inherit,inherited_ace foldername
NotStopIsilonProblems
1 Rookie
•
44 Posts
0
December 18th, 2023 17:10
forgot to add we are running a H500 with OneFS 9.4.0.9
DELL-Josh Cr
Moderator
•
9.5K Posts
0
December 19th, 2023 14:08
Hi,
Thanks for your question.
The permission repair job might help. https://dell.to/485d8L3
Let us know if you have any additional questions.
storageSysAdmin
1 Rookie
•
58 Posts
0
December 20th, 2023 15:30
you can always run a permission repair job over another directory that works to a test directory, and then experiment on that then check the current extended permissions with
ls -led
and you might notice something that is blocking it,
I have had a similar experience before unfortunately on a live environment, doing something similar to the below, perhaps with the creator_owner as well might work