Issues tables
Corrected issues | View the issues in the following tables by the default sort order, Status , which shows the corrected issues first. The version number represents the update ( Year.Month.Release ) or release number (MajorRelease.MinorRelease.ServicePack.Patch) in which the issue is fixed. |
|---|---|
Known (open) issues | To view only the open issues, click the Status filter, and select Open . |
You can also filter and sort issues according to component or defect ID.
| Component | Description | Status | Found In | Defect ID |
|---|---|---|---|---|
| BMC Helix IT Operations Management | When you deploy version 25.1 on newer RHEL/kernel environments, the readiness probe script /scripts/ping_readiness_local.sh triggers zombie processes in the redis-cluster stateful set pods. | Fixed in 25.2 | 25.1 | DRRE3-8138 |
| BMC Helix IT Operations Management | During an upgrade from version 24.3 to 24.4, the upgrade-configuration.sh script failed to preserve the custom LOG_ES_PASSWD value provided during the earlier deployment. Instead, the default password (Es_L0g#p@SS) was retained in the secrets.txt file after running the script, indicating the script did not correctly carry forward the configured value. | Fixed in 25.2 | 24.1 | DRRE3-7668 |
| BMC Helix IT Operations Management | When deploying Helix Common Services version 24.3, the installer attempted to pull the global-config-service image from the lp0mz repository, but the image was available in the lp0lz repository, resulting in an ImagePullError during installation. | Fixed in 25.2 | 24.3 | DRRE3-7340 |
| BMC Helix IT Operations Management | Several script errors encountered during pre-install checks in HCT 3.8 for BMC Helix ITOM 24.2. Issues include missing kubectl context, incorrect Helm version validation, and syntax errors like unary operator expected and command not found. | Fixed in 25.2 | 24.2 | DRRE3-7122 |
BMC Helix IT Operations Management | When upgrading to version 25.1, the application services might enter a CrashLoopBackOff state due to a Redis-cluster replica error. The issue is resolved by automating the recovery process through a job container. | Fixed in 25.2 | 25.1 | DRRE3- 7855 |
BMC Helix AIOps | The BMC Helix AIOps service creation fails with the permission denied error. | Fixed in 25.2 | 25.1 | DRAB5-8268 |
| BMC Helix AIOps | When accessing the AIOps Service or Situation page, the UI might hang or fail to load completely. This occurs because of intermittent issues in the UI rendering process, which can cause the page to remain blank or get stuck in a loading state, affecting access to AIOps services and situation analysis. Workaround: Contact the BMC Helix support team for further assistance in resolving this issue. | Open | 25.2 | DR0F3-27781 |
| BMC Helix Capacity Optimization | In OnPrem stack deployments with version 25.2.00, even if the BHCO (BMC Helix Capacity Optimization) product is disabled (i.e., Optimize="No" in the deployment.config file or via installer options), the related infrastructure components are still deployed. This includes BHCO-related Victoria Metrics Aggregate services such as:
This results in unnecessary resource allocation, potentially affecting sizing and overall system performance. Workaround: After deployment, manually uninstall the BHCO-related infrastructure components to avoid unnecessary resource consumption. This can be done by:
| Open | 25.2 | DRRE3-7727 |
| BMC Helix IT Operations Management | When using tctl version 6.1.4 or later, the following error might occur during execution: tls: handshake failure This happens because the updated Go runtime enforces stricter TLS security settings, which can conflict with older TLS configurations on the server. Workaround: export GODEBUG=tlsrsakex=1 This enables RSA-based key exchange, allowing tctl to connect successfully to servers with legacy TLS setups. | Fixed in 25.2 | 25.1 | DRRE3-8135 |
| BMC Helix IT Operations Management | In on-premises deployments, MinIO may fail the SSL handshake if using a self-signed certificate. This typically results in errors when accessing or uploading files to MinIO over HTTPS. Workaround: keytool -import -alias minio-cert -keystore $JAVA_HOME/lib/security/cacerts -file /path/to/minio.crt | Open | DRJ71-16815 |