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

From Wiki
(Criou a página com "Para o node secundário (node 2) ou superior. = Procedimento = == Instalação == Follow the steps in IBM Sterling B2B: Instalação usando Installation Manager - Node...")
 
Line 1: Line 1:
Para o node secundário (node 2) ou superior.
Para o node secundário (node 2) ou superior.


= Procedimento =


== Instalação ==
= 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.
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.
Line 10: Line 9:




= 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]


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

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

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]

Ver também