Patch Note for v7.3.0.97
Patch Information | |
---|---|
Release | v7.3.0.97 |
Date | 2023-06-23 |
Document Version | 1 |
New Platform Support
The following kernels are supported starting with CTE 7.3.0.97:
RHEL
- RHEL 9.0/9.1
Rocky Linux
- Rocky Linux 9.1
Resolved Issues
-
AGT-43385: [CS1447214]: Failed to upgrade agent in scheduled upgrade
The scheduled upgrade feature intermittently shutdown which caused the scheduled upgrade to fail. This was caused by issues with the SecFS upgrade service. CTE now uses the SecFS initialize service for the upgrade.
-
AGT-45190 [CS1467811]: Error installing CTE agent on RHEL 7.9
The issue occurred because the
awk
command's character set for field separators was altered. The solution was to place quotes around theawk
command field separator character set to ensure that it is not altered. -
AGT-45239 [CS1469320]: Agent upgrade from VTE 6.2.1.31 to CTE 7.0.0.123 results in "Invalid Guard Path" for /u Directory GuardPoint
The mount option was not reading single letter drives correctly because the length of the mount option string was insufficient for the case of a single-character GuardPoint path. This caused the GuardPoint path to be considered as root, which is an invalid guard path for Linux. This has been fixed.
-
AGT-45258 | AGT-45411: [CS1471992 | CS1471259] Server/Agent stops responding after upgrading to CTE; reboot resolves the issue
The problem occurred due to a deadlock condition which occurred when there was a query for user info. The solution was to change any code that could acquire two locks simultaneously to only acquire locks in succession. This ensures that the deadlock will not occur again.