RAC database instances start up under asmadmin GID .
Hi,
I have just installedtwo RAC nodes database 11gR2 but I just noticed that when started, the GID owner of the database processes is asmadmin instead of the primary group oinstall.
$ id oracle
uid=54321(oracle) gid=54321(oinstall) groups=54321(oinstall),54322(dba),1033(asmadmin),1035(asmoper),1034(asmdba)
Does anybody know where is this coming from? All the other RAC processes are being executed under oracle:oinstall except database processes!
Installation was done under oracle:oinstall ownership. I don't know what is causing the database instances to be started under oracle:asmadmin owndership.
Is there a way to fix this? I don't want the database to produce logs or tracefiles under asmadmin GID.