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 |
|
How to Install Separate Data Flow Probes for Each Tenant
If you plan to support a multi-tenant configuration, you must install a separate data probe for each tenant. Out-of-the-box, the UCMDB installer only installs one data flow probe and service.
To install additional data flow probes and start them from your operating system command prompt:
- Log in to the host of your UCMDB system as an administrator.
- Insert the Universal CMDB Setup Windows DVD into the system disc drive.
- Start the Data Flow Probe installer (HPUCMDB_DataFlowProbe_x.xx.exe).
- Follow the on-screen instructions to complete the wizard, but use the following values for each data flow probe you wish to install.
- Type a unique path for each installation folder.
- Use the same UCMDB application server address for each data flow probe.
- Type a valid data flow probe address.
- Type a unique name for each data flow probe identifier.
- Create a unique customer Data Flow Probe domain for each probe (Clear the Use Default CMDB Domain option).
- Use the same probe gateway and probe manager settings for each probe (for example, use combined or separate processes).
See the Universal CMDB Deployment Guide for complete installation instructions.
- Repeat step 3 and step 4 for each data flow probe you wish to install.
- Open the probe’s
DiscoveryProbe.properties
file in a text editor. By default, this file is located in the following folder:<UCMDB installation folder>\<data flow probe installation folder>\conf
For example,
C:\UCMDB\DataFlowProbe\conf
.Note The
<data flow probe installation folder> must be unique for each tenant. - Edit the following properties in the configuration file.
Discovery Probe properties set for each tenant Property Value serverName Verify the name of the UCMDB server customerId Type the customer ID for the tenant this data flow probe supports
appilog.collectors.probe.name Verify the probe name is unique such as server + tenant ID
applilog.collectors.domain Verify the domain name of the data flow probe appilog.collectors.local.ip Verify the data flow probe gateway name appilog.collectors.probe.ip Verify the data flow probe manager name appilog.collectors.rmi.port Type a unique port for each probe appilog.collectors.rmi.gw.port Type a unique port for each probe appilog.collectors.probe.html.port Type a unique port for each probe appilog.collectors.local.html.port Type a unique port for each probe appilog.collectors.ProbeUseSpecific
RMIPortFrom
Type a unique port for each probe or type 0 to have the system automatically select it appilog.collectors.bigBrother.port Type a unique port for each probe - Save the configuration file.
- Repeat step 6 to step 8 for each tenant’s data flow probe.