1. 程式人生 > >INS-41812:OSOPER and OSASM are the same

INS-41812:OSOPER and OSASM are the same

[[email protected] grid]$ ./runInstaller -responseFile /oracle/soft/grid/response/grid_install.rsp -silent -ignorePrereq -showProgress
Starting Oracle Universal Installer...

Checking Temp space: must be greater than 415 MB.   Actual 8537 MB    Passed
Checking swap space: must be greater than 150 MB.   Actual 16382 MB    Passed
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2018-11-14_02-24-01PM. Please wait ...[

[email protected] grid]$ [WARNING] [INS-41812] OSOPER and OSASM are the sa.
   CAUSE: The chosen values for OSOPER group and the chosen value for OSASM group are the same.
   ACTION: Select an OS group that is unique for ASM administrators. The OSASM group should not be the same as the OS groups that grant privileges for Oracle ASM access, or for.


A log of this session is currently saved as: /tmp/OraInstall2018-11-14_02-24-01PM/installActions2018-11-14_02-24-01PM.log. Oracle recommends that if you want to keep this log, .
 

response file中的asm組配置如下

oracle.install.asm.OSDBA=asmdba
oracle.install.asm.OSOPER=asmadmin
oracle.install.asm.OSASM=asmadmin

11g中這樣配置沒問題的,但是12c中不能這樣設定。3個組都必須不一樣

oracle.install.asm.OSDBA=asmdba
oracle.install.asm.OSOPER=asmadmin
oracle.install.asm.OSASM=asmoper

 

把grid加到asmoper組中

groupadd -g 505 asmoper
usermod -a -G asmoper grid