Configure Connection for a Single Server
-
To allow the connection to the
CloudView server, add the following lines to the
config.xml file:
<INDEXER>
<PROVIDER name="XL"/>
<SERVER host="host1" baseport="19000"/>
Where:
-
PROVIDER identifies CloudView as the indexing platform with the value XL .
-
SERVER host corresponds to the server hostname specified during
setup.
-
SERVER baseport corresponds to the baseport specified during setup.
Note:
The baseport attribute is valid only for a configuration where the
provider is XL .
Recommendation:
Protect the access to the raw EXALEAD services with a firewall.
- Optional:
Configure the objects to index in the
config.xml file.
-
Apply the configuration.
Configure Connection for High Availability
-
When using CloudView in high availability mode, add main and secondary servers as specified during
setup to the config.xml file:
<INDEXER>
<PROVIDER name="XL"/>
<SERVER host="main_host" baseport="19000" buildgroup="sxibg0" searchtarget="sxist0"/>
<SERVER host="secondary_host" baseport="19000" buildgroup="sxibg1" searchtarget="sxist1"/>
Where:
-
buildgroup corresponds to the build group used for the main server.
Use sxibg0 for the main server, and sxibg1 for the
secondary server.
-
searchtarget corresponds to the search target used by the main
server. Use sxist0 for the main server, and sxist1
for the secondary server.
List of all available parameters for the SERVER tag:
-
host
-
baseport (
19000 by default, if not changed
during installation)
-
idxport (
BASEPORT+11 or 9001
by default)
-
cfgport (
BASEPORT+11 or 9002
by default)
-
agrport (
BASEPORT+20 or 0 by
default)
- Optional:
Configure the objects to index in the
config.xml file.
-
Apply the configuration.
|