h11213 Xplore Active Active Setup With Loadbalancer WP
h11213 Xplore Active Active Setup With Loadbalancer WP
h11213 Xplore Active Active Setup With Loadbalancer WP
Abstract
This white paper explains how to set up two xPlore instances for load balancing on
two clean host machines. This paper is organized in a set of steps that needs to be
followed in sequence.
November 2012
EMC believes the information in this publication is accurate as of its publication date.
The information is subject to change without notice.
Use, copying, and distribution of any EMC software described in this publication
requires an applicable software license.
For the most up-to-date listing of EMC product names, see EMC Corporation
Trademarks on EMC.com.
Audience
This white paper is intended for EMC customers, partners, internal developers and
engineers. It is organized in a set of steps that are easy to follow. Whenever required,
a reference to other published guide is provided in order to avoid the duplication of
information.
Indexing
HOST A
HOST C
HOST B
Querying
Index Agent 1
Index Agent 2
Load-Balancer
Index Server1
Indexing
HOST A
Index Server1
Indexing
Index Server2
Load-Balancer
HOST C
Indexing
HOST B
Index Server 2
A. The following describes the steps to install and configure xPlore High Availability in
active-active mode as per the following diagram:
HOST C
Indexing
Indexing
Index Agent 1
Index Server1
Querying
Load-Balancer
HOST B
Index Agent 2
Index Server2
Documentum Content Server Enterprise Edition Installation Guide D7 for various other
high-availability deployments and installation instructions for Content Server.
2. Install and configure Load Balancer. For the purpose of this white paper the testing is
done with Cisco Load Balancer namely ACE 4710 Device Manager A3(2.0) .
3. Install and configure the first xPlore primary instance and index agent on host A. Please
refer to EMC Documentum xPlore Installation Guide. Stop the index agent if it is started.
4. On Content Server host C, execute the following dmbasic script located at
%DM_HOME%\install\admin to update full-text index related objects in the repository:
r_object_id
index_name
ft_engine_id
is_standby
-----------
----------
------------
----------
3b12d68780000100
repo3_ftindex_00
0812d68780000cd8
3b12d68780000500
repo3_ftindex_01
0812d68780000d01
(2 rows affected)
API> ?,c,select r_object_id,object_name from dm_ftengine_config
r_object_id
object_name
-----------
-----------
0812d68780000cd8
0812d68780000d01D
(2 rows affected)
API> ?,c,select r_object_id,object_name,index_name from
dm_ftindex_agent_config
r_object_id
object_name
index_name
-----------
-----------
----------
0812d68780000cda
cs4-lb-m1_9500_IndexAgent dm_fulltext_index_user
0812d68780000d9a
cs4-lb-m2_9700_IndexAgent dm_fulltext_index_user
(2 rows affected)
object_name
-----------
-----------
0812d68780000cd8
0812d68780000d01
(2 rows affected)
FOR 1.3
API>fetch,c, 0812d68780000cd8
API>get,c,l, param_name[3]
dsearch_qrserver_port
API>set,c,l, param_value[3]
<port used by load balancer for xPlore HA deployment>
API>get,c,l, param_name[5]
dsearch_qrserver_host
API>set,c,l,param_value[5]
<vip used by load balancer for xPlore HA deployment>
API>save,c,l
API>fetch,c, 0812d68780000d01
API>get,c,l, param_name[3]
dsearch_qrserver_port
API>set,c,l, param_value[3]
<port used by load balancer for xPlore HA deployment>
API>get,c,l, param_name[5]
dsearch_qrserver_host
API>set,c,l,param_value[5]
<vip used by load balancer for xPlore HA deployment>
API>save,c,l
For 1.2
API>fetch,c, 0812d68780000cd8
API>get,c,l, param_name[3]
dsearch_qrserver_port
API>set,c,l, param_value[3]
<port used by load balancer for xPlore HA deployment>
API>get,c,l, param_name[4]
dsearch_qrserver_host
API>set,c,l,param_value[4]
<vip used by load balancer for xPlore HA deployment>
API>save,c,l
API>fetch,c, 0812d68780000d01
API>get,c,l, param_name[3]
dsearch_qrserver_port
API>set,c,l, param_value[3]
<port used by load balancer for xPlore HA deployment>
API>get,c,l, param_name[4]
dsearch_qrserver_host
API>set,c,l,param_value[4]
<vip used by load balancer for xPlore HA deployment>
API>save,c,l
API>fetch,c, 0812d68780000d01
iapi>append,c,l,param_name
set>dsearch_config_host
iapi>append,c,l,param_value
set><index agent host ip>
iapi>append,c,l,param_name
set>dsearch_config_port
iapi>append,c,l,param_value
set><index agent port>
save,c,l
API>fetch,c, 0812d68780000cd8
iapi>append,c,l,param_name
set>dsearch_config_host
iapi>append,c,l,param_value
set><index agent host ip>
iapi>append,c,l,param_name
set>dsearch_config_port
iapi>append,c,l,param_value
set><index agent port>
save,c,l
12. The flag load_balancer_enabled need to be set up to true for both the
dm_ftengine_config object.
API> ?,c,select r_object_id,object_name from dm_ftengine_config
r_object_id
object_name
-----------
--------------
0812d68780000cd8
0812d68780000d01
DSearch Fulltext Engine Configuration
API>fetch,c,0812d68780000cd8
API>append,c,l,param_name
SET>load_balancer_enabled
API>append,c,l,param_value
SET>true
API>save,c,l
API>fetch,c, 0812d68780000d01
API>append,c,l,param_name
SET>load_balancer_enabled
API>append,c,l,param_value
SET>true
API>save,c,l
13. Restart the Content Servers to apply the new settings of the dm_ftengine_config
objects.
14. Make sure that both the xPlore instances are up and running.
Load Balancer is set to balance the load in Round Robin without weights.
Load Balancer is set to balance the load in Round Robin with the weights.
Observe that in the below screen first query is directed to xPlore instance at
10.8.79.198.
In the following screen observe that the second query is directed to xPlore instance at
10.8.79.197.
10
11
12
4. Check the dsearch log in the admin console to make sure that all the requests are
being sent to the running server 10.8.79.198 ie PrimaryDsearch2.
All the queries are redirected and executed at 10.8.79.198. The following section is
part of the Dsearch log at 10.8.79.198 on which instance named PrimaryDsearch2 is
running.
a) 2012-09-17 19:52:51,640 INFO [http-0.0.0.0-9300-2]
c.e.d.c.fulltext.indexserver.search.SearchServer QueryID=PrimaryDsearch2$41c7dee2-e848-4a7c-b8fb1ee239cccce9,query-locale=en,query-string=declare option
xhive:fts-analyzer-class
'com.emc.documentum.core.fulltext.indexserver.core.index.xhive.Ind
exServerAnalyzer'; declare option xhive:ignore-empty-fulltextclauses 'true'; declare option xhive:index-paths-values
'dmftmetadata//owner_name,dmftsecurity/acl_name,dmftsecurity/acl_d
omain,/dmftinternal/r_object_id'; for $i score $s in
collection('/repo3/dsearch/Data') /dmftdoc[( (
(dmftinternal/i_all_types = '0312d68780000105') ) and
(
(dmftversions/iscurrent = 'true') ) ) and ( (. ftcontains (
((('1515151515151') with stemming)) ...
b) 2012-09-17 19:53:13,999 INFO [http-0.0.0.0-9300-3]
c.e.d.c.fulltext.indexserver.search.SearchServer QueryID=PrimaryDsearch2$36c2e7c1-f040-4ca0-9943-
13
85962e63c258,query-locale=en,query-string=declare option
xhive:fts-analyzer-class
'com.emc.documentum.core.fulltext.indexserver.core.index.xhive.Ind
exServerAnalyzer'; declare option xhive:ignore-empty-fulltextclauses 'true'; declare option xhive:index-paths-values
'dmftmetadata//owner_name,dmftsecurity/acl_name,dmftsecurity/acl_d
omain,/dmftinternal/r_object_id'; for $i score $s in
collection('/repo3/dsearch/Data') /dmftdoc[( (
(dmftinternal/i_all_types = '0312d68780000105') ) and
(
(dmftversions/iscurrent = 'true') ) ) and ( (. ftcontains (
((('1616161616161') with stemming)) ...
c) 2012-09-17 19:53:34,390 INFO [http-0.0.0.0-9300-3]
c.e.d.c.fulltext.indexserver.search.SearchServer QueryID=PrimaryDsearch2$fcec4cc1-4195-497b-9b06356207a322d4,query-locale=en,query-string=declare option
xhive:fts-analyzer-class
'com.emc.documentum.core.fulltext.indexserver.core.index.xhive.Ind
exServerAnalyzer'; declare option xhive:ignore-empty-fulltextclauses 'true'; declare option xhive:index-paths-values
'dmftmetadata//owner_name,dmftsecurity/acl_name,dmftsecurity/acl_d
omain,/dmftinternal/r_object_id'; for $i score $s in
collection('/repo3/dsearch/Data') /dmftdoc[( (
(dmftinternal/i_all_types = '0312d68780000105') ) and
(
(dmftversions/iscurrent = 'true') ) ) and ( (. ftcontains (
((('171717177117171') with stemming)) ...
14
Total of 13 queries executed as shown in the preceding screen. Here is the sample
output from the log.
1. 2012-09-27 17:43:26,751 INFO [http-0.0.0.0-9300-6]
c.e.d.c.fulltext.indexserver.search.SearchServer QueryID=PrimaryDsearch1$cf9b26f6-9771-453d-b35abeaccdb4c3ef,query-locale=en,query-string=declare option
xhive:fts-analyzer-class
'com.emc.documentum.core.fulltext.indexserver.core.index.xhive.
IndexServerAnalyzer'; declare option xhive:ignore-emptyfulltext-clauses 'true'; declare option xhive:index-pathsvalues
'dmftmetadata//owner_name,dmftsecurity/acl_name,dmftsecurity/ac
l_domain,/dmftinternal/r_object_id'; for $i score $s in
collection('/repo3/dsearch/Data') /dmftdoc[( (
(dmftinternal/i_all_types = '0312d68780000105') ) and
(
(dmftversions/iscurrent = 'true') ) ) and ( (. ftcontains (
((('111111') with stemming)) ...
2. 2012-09-27 17:43:34,548 INFO [http-0.0.0.0-9300-6]
c.e.d.c.fulltext.indexserver.search.SearchServer QueryID=PrimaryDsearch1$e6d24559-8e57-4bad-bfbd-
15
f39cc4218428,query-locale=en,query-string=declare option
xhive:fts-analyzer-class
'com.emc.documentum.core.fulltext.indexserver.core.index.xhive.
IndexServerAnalyzer'; declare option xhive:ignore-emptyfulltext-clauses 'true'; declare option xhive:index-pathsvalues
'dmftmetadata//owner_name,dmftsecurity/acl_name,dmftsecurity/ac
l_domain,/dmftinternal/r_object_id'; for $i score $s in
collection('/repo3/dsearch/Data') /dmftdoc[( (
(dmftinternal/i_all_types = '0312d68780000105') ) and
(
(dmftversions/iscurrent = 'true') ) ) and ( (. ftcontains (
((('222222') with stemming)) ...
3. 2012-09-27 17:43:39,923 INFO [http-0.0.0.0-9300-3]
c.e.d.c.fulltext.indexserver.search.SearchServer QueryID=PrimaryDsearch1$704a2cee-9fcd-437d-91fd9690781fd945,query-locale=en,query-string=declare option
xhive:fts-analyzer-class
'com.emc.documentum.core.fulltext.indexserver.core.index.xhive.
IndexServerAnalyzer'; declare option xhive:ignore-emptyfulltext-clauses 'true'; declare option xhive:index-pathsvalues
'dmftmetadata//owner_name,dmftsecurity/acl_name,dmftsecurity/ac
l_domain,/dmftinternal/r_object_id'; for $i score $s in
collection('/repo3/dsearch/Data') /dmftdoc[( (
(dmftinternal/i_all_types = '0312d68780000105') ) and
(
(dmftversions/iscurrent = 'true') ) ) and ( (. ftcontains (
((('33333') with stemming)) ...
4. 2012-09-27 17:43:46,188 INFO [http-0.0.0.0-9300-3]
c.e.d.c.fulltext.indexserver.search.SearchServer QueryID=PrimaryDsearch1$5d670813-d80f-4421-b3bcb28658606b9c,query-locale=en,query-string=declare option
xhive:fts-analyzer-class
'com.emc.documentum.core.fulltext.indexserver.core.index.xhive.
IndexServerAnalyzer'; declare option xhive:ignore-emptyfulltext-clauses 'true'; declare option xhive:index-pathsvalues
'dmftmetadata//owner_name,dmftsecurity/acl_name,dmftsecurity/ac
l_domain,/dmftinternal/r_object_id'; for $i score $s in
collection('/repo3/dsearch/Data') /dmftdoc[( (
(dmftinternal/i_all_types = '0312d68780000105') ) and
(
(dmftversions/iscurrent = 'true') ) ) and ( (. ftcontains (
((('4444444') with stemming)) ...
5. 2012-09-27 17:43:52,735 INFO [http-0.0.0.0-9300-6]
c.e.d.c.fulltext.indexserver.search.SearchServer QueryID=PrimaryDsearch1$fd1a4dca-f51e-4b64-87ef96c7c97cf15b,query-locale=en,query-string=declare option
xhive:fts-analyzer-class
'com.emc.documentum.core.fulltext.indexserver.core.index.xhive.
IndexServerAnalyzer'; declare option xhive:ignore-emptyfulltext-clauses 'true'; declare option xhive:index-pathsvalues
'dmftmetadata//owner_name,dmftsecurity/acl_name,dmftsecurity/ac
l_domain,/dmftinternal/r_object_id'; for $i score $s in
collection('/repo3/dsearch/Data') /dmftdoc[( (
(dmftinternal/i_all_types = '0312d68780000105') ) and
(
16
17
values
'dmftmetadata//owner_name,dmftsecurity/acl_name,dmftsecurity/ac
l_domain,/dmftinternal/r_object_id'; for $i score $s in
collection('/repo3/dsearch/Data') /dmftdoc[( (
(dmftinternal/i_all_types = '0312d68780000105') ) and
(
(dmftversions/iscurrent = 'true') ) ) and ( (. ftcontains (
((('88888888') with stemming)) ...
10. 2012-09-27 17:44:19,798 INFO [http-0.0.0.0-9300-6]
c.e.d.c.fulltext.indexserver.search.SearchServer QueryID=PrimaryDsearch1$442287f0-b57d-4c4c-8a94625e476d28a4,query-locale=en,query-string=declare option
xhive:fts-analyzer-class
'com.emc.documentum.core.fulltext.indexserver.core.index.xhive.
IndexServerAnalyzer'; declare option xhive:ignore-emptyfulltext-clauses 'true'; declare option xhive:index-pathsvalues
'dmftmetadata//owner_name,dmftsecurity/acl_name,dmftsecurity/ac
l_domain,/dmftinternal/r_object_id'; for $i score $s in
collection('/repo3/dsearch/Data') /dmftdoc[( (
(dmftinternal/i_all_types = '0312d68780000105') ) and
(
(dmftversions/iscurrent = 'true') ) ) and ( (. ftcontains (
((('99999999') with stemming)) ...
18
Check the logs at xPlore Instance running at host 10.8.79.198. All the queries are
executed at host at 10.8.79.198 as 10.8.79.197 was down.
1. 2012-09-27 18:05:59,296 INFO [http-0.0.0.0-9300-3]
c.e.d.c.fulltext.indexserver.search.SearchServer QueryID=PrimaryDsearch2$63f10df3-f898-46ff-8cc5ac3b7696faad,query-locale=en,query-string=declare option
xhive:fts-analyzer-class
'com.emc.documentum.core.fulltext.indexserver.core.index.xhive.In
dexServerAnalyzer'; declare option xhive:ignore-empty-fulltextclauses 'true'; declare option xhive:index-paths-values
'dmftmetadata//owner_name,dmftsecurity/acl_name,dmftsecurity/acl_
domain,/dmftinternal/r_object_id'; for $i score $s in
collection('/repo3/dsearch/Data') /dmftdoc[( (
(dmftinternal/i_all_types = '0312d68780000105') ) and
(
(dmftversions/iscurrent = 'true') ) ) and ( (. ftcontains (
((('aaaaa1') with stemming))
19
20
21
Check the logs at xPlore Instance running at host 10.8.79.197. All the queries are
executed at host at 10.8.79.197 as 10.8.79.198 was down.
1. 2012-10-06 11:50:21,141 INFO [http-0.0.0.0-9300-2]
c.e.d.c.fulltext.indexserver.search.SearchServer QueryID=PrimaryDsearch1$712facc7-59b6-405c-970f84c971b6cd32,query-locale=en,query-string=declare option
xhive:fts-analyzer-class
'com.emc.documentum.core.fulltext.indexserver.core.index.xhive.Ind
exServerAnalyzer'; declare option xhive:ignore-empty-fulltextclauses 'true'; declare option xhive:index-paths-values
'dmftmetadata//owner_name,dmftsecurity/acl_name,dmftsecurity/acl_d
omain,/dmftinternal/r_object_id'; for $i score $s in
collection('/repo3/dsearch/Data') /dmftdoc[( (
(dmftinternal/i_all_types = '0312d68780000105') ) and
(
(dmftversions/iscurrent = 'true') ) ) and ( (. ftcontains (
((('XXXXXXXXXXXXXXXX1') with stemming))
2. 2012-10-06 11:50:23,110 INFO [http-0.0.0.0-9300-2]
c.e.d.c.fulltext.indexserver.search.SearchServer QueryID=PrimaryDsearch1$e566d4be-fcb8-47bc-b32e174b238543f5,query-locale=en,query-string=declare option
22
xhive:fts-analyzer-class
'com.emc.documentum.core.fulltext.indexserver.core.index.xhive.Ind
exServerAnalyzer'; declare option xhive:ignore-empty-fulltextclauses 'true'; declare option xhive:index-paths-values
'dmftmetadata//owner_name,dmftsecurity/acl_name,dmftsecurity/acl_d
omain,/dmftinternal/r_object_id'; for $i score $s in
collection('/repo3/dsearch/Data') /dmftdoc[( (
(dmftinternal/i_all_types = '0312d68780000105') ) and
(
(dmftversions/iscurrent = 'true') ) ) and ( (. ftcontains (
((('XXXXXXXXXXXXXXXX2') with stemming)) ...
3. 2012-10-06 11:50:25,016 INFO [http-0.0.0.0-9300-2]
c.e.d.c.fulltext.indexserver.search.SearchServer QueryID=PrimaryDsearch1$f32d2aac-cce6-4a7f-9d0c17d9006d381b,query-locale=en,query-string=declare option
xhive:fts-analyzer-class
'com.emc.documentum.core.fulltext.indexserver.core.index.xhive.Ind
exServerAnalyzer'; declare option xhive:ignore-empty-fulltextclauses 'true'; declare option xhive:index-paths-values
'dmftmetadata//owner_name,dmftsecurity/acl_name,dmftsecurity/acl_d
omain,/dmftinternal/r_object_id'; for $i score $s in
collection('/repo3/dsearch/Data') /dmftdoc[( (
(dmftinternal/i_all_types = '0312d68780000105') ) and
(
(dmftversions/iscurrent = 'true') ) ) and ( (. ftcontains (
((('XXXXXXXXXXXXXXXX3') with stemming))
4. 2012-10-06 11:50:27,579 INFO [http-0.0.0.0-9300-2]
c.e.d.c.fulltext.indexserver.search.SearchServer QueryID=PrimaryDsearch1$ef8c7d2e-033a-4f40-bf02893e86285ade,query-locale=en,query-string=declare option
xhive:fts-analyzer-class
'com.emc.documentum.core.fulltext.indexserver.core.index.xhive.Ind
exServerAnalyzer'; declare option xhive:ignore-empty-fulltextclauses 'true'; declare option xhive:index-paths-values
'dmftmetadata//owner_name,dmftsecurity/acl_name,dmftsecurity/acl_d
omain,/dmftinternal/r_object_id'; for $i score $s in
collection('/repo3/dsearch/Data') /dmftdoc[( (
(dmftinternal/i_all_types = '0312d68780000105') ) and
(
(dmftversions/iscurrent = 'true') ) ) and ( (. ftcontains (
((('XXXXXXXXXXXXXXXX4') with stemming)) ...
And so on.
23
B. The following describes the steps to install and configure xPlore High Availability in
active-active mode as per the following diagram:
Indexing
HOST C
Indexing
IndexAgent1
Querying
IndexAgent2
HOST A
Index Server1
HOST B
Load-Balancer
Index Server 2
1. Install Content Server D7 and configure one repository on host C. Please refer to EMC
Documentum Content Server Enterprise Edition Installation Guide D7 for various other
high-availability deployments and installation instructions for Content Server.
2. Install and configure Load Balancer. For the purpose of this white paper the testing is
done with Cisco Load Balancer namely ACE 4710 Device Manager A3(2.0) .
3. Install and configure the first xPlore primary instance on HOST A. Install first primary
index agent on the content server HOST C. Please refer to EMC Documentum xPlore
Version Installation Guide. Stop the index agent if it is started.
4. On Content Server host C, execute the following dmbasic script located at
%DM_HOME%\install\admin to update full-text index related objects in the repository:
24
index_name
ft_engine_id
is_standby
-----------
----------
------------
----------
3b12d68780000100
repo3_ftindex_00
0812d68780000cd8
3b12d68780000500
repo3_ftindex_01
0812d68780000d01
(2 rows affected)
API> ?,c,select r_object_id,object_name from dm_ftengine_config
r_object_id
object_name
-----------
-----------
0812d68780000cd8
0812d68780000d01D
(2 rows affected)
API> ?,c,select r_object_id,object_name,index_name from
dm_ftindex_agent_config
r_object_id
object_name
index_name
-----------
-----------
----------
0812d68780000cda
cs4-lb-m1_9500_IndexAgent dm_fulltext_index_user
0812d68780000d9a
cs4-lb-m2_9700_IndexAgent dm_fulltext_index_user
(2 rows affected)
object_name
-----------
-----------
0812d68780000cd8
0812d68780000d01
(2 rows affected)
FOR 1.3
API>fetch,c, 0812d68780000cd8
API>get,c,l, param_name[3]
dsearch_qrserver_host
API>set,c,l, param_value[3]
<vip used by load balancer for xPlore HA deployment>
25
API>get,c,l, param_name[5]
dsearch_qrserver_port
API>set,c,l,param_value[5]
<port used by load balancer for xPlore HA deployment>
API>save,c,l
API>fetch,c, 0812d68780000d01
API>get,c,l, param_name[3]
dsearch_qrserver_host
API>set,c,l, param_value[3]
<vip used by load balancer for xPlore HA deployment>
API>get,c,l, param_name[5]
dsearch_qrserver_port
API>set,c,l,param_value[5]
<port used by load balancer for xPlore HA deployment>
API>save,c,l
For 1.2
API>fetch,c, 0812d68780000cd8
API>get,c,l, param_name[3]
dsearch_qrserver_port
API>set,c,l, param_value[3]
<port used by load balancer for xPlore HA deployment>
API>get,c,l, param_name[4]
dsearch_qrserver_host
API>set,c,l,param_value[4]
<vip used by load balancer for xPlore HA deployment>
API>save,c,l
API>fetch,c, 0812d68780000d01
API>get,c,l, param_name[3]
dsearch_qrserver_port
API>set,c,l, param_value[3]
<port used by load balancer for xPlore HA deployment>
API>get,c,l, param_name[4]
dsearch_qrserver_host
API>set,c,l,param_value[4]
<vip used by load balancer for xPlore HA deployment>
API>save,c,l
26
12. The flag load_balancer_enabled need to be set up to true for both the
dm_ftengine_config object.
API> ?,c,select r_object_id,object_name from dm_ftengine_config
r_object_id
object_name
-----------
--------------
0812d68780000cd8
0812d68780000d01
DSearch Fulltext Engine Configuration
API>fetch,c,0812d68780000cd8
API>append,c,l,param_name
SET>load_balancer_enabled
API>append,c,l,param_value
SET>true
API>save,c,l
API>fetch,c, 0812d68780000d01
API>append,c,l,param_name
SET>load_balancer_enabled
API>append,c,l,param_value
27
SET>true
API>save,c,l
13. Restart the Content Servers to apply the new settings of the dm_ftengine_config
objects.
14. Make sure that both the xPlore instances are up and running.
28
29
2) Start both the index agents installed on the same host as Content Server. In this
test it is 10.8.78.24.
30
31
4) The following section from the Dsearch log shows that all the preceding queries ran at
PrimaryDsearch1 running at 10.8.79.197 when both the index instances ie PrimaryDsearch1 and
PrimaryDsearch2 are up and running. That means all the requests are being directed to only one
instance to which the weight is set to 100 in the load balancer.
a) 2012-10-06 21:09:42,469 INFO [http-0.0.0.0-9300-1] c.e.d.c.fulltext.indexserver.search.SearchServer QueryID=PrimaryDsearch1$0f4ab398-1caa-4d3a-a63b-b65950611d42,query-locale=en,querystring=declare option xhive:fts-analyzer-class
'com.emc.documentum.core.fulltext.indexserver.core.index.xhive.IndexServerAnalyzer'; declare option
xhive:ignore-empty-fulltext-clauses 'true'; declare option xhive:index-paths-values
'dmftmetadata//owner_name,dmftsecurity/acl_name,dmftsecurity/acl_domain,/dmftinternal/r_object_id';
for $i score $s in collection('/repo3/dsearch/Data') /dmftdoc[( ( (dmftinternal/i_all_types =
32
33
34
35
3) Make sure both index agents on the Content Server host are also running.
4) Execute the following queries using iapi at the Content Server host.
Confirm the failover. Check the dsearch logs at the running xPlore instances namely
PrimaryDsearch2 at 10.8.79.198. All the queries must have run on this instance.
a) 2012-10-06 22:10:04,968 INFO [http-0.0.0.0-9300-1] c.e.d.c.fulltext.indexserver.search.SearchServer QueryID=PrimaryDsearch2$7572aa68-2a81-410c-814f-c9685d2a2a39,query-locale=en,querystring=declare option xhive:fts-analyzer-class
'com.emc.documentum.core.fulltext.indexserver.core.index.xhive.IndexServerAnalyzer'; declare option
xhive:ignore-empty-fulltext-clauses 'true'; declare option xhive:index-paths-values
'dmftmetadata//owner_name,dmftsecurity/acl_name,dmftsecurity/acl_domain,/dmftinternal/r_object_id
'; for $i score $s in collection('/repo3/dsearch/Data') /dmftdoc[( ( (dmftinternal/i_all_types =
'0312d68780000105') ) and ( (dmftversions/iscurrent = 'true') ) ) and ( (. ftcontains (
((('XXXXXXXXXXXXXP') with stemming))
36
Conclusion
This concludes this White paper.
Reference:
xPlore 1.2 and 1.3 Install guide.
Disclaimer
"All information included in this document is provided "as-is" and does not guarantee
EMC's support or approval. Please consult the official product documentation or the
Product Support team regarding any questions of supportability."
37