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

From Wiki
Line 35: Line 35:
Create ip alias to my network adapter
Create ip alias to my network adapter


[[Skytap#Add_an_extra_IP_address_to_an_existing_interface]]
* Example: [[Skytap#Add_an_extra_IP_address_to_an_existing_interface]]


== HA Proxy ==
== HA Proxy ==

Revision as of 18:50, 5 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

Create users

useradd siuser01
useradd siuser02
useradd ccuser01
useradd ccuser02

Configure /etc/hosts

Example of my /etc/hosts file

10.0.0.1 demo.test.net sidb.test.net ccdb.test.net ldap.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
 

Add IP to my network adapter

Create ip alias to my network adapter

HA Proxy

LDAP Server

Database configuration

IBM Sterling Configuration


Ver também