When facing challenges with Session Smart™ Router, compiling comprehensive technical data and a detailed timeline of troubleshooting actions taken becomes pivotal for a swift and effective resolution. This guide serves as a detailed checklist, offering a systematic approach to gather vital logs, timestamps, and troubleshooting data before initiating a support ticket with JTAC (Juniper Technical Assistance Center) for in-depth analysis.
Accurately pinpointing the symptoms of a problem stands as a critical step, guiding us toward uncovering its root cause. Identifying the symptoms acts as a guiding beacon, leading us along a strategic path to understand, address, and ultimately resolve the issue at its core.Examples of few symptoms:1. Frequent High CPU.2. Intermittent packet loss.3. Application Slowness reported by end user.4. Executing commands on the SSR is slow.
The TSI log file serves as the fundamental diagnostic resource, offering comprehensive insights into the Session Smart™ Router's operational status. Providing the 'TSI' log file is mandatory when opening a ticket, as it encapsulates critical system data, configurations, and operational details. This comprehensive log is indispensable, facilitating in-depth assessments, accurate diagnosis, and swift resolution of identified concerns, ensuring a streamlined and effective support process. TSI logs also include any active packet-captures or session-captures running on the SSR when it is being saved.
Various methods exist to acquire the TSI log from the Session Smart™ Router. This article aims to present three different methods in a systematic order, empowering users to efficiently retrieve the TSI log file. By outlining these steps in a clear sequence, users can confidently access the TSI logs from the SSR router, ensuring a comprehensive collection of pertinent system information for effective troubleshooting and swift resolution of identified issues.Obtaining TSI log from conductor and SSR router is same and below procedure can be followed to get the logs to JTAC
The Juniper recommended method involves saving the 'TSI' file directly on the router using the PCLI (Programmable Command-Line Interface). Once stored, users can conveniently download this file from the Conductor GUI (Graphical User Interface). This approach ensures a structured and secure retrieval of the log, aligning with best practices endorsed by Juniper for efficient troubleshooting.
Post saving the file, navigate to the logs section on the conductor GUI and select the appropriate router from the list in the ROUTER CONTEXT on top section and look for the 'Saved Tech Support Info' (highlighted in image below) option, click on it to filter and display only the saved TSI logs. Ensure the filename matches the generated file from the PCLI to avoid downloading outdated TSI logs. Download the verified 'tech-support-info' file from the GUI interface for further analysis or when opening a support ticket.
Final approach and last Resort: leveraging shell prompt (Linux)
[t128@localhost ~]$ sudo save-tech-support-info [sudo] password for t128: 2023/12/16 13:05:58 Skipping path "/var/tmp/ssr": lstat /var/tmp/ssr: no such file or directory 2023/12/16 13:05:58 pcli-before-and-after: Running 'before' step 2023/12/16 13:05:58 Found 50 Shell commands <<snip>> <<snip>> 2023/12/16 13:08:27 Archive saved to tech-support-info.zip
[t128@localhost ~]# pwd (present working directory) /home/t128 [t128@localhost ~]$ ll total 280 -rw-r----- 1 root root 286720 Dec 16 14:14 tech-support-info.zip
Packet captures on the SSR is another important tool to capture live packets on the network when troubleshooting the WAN links or any application behavior.Selective packet capture is a very powerful tool available on the SSR for troubleshooting specific service related paths and sessions, this will create packet captures across all the SSR routers the packets traverse in the network.