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

From Wiki
 
No edit summary
Line 1: Line 1:
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 =
= Ver também =

Revision as of 17:58, 9 September 2020

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