AIX Patch Notes for CTE v7.5.0
| Patch Information | |
|---|---|
| Release | v7.5.0.27 |
| Date | 2024-03-01 |
| Document version | 1 |
Resolved Issues
-
AGT-49827 [CS1504293]: AIX system reboots after path failure to storage disks
The problem occurred due to a race when shutting down the agent logging code and releasing the resources relating to the SecFS kernel module. The race has been eliminated.
-
AGT-50822 [CS1527052]: DB2 latencies spiked, requiring failover to DR site
The issue occurred because the code was using a lock to read a reference count. The solution was to replace the lock with system atomic operations, removing the need for obtaining the lock.