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

From Wiki
No edit summary
 
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
<big>Draft!!!!</big>


= Environment =
= Environment =
[[Ficheiro:AmbienteSterlingInBox.png]]


Hosts:
Hosts:
Line 8: Line 12:
* '''ccX''': Control Center - node 1
* '''ccX''': Control Center - node 1
* '''ccY''': Control Center - node 2
* '''ccY''': Control Center - node 2


= 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
See at this article to configure a NFS share --> [[Linux: Configurando um compartilhamento de rede entre servidores Linux]]
 
<nowiki>
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
</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]]
 
== LDAP Server ==
 
* [[OpenLDAP: Instalando e Configurando um servidor OpenLDAP]]


= Database configuration =
= Database configuration =


* [[DB2: Instalando o DB2 no Linux]]


* [[IBM Sterling B2B: Criando a database para o B2B]]


= IBM Sterling Configuration =
= IBM Sterling Configuration =


* [[IBM Sterling B2B: Instalação usando Installation Manager]]
* [[IBM Sterling B2B: Instalação usando Installation Manager - Node 1]]
 


* [[IBM Sterling B2B: Instalação para Node secundário de cluster]]


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


* [[Cloud| Artigos sobre Cloud]]
[[Category:IBM Sterling in a Box]]
* [[Tecnologias|  Mais Artigos sobre Cloud / WebDev / Tecnologias]]
 
[[Category:IBM Sterling]]
[[Category:Control Center]]
[[Category:B2B Integrator]]

Latest revision as of 11:09, 26 September 2022

Draft!!!!

Environment

Ficheiro:AmbienteSterlingInBox.png

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

See at this article to configure a NFS share --> Linux: Configurando um compartilhamento de rede entre servidores Linux

Database configuration

IBM Sterling Configuration

Ver também