Searching the Help
To search for information in the Help, type a word or phrase in the Search box. When you enter a group of words, OR is inferred. You can use Boolean operators to refine your search.
Results returned are case insensitive. However, results ranking takes case into account and assigns higher scores to case matches. Therefore, a search for "cats" followed by a search for "Cats" would return the same number of Help topics, but the order in which the topics are listed would be different.
Search for | Example | Results |
---|---|---|
A single word | cat
|
Topics that contain the word "cat". You will also find its grammatical variations, such as "cats". |
A phrase. You can specify that the search results contain a specific phrase. |
"cat food" (quotation marks) |
Topics that contain the literal phrase "cat food" and all its grammatical variations. Without the quotation marks, the query is equivalent to specifying an OR operator, which finds topics with one of the individual words instead of the phrase. |
Search for | Operator | Example |
---|---|---|
Two or more words in the same topic |
|
|
Either word in a topic |
|
|
Topics that do not contain a specific word or phrase |
|
|
Topics that contain one string and do not contain another | ^ (caret) |
cat ^ mouse
|
A combination of search types | ( ) parentheses |
|
CRs and limitations
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.
- During the Suite installation, in-line validation of the entered values is not yet available – values are validated once the user clicks “Next”.
- The users are not yet forced to change their password after the first login.
- 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.
Open CRs and workarounds
Title: Reboot does not work. Pods are in status CrashLoopBackOff
. (QCCR8B27564)
Description: This is related to the vault-renewal container, which does not get a valid token. You have to delete the failed pods. Once the pods are deleted, they are recreated automatically and should run without error.
Workaround: You can get the status of all pods with the following command:
kubectl get pods --all-namespaces
First delete all failed database related pods (suite-db
, idm-postgresql
, postgresql-aplm
). Next, delete all failed pods within the namespace core
. After that delete all failed pods within the namespace opsbridge
, starting with postgres
, ucmdb
, omi
, redis
, bvd
, obr-server
, obr-rc
).
Use the following command to delete the failed pods within the namespaces specified above:
kubectl delete pod <pod_name> --namespace <pod_namespace>
Title: Kafka topics not getting created as Kafka pod keeps restarting after PE Containers deployment. (QCCR1A190723)
Description: This issue occurs when PE Kafka and PE admintools
pods are already up and running and PE Zookeeper takes a longer time to come up.
Workaround: Execute the following commands on the master node:
-
Get the namespace under which the Performance Engine containers are configured and running:
dep_namespace=$(kubectl get pods -l app=hpe-opsb-pe-admintools-pod --all-namespaces | tail -n 1 | awk '{print $1}')
-
Get the pod admintools pod name:
admintool_pod=$(kubectl get pods -l app=hpe-opsb-pe-admintools-pod --all-namespaces | tail -n 1 | awk '{print $2}')
-
Reconfigure the password for redis:
kubectl exec -it $admintool_pod --namespace=$dep_namespace -- bash admintools -c
-
Reconfigure the password for Vertica as well:
kubectl exec -it $admintool_pod --namespace=$dep_namespace -- bash admintools -cdb
We welcome your comments!
To open the configured email client on this computer, open an email window.
Otherwise, copy the information below to a web mail client, and send this email to ovdoc-asm@hpe.com.
Help Topic ID:
Product:
Topic Title:
Feedback: