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 |
|
- WebSphere Discovery
- Overview
- Supported Versions
- How to Discover WebSphere Topology by JMX
- How to Discover WebSphere Topology by Shell
- How to Discover WebSphere Inactive Instances by Shell
- JEE Inactive WebSphere by Shell Job
- JEE TCP Ports Job
- JEE WebSphere Connections by JMX Job
- JEE WebSphere by Shell or JMX Job
- JEE WebSphere by Shell Job
- Troubleshooting and Limitations – WebSphere Discovery
JEE TCP Ports Job
This section includes details about the job.
This job uses the TCP Ports Discovery adapter.
Node Conditions
Node Name | Condition |
---|---|
IpAddress | NOT IP Probe Name Is null
|
Name | Default Value | Description |
---|---|---|
checkIfIpIsReachable |
true |
This flag indicates whether the job should check if the discovered IP is reachable before the job starts to check availability of the host’s ports. |
checkOnlyKnownPorts |
true |
This flag indicates whether the job should discover only known ports. This flag does not cancel the ports or UDPports parameters. Setting this flag to false is applicable only with a real port range in the ports or UDPports parameter. |
connectTimeOut |
5000 |
The timeout (in milliseconds) when connecting to an IP and port. |
nmapPath |
The full path to the nmap executable file (for example: C:\Program Files (x86)\Nmap\nmap.exe). |
|
pingTimeOut |
2000 |
The ICMP ping timeout (in milliseconds). |
ports |
For JEE TCP Ports job:
For Databases TCP Ports job:
For SAP TCP Ports job:
For SAP TCP Ports job: no default value |
This parameter contains a list of TCP ports on which discovery is performed. This list can include ranges, separate port numbers, and known protocol names (such as http, ftp, etc.) and must be comma separated. If this list is empty or contains the value *, discovery is performed only on all known TCP ports. If a port range is entered (such as 1000-1100), discovery is performed only on all known ports in that range if checkOnlyKnownPorts=true. |
scanUDP | false |
This flag indicates whether or not to scan UDP ports. Note UDP scanning is supported only if useNMap=true (see below). |
UDPports | This parameter contains a list of UDP ports on which discovery is performed. This list can include ranges, separate port numbers, and known protocol names (such as http, ftp, etc.) and must be comma separated. If this list is empty or contains the value *, discovery is performed only on all known UDP ports. If a port range is entered (such as 1000-1100), discovery is performed only on all known ports in that range if checkOnlyKnownPorts=true. | |
useNMap |
For Databases TCP Ports and JEE TCP Ports jobs: false For SAP TCP Ports and TCP Ports jobs: true |
This flag indicates whether or not to use nmap during port scanning. Note If no path is specified for nmapPath (see above), the nmap from the system path is used. |
Note Only ports on which a port name has been assigned to it in the ports or UDPports parameters and which are marked as 'discoverable' (isDiscovered=1) in the portNumberToPortName.xml configuration file are discovered.
Adapter Information
This adapter discovers TCP ports.
IpAddress
Name | Value |
---|---|
ip_address | ${SOURCE.name} |
ip_domain | ${SOURCE.routing_domain} |
- TcpPortScanner.py
- nmap.py
portNumberToPortName.xml
-
Composition
-
Containment
-
IpAddress
-
IpServiceEndpoint
-
Node