Hello all!
Turns that a few days ago a client reached me because his CRSD was simply not starting. Like this:
[root@proddb proddb]$ ./crsctl start res ora.crsd -init CRS-2672: Attempting to start 'ora.crsd' on 'proddb' CRS-2676: Start of 'ora.crsd' on 'proddb' succeeded [root@proddb proddb]$ ps -ef |grep crsd root 19217 13424 0 11:53 pts/0 00:00:00 grep crsd
After some investigation, I found the following:
2017-01-24 14:00:06.859: [ CRSSEC][1690195712]{1:51052:2} Exception: OwnerEntry construction failed to retrieve user id by name with ACL string: owner:jacknobody:rwx and error: 1
2017-01-24 14:00:06.912: [ CRSSEC][1690195712]{1:51052:2} Exception: ACL entry creation failed for: owner:jacknobody:rwx
Hmmm, seems some CRS resources are owned by “Jack Nobody”… Turns that I this us was removed from OS:
[root@proddb proddb]$ cat /etc/passwd |grep jacknobody [root@proddb proddb]$
What to do now?
More“CRS Not Starting after Removing OS User: How to Workaround and How to Solve!”




