Author |
Message
|
Florida |
Posted: Sat Aug 19, 2006 2:30 am Post subject: ebooks on scripting MQ/accessing MQobjects using Unix script |
|
|
 Newbie
Joined: 15 Aug 2006 Posts: 2 Location: Mumbai
|
Hi ,
Please can anyone guide me where can I find ebooks for scripting the MQ for installation or to access and admininster MQ objects using scripts on Unix system.
I want to install MQ v 6.0 on Unix machine using scripts. I have a basic knowledge of Unix scripts.
Can anyone guide me with this. |
|
Back to top |
|
 |
jeevan |
Posted: Sat Aug 19, 2006 4:49 am Post subject: |
|
|
Grand Master
Joined: 12 Nov 2005 Posts: 1432
|
There is not an ebook for a script. But you can find a lots of document about writing script for different flavour of unix. Once you understand, you can write your own script - put the command step by step in a file, save it, give appropriate file permission to run it, the script is ready to run.
If you are installing in AIX, it has a gui based utility called SMITTY, it will help to install easily.
If you have any particular problem, post here and we can help. |
|
Back to top |
|
 |
Florida |
Posted: Sun Aug 20, 2006 12:45 am Post subject: |
|
|
 Newbie
Joined: 15 Aug 2006 Posts: 2 Location: Mumbai
|
Hi,
Thanks for your reply
I want to install MQ on hp/Unix machine using scripts so I wanted to know more about scripts.
I have also tried writing some few scripts to handle MQ Objects but I am unable to put some conditions in the scripts.
Can you please help me in it as I was able to find some ebooks on scripts but using MQ commands I am unable to use some conditions. |
|
Back to top |
|
 |
wschutz |
Posted: Sun Aug 20, 2006 3:52 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
There are plenty of books / web sites that cover writing shell scripts ...
perhaps if you are a little more specific about exactly what you are trying to do,
what you've already done, and what isn't working for you, then we can help. _________________ -wayne |
|
Back to top |
|
 |
jefflowrey |
Posted: Sun Aug 20, 2006 6:12 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Also, if you are on unix, a good resource for shell scripting your particular shell is the man page for that shell.
So, like on KSH, "man ksh"... _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
jeevan |
Posted: Sun Aug 20, 2006 7:58 am Post subject: |
|
|
Grand Master
Joined: 12 Nov 2005 Posts: 1432
|
There are thousand of free internet resources for writing scripts however, the following two links give you idea and example how to write unix script.
As has told many times, if you have specific problem, post in this forum and we will help you as far as possible.
|
|
Back to top |
|
 |
JT |
Posted: Sun Aug 20, 2006 10:17 pm Post subject: |
|
|
Padawan
Joined: 27 Mar 2003 Posts: 1564 Location: Hartford, CT.
|
Quote: |
Can you please help me in it as I was able to find some ebooks on scripts but using MQ commands I am unable to use some conditions. |
What conditions are you referring to?
Perhaps the ability to perform a "silent install using response files" is what you're looking for. |
|
Back to top |
|
 |
|