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 |
|
- Configuration
- Getting Started
- Secure Connections
- Operations Orchestration
- Cloud Service Management Console
- Common CSA Tasks
- Marketplace Portal
- OO Designer
- Integrate CSA with HPE UCMDB
- User Administration
- Configure IPv6
- Common Access Card
- Single Sign-On
- Database Administration
- Cloud Service Management Console Properties
- Marketplace Portal Attributes
- Operations Orchestration Settings
- Identity Management Configuration
- Operations Orchestration Manual Configuration for Designs
- Hubot Notifications Integration with CSA
- Global Search, CSA Search Service and Elastic Search
Configure IPv6
This chapter explains how to configure CSA to support IPv6 (both dual-stack and IPv6-only). Make sure that IPv6 has been implemented on the system on which CSA is running (including configuring the network and DNS) and that your Web browser, such as Firefox or Chrome, have been enabled for IPv6 support.
To configure CSA
to support IPv6, open CSA_HOME/jboss-as/standalone/configuration/standalone.xml
in a text editor and make the following changes:
-
Locate the following line:
<wsdl-host>${jboss.bind.address:127.0.0.1}</wsdl-host>
and replace
127.0.0.1
with[::1]
. For example,<wsdl-host>${jboss.bind.address:[::1]}</wsdl-host>
-
Locate the following lines:
<interface name="management">
<inet-address value="127.0.0.1" />
</interface>and replace
127.0.0.1
with[::1]
. For example,<interface name="management">
<inet-address value="[::1]" />
</interface> -
Locate the following lines:
<interface name="public">
<inet-address value="0.0.0.0" />
</interface>and replace
0.0.0.0
with[::]
. For example,<interface name="public">
<inet-address value="[::]" />
</interface> -
Locate the following lines:
<interface name="unsecure">
<inet-address value="${jboss.bind.address.unsecure:127.0.0.1}" />
</interface>and replace
127.0.0.1
with[::1]
. For example,<interface name="public">
<inet-address value="${jboss.bind.address.unsecure:[::1]}" />
</interface>
To configure the Marketplace Portal to support IPv6, do the following:
-
Open the
CSA_HOME\portal\conf\mpp.json
file in a text editor. - In the general attribute section (for example, after the
uid
attribute), add abindIP
attribute and set the value to the IPv6 address to which the Marketplace Portal binds. - Save and close the file.
To configure CSA tools
(such as the purge tool, schema installation tool, provider tool, or
content archive tool) to support IPv6, when configuring the db.url
,
dbUrl
, or jdbc.databaseUrl
attribute in the database file used by the tool
(for example, config.properties
, jdbc.properties
, or db.properties
),
enclose the IPv6 address in square brackets (for example,
[f000:253c::9c10:b4b4]
or [::1]
).
Launch the Cloud Service Management Console
Launch the Cloud Service Management Console using an IPv6 address by typing the following URL in a supported web browser: https://<ipv6_address>:8444/csa/login
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: