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 |
|
- Data Flow Probe Setup
- Data Flow Probes and Clusters
- HP UCMDB Integration Service
- Cluster Range Distribution Policy
- Limiting IP Movement in a Cluster
- Job Execution Policies
- Data Flow Probe Auto Upgrade
- Enhancements to Probe Upgrade Mechanism
- Effects of Range Type on Discovery Workflows
- How to Install a Second Data Flow Probe on a Windows Machine
- How to Add Data Flow Probes to UCMDB
- How to Set Master Key for Password Encryption on Data Flow Probe
- How to Add Probe Clusters to UCMDB
- How to Change the Data Flow Probe Default Domain
- How to Change the Data Flow Probe Port
- How to Move Resources From One Domain to Another Domain
- How to Change the HP UCMDB Integration Service Default Domain
- How to Check the HP UCMDB Integration Service Status
- How to Limit IP Movement in a Cluster
- How to Update the Data Flow Probe's IP Address
- How to Update the Data Flow Probe Memory Size
- How to Define Owner Tenants on Data Flow Probes
- How to Configure the Number of Connections to Other Machines
- How to Configure Periodic Data Flow Task Updates
- How to Prevent Probes from Sending Touch Information Simultaneously
- How to Configure the Data Flow Probe to Automatically Delete CIs
- How to Delete Unsent Probe Results
- How to Clear Data Flow Probe Data
- How to Clear HP UCMDB Integration Service Data
- How to Deploy a Data Flow Probe CUP
- How to Deploy a Data Flow Probe CUP Manually
- How to Align the Data Flow Probe CUP with the UCMDB Server CUP
- How to Uninstall Probe CUPs Manually
- How to Set Maximum Objects for Insert Results
- Data Flow Probe Process Ports
- DataFlowProbe.properties File
- DataFlowProbe.properties Parameters
- Data Flow Probe Database Scripts
- Data Flow Probe Log Files
- Data Flow Probe Setup User Interface
- Troubleshooting and Limitations
Enhancements to Probe Upgrade Mechanism
Starting with version 10.31, there is no need for manual backup and restore of the probe configuration files during probe upgrade.
Note This feature is applicable to Data Flow Probe version 10.31 or later. It does not handle custom settings in DataFlowProbe.properties for probes of version 10.30 (or earlier). Make sure you back up all your custom settings for probe of version 10.30 (or earlier) before you install a Data Flow Probe of version 10.31 (or later) and then restore the settings after.
The Data Flow Probe upgrade and deployment mechanism works in the following way:
-
Keeps all custom settings in a separate configuration file. A new configuration file DataFlowProbeOverride.properties is available in the <DataFlowProbe_InstallDir>/conf folder to store all custom input you enter during probe installation, as well as all customized changes made through the RTSM UI and the JMX Console. Only the out-of-the-box (OOTB) configuration file DataFlowProbe.properties is replaced during probe upgrade.
-
For automatic probe installation/upgrade,
- If the DataFlowProbeOverride.properties file does not exist, the probe creates the file at probe startup.
- If the DataFlowProbeOverride.properties file already exists, the probe keeps the file during the probe upgrade process.
-
For manual probe installation/upgrade,
- The installer creates the DataFlowProbeOverride.propterties file directly if it does not exist.
- All custom input during installatin/upgrade are written into the file directly.
-
Changes made through RTSM UI or by JMX methods are written to the DataFlowProbeOverride.properties now. The probe API is enhanced, all custom input and changes made to DataFlowProbe.properties parameters through RTSM UI or JMX console (like invoking setSharedKey and changeMasterKey) are automatically written to the DataFlowProbeOverride.properties file. The OOTB values in the DataFlowProbe.properties remain the same.
For details about how the new probe configuration file works, see "DataFlowProbeOverride.properties File" on page 1.
Note If you need to make changes to the settings in WrapperGatway.conf and WrapperManager.conf, make sure you save the new settings into the WrapperGatwayCustomer.conf and WrapperManagerCustomer.conf files, which will not be overwritten during probe upgrade.
-
-
Always loads the DataFlowProbeOverride.properties file first. The probe configuration load mechanism is modified and enhanced, so that at each probe startup, it always loads settings from the new configuration file first, and then from the OOTB DataFlowProbe.properties.
During probe startup, the probe evaluates and combines settings in both DataFlowProbeOverride.properties and DataFlowProbe.properties, and takes actions as follows:
-
For parameters that exist in both DataFlowProbeOverride.properties and DataFlowProbe.properties, the probe loads DataFlowProbeOverride.properties first, and the parameters in DataFlowProbeOverride.properties will take effect.
For parameters that have different values in two files, at probe startup, a warning log is printed in <DataFlowProbe_InstallDir>/conf/WrapperProbeGw.log for each parameter with value conflict, indicating which value takes effect.
- For parameters that only exist in the OOTB DataFlowProbe.properties, the probe loads the OOTB configuration file, and those parameters work the same way as previous.
-
-
Extended support coverage for the probe upgrade mechanism, including:
- Offers support for UCMDB Integration Service.
-
Also supports automatic backing up of other configuration files, including Wrapper.conf, SSL.conf, postgresql.conf, and so on.
The table below describes how the probe install/upgrade mechanism handles probe configuration files in different scenarios:
Upgrade Mechanism | Probe Upgrade Path | Upgrade Behavior | |
---|---|---|---|
From | To | ||
Automatic | 10.30 (or earlier) |
10.31 10.32 |
After upgrade:
|
10.31 | 10.32 |
|
|
Manual install | 10.30 (or earlier) |
10.31 10.32 |
|
10.30 (or earlier) | 10.33 |
|
|
10.31 10.32 |
10.33 |
|
Backup Location
The pg_hba.conf file is backed up to the $ProbeInstallDir/Backup_DataFlowProbe/pgsql/data folder.
All other files are backed up to the $ProbeInstallDir/Backup_DataFlowProbe/conf folder.
$ProbeInstallDir is where probe is installed, for example, C:\hp\UCMDB\DataFlowProbe.
Limitation
The uninstall script contained in version 10.31 probe installer is enhanced to perform the automatic backup action. So for the new install scenario, for any probe with a version lower than 10.31, after it is upgraded to version 10.31 (or higher) manually, it cannot not perform the backup and restore actions on configuration/properties files for the probe of version 10.30 (or earlier). Only after a new install of version 10.31 (or higher) probe, the enhanced uninstall script is available for performing backup action on the configuration/properties files, and then the install script is able to perform automatic restore of those files.
Also, for minor minor releases of probe (for example, 10.30), if a probe is upgraded to version 10.31 (or higher) using a CUP like installer, and then you perform another upgrade manually, the auto backup/restore feature does not work as well, because the uninstall script is not included in the CUP like installer.
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: