Policy Server has stopped processing any requests.
smaccess.log is also not getting any updates.
How to investigate this type of condition?
Release : 12.8.x
Best is to run "smpolicysrv -stats" every 5 minutes so you can get statistics information and this will help to understand what condition the policy server is in.
Usually when Policy Server is unable to process the incoming requests fast enough then the requests will pile up in the queue and in the worst case the Policy Server will report in the smps.log the max connection has exceeded.
In this condition the Policy Server will not be able to handle requests anymore.
By enabling the smtracedefault.log (please add Pid, Tid, PreciseTime, Function, Message and SrcFile on top of your current profiler setting) you will be able to check the worker threads and see if there are any delays at a specific function call or if the worker thread got into a hang condition.
In the above use case, Policy Server capacity will reduce over time and get into a halt condition.
smtracedefault.log should help you understand why Policy Server has stopped processing requests or where the delays are.
If you have collected the smps.log(with stats) and smtracedefault.log but you are unsure how to analyse, please raise a support ticket.
Broadcom Support Engineer will produce a report and share the findings.