Validating the Deployment
After IBM Connect:Direct® for UNIX is deployed using a Docker container you should validate the deployment to ensure that everything is working as expected.
Complete the following tasks to validate the deployment:
- Invoke the
docker ps -a
command to get the container-iddocker ps -a
Sample Output
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES <container-id> <image-id> “./CDStartup.sh” About an hour ago Up About an hour 0.0.0.0:11364->1364/tcp, 11363->1363/tcp <container-name>
- Check the docker container logs and verify the below successful logs are
displayed:
# docker logs <container name/id>
Output[2020/04/25 11:39:10] | [INFO] | Installation Successful [2020/04/25 11:39:10] | [INFO] | CD Unix new installation version: IBM(R) Connect:Direct(R) for UNIX Version 6.1.0.x, Build date 22Apr2020, Intel x86 Linux [2020/04/25 11:39:10] | [INFO] | Installation completed