IBM Sterling Control Center: Instalação do IBM Sterling Control Center no Linux

From Wiki
Revision as of 17:58, 9 September 2020 by Ebasso (talk | contribs)

Below we will install IBM Sterling Control Center.

Procedure

Required Files

  • STR_B2BI_V6.0.3_FOR_MP_ML.zip -> IBM Sterling B2B Integrator V6.0.3 for Multiplatform Multilingual ()

Linux User

First you need to create a user on you Linux host

useradd siuser

Change password

passwd siuser

Login with siuser to do installation

Prepare environment

1) Create temporary directories

mkdir -p /home/iccuser/installers/
copy file STR_B2BI_V6.0.3_FOR_MP_ML.zip to directory /home/iccuser/installers

2) Unzip packages

cd /home/siuser/installers
unzip STR_B2BI_V6.0.3_FOR_MP_ML.zip 
unzip si/Common_Repo.zip

Install IBM Sterling B2B

Change permissions

cd /home/siuser/installers/Linux64

chmod a+x *.bin

Run installer

./
Result:
Installed .......


Ver também