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 |
|
High Availability
Micro Focus CMS supports application clustering. UCMDB High Availability (HA) solution is desirable when your CMS users are expecting zero downtime and CMS data is being used for critical business applications.
- This model requires external access to the UCMDB servers via the load balancer, where two or more UCMDB servers are configured.
- All of the UCMDB servers are active at any given time and can handle both read and write requests.
- Requests are distributed to the UCMDB servers in the cluster by the load balancer.
- All read requests are shared evenly among all of the UCMDB servers (Readers), only one UCMDB server (Writer) is also responsible for write requests at one time.
- Any write requests received by a Reader are passed to the Writer.
- Any of the UCMDB servers can take over the Writer role in the case that the Writer becomes unavailable.
Load balancer Requirements
- Cookie insertion (in all responses to clients)
- Health monitors
- Redirect rewrites (for SSL)
HA Logs
- cmdb.ha.log – This log displays informational messages in short format. In case of exception only the message appears.
- cmdb.ha.detailed.log – This log also has exception stack trace, and provides more details in TRACE mode. For example, each HA request has a request ID, and you can follow the request’s trace between the servers.