Giter Club home page Giter Club logo

mq-provisioning's Introduction

IBM WebSphere MQ provisioning

Some shell scripts for provisioning WebSphere MQ. Works with Vagrant and Linux (Debian).

These provisioning scripts are going to:

  1. Setup the virtual machine using Vagrant.
  2. Install all required packages for Debian.
  3. Install WebSphere MQ product (if it is not already installed).
  4. Install a rc.d script to start MQ automatically during system boot.
  5. Setup all environment for MQ to run.
  6. Import all of the MQSC configuration files and run them, creating queue managers if necessary.
  7. Start queue managers and their objects, required to connect to the queue manager.

Prerequisites

WebSphere MQ

In order to install the WebSphere MQ, you need to have the installation files from IBM. They are either provided by IBM or can be downloaded from their website as trial (90 days) version.

After acquiring the installation package, extract the following files:

  1. MQSeriesRuntime
  2. MQSeriesServer
  3. MQSeriesSDK
  4. MQSeriesClient
  5. MQSeriesJava
  6. MQSeriesSamples
  7. MQSeriesMan

MQ startup script

This script is a part of Support Pac MSL1 (copy the rpm file to /install/mq/autostart/ directory).

Setup

You need to provide the files:

  1. MQ setup packages go to ./install/mq/
  2. MQSC configuration scripts go to: ./mqsc/
    • Each of the MQSC configuration files should contain a configuration of only one queue manager.
    • A queue manager is going to be created for each MQSC file. The name of the queue manager is going to be taken from the MQSC filename, without the extension (ABC001.mqsc will create a queue manager named ABC001).
  3. In the ./configure.sh file, remove the proxy variable init if you do not use one.

Running

Go to the provisioning scripts directory and issue:

vagrant up

mq-provisioning's People

Contributors

cleankod avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.