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

From Wiki

Below we will install IBM Sterling Control Center.

Procedure

Required Files

  • SCC.V6130.Linux.zip -> IBM Sterling Control Center V6.1.3 Linux x86_64

Linux User

First you need to create a user on you Linux host

useradd iccuser

Change password

passwd iccuser

Login with iccuser to do installation

Configurando o limits.conf

Edite o arquivo /etc/security/limits.conf e adicione as seguintes entradas

iccuser  soft nofile 8196
iccuser  hard nofile 8196
iccuser  soft memlock 3000000
iccuser  hard memlock 3000000
iccuser  soft nproc unlimited
iccuser  hard nproc unlimited
iccuser  soft stack unlimited
iccuser  hard stack unlimited
 

Salve e feche o arquivo, depois de um logoff, então faca um logon novamente

Verifique o resultado através do comando com o usuário siuser

ulimit -a


Library packages for RH7/CentOS7

The following library packages are required on Redhat Linux 7 and above :

  • glibc-2.17-55.el7 (both i686 and x86_64 packages)
  • libstdc++-4.8.2-16.el7 (both i686 and x86_64 packages)
  • nspr-4.10.2-4.el7 (both i686 and x86_64 packages)
  • nss-3.15.4-6.el7 (both i686 and x86_64 packages
  • motif-2.3.4-7.el7 (both i686 and x86_64 packages)

Run the following command:

yum -y install glibc.x86_64 libstdc++.x86_64  nspr.x86_64 nss.x86_64 motif.x86_64
yum -y install glibc.i686 libstdc++.i686  nspr.i686 nss.i686 motif.i686

Unpack installers

1) Create temporary directories

mkdir -p /home/iccuser/installers/

copy file SCC.V6130.Linux.zip to directory /home/iccuser/installers

2) Unzip pakages

cd /home/iccuser/installers

unzip SCC.V6130.Linux.zip 

unzip SCC.V6130.Linux.zip

Dicas importantes

  • Caso o idioma não esteja em Inglês
export LC_ALL=en_US.UTF-8
  • Caso não tenha espaço suficiente no diretório /tmp
mkdir -p /opt/temp
export IATEMPDIR=/opt/temp
export CHECK_DISK_SPACE=OFF
  • zLinux: Reconhecer o java da IBM
export JAVA_HOME=/opt/ibm/java-s390x-80/jre
export PATH=/opt/ibm/java-s390x-80/jre/bin:$PATH

Install IBM Sterling B2B

Change permissions

cd /home/siuser/installers/Linux64

chmod a+x *.bin

Run installer

./CCInstall64.bin 
Preparing to install
Extracting the JRE from the installer archive...
Unpacking the JRE...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...

Launching installer...

===============================================================================
IBM Control Center V6.1                          (created with InstallAnywhere)
-------------------------------------------------------------------------------

Preparing CONSOLE Mode Installation...

===============================================================================
Introduction
------------

Licensed Materials - Property of IBM Corp. ? IBM Corporation and other(s). 
2003, 2018.

Note:  IBM Control Center V6.1 requires a database (DB2, Microsoft SQL Server 
or Oracle) which must be installed and running before IBM Control Center V6.1 
can be installed.  If a database server is not already installed, please 
cancel this installation and install a database server.

Note:  IBM Control Center V6.1 will create required database tables.

To view detailed IBM Control Center V6.1 System Requirements,  visit 
http://www-01.ibm.com/support/docview.wss?uid=swg27036103

This installer will guide you through the installation of IBM Control Center 
V6.1.

Installer version : 6.1.3.0 - build February 28 2020 06:59

It is strongly recommended that you quit all programs before continuing with 
this installation.

Respond to each prompt to proceed to the next step in the installation.  If 
you want to change something on a previous step, type 'back'.

You may cancel this installation at any time by typing 'quit'.

PRESS <ENTER> TO CONTINUE:
 

Pressione <Enter>

===============================================================================

    International Program License Agreement
    
    Part 1 - General Terms
    
    BY DOWNLOADING, INSTALLING, COPYING, ACCESSING, CLICKING ON AN
    "ACCEPT" BUTTON, OR OTHERWISE USING THE PROGRAM, LICENSEE AGREES TO
    ...
    ...
Press Enter to continue viewing the license agreement, or enter "1" to 
   accept the agreement, "2" to decline it, "3" to print it, or "99" to go back
   to the previous screen.: 1
 

Pressione 1 e depois <Enter>

===============================================================================
Select installation folder
--------------------------

Avoid folder names containing spaces

Where do you want to install IBM Control Center V6.1?

  Default Install Folder: /home/iccuser/IBM/ControlCenter6.1.3

ENTER AN ABSOLUTE PATH, OR PRESS <ENTER> TO ACCEPT THE DEFAULT
      : /home/iccuser/IBM/CC6.1.3

INSTALL FOLDER IS: /home/iccuser/IBM/CC6.1.3
   IS THIS CORRECT? (Y/N): Y

 

No meu caso preferi alterar o caminho original para o valor reduzido. Pressione Enter

===============================================================================
Choose Install Set
------------------

Please choose the Install Set to be installed by this installer.

  ->1- All IBM Control Center components
    2- IBM Control Center event processor (engine), web console, and event 
repository

ENTER THE NUMBER FOR THE INSTALL SET, OR PRESS <ENTER> TO ACCEPT THE DEFAULT
   : 
 

Pressione Enter

===============================================================================
Pre-Installation Summary
------------------------

Review the following content before you continue the installation:

Product Name:
    IBM Control Center V6.1

Install Folder:
    /home/iccuser/IBM/CC6.1.3

Install Set:
    All IBM Control Center components

Java VM Installation Folder:
    /home/iccuser/IBM/CC6.1.3/jre

User installing Control Center
    iccuser

Disk Space Information (for Installation Target): 
    Required:   7,915,434,501 Bytes
    Available: 30,936,231,936 Bytes

PRESS <ENTER> TO CONTINUE: 
 

Pressione Enter

===============================================================================
Installing...
-------------

 [==================|==================|==================|==================]
 [------------------|------------------|------------------|------------------]
...
...
...
===============================================================================
Installation complete
---------------------

IBM Control Center V6.1 has been successfully installed to:  
/home/iccuser/IBM/CC6.1.3

PRESS <ENTER> TO CONTINUE: 
 

Pressione Enter

===============================================================================
Configuration Note
------------------

To complete the configuration of IBM Control Center V6.1, execute:

/home/iccuser/IBM/CC6.1.3/bin/configCC.sh

after the installation is complete.

PRESS <ENTER> TO CONTINUE: 
 

Pressione Enter

===============================================================================
Installation complete
---------------------

Congratulations. IBM Control Center V6.1 has been successfully installed to:

/home/iccuser/IBM/CC6.1.3

PRESS <ENTER> TO EXIT THE INSTALLER:
 

Pressione Enter

Ver também