MidVision RapidDeploy for App Connect Enterprise on AWS

Amazon EC2 Installation guide

1. Overview

This guide will provide step by step instructions how to start using the installed products on your AWS EC2 instance.

This AMI contains a ready-to-run MidVision RapidDeploy for IBM App Connect image at the selected version. In order to use this image, you need to launch it with your selected type, and log in via SSH to create and configure required Integration Nodes, Integration Servers, Message Flows, Listeners, etc.

Visit the MidVision RapidDeploy for IBM App Connect Enterprise page on the AWS Marketplace

2. Launching an instance

In order to launch MidVision RapidDeploy for IBM App Connect Enterprise (referred as ACE), a few settings need to be configured on the AWS console as follows. The instructions for launching an instance differ depending on where you launch it from. Initially you will launch the instance from the AWS Marketplace.

 

 3. Initial login and setup

The MidVision RapidDeploy for IBM App Connect Enterprise products are shipped with a base binary installation but without the necessary Integration Nodes created. On the first login to the instance you will be placed into a console wizard which will guide you through the process of creating and starting a sample integration node and integration server, and other configuration steps. The following is an overview of the steps you will be guided through to get started with the installed products on the instance.

Once the instance has started up (you can see it by having ” 2/2 checks passed ” in the EC2 console):

  1. Log onto the instance from the EC2 console or via SSH as the ‘midvision’ user, using the key you selected above. For example:
    • From the EC2 console by clicking  the “Connect to your instance” button with username “midvision” (if your ACE instance contains an IBM MQ installation use “mqm” as username), using the previously (instance launch-time) selected .pem keyfile.
    • Via SSH from your terminal, for example:
      ssh -i ./MidVisionUSMC.pem midvision@ec2-52-87-198-23.compute-1.amazonaws.com
  2. You should see the MidVision banner and then you are placed into a setup wizard.
    Welcome to                                                                                                                                             
    __ __ _ ___ ___ _ ____ _ _
    | \/ (_) __| \ \ / (_)___(_) ___ _ __ / ___| | ___ _ _ __| |
    | |\/| | |/ _` |\ \ / /| / __| |/ _ \| '_ \ _____| | | |/ _ \| | | |/ _` |
    | | | | | (_| | \ V / | \__ \ | (_) | | | |_____| |___| | (_) | |_| | (_| |
    |_| |_|_|\__,_| \_/ |_|___/_|\___/|_| |_| \____|_|\___/ \__,_|\__,_|

     

    A MidVision Service

    * WebSite: http://portal.midvision.com/page/cloud-applications
    * Support: http://support.midvision.com/redmine/projects/devtestcloud
    * Wiki: http://support.midvision.com/redmine/projects/devtestcloud/wiki

    MQSI 11.0.0.1
    /opt/IBM/ace-11.0.0.1/server

    Welcome, this is the MidVisionCloud IBM App Connect AMI first run configuration.

    Configuration steps:

    1. Create and start an IBM App Connect sample server.
    2. Set RapidDeploy framework initial password.
    3. Open ports on RHEL firewall.

    Create and start an IBM App Connect sample server? [y/n]

  3. On the first login to the instance, you will be placed into a console wizard, which will guide you through the process of creating and configuring IBM App Connect. After logging onto the instance via SSH as the ‘midvision’ (or ‘mqm’) user you will be placed in a setup wizard. The following is an overview of the steps you will be guided through to create the required profiles on the instance:

    1. Create and start an IBM App Connect sample server.
    2. Set the initial password for the RapidDeploy user “mvadmin“.
    3. Choose which ports to open on Red Hat Linux firewall. You should open port 9090 for the RapidDeploy web console if required and 4445 for the sample integration node web user interface.

    Please refer to IBM documentation for IBM App Connect Enterprise configuration.

4. Accessing the web consoles

4.1 Accessing the ACE interface

After the initial node creation upon first login, the user interface can be accessed via

http://[publicip]:4445

You can log in to ACE console as “midvision”  (or “mqm” if you choose an ACE with MQ product) using your ‘[instance-id]‘ as the password.

Please refer to the ACE documentation for further usage information (https://www.ibm.com/support/knowledgecenter/SSTTDS_11.0.0/com.ibm.ace.home.doc/help_home.htm).

4.2 ACE Licensing

The ACE node created as a part of the first login process will be created at your purchased licensing level. Each additional node MUST be created at your entitled level to comply with licensing restrictions. One can check their current license level per node from the command line. Where “integration_nodeName” is the name of the integration node to be queried. Please refer to the IBM ACE documentation for more specifics. 

[midvision@ ] mqsimode –o

4.3 Access the RapidDeploy Web Console

RapidDeploy server and agent will start up automatically when you start your instance. You can access the web console on:

http://[publicip]:9090/MidVision

Note: make sure you have port 9090 open in your Security group when trying to access RapidDeploy web console. For the first time, you can set the password for the default username ” mvadmin “. 

5. Maintaining the installation

The following sections cover some of the activities you might want to perform after the instance has been started.
  • midvision: This is the default user, which you can log in as. It is permitted to use all SUDO rights. To switch to the root user, type “sudo su“.
  • [mqm]: This is the default user for AMIs where both ACE and MQ are installed, which you can log in as. It is permitted to use all SUDO rights. To switch to the root user, type “sudo su“.
  • root: This is the superuser in Linux systems. You can log in as any other user without using passwords. E.g: “su ec2-user“, “su midvision
  • ec2-user:  This user does not have SUDO rights. If you want to switch back to root user, type “exit“, this will take you back to the previous user session.

To restart an ACE node from the command line, use the mqsi commands on the midvision users $PATH.
Example usage:

[midvision@ ] mqsistart
[midvision@ ] mqsistop

RHEL instances are shipped with a firewall by default to protect your machine. For security reasons, the instance is only accessible via SSH (port 22) at first, so further ports can be opened on the firewall as needed. You will need to open all the ports in this internal firewall, which you have open in your Security group. There is a script placed in the user home of midvision (/home/midvision), which is also the starting location when logged in. You will need to be the root user to run this script. Example usage:

[midvision@ ] sudo ./open-firewall.sh 9090
Open firewall port 9090 iptables: Saving firewall rules to /etc/sysconfig/iptables:[ OK ]
 

There are a few scripts and other files in midvision (or mqm) and root users home directory, which will need to remain unchanged in order to keep the provided scripts working.

There are a set of scripts in midvision home directory. Those scripts are executed when logging into the instance controlled by  .bash_profile , but you can also execute them manually whenever they are needed.

There are some hidden files used as well,  

.firstrun  indicates that the setup wizard has already ran once,  

.dontask  indicates that the user will not be prompted again for running the setuphost script (if chosen not to ask again), 

.host file is needed to determine the previously bound hostname to WebSphere service.

To restart RapidDeploy manually from the filesystem, use the RapidDeploy Linux service. The RapidDeploy version is 5.0.9. RapidDeploy home is located at /var/rd/midvision Example usage:

[midvision@ ] sudo service rapiddeploystart start 
[midvision@ ] sudo service rapiddeploystart stop

The RapidDeploy server uses an in-memory database, so your RapidDeploy framework needs to be shut down properly to save your work. This happens when the instance is stopping or when calling the stop service manually from the command line. Note that on instance restart, unsaved data will be lost.

For security reasons, you will need to change the default password (default value is ‘[instance-id]‘) for user mvadmin. This will be requested the first time only when you log in to the RapidDeploy server.

6. Troubleshooting

6.1 Session loss during setup

If you lose your SSH connection to the target instance during the first run setup script execution (e.g. as a result of a network problem), we advise you to delete and recreate the EC2 instance and run the script again.

6.2 Cannot access the ACE admin console

Check that the default server is running, and you have correctly opened all the required ports on the firewall, and that your instance was created using a security group definition that allows TCP access to the instance on the required ports.

6.3 Contacting MidVision support

Please visit our support website.