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 |
|
- Reference
- How to Define a New Port
- How to Discover IP Addresses in Universal Discovery
- How to Use the cpVersion Attribute to Verify Content Update
- How to Delete Files Copied to a Remote Machine
- How to Run HPCmd from Windows Server 2008, 2008 R2, 2012, and 2012 R2 Machines
- Files Copied to a Remote Machine
- Content Pack Configuration Files
- Additional Protocol Information
- Event Based Discovery
- PrimaryDNSName Logic
- Supported UNIX Shells
- Troubleshooting and Limitations
- Discovery and Integrations Content Guide - Support Matrix
- Universal Data Model (UDM)
- HPE Universal CMDB Help Center
Troubleshooting and Limitations
This section describes general troubleshooting and limitations related to performing discovery using Universal Discovery.
-
Problem: Cannot Connect to Windows Vista/2008-R2 Machines with UAC Enabled
Reason: Starting from Windows Vista, Microsoft has changed the security mechanism by introducing the UAC (User Account Control) technology. This change causes problems with HPCmd connecting to remote Windows Vista/2008-R2 machines when using the local administrator account.
Solution: The following procedure enables HPCmd connection to remote Windows Vista/2008-R2 machines with UAC enabled.
-
-
Log on to the Probe machine.
-
Locate the HPCmd.bat file in hp\UCMDB\DataFlowProbe\tools directory.
-
Open cmd.com in the same directory.
-
At the command prompt, invoke following command:
HPCmd.bat \\<problematic machine name or ip> /USER:<domain>\<username> /PWD:<password>
-
-
If the HPCmd connection is not successful, check accessibility to the shared folder, admin$.
Ensure that the Probe machine can access the shared folder, admin$, on the remote machine.
-
Log on to the Probe machine.
-
Select Start > Run, and enter
\\<remote machine>\admin$ address
. -
If there is no access to admin$:
-
Log on to the remote machine.
-
Select Start > Run, and enter
regedit
. -
Locate the following registry subkey:
-
Click Parameters.
-
If the AutoShareServer registry entry does not exist, in the Edit menu, select New > DWORD (32-bit) Value. Enter AutoShareServer, and click OK.
-
Select AutoShareServer. In the Edit menu, select Modify, and in the Value box, type
1
. -
Exit the Registry Editor, and restart the computer.
-
Select Start > Run, and enter
net start srvnet
.
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\
LanmanServer\Parameters -
-
When access to admin$ is successful, try to verify the HPCmd connection again as described in Verify the HPCmd connection.
-
-
If the verification still fails, connect to Windows Vista/2008-R2 machines with UAC enabled.
-
On Windows Vista/2008-R2 machines, local administrators do not have full privileges when connected remotely.
Use one of the following options to overcome this problem:
-
Connect using domain administrator credentials.
-
Enable local administrators to have full privileges by modifying the registry on remote machine as follows:
Key
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\
Windows\CurrentVersion\Policies\systemValue
LocalAccountTokenFilterPolicy should be set to 1.
If this value is not available, create a new DWORD value and set it to 1.
-
-
Restart the machine.
-
-
-
Problem: The file transfer does not work when communicating with the remote Linux/UNIX/Mac OS X machines, as the result operations like Scanner-based Inventory Discovery or deployment of Universal Discovery agents fail.
Solution:
-
Make sure the SSH agent is configured to allow file transfer via the SCP/SFTP protocols.
-
Make sure that the logon process for the user that is used for the SSH protocol does not have a banner that requires manual user input during the logon process.
-