IBM Sterling File Gateway: Configurando o My File Gateway 2.0: Difference between revisions

From Wiki
Line 6: Line 6:




= Procedimento =
=Instalação do MyFile Gateway 2.0=
 
 
==Instalação do MyFile Gateway 2.0==


Primeiro você deve instalar o Sterling File Gateway durante a instalação do IBM Sterling B2B Integrator.
Primeiro você deve instalar o Sterling File Gateway durante a instalação do IBM Sterling B2B Integrator.
Line 55: Line 52:




= Instalação do b2biAPIs.jar =
Precisamos instalar o b2biAPI.jar
cd /home/siuser/IBM/SI/bin
./Install


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

Revision as of 18:34, 2 November 2020

Abaixo descrevo os procedimentos para instalar o My File Gateway 2.0 no IBM Sterling B2BI 6.1.0.

A documentação oficial está no link Accessing myFileGateway 2.0, mas falta bastante informação.



Instalação do MyFile Gateway 2.0

Primeiro você deve instalar o Sterling File Gateway durante a instalação do IBM Sterling B2B Integrator.


Anote os dados do passo 22). Informe as informações do MyFG 2.0

  • Use HTTPs Protocol: Desmarcar
  • Gateway Service hostname or IP Address: <ip_do_node1_do_sfg>
  • Gateway Service Port: <base_port>
  • ASI Service hostname or IP Address: <ip_do_node1_do_sfg>
  • ASI Service Port: <base_port>
  • Rest Http Service hostname or IP Address: Deixar vazio
  • Rest Http Service Port: Deixar vazio

Caso não tenha anotado, tome nota das variáveis abaixo no arquivo sandbox.cfg.

Variáveis na sandbox.cfg

Variável Valor Descrição
API_GATEWAY_IP <hostname_do_sfg> ou <balanceador> Example
API_GATEWAY_PORT <porta do libery>

Porta do Liberty profile. Você pode verificar verificando a variável LIBERTY_PORT no arquivo sandbox.cfg ou verificar no server.xml

ASI_SERVICE_HOST <hostname_do_sfg> ou <balanceador> Example
ASI_SERVICE_PORT <base_port + 60> Example
REST_HTTP_SERVER_ADAPTER_SERVICE_HOST <hostname_do_sfg> ou <balanceador> Example
REST_HTTP_SERVER_ADAPTER_SERVICE_PORT <base_port + 60> Example
MYFG_PROTOCOL http use http ou https
LIBERTY_PORT <> porta http do liberty
LIBERTY_HTTPS_PORT <> porta http do liberty


Instalação do b2biAPIs.jar

Precisamos instalar o b2biAPI.jar

cd /home/siuser/IBM/SI/bin

./Install

Ver também