IBM Sterling: Create a large environment in two boxes for Demo: Difference between revisions

From Wiki
Line 12: Line 12:
= Linux Configuration =
= Linux Configuration =


== Create users ==
Linux Configuration


useradd siuser01
* Create users
useradd siuser02
* Configure /etc/hosts
useradd ccuser01
* Add IP to my network adapter
useradd ccuser02
* Install and configure HA Proxy
* Install and configure OpenLDAP Server


== Configure /etc/hosts ==
See at this article [[IBM Sterling: Preparing Linux OS for this environment]]
 
Example of my /etc/hosts file
 
<nowiki>
10.0.0.1 demo.test.net sidb.test.net ccdb.test.net ldap.test.net si.test.net demo
10.0.0.2 six.test.net six
10.0.0.3 siy.test.net siy
10.0.0.4 ccx.test.net ccx
10.0.0.5 ccy.test.net ccy
</nowiki>
 
== Add IP to my network adapter ==
 
Create ip alias to my network adapter
 
* Example: [[Skytap#Add_an_extra_IP_address_to_an_existing_interface]]
 
== HA Proxy ==
 
* [[HAProxy: Instalando o HAProxy]]
 
After you install HAProxy, edit file '''/etc/haproxy/haproxy.cfg''', and add:
 
<nowiki>
#--------------------------
# Rules for IBM Sterling B2Bi
#--------------------------
frontend sb2bi_front 10.0.0.1:23000
    default_backend    sb2bi_back
 
backend sb2bi_back
    balance    roundrobin
    server    six  10.0.0.2:23000
    server    sia  10.0.0.2:23000
</nowiki>
 
 
Image below: Check before changes, restart service and check after.
 
[[Ficheiro:Haproxy b2b.png]]
 
== LDAP Server ==
 
* [[OpenLDAP: Instalando e Configurando um servidor OpenLDAP]]


= Database configuration =
= Database configuration =

Revision as of 13:37, 7 September 2020

Environment

Hosts:

  • demo: default server, database server, ldap server
  • siX: Sterling B2B - node 1
  • siY: Sterling B2B - node 2
  • ccX: Control Center - node 1
  • ccY: Control Center - node 2


Linux Configuration

Linux Configuration

  • Create users
  • Configure /etc/hosts
  • Add IP to my network adapter
  • Install and configure HA Proxy
  • Install and configure OpenLDAP Server

See at this article IBM Sterling: Preparing Linux OS for this environment

Database configuration

IBM Sterling Configuration


Ver também