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

From Wiki
Line 10: Line 10:


= Post install =
= Post install =
== 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


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

Revision as of 22:34, 7 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

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

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


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.

Ver também