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 |
|
- Getting Started
- Prepare LDAP for CSA
- Configure the CSA Truststore Properties
- Request Software Licenses
- Enable TLS on Your Web Browser
- Configure the Provider Organization
- Add a Software License
- Configure a Proxly for Resource Providers Outside the Internal Network
- Update the CSA Service Startup Type on Windows
- Location of the JRE Installed with CSA on Windows
Configure a Proxy for Resource Providers Outside the Internal Network
If you are using a network proxy server to communicate with a resource provider outside of the internal network (the resource provider's service access point is located outside of the internal network), configure CSA and Operations Orchestration to use this proxy server.
If you are using a network proxy server to communicate with a resource provider outside of the internal network, proxy configuration is required in the following situations:
- CSA - Validating the accessibility of a resource provider's URL. When a resource provider is created or modified, accessibility of the provider URL is validated with an HTTP or HTTPS GET call.
- Operations Orchestration - Contacting a resource provider. When an Operations Orchestration workflow provisioning step is executed, Operations Orchestration attempts to contact the resource provider.
If you do not configure the proxy server, you may see a Provider Validation Failed message when creating or updating a resource provider whose service access point is located outside of the internal network. Or, provisioning of a design fails when Operations Orchestration is unable to communicate with a resource provider that is located outside of the internal network.
To configure the proxy server for CSA and Operations Orchestration, do the following:
-
On the system running CSA, open the following file in a text editor:
Windows:
CSA_HOME\jboss‑as\bin\standalone.conf.bat
Linux:
CSA_HOME/jboss‑as/bin/standalone.conf
-
After the last uncommented line that sets the JAVA_OPTS property, add the following lines:
-
Windows:
rem # HTTP Proxy Settings
set "JAVA_OPTS=%JAVA_OPTS% -Dhttp.proxyHost=<proxy.company.com>
-Dhttp.proxyPort=<proxy_port>"
rem # HTTPS Proxy Settings
set "JAVA_OPTS=%JAVA_OPTS% -Dhttps.proxyHost=<proxy.company.com>
-Dhttps.proxyPort=<proxy_port>"
rem # HTTP/HTTPS hosts not handled by the proxy
set "JAVA_OPTS=%JAVA_OPTS% -Dhttp.nonProxyHosts=mycsaserver^^^|localhost^^^|127.*^^^|10.* "where <proxy.company.com> is the fully-qualified domain name of the proxy server,
<proxy_port> is the port used to communicate with the proxy server, and^^^|
is the separator used when defining more than one non-proxy host. -
Linux:
# HTTP Proxy Settings
JAVA_OPTS= "$JAVA_OPTS -Dhttp.proxyHost=<proxy.company.com>
-Dhttp.proxyPort=<proxy_port>"
# HTTPS Proxy Settings
JAVA_OPTS= "$JAVA_OPTS -Dhttps.proxyHost=<proxy.company.com>
-Dhttps.proxyPort=<proxy_port>"
# HTTP/HTTPS hosts not handled by the proxy
JAVA_OPTS= "$JAVA_OPTS -Dhttp.nonProxyHosts=mycsaserver\|localhost\|127.*\|10.* "where <proxy.company.com> is the fully-qualified domain name of the proxy server,
<proxy_port> is the port used to communicate with the proxy server, and\|
is the separator used when defining more than one non-proxy host.
-
- Save and exit the file.
-
Restart CSA.
See Restart CSA for instructions.
-
If you have integrated with Operations Orchestration version 9.07, do the following:
- Log in to Operations Orchestration Studio.
- Open the Configuration folder.
- Right-click the System Properties folder and select New.
- In the dialog, enter CSA_Proxy_Host and click OK.
- Set the Property Value to the fully-qualified domain name of the proxy server and click OK.
- Right-click the System Properties folder and select New.
- In the dialog, enter CSA_Proxy_Port and click OK.
- Set the Property Value to the port used to communicate with the proxy server and click OK.
-
If you have integrated with Operations Orchestration version 10.50, do the following:
- Log in to Operations Orchestration Central.
- Click the Content Management button.
- Select Configuration Items > System Properties.
- Click the Add icon.
-
Enter the following information if it is not already configured:
Field Description Name CSA_Proxy_Host Override Value The fully-qualified domain name of the proxy server. Name CSA_Proxy_Port Override Value The port used to communicate with the proxy server. - Click Save.
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: