Start a conversation

OCS Log Timeout in AAA: Authentication issues

Overview

This article addresses the process for resolving AAA timeout response issues, offering solutions and insights based on historical case studies. Please note that this is applicable when there is an involvement of the OCS component.

Solution

  1. Initial Assessment: Check server processes using JPS command.


  2. Service and Traffic Check: Confirm server functionality/traffic.



  3. Log Analysis: Review logs for specific error messages(server-AAA logs). This specific example found OCS errors such as:
    discarding response from OCS primary and secondary

  4. Check OCS Server: Ensure the OCS server is operational. In the case of dockerized containers, we will need to use the following docker commands - 
    docker ps
    docker exec -it <ports entry fpr prd_ocs_v_>


  5. Verify Services on Cli.


  6. As no issues were found, there are chances that the thread could be full and we will have to implement an OCS restart.
  7. In most scenarios we should have a restartocs.sh script in the root user crontab(outside the OCS docker container).
  8. Post-Restart Verification: Verify OCS processes post-restart.
  9. Secondary Server Restart: Restart the secondary server if needed.
  10. Final Log Check: Review logs for any new errors post-restart.

Summary

The article provides a detailed approach to resolving AAA timeout response issues through server checks, log analysis, and service restarts.

FAQ

1. What should I do if I encounter a AAA timeout response?

Check server processes and logs, and consider restarting OCS services if necessary.

2. How can I verify if my OCS server is running properly?

Use Docker commands to check the operational status of the OCS server container.

3. What are the signs that a server needs to be restarted?

Look for consistent errors in server logs, such as responses being discarded.

Choose files or drag and drop files
Was this article helpful?
Yes
No
  1. Priyanka Bhotika

  2. Posted

Comments