Skip to content

IBM/B2Bi-SFG-on-Daffy-RHOCP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RHOCP-Daffy-B2Bi

Auto-installation tool for IBM-Sterling B2Bi and IBM-Sterling File Gateway containers in a clustered environment.

This tool was developed to simplify the basic installation of containers for IBM Sterling B2Bi-SFG on RedHat OpenShift Container Platform.

Basic assumptions / prerequisites:

  • You have already installed a ROKS cluster. You can do this manually, through TechZone or using the Daffy_RHOCP_Installer. The remainder of this documentation assumes you have already installed a ROKS cluster using the Daffy_RHOCP_Installer but can be easily adapted to the other methods of ROKS installation.
  • You are using a UNIX / Linux bastion host to install and run the scripts. The bastion host can be located in any cloud (AWS, Azure, GCP, IBM or private). You may also be able to use your workstation as a bastion host as long as you have the rights to install software on it.
  • You have already created a file containing your IBM software entitlement key on the bastion host. This key will allow access to the IBM B2Bi/SFG software in the IBM Container registry during the final helm install process.
  • You already know the ingress subdomain of the cluster where you will be installing this software. This is available on the cluster dashboard webpage after Daffy installation. If you are not sure how or where to find this information click here.

Installation:

  1. Verify you have a successful installation of your cluster using Daffy. After a successful installation Daffy will display a screen similar to the following:

Successful-Daffy-Install

  1. cd to the Daffy home directory and run the CloudPak / Application installer, tools.sh. Be sure to add the parameter "--installibmsterlingbb2bi" to the command:
root@bastion01:/data/daffy/ocp
root@bastion01:/data/daffy/ocp cd /data/daffy
root@bastion01:/data/daffy/ocp pwd
/data/daffy
root@bastion01:/data/daffy ./tools.sh --installibmsterlingbb2bi

Install-B2Bi-Tool

  1. Take note of the directory where the B2Bi-SFG installation tool was installed and cd to that directory:

Install-B2Bi-Tool

  1. cd to the directory:
root@bastion01:/data/daffy
root@bastion01:/data/daffy cd /data/IBM-SterlingB2BInstaller
root@bastion01:/data/daffy pwd
/data/IBM-SterlingB2BInstaller

Successful-B2Bi_SFG-Tool-Install

  1. Finally, type this command to begin the installation:
./2-install-B2Bi-SFG-cluster.sh AdminEmailAddress ReleaseName NameSpace DB2aaSFlag IngressSubDomain IBM-Entitlement-Key-File

Where:

Parameter Description
AdminEmailAddress: Email address of the cluster administrator.
ReleaseName: Name of the release for this cluster install.
NameSpace: A unique namespace prefix for the resources that will be created for this cluster.
DB2aaSFlag: Use a DB2 service in a cloud - Y or N.
IngressSubDomain: Cluster ingress sub-domain.
IBM-Entitlement-Key-File: Full path to a file containing your entitlement key.

When the installation has completed you are ready to log in to IBM Sterling B2Bi / File Gateway.

Congratulations!

Notes:

  • DB2 as a Service functionality is not available yet.
  • If you need to change any environment sizes (add pods, resources, etc.) you may be able to add these resources in OpenShift. If you require different infrastructure you will need to review the Daffy install process and documentation for the necessary steps.

Releases

No releases published

Packages

No packages published