Release Notes > Known issues, limitations, and workarounds

Known issues, limitations, and workarounds

Problems and limitations are identified with a change request (QCCR) number. For more information about known problems, visit softwaresupport.hpe.com, or contact your HPE Support representative directly.

Limitations

  • When clicking the “Back” button during the Suite installation, the parameter values entered for the capabilities are lost.
  • The suite reconfiguration has not been implemented yet for all capabilities.
  • During the Suite installation, in-line validation of the entered values is not yet available — values are validated once the user clicks “Next”.
  • When installing both OMi and BVD, the same administrator password must be used for the single sign-on to work.
  • No dependency between the management packs has been implemented yet.

Known issues and workarounds

Title: TrendTimer service fails to start after OBR container restart. (QCCR8D96417)

Description: After restarting the OBR container, the TrendTimer service does not start.

Workaround: If the TrendTimer fails to start, start the service manually as follows:

  1. Find the OBR container ID:

    docker ps

  2. Log on to the OBR container:

    docker exec -it <OBR container ID> /bin/bash

  3. Access the /etc/init.d directory and run the following command to start the TrendTimer service:

    service TrendTimer start