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 |
|
- Configure CSA on each CSA node
- Edit properties
- Enable JNDI
- Request a software license
- Configure Marketplace Portal redirection
- Configure JBoss
- Configure a secure connection
- Configure the Identity Management component
- Configure SAML on CSA nodes in a clustered environment
- Reconfigure the CSA service
- Configure global search
- Configure the TCP communication channel on JGroups
- Configure SSO
Configure JBoss
Configure JBoss for use in a CSA clustered environment:
-
Open the
CSA_HOME/jboss-as/standalone/configuration/standalone-full-ha.xml
file in a text editor. -
Locate the server property and configure a unique node name for the node. Locate
<server xmlns="urn:jboss:domain:2.2" name="CHANGE ME!!">
and set the name to
[CSA_NODE_NAME]
.For example:
<server xmlns="urn:jboss:domain:2.2" name="csa_node1">
-
Update the messaging subsystem password. Change
<cluster-password>${jboss.messaging.cluster.password:CHANGE ME!!}</cluster-password>
to
<cluster-password>password</cluster-password>
-
Locate the transactions subsystem and configure the node identifier for the
<core-environment>
property (set the node identifier to the unique node name you configured in step 2). Locate<subsystem xmlns="urn:jboss:domain:transactions:2.0">
<core-environment>and add set the node identifier to
[CSA_NODE_NAME]
. For example:<subsystem xmlns="urn:jboss:domain:transactions:2.0">
<core-environment node-identifier="csa_node1"> -
Add the node's IP address to the public interface. Locate
<interface name="public">
and add the IP address
[CSA_NODE1_IP_ADDR]
. For example:<interface name="public">
<inet-address value="${jboss.bind.address:<CSA_Node_ip_Address>}"/>
</interface>
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: