ulimit: %CRS_LIMIT_OPENFILE%: invalid number ????
hi ev'rybody,
investigating in /var/log/boot.log file for other reasons I've found this error:
/etc/rc5.d/S96ohasd: line 155: ulimit: %CRS_LIMIT_OPENFILE%: invalid number
I searched in the /etc/rc5.d/S96ohasd file and I've found this:
....
#limits
CRS_LIMIT_CORE=unlimited
CRS_LIMIT_MEMLOCK=unlimited
CRS_LIMIT_OPENFILE=%CRS_LIMIT_OPENFILE%
##########################################
######### CLI tools #########
HOSTN=/bin/hostname
.....
What is the %CRS_LIMIT_OPENFILE% variable (even thought I can figure it out)?
We're in linux environment so it seems to be a placeholder not substituted during the installation phase and not a runtime variable. Am I wrong?