~charmers/charms/trusty/ibm-mq/trunk

« back to all changes in this revision

Viewing changes to README.md

  • Committer: vsasi
  • Date: 2015-04-09 09:43:16 UTC
  • mfrom: (30.1.8 devfix)
  • Revision ID: vsasi-20150409094316-dzennttyxr8nnr5d
Update to README

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
IBM MQ
8
8
 
9
9
IBM MQ provides for messaging services to transport multiple types of data.
10
 
MQ Runtime, Server and Sample components from IBM MQ 8.0 product
11
 
are provided as part of this charm.
 
10
MQ Runtime, Server and Sample components from IBM MQ product
 
11
can be deployed using this charm.
12
12
 
13
13
 
14
14
This charm installs IBM MQ product and configures it's IP Address and default
21
21
Usage
22
22
-----
23
23
 
24
 
Download your licensed IBM MQ 8.5.5.5 software and extract it's contents to files/archives directory of MQ charm.
 
24
Download your licensed IBM MQ 8.0.0.2 software and extract it's contents to files/archives directory of MQ charm.
 
25
 
 
26
For e.g: 
 
27
     Go to the files files/archive directory
 
28
     Copy the WS_MQ_8.0.0.2_FOR_LIN_ON_LE_POWER.tar.gz file to this directory
 
29
 
 
30
     gunzip WS_MQ_8.0.0.2_FOR_LIN_ON_LE_POWER.tar.gz (Ensure to you have a backup copy of this file)
 
31
     tar xvf WS_MQ_8.0.0.2_FOR_LIN_ON_LE_POWER.tar
 
32
     rm WS_MQ_8.0.0.2_FOR_LIN_ON_LE_POWER.tar
25
33
 
26
34
To install the downloaded binaries you must agree to the IBM license.  The license file(s) can be found under the files/archives directory on extraction of IBM MQ software. The license can also be viewed by running the following command after extracting IBM MQ to the files/archives directory:
27
35
      ./mqlicense.sh -text_only
61
69
Agreement for Non-Warranted Programs and additional license information. 
62
70
Please read the license agreement carefully.  
63
71
 
64
 
The license file(s) can be found under the files/archives directory after downloading and extracting IBM MQ there. The license can also be viewed by running the following command after extractin IBM MQ to the files/archives directory:
 
72
The license file(s) can be found under the files/archives directory after downloading and extracting IBM MQ there. The license can also be viewed by running the following command after extracting IBM MQ to the files/archives directory:
65
73
      ./mqlicense.sh -text_only
66
74
 
67
75
Set the value of accept-ibm-mq-license to True if you agree to IBM MQ license.
81
89
Information on procuring MQ product is available [here](http://www-03.ibm.com/software/products/en/ibm-mq) and
82
90
[here](http://www-01.ibm.com/software/passportadvantage/)
83
91
 
84
 
A development version for x86_64 is available [here](http://www14.software.ibm.com/cgi-bin/weblap/lap.pl?popup=Y&li_formnum=L-APIG-9BUHAE&accepted_url=http://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/messaging/mqadv/mqadv_dev80_linux_x86-64.tar.gz). After clicking on the above link, click on 'I agree' link
 
92
A development version for x86_64 is available [here](http://www14.software.ibm.com/cgi-bin/weblap/lap.pl?popup=Y&li_formnum=L-APIG-9BUHAE&accepted_url=http://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/messaging/mqadv/mqadv_dev80_linux_x86-64.tar.gz). After clicking on the above link and if you agree to the license, click on 'I agree' link
85
93
to download the IBM MQ package.
86
94
 
87
95
(3) License Information
88
 
License information for IBM MQ 8.5.5.5.1 is available [here](https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/wasdev/downloads/wlp/8.5.5.1/lafiles/runtime//en.html).
 
96
License information for IBM MQ  is available as part of the downloaded product package. The license can be viewed by running the following command after extracting IBM MQ:
 
97
      ./mqlicense.sh -text_only
 
98
 
 
99
License for the development version is available [here](http://www14.software.ibm.com/cgi-bin/weblap/lap.pl?popup=Y&li_formnum=L-APIG-9BUHAE&accepted_url=http://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/messaging/mqadv/mqadv_dev80_linux_x86-64.tar.gz)
89
100
 
90
101
# Contact Information
91
102