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 Discover SAP MaxDB
This section includes:
How to Discover SAP MaxDB by Shell
This section describes how to discover the topology of SAP MaxDB by Shell.
This task includes the following steps:
-
Prerequisite - Connectivity and user store
-
Shell connectivity to a MaxDB Node.
-
Properly configured key store containing one key for each MaxDB instance being discovered.
Note Because the command xuser is used to run the dbmcli tool, you must create a key store on the destination so the call for the tool is properly authenticated.
-
-
Prerequisite - Set up protocol credentials
Define one of the following credentials, depending on the platform:
-
SSH
-
Telnet
-
NTCMD
For credential information, see Supported Protocols.
-
-
Run the discovery
-
Run the Range IPs by ICMP job to discover the target IPs.
-
Run the Host Connection by Shell job to discover the target host and shell connectivity to it.
-
Run the Host Applications by Shell job to discover the resources of the target host, including MaxDB software and relevant processes.
-
Run the MaxDb by Shell job to discover the topology of the target MaxDB database.
-
How to Discover SAP MaxDB by SQL
This task includes the following steps:
-
Prerequisite - Set up protocol credentials
This discovery uses the Generic DB protocol (SQL).
For credential information, see Supported Protocols.
Copy the sapdbc.jar file to the following Data Flow Probe resource folder: <DataFlowProbe install folder>\runtime\probeManager\discoveryResources\db\maxdb.
-
Run the discovery
If the instance name is configured in the protocol credentials, activate the following jobs in the listed order:
- Range IPs by ICMP
- Databases TCP Ports
- MaxDb Connection by SQL
- MaxDb Topology by SQL
If the instance name is not configured in the protocol credentials, activate the following jobs in the listed order:
- Range IPs by ICMP
- Host Connection by Shell
- Host Application by Shell
- MaxDb Connection by SQL
- MaxDb Topology by SQL