Table of Contents

Search

  1. Preface
  2. Introduction to High Availability
  3. Set Up the High Availability Environment
  4. Set Up a High Availability Cluster on Windows
  5. Steps to Setting Up a High Availability Cluster in Linux
  6. Optional High Availability Configuration
  7. Appendix A: Troubleshooting High Availability
  8. Appendix B: High Availability Log Messages
  9. Appendix C: Port Number Reference
  10. Appendix D: Glossary

High Availability Installation Guide

High Availability Installation Guide

Configure the Document Store

Configure the Document Store

Install the document store on a shared network drive so that it is accessible by all the
B2B Data Exchange
Server instances.
If you process documents by reference, the
Informatica domain nodes that run workflows need to use the same file references to access the shared file system. All
B2B Data Exchange
and Informatica domain nodes require access to the same file server and all nodes must use the same path to the file server. For example, the path
\\shared\storage_1\
B2B Data Exchange
\document_store\file_one.txt
must point to the same file from all nodes.
If you upgrade a single instance of
B2B Data Exchange
Server to a cluster environment and the document store is not accessible by all the nodes in the cluster, you must move the document store to a shared location.
In the repoutil command line utility, run the moveDocumentStore command with the following syntax in a single line:
repoutil –c moveDocumentStore -t
dx
–l <
B2B Data Exchange
repository jdbc URL> -u <user name> -p <password> --docStore <new document store location>
The following example shows a repoutil script for moving the document store in a node that uses a UNIX operating system:
./repoutil.sh -c moveDocumentStore -t
dx
-l "jdbc:informatica:oracle://xsvcshacl03:1521;ServiceName=drep02_taf" -u
dx
admin -p mypassword --docStore="/u02/app/infa_shared/
DX
_doc_store"
For more information about the repository utility, see the
B2B Data Exchange
Administrator Guide
.
Do not move the document store manually. If you manually move the document store,
B2B Data Exchange
will not reference document attachments for events correctly.

0 COMMENTS

We’d like to hear from you!