Upgrading App Connect Instance in App Connect Container
Before you begin
- Download the App Connect docker tar file (the version which you want to upgrade) from the fix central (passport).
- Transfer to the Ubuntu server that has the Docker package.
- Transfer the tar file to the App Connect Docker container using the following command:
docker cp <CI docker file name>.tar.gz <existing CI Container ID>:/var/tmp/
For example, docker cp 7.5.1.0-docker_build-20160302-1709_H8_64.tar.gz 1f79e655352c536161313eb5e9ea8b0d5a72e0104358b106bb6b1e70892be022:/var/tmp/, where 1f79e655352c536161313eb5e9ea8b0d5a72e0104358b106bb6b1e70892be022 is the container ID.
About this task
Use this task to upgrade an existing App Connect instance in App Connect Container with the later versions downloaded from the fix central.
Procedure
Results
On successful upgrade, you will be displayed with a similar message as the following:
Current App Connect Version (Before Upgrade)
Product: IBM WebSphere App Connect
Version: CIOS 7.5.1.0.20160302-1709_H8_64 (Mar 02 2016)
App Connect Container Id: 1f79e655352c
Stopping all the App Connect Components before upgrade
Stopping Gateway...
Stopping Maestro...
Stopping Web Management Console(WMC)...
Stopping DerbyServer...
Taking backup of older App Connect version
Upgrading App Connect components
Upgrade Completed
Current App Connect Version (After Upgrade)
Product: IBM WebSphere App Connect
Version: CIOS 7.5.1.0.20160302-1709_H8_64 (Mar 02 2016)
App Connect Container Id: 1f79e655352c
App Connect Component Status
--------------------------
DerbyServer : Up
WMC : Up
Maestro : Up
Gateway : Up