IBM Sterling B2B: Instalação para Node secundário de cluster: Difference between revisions

From Wiki
Line 32: Line 32:
= Post Install - Optional =
= Post Install - Optional =


== (Optional) Updating the sandbox.cfg file for an IPv4 address ==


Edit file '''<si_install_directory>/properties/sandbox.cfg''' and ADD:
== (Optional) Configuring shared file systems as document storage==
 
Sterling B2B Integrator handled Documents stored in Database or on File System.
 
To configure the shared file systems as document storage, change on file '''<si_install_directory>/properties/sandbox.cfg''' and change:


  IPV4STACK=true
  DOC_PAYLOAD_DIR=/SI_Shared_Area


After run setupfiles.sh to update config
After run setupfiles.sh to update config
Line 43: Line 46:
  ./setupfiles.sh
  ./setupfiles.sh


== (Optional) Configuring shared file systems as document storage==
This will update document_dir and RESTORE_DOCUMENT_DIR properties of the jdbc.properties.in file.
 


Sterling B2B Integrator handled Documents stored in Database or on File System.  
== (Optional) Updating the sandbox.cfg file for an IPv4 address ==


To configure the shared file systems as document storage, change on file '''<si_install_directory>/properties/sandbox.cfg''' and change:
Edit file '''<si_install_directory>/properties/sandbox.cfg''' and ADD:


  DOC_PAYLOAD_DIR=/SI_Shared_Area
  IPV4STACK=true


After run setupfiles.sh to update config
After run setupfiles.sh to update config
Line 55: Line 59:
  cd '''<si_install_directory>/bin/'''
  cd '''<si_install_directory>/bin/'''
  ./setupfiles.sh
  ./setupfiles.sh
This will update document_dir and RESTORE_DOCUMENT_DIR properties of the jdbc.properties.in file.


= Ver também =
= Ver também =

Revision as of 14:34, 9 September 2020

Para o node secundário (node 2) ou superior.


Instalação

Follow the steps in IBM Sterling B2B: Instalação usando Installation Manager - Node 1. The only difference you MUST mark on the Question “This installation if for a cluster node 2 or higher” in the Installation Manager and specify the number of node.


Post install

Adding host[port] from all the nodes to jgroups_cluster.property.in

Edit file <si_install_directory>/properties/jgroups_cluster.property.in and add:

  • on Node 1:
initial_hosts=node1_ipaddress[port1],node2_ipaddress[port2]
  • on Node 2
initial_hosts=node2_ipaddress[port2],node1_ipaddress[port1]


Run setupfiles.sh to update config

cd <si_install_directory>/bin/
./setupfiles.sh


Post Install - Optional

(Optional) Configuring shared file systems as document storage

Sterling B2B Integrator handled Documents stored in Database or on File System.

To configure the shared file systems as document storage, change on file <si_install_directory>/properties/sandbox.cfg and change:

DOC_PAYLOAD_DIR=/SI_Shared_Area

After run setupfiles.sh to update config

cd <si_install_directory>/bin/
./setupfiles.sh

This will update document_dir and RESTORE_DOCUMENT_DIR properties of the jdbc.properties.in file.


(Optional) Updating the sandbox.cfg file for an IPv4 address

Edit file <si_install_directory>/properties/sandbox.cfg and ADD:

IPV4STACK=true

After run setupfiles.sh to update config

cd <si_install_directory>/bin/
./setupfiles.sh

Ver também