Merge lp:~arosales/charms/trusty/ibm-mq/update-readme into lp:~ibmcharmers/charms/trusty/ibm-mq/trunk

Proposed by Antonio Rosales
Status: Needs review
Proposed branch: lp:~arosales/charms/trusty/ibm-mq/update-readme
Merge into: lp:~ibmcharmers/charms/trusty/ibm-mq/trunk
Diff against target: 106 lines (+29/-25)
1 file modified
README.md (+29/-25)
To merge this branch: bzr merge lp:~arosales/charms/trusty/ibm-mq/update-readme
Reviewer Review Type Date Requested Status
IBM Charm Authors Pending
Review via email: mp+256411@code.launchpad.net

Description of the change

Updates to the readme per comments in the bug @ https://bugs.launchpad.net/charms/+bug/1432489

To post a comment you must log in.

Unmerged revisions

39. By Antonio Rosales

Update readme.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'README.md'
2--- README.md 2015-04-09 09:36:17 +0000
3+++ README.md 2015-04-15 22:56:30 +0000
4@@ -12,7 +12,7 @@
5
6
7 This charm installs IBM MQ product and configures it's IP Address and default
8-port number (1414). MQ Administrators can setup queue managers
9+port number (1414). MQ Administrators can setup queue managers
10 and queues. This will allow IBM MQ client application to transmit/receive messages.
11
12 More information on IBM MQ available [here](http://www-03.ibm.com/software/products/en/ibm-mq)
13@@ -23,40 +23,43 @@
14
15 Download your licensed IBM MQ 8.0.0.2 software and extract it's contents to files/archives directory of MQ charm.
16
17-For e.g:
18- Go to the files files/archive directory
19- Copy the WS_MQ_8.0.0.2_FOR_LIN_ON_LE_POWER.tar.gz file to this directory
20-
21- gunzip WS_MQ_8.0.0.2_FOR_LIN_ON_LE_POWER.tar.gz (Ensure to you have a backup copy of this file)
22- tar xvf WS_MQ_8.0.0.2_FOR_LIN_ON_LE_POWER.tar
23- rm WS_MQ_8.0.0.2_FOR_LIN_ON_LE_POWER.tar
24+ cd file/archive
25+ cp WS_MQ_8.0.0.2_FOR_LIN_ON_LE_POWER.tar.gz .
26+
27+Ensure to you have a backup copy of this file.
28+
29+ gunzip WS_MQ_8.0.0.2_FOR_LIN_ON_LE_POWER.tar.gz
30+ tar xvf WS_MQ_8.0.0.2_FOR_LIN_ON_LE_POWER.tar
31+ rm WS_MQ_8.0.0.2_FOR_LIN_ON_LE_POWER.tar
32
33 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:
34+
35 ./mqlicense.sh -text_only
36
37 Run the following to deploy this charm:
38
39- juju deploy ibm-mq
40+ juju deploy ibm-mq
41
42-At this point the charm will wait until the user accepts the license. If you
43+At this point the charm will wait until the user accepts the license. If you
44 agree to the license, run the following command:
45
46 juju set ibm-mq accept-ibm-mq-license=True
47
48-In order to create MQ objects like queue, it is required that some
49+In order to create MQ objects like queue, it is required that some
50 of the system configurations be updated. Details provided at:
51 [here](http://www-01.ibm.com/support/knowledgecenter/SSFKSJ_8.0.0/com.ibm.mq.ins.doc/q008550_.htm?lang=en).
52
53-The Charm updates the following system configuration-
54-/etc/sysctl.conf:
55- fs.file-max = 524288
56- kernel.shmmax = 268435456
57-
58-/etc/security/limits.conf
59- mqm hard nofile 10240
60- mqm soft nofile 10240
61-
62-Adds user 'ubuntu' to group 'mqm'.
63+The Charm updates the following system configuration:
64+
65+ /etc/sysctl.conf:
66+ fs.file-max = 524288
67+ kernel.shmmax = 268435456
68+
69+ /etc/security/limits.conf
70+ mqm hard nofile 10240
71+ mqm soft nofile 10240
72+
73+ Adds user 'ubuntu' to group 'mqm'.
74
75 Verify these changes have been made successfully if MQ throws up any errors.
76
77@@ -64,12 +67,13 @@
78 -------------
79
80 `accept-ibm-mq-license`
81-Before you can use or install IBM MQ,
82-you must accept the terms of International License
83-Agreement for Non-Warranted Programs and additional license information.
84+Before you can use or install IBM MQ,
85+you must accept the terms of International License
86+Agreement for Non-Warranted Programs and additional license information.
87 Please read the license agreement carefully.
88
89 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:
90+
91 ./mqlicense.sh -text_only
92
93 Set the value of accept-ibm-mq-license to True if you agree to IBM MQ license.
94@@ -94,6 +98,7 @@
95
96 (3) License Information
97 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:
98+
99 ./mqlicense.sh -text_only
100
101 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)
102@@ -101,4 +106,3 @@
103 # Contact Information
104
105 For issues with this charm, please contact jujusupp@us.ibm.com
106-

Subscribers

People subscribed via source and target branches