cluvfy pre patch failure
Oracle Clusterware 19.19 running on Linux 7
The CLUVFY pre-patch check script reports Warnings, and one of them seems impossible to fix:
Running:
cluvfy stage -pre patch
It responds with:
AHF-3760: Oracle database software owner hard stack shell limits is not configured according to recommendation
There's little to be found, but nevertheless the fix should be easy, adding hard limits to 32768 for "stack"
In /etc/security/limits.conf we added:
* hard stack 32768
Bounced the server, ran CLUVFY again, but same behaviour.
What is wrong here ?