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 |
|
Cisco UCS Manual Job
The Job is used to discover Cisco UCS topology by a configuration file containing lines of URLs.
Versions
The package supports Cisco UCS version 2.2(1b) and 3.x.
Prerequisites
The job needs UCS credential which include username and password.
Adapter Information
This job uses the Cisco_UCS_Manual adapter.
discoveryprobegateway
- ucs_manual_main.py
- ucs_pull_base.py
- ucs_connection_data_manager.py
- ucs_client.py
- ucs_base.py
- ucs_mapping_file_manager.py
- ucs_mapping_implementation.py
- ucs_mapping_interfaces.py
- ucs_validators.py
- ucs_decorators.py
- Backbone
- Chassis
- Composition
- Containment
- Fibre Channel HBA
- Fibre Channel Port
- Fibre Channel Switch
- HardwareBoard
- Membership
- Node
- PhysicalPort
- Rack
- cisco_ucs/ucs_mapping.xml
- Read ucs_url_list.conf and parse it to a list of URL.
- Pick one URL and try all UCS credentials one by one until connected, then fetch data from UCS by its XML API
- Parse the data from UCS and map them to UCMDB, then report CIs to UCMDB
- Iterate steps 2-3 over the rest of URLs
Issue: You receive the following error message in the Communication log: URLError: <urlopen error (-1, 'SSL handshake exception
Solution 1: Https server does not own a valid SSL certificate (for example, self-signed certificate or expired), for this case, make sure enable the Trust All SSL Certificates options in current used UCS credential.
Solution 2: The server is not an Https server but you enabled the SSL in the credential. Disable the Use HTTPS for connection option for the credential.