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 |
|
Codar CLI set up
HCM ARA provides a command line interface (CLI) for accessing all HCM ARA REST end points. You can perform all HCM ARA specific functionality from your local machine using the CLI.
Use the --help
option to view a list of available commands, and to read documentation about the functionality and options available for each command.
Set up your local Windows machine to use Codar CLI
The HCM ARA CLI is provided in an executable .jar file. To access the CLI remotely from your Windows system, perform the following steps to copy the CLI files from the HCM ARA installation on to your local Windows system:
- Create a working directory on your local Windows system.
- Make sure java is installed and the JAVA_HOME environment variable is set.
- Copy the following files from the
Tools\CodarCLI
directoryof the HCM ARA installation (C:\Program Files\Hewlett-Packard\Codar\Tools\CodarCLI) to the working directory:
codar-clis.jar
– Standalone java executable .jar file with all CLI specific java classes and required dependenciescodarexec.bat
– Batch file to use to execute the above .jar file by starting a JVM processenv.bat
– Configuration for CLIlog4j.properties
– Logging information
Note: All of the above files must be in the same working directory. - Copy the
cliforcodar.properties
file to the user home directory. Edit the URL and credentials used to access HCM ARA.Note: You must store the password in theclidorcodar.properties
file in an encrypted format. Refer to topic 'Encrypt password' in the 'Configuration Guide' to know how to encrypt the password. - Run the
codarexec.bat
batch file to see the list of available commands.
Set up your local Linux machine to use Codar CLI
The HCM ARA CLI is provided in an executable .jar file. To access the CLI remotely from your Linux system, perform the following steps as a root user to copy the CLI files from the HCM ARA installation on to your local Linux system:
- Create a working directory on your local Linux system.
- Make sure java is installed and the JAVA_HOME environment variable is set.
- Copy the following files from the
Tools\CodarCLI
directory of the HCM ARA installation (\Hewlett-Packard\Codar\Tools\CodarCLI) to the working directory:codar-clis.jar
– Standalone java executable .jar file with all CLI specific java classes and required dependenciescodarexec.sh
– Batch file to use to execute the above .jar file by starting a JVM processlog4j.properties
– Logging information
- Copy the
cliforcodar.properties
file to the user home directory. Edit the URL and credentials used to access HCM ARA.Note: You must store the password in theclidorcodar.properties
file in an encrypted format. Refer to topic 'Encrypt password' in the 'Configuration Guide' to know how to encrypt the password. - Run the
codarexec.sh
file to see the list of available commands.Note: Verify this configuration using the root user. If you are not a root user, then the necessary permission must be provided for all files for that user
If you are not a root user, perform the following steps to access the CLI remotely from your Linux system:
- Open a shell prompt.
- If needed, perform the following steps to create a new root user:
- Type the
su-
command and enter the root password. - Type the
useradd
command followed by a space and the user name for the new user. For example,useradd newuser1
. This creates a directory in the new user home directory. For example, home/newuser1.
- Type the
- Copy the following files from the
Tools\CodarCLI
directory of the HCM ARA installation (\Hewlett-Packard\Codar\Tools\CodarCLI) to the home directory:codar-clis.jar
codarexec.sh
log4j.properties
cliforcodar.properties
- Run the
codarexec.sh
file to see the list of available commands.
We welcome your comments!
To open the configured email client on this computer, open an email window.
Otherwise, copy the information below to a web mail client, and send this email to clouddocs@hpe.com.
Help Topic ID:
Product:
Topic Title:
Feedback: