Ahora que ya sabemos cual era el problema es más facil encontrar documentación al respecto.
De todas formas lo agrego al blog para que nos quede como parte de la documentación sobre los detalles de la instalación.
Configuring Shell Limits for Oracle RAC Installations
Unlimited shell values must be set for both the Oracle installation owner (oracle) and the root user.
The root user requirement for unlimited is needed because the Oracle Clusterware daemon (crsd) runs as root.
Configure the shell
limits setting to unlimited either by using the smit utility or by editing the
/etc/security/limits file. Add the following lines to the limits
file:
time(seconds) unlimited
file(blocks) unlimiteddata(kbytes) unlimitedstack(kbytes) 4194304memory(kbytes) unlimited
coredump(blocks) 2097151
nofiles(descriptors) 2000
Unlimited shell values must be set for both the Oracle installation owner (oracle) and the root user.
The root user requirement for unlimited is needed because the Oracle Clusterware daemon (crsd) runs as root.
Configure the shell
limits setting to unlimited either by using the smit utility or by editing the
/etc/security/limits file. Add the following lines to the limits
file:
time(seconds) unlimited
file(blocks) unlimiteddata(kbytes) unlimitedstack(kbytes) 4194304memory(kbytes) unlimited
coredump(blocks) 2097151
nofiles(descriptors) 2000
threads(per process) unlimited
processes(per user) unlimited
( -1 will set to unlimited )
processes(per user) unlimited
( -1 will set to unlimited )
Comentarios
Publicar un comentario