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 |
|
- Universal Discovery Agents
- Universal Discovery Agent Overview
- Universal Discovery Agent Deployment
- Universal Discovery Agent Certificates
- Call Home Overview
- FDCC/USGCB Support
- How to Create New Certificates for Universal Discovery Agent
- How to Customize Platforms for Universal Discovery Agent Deployment
- How to Install the Universal Discovery Agent Manually
- How to Install Universal Discovery Agent to Run Under Non-Root Account on UNIX
- How to Configure Call Home
- How to Enable Changing Default Port Number for Call Home
- How to Specify Data and Temp Folder Locations when Installing Universal Discovery Agent for UNIX
- How to Completely Uninstall the Universal Discovery Agent
- Agent Installation Wizard Overview
- Agent Installation User Interface
- Discovery Node Disk Requirements
- Universal Discovery Agent Installation Resources
- Universal Discovery Agent File Locations
- Software Identification Tags
How to Install Universal Discovery Agent to Run Under a Non-Root Account on UNIX
This task describes how to install the UD Agent to run under a non-root account on UNIX systems.
-
Go to Data Flow Management > Universal Discovery > Zone-based Discovery, and select a Management Zone or create a new one.
-
In the Infrastructure Discovery activity, in the Define Credentials page, ensure that SSH and Universal Discovery protocol credentials are defined, as follows:
-
SSH protocol:
-
In the User Name and Password fields, define credentials for a non-root user for connecting to the host through the SSH network protocol.
-
In the Privileged Command Execution Properties area, define details for the Sudo prefixed command execution:
- For the Policy, select Sudo-like.
- For the Mode, select Sudo.
- In the sudo paths field, make sure to include the full path to the sudo command on the remote machine. If the path is different on different computers/operating systems, you should provide multiple paths, separated by commas.
- Enter the sudo commands. Ensure that the agentinstall.sh and nohup commands are included among these commands.
-
-
Universal Discovery protocol:
-
In the sudo paths field, ensure that the sudo paths defined for the SSH protocol above are also included.
-
In the sudo commands field, ensure that the sudo commands defined for the SSH protocol above are also included. Ensure that the agentinstall.sh and nohup commands are included among these commands.
-
-
-
On the Universal Discovery Agent Deployment page:
-
Select the deployment option: Install or Update.
-
Clear the Install UD Agent to run under the root account on UNIX machines option.
-
Note
-
After installing the UD Agent under a non-root account, the SSH credential used to install the agent must be kept in UCMDB because this credential is used to retrieve the password for the sudo command.
If, for whatever reason, the SSH credential was removed and created again, the Host Connection by Shell job must be rerun on the relevant triggers so that the other jobs can run sudo commands successfully.
- The Universal Discovery Agent will be run on the remote machine under the credential that was used for SSH in step 2.