Table of Contents
- Overview
- License
- Description - What the module does and why it is useful
- Setup
- Usage - Configuration options and additional functionality
- Reference - An under-the-hood peek at what the module is doing and how
- Limitations - OS compatibility, etc.
Overview
This module allows you to install IBM Integration Bus (IIB) software. It is part of our family of Puppet modules to install and manage IBM messaging middleware. Besides the iib_install
module, this family also contains:
mq_install
to install the MQ software.mq_config
to configure and manage the MQ softwareiib_config
to manage and configure IBM Integration Bus software
License
This is a commercially licensed module. But you can use the module on VirtualBox based development systems for FREE. When used on real systems a license is required.
You can license our modules in multiple ways. Our basic licensing model requires a subscription per node. But contact us for details.
Check the License for details.
Description
Our iib_install
module allows you to install your IBM MQ software on your systems. It automatically configures your OS, creates required users and groups, unpacks the files and registers the license.
Here is an example on how to use this:
include iib_install::installmq
Check here to see the full documentation for this module.
Setup
Requirements
The iib_install
module requires:
- Puppet module
enterprisemodules-easy_type
installed. - Puppet version 4.9 or higher. Can be Puppet Enterprise or Puppet Open Source
- IBM MQ 8 or 9 installation.
- A valid License from IBM to use this software.
- A valid entitlement by Enterprise Modules to use this module.
- Runs on most Linux systems.
- Windows systems are NOT supported
Installing the iib_install module
To install these modules, you can use a Puppetfile
mod 'enterprisemodules/iib_install' ,'1.0.x'
Then use the librarian-puppet
or r10K
to install the software.
You can also install the software using the puppet module
command:
puppet module install enterprisemodules-iib_install
Usage
Building a total MQ setup requires quite some work. To help you, we have built some examples:
Thes repos contain examples of how you can install and configure a basic IIB setup.
Reference
Here you can find some more information regarding this puppet module:
Here is a related blog posts:
Some example code:
Limitations
This module runs most Linux versions. It requires a puppet version higher than 4. The module does NOT run on windows systems. Contact us of you need to run this module on other flavors of UNIX. We can work together with you to make it work.