CA Directory as Policy Store, The policy server is unable to start with the below message present in the smps log:
CA Direcotry as Policy Store Policy server 12.8.x
The error seen in the Policy Server smps log file is usually caused by the 'max-op-size' setting on the CA Directory side.
'max-op-size' limits is the number of entries that can be returned by a single search request. This is known as an administrative size limit.
The Policy Server on startup attempts to read all the objects from the policy store to cache the entire store.
If you have a large store, the 'max-op-size' defined can be reached which causes the Policy Server to fail on startup.
The 'max-op-size' can be found under under the limit config file used by the DSA on the CA Directory side.
The 'max-op-size' can be found under under the limit config file used by the DSA on the CA Directory side. it needs to be increased to allow the Policy Server to get all the objects on startup.
Some environments don't use a limits config file, but have all the DSA settings located in /opt/CA/Directory/dxserver/servers/{Name of Policy DSA}.dxi file under #service limits entry:
Please check DSA's warn log file and see how many entries are loaded into cache.
max-op-size must be higher than that number of entries to ensure the whole policy store can be fetched by Policy Server.