User Tools

Site Tools


tips:jan2025hotfix

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
tips:jan2025hotfix [2025/01/02 13:18] veeratips:jan2025hotfix [2025/01/02 14:11] (current) veera
Line 7: Line 7:
 A hotfix was made immediately available.  A hotfix was made immediately available. 
  
 +Details are here https://forums.trisul.org/d/107-hotfix-traffic-charts-do-not-show-data-after-jan-1-2025
 +
 +
 +This tech note describes SOP (Standard Operating Procedure) to apply this hotfix. 
 +
 +==== Procedure (Only for Oracle/8 & oracle/9)==== 
 +
 +<note important>Although the issue impacts all packages. Instructions here are for RHEL/OracleLinux8 and RHEL9/OracleLinux9 only.
 +Older platforms should just update all packages to the latest versions.
 +</note>
 +
 +===Step 1 : Download package===
 +
 +Download package from pre-release site - [[https://static.trisul.org/download/prerelease/|click]]
 +
 +Download package from official site - [[https://www.trisul.org/download/|click]]
  
 <note> <note>
-Details are here Jan01192445-centos_el8.tar.gz+If server has net connection you can directly download from site using wget or download package manually and push to server through sftp
 </note> </note>
  
-This tech note describes SOP (Standard Operating Procedure) to apply this hotfix+===Step 2 : Untar Package=== 
 +<code> 
 +tar -xf Jan-xx-xxxx.tar.gz 
 +cd Jan-xx-xxxx 
 +</code> 
 + 
 +===Step 3 : Uninstall trisul-hub=== 
 +<code> 
 +rpm -e trisul-hub 
 +</code> 
 + 
 +===Step 4 : Install new trisul-hub=== 
 +<code> 
 +rpm -Uvh trisul-hub-xx-xxxx.rpm  
 +</code> 
 + 
 +===Step 5 : Check hub& probe are running=== 
 +<code> 
 +trisulctl_hub info context 
 +</code> 
 +You will see hub and probe  
 +<note
 +If probe is missing wait for some time and try the same command againThe probes will automatically connect after 15-20 seconds</note> 
 + 
 +===Step 5 : Start the contexts === 
 +<code> 
 +trisulctl_hub start context all  
 +</code> 
 + 
 + 
 +**END** 
  
  
-===== Output =====+===== Sample Output =====
  
  
tips/jan2025hotfix.1735804089.txt.gz · Last modified: 2025/01/02 13:18 by veera