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
- UCMDB Integration Service
- Cluster Range Distribution Policy
- Limiting IP Movement in a Cluster
- Job Execution Policies
- Data Flow Probe Upgrade Overview
- Effects of Range Type on Discovery Workflows
- Install and Run Data Flow Probe and Probe Database on Linux with Non-Root User Account
- Using HTTPS Port 8453 as Default for Data Flow Probe
- How to Install a Second Data Flow Probe on a Windows Machine
- How to Deploy Hotfixes and Track Hotfixes Applied on Data Flow Probe
- How to Set Master Key for Password Encryption on Data Flow Probe
- How to Add Data Flow Probes to UCMDB
- How to Add Probe Clusters to UCMDB
- How to Start a Data Flow Probe
- How to Stop a Data Flow Probe
- 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 UCMDB Integration Service Default Domain
- How to Check the 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 Encrypt/Decrypt IP Ranges Information on the Probes
- 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 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
- How to Enable the Load Control Feature
- Data Flow Probe Process Ports
- DataFlowProbe.properties File
- DataFlowProbe.properties Parameters
- DataFlowProbeOverride.properties File
- Data Flow Probe Database Scripts
- Data Flow Probe Log Files
- Data Flow Probe Setup User Interface
- Troubleshooting and Limitations
DataFlowProbe.properties Parameters
This section describes the parameters of the DataFlowProbe.properties file.
Parameter Name (A-Z) | Description | Type | Value |
---|---|---|---|
appilog.agent.Probe.DownloadingTimeout | Timeout (in ms.) for download configuration files and userExt files (that is, serverData files). |
long |
Default: 300000 |
appilog.agent.probe. protocol |
Defines the protocol used to communicate between the Probe Gateway and the Server. |
string |
HTTP or HTTPS (SSL) Default: HTTPS |
appilog.agent.Probe.ServerTimeout | Timeout (in ms.) for Probe requests going to the server. |
long |
Default: 180000 |
appilog.agent.Probe. ServerTimeoutForTouch |
Timeout (in ms.) for touch requests going to the server. | long | Default: 300000 |
appilog.agent.Probe.BasicAuth.User appilog.agent.Probe.BasicAuth.Pwd |
Basic authentication feature of Probe to Server. These properties are supplied by the admin who configured the Web server. Deprecated: certificate-based, mutual SSL authentication should be used instead. |
string |
All keys must be used to indicate usage of this feature. Values can be empty to represent non-values. Password has to be encrypted. Encrypt password using the Probe JMX (that is, the getEncryptedKeyPassword operation in the MainProbe MBean). |
appilog.agent.Probe. JMX.BasicAuth.User |
Authentication data for the Probe JMX - user name. |
string |
All keys must be used to indicate usage of this feature. Values can be empty to represent non-values. |
appilog.agent.Probe. JMX.BasicAuth.Pwd |
Authentication data for the Probe JMX - password. | bytes |
Password has to be encrypted. Encrypt password using the Probe JMX (that is, the getEncryptedKeyPassword operation in the MainProbe MBean). |
appilog.agents.probemgr. progressSleepTime |
"Sleeping" time of the thread that is responsible for sending the progress to gateway. | long | Default: 40000 |
appilog.collectors. domain |
The domain which the Probe Gateway belongs to (formerly known as the Domain of the Probe). |
string |
Default: ${DefaultDomain} |
appilog.collectors. domain.type |
The type of the domain. |
string |
customer (default); external |
appilog.collectors. probe.name |
The Probe Gateway name used for identification by the UCMDB server The server uses this name to pass tasks to the appropriate Probe Gateway. |
string |
Uses the value defined during installation. The default value is the machine name. |
com.hp.ucmdb.discovery. probe.agents.probemgr. agentdrivenflow.enabled |
Specifies whether to enable support of UD Agent driven flow by Data Flow Probe. |
boolean | Default: false |
com.hp.ucmdb.discovery. probe.agents.probemgr. agentdrivenflow. maxconcurrentupload |
The amount of concurrent scan file uploads in the UD Agent driven flow. | int | Default: 80 |
com.hp.ucmdb.discovery.probe.agents.probegw.agentdrivenflow.custom.port | Defines the custom ports in the UD Agent driven flow. | int | Default: 8453 |
com.hp.ucmdb.discovery.probe.agents.probegw.agentdrivenflow.twowayssl.enable | Specifies whether to enable two-way SSL in the UD Agent driven flow. | boolean | Default: true |
com.hp.ucmdb. discovery.Probe.JMX. UploadAuth.User |
Authentication data for the discovery Probe JMX - user name. | string | Default: UploadScanFile |
com.hp.ucmdb. discovery.Probe.JMX. UploadAuth.Pwd |
Authentication data for the discovery Probe JMX - password. | bytes |
Password has to be encrypted. Encrypt password using the Probe JMX (that is, the getEncryptedKeyPassword operation in the MainProbe MBean). |
httpConnectionLimit | The max number of connections probe establish with server. This value must be greater than 0. | int | Default: 5 |
jettyGtwHttpPort | The port of the jetty server used by Probe Gateway (in separate mode), or the Probe (in union mode). | int |
Default: 1977;
|
jettyGtwHttpsPort | The https port of the jetty server used by Probe Gateway (in separate mode), or the Probe (in union mode). | int | Default: 8453; 8455 for the second probe (if installed) |
jettyMgrHttpPort | The port of the jetty server used by Probe Manager (in separate mode). | int | Default: 1978; 1980 for the second probe (if installed) |
jettyMgrHttpsPort | The https port of the jetty server used by Probe Manager (in separate mode). | int | Default: 8454; 8456 for the second probe (if installed) |
jettyHttpsEnabled |
Enables using the default https server. Starting with version 10.31, the default value for this setting is true for fresh installed probes of version 10.31 (or later). The HTTPS port 8453 is enabled for the Probe by default, and the HTTP port 1977 disabled. For details, see Using HTTPS Port 8453 as Default for Data Flow Probe. Note For off-site scan file saving, only the HTTPS port 8453 can be used. If you want to use HTTP port 1977 for scan files saving, set jettyHttpsEnabled to false. |
boolean |
Default: true |
reuseHttpConnection | Probe reuses the connection with the server. | boolean | Default: false |
server.webApp.name | Name of the server Web application (.war file) responsible for the Probe. |
string |
Default: mam-collectors |
server.webApp. root.context |
UCMDB server's root context, will be used by server.webApp.name and com.hp.ucmdb.discovery. common.security.cmRest Context. |
string | Default: / |
serverName | Defines the Server DNS name to which the Probe Gateway connects. |
string |
The DNS name |
serverPort | The port number for HTTP communication. |
int |
Default: 8080 |
serverPortHttps | The port number for HTTPS communication. |
int |
Default: 8443 |
Parameter Name | Description | Type | Value |
---|---|---|---|
appilog.agent.probe. integrationsOnlyProbe |
Mark this probe to run integration tasks only. Intended to SaaS and local probe installations only. | boolean | Default: false |
appilog.agent.probe.reconnection.interval | The interval in ms. between reconnection attempts of the Probe Gateway to its Probe Managers. | long | Default: 30000 |
appilog.agent.probe.retrievetasksFromServer.interval | The interval in ms. between task requests from the server by the Probe Gateway. | long | Default: 15000 |
appilog.agent.probe.saveResultsIn BKPTable |
true - Results sent to the Server are stored in the database in a backup table. false - Results are not stored in a backup table. |
boolean | Default: false |
appilog.agent.probe.restartProbeAfter JarDownload.interval |
Downloaded jar file resources can cause the Data Flow Probe to restart before all the other resources of an adapter package have downloaded. This parameter prevents the restart from occurring. | long |
Default: 180000 msec (3 minutes) Note The delay until a restart on the first resource download (that is, for a first start or after clearing the Probe data) is 10 milliseconds. |
appilog.agent.probe. sendtouchResultsTo Server.maxObjects |
The maximum objects of the touch results to be sent to the server each time. Note Setting this parameter higher than 500 may cause communication exceptions. |
int | Default: 500 |
probe.master.key |
Specifies probe master key for password encryption purpose. Note: For a probe that is upgraded to version 10.21 or later, this parameter is not present by default. You can manually add this parameter and set the value for the parameter by using the changeMasterKey JMX method. For details, see the JMX Reference section of the UCMDB Help.
|
string |
Default:
|
Parameter Name | Purpose | Type | Value Description |
---|---|---|---|
jettyMgrHttpsPort | The https port of the jetty server used by Probe Manager (in separate mode). | int | Default: 8454; 8456 for the second probe (if installed) |
appilog.agent.local. max.worker.runtime |
Maximal time (in msec) which a worker thread is allowed to run. | long | Default: 900000 |
appilog.agent.local. max.worker.stuck |
After this period it is considered as stuck. | int | Default: 8 |
appilog.agent.local. check.stuckThreads |
Maximal number of worker threads which can be considered as stuck at the same time. When the number is reached, the Probe schedules a restart to release these threads. true - The Probe Manager should detect stuck threads. false - Otherwise. |
boolean | Default: true |
appilog.agent.local. discoveryAnalyzerF romEclipse |
Setting to true enables that DiscoveryAnalyzer is executed from Eclipse. | boolean | Default: false |
appilog.agent.local. process.result.checkMultiUpdate |
Defines whether to check data consistency on objects. | boolean | Default: true |
appilog.agent.local. services.maxRemoteP rocesses |
The maximum number of remote processes allowed to be created during discovery. Remote processes are used to separate specific discovery from Probe process to prevent the Probe from possible memory issues. Used, for example, in J2EE Discovery. |
int | Default: -1 (no limit) |
appilog.agent.local. services.maxRemoteP rocessesPerJob |
The maximum number of remote processes per job that are allowed to run simultaneously. | int | Default: 3 |
appilog.agent.local. process.result. dataValidation |
Checks results for invalid data. | boolean | Default: true |
appilog.agent.local. process.result.data Validation.content |
Defines whether to validate data reported to the UCMDB server by content. Deals mainly with reported values (that is, attribute value), rather than metadata of objects. | boolean | Default: true |
appilog.agent.local. process.result.autoDelete |
true - Send auto-delete notification to Server for aged objects, not discovered by the Probe. false - Do not send. Note This can be enabled only if appilog.agent.local.process. |
boolean | Default: true |
appilog.agent.local. process.result.data Validation.validLinks |
true - Validate links are legal. false - Do not validate links. |
boolean | Default: true |
appilog.agent.local.process.result.filterCI |
true - Filter results be predefined rules (CI types). false - Otherwise. |
boolean | Default: true |
appilog.agent.local.process.result.filterRedundant |
true - Filter results which have been already sent to server. false - Disable filter. |
boolean | Default: true |
appilog.agent.local. process.result.filterRedundant. filterIgnoredCIs |
true - If CIs were ignored by reconciliation on a discovery cycle, as long as they have not undergone any changes, they are filtered by the Probe on subsequent discovery cycles, and a warning is displayed on the trigger CI level. To resend these objects, you must clear the results cache.
false - Even if CIs that were ignored by reconciliation, they are still sent to the UCMDB on each discovery cycle, together with new and updated CIs. |
boolean | Default: true |
appilog.agent.local.process.result. fixLinksDirection |
true - Fix direction of illegal links. false - Otherwise. |
boolean | Default: true |
appilog.agent.local. process.result. storedata |
Store the result data in probe manager database when a new record is inserted. | boolean | Default: true |
appilog.agent.local. process.result. updateClassModel |
Update class model (change classes and attributes name) as part of results processing chain. | boolean | Default: true |
appilog.agent.local.process.result. warnOnMultiUpdate |
true - Reports multiple update warnings to the UCMDB server. Note This parameter is global. It can be overridden on the adapter level by the warnOnDuplicates parameter which is absent by default, but gets its value from the global parameter. |
boolean | Default: true |
appilog.agent.local. services.poolThreads |
Maximal number of concurrent threads allocated for the multi-threaded job's execution activity. | int | Default: 80 |
appilog.agent.local. services.defaultMax JobThreads |
Maximal number of concurrent threads running on a specific job. | int | Default: 8 |
appilog.agent.local. services.adHocMax Threads |
Maximal number of threads for ad hoc tasks. | int | Default: 20 |
appilog.agent.local. discoveryAnalyzerFromEclipse |
true - DiscoveryAnalyzer is executed from Eclipse. false - DiscoveryAnalyzer is not executed from Eclipse. |
boolean | Default: false |
appilog.agent.local. download.erroneos. configuration.documents. interval |
Interval before re-download of erroneous configuration document from server. | int | Default: 1440 |
appilog.agent.local. maxTaskResultSize |
Chunk maximal size of results being sent to the server. | int |
Default: 20000 Note Lowering this value lowers the number of CIs sent to the CMDB in a single bulk. |
appilog.agent.local. maxTaskResultPrint LogSize |
Probe mgr - Bulk with more results that set on this parameter will not be printed to task results log. | int | Default: 2000 |
appilog.agent.local. probe.restart.interval |
Interval (in ms) before auto-restarts of the Probe Manager. | long | Default: 900000 |
appilog.agent.local. serverdata.sync.timeout |
Timeout (in msec) for the Probe to sync with Server data before starting executing tasks. | long | Default: 60000 |
appilog.agent.local. specialCharactersRemove |
Filter characters from string attributes of result objects which are reported to server by Probe. | string | Default: empty string (do not filter) |
appilog.collectors. appilog.collectors. |
Probe Mgr - Result Grouping defaults (used when DFM adapter does not override). Grouping means holding on to results and sending them to the Gateway only upon meeting one of the grouping thresholds. This is used to control the rate of data flowing from Probes to the Server. | long |
Default min: 5000 Default max: 30000 (in ms.) Relation between two keys: OR |
appilog.collectors. listenertaskmgr.load.jars. recursive |
When building the class path, probe manager looks for jar/class files only in # listed directories (recursive=false) or search recursively (true). | Default: false | Default: false |
appilog.agent.probe. touchWindowMechanism. isActive |
The touch window defines the period when touch process is allowed . The parameter defines whether the touch window mechanism is active. | boolean | Default: false |
appilog.agent.probe.touchWindowMechanism. startTime |
Defines the time, in hours and minutes, when the touch window starts | string |
Format: HH:MM Values: 00:00-23:59 Default: 00:00 |
appilog.agent.probe.touchWindowMechanism. endTime |
Defines the time, in hours and minutes, when the touch window ends | string |
Format: HH:MM Values: 00:00-23:59 Default: 00:00 |
Parameter Name | Description | Type | Value |
---|---|---|---|
appilog.collectors. encoding.ANSI |
Default encoding used for Windows applications (requiring ANSI encoding) | string | Default: empty (ANSI encoding is chosen from the Data Flow Probe operating system) |
appilog.collectors. encoding.OEM |
Default encoding used for DOS/UNIX Shells/IBM encoded applications. | string | Default: empty (OEM encoding is chosen from the Data Flow Probe operating system) |
chcpCodeToCharasetName.xxx | Mapping entry between chcp code page to specific encoding name (used for cases where the cp+<code> rule is not followed) | string |
Syntax: chcpCodeTo Example: chcpCodeTo |
collectors_language | Language settings (must be manually configured for non-English environments). | string |
Default: English Options: get=German rus=Russian |
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 cms-doc@microfocus.com.
Help Topic ID:
Product:
Topic Title:
Feedback: