Author |
Message
|
skadaval |
Posted: Wed Mar 26, 2008 7:21 pm Post subject: automation of MQ installation |
|
|
Novice
Joined: 26 Mar 2008 Posts: 15
|
Hi,
I need to install MQ in more than 1500 servers in different locations. These servers were AS400, Windows and AIX. How can I install MQ in all servers at a time. I mean any automation method that helps to install MQ in all servers.
thanks |
|
Back to top |
|
 |
Gaya3 |
Posted: Wed Mar 26, 2008 7:37 pm Post subject: Re: automation of MQ installation |
|
|
 Jedi
Joined: 12 Sep 2006 Posts: 2493 Location: Boston, US
|
skadaval wrote: |
I need to install MQ in more than 1500 servers in different locations. These servers were AS400, Windows and AIX. How can I install MQ in all servers at a time. |
Dont go in one shot....Classify the servers (Dev/QA/Prod something like that).
are there any customized scripts/exits etc etc, has to be taken care.
skadaval wrote: |
I mean any automation method that helps to install MQ in all servers. |
you can think of silent installation for the same.
AFAIK you have to come up with a script to do automate the installation,
Regards
Gayathri _________________ Regards
Gayathri
-----------------------------------------------
Do Something Before you Die |
|
Back to top |
|
 |
skadaval |
Posted: Thu Mar 27, 2008 5:32 am Post subject: thanks, |
|
|
Novice
Joined: 26 Mar 2008 Posts: 15
|
there is no customized script. This is completely a new enivnorment. |
|
Back to top |
|
 |
Vitor |
Posted: Thu Mar 27, 2008 5:36 am Post subject: Re: thanks, |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
skadaval wrote: |
there is no customized script. This is completely a new enivnorment. |
With 1500 server installs? That's going to take a while. Rather than separate by Dev/Test/Prod, I'd separate by platform - AS/400, Unix, Windows, etc. Also speak to the machine admins - they may have a method you can adapt. I doubt they go round 1500 servers doing manual installs of system software.
Don't forget that once you've installed the software, you're going to need some way of administering 1500+ queue managers. Give some thought to how you plan to do that, and build the necessary objects as part of the installation process. It'll save you going round twice. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Mar 27, 2008 5:40 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
You need to also keep in mind that you will have to apply maintenance to 1,500 servers.
You really need two things for this project. 1) a software provisioning system to distribute the installation/maintenance files and execute the installation/maintenance scripts and 2) an MQ management system to administer MQ on 1,500 machines.
The agent components of the MQ management system should be provisioned to the servers using the same tool as the MQ install itself.
One question, though... is this an MQServer install on all 1,500 machines? Or an MQ Client install? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
skadaval |
Posted: Fri Mar 28, 2008 11:51 am Post subject: |
|
|
Novice
Joined: 26 Mar 2008 Posts: 15
|
Is there any script that helps to install MQ in all machines. |
|
Back to top |
|
 |
Vitor |
Posted: Fri Mar 28, 2008 11:54 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
skadaval wrote: |
Is there any script that helps to install MQ in all machines. |
Yes - you can script a silent installation and push that onto all the machines. Or you can use script used to maintain the machines currently. Or you can develop a mechanism that does the installations, and can be reused to apply maintenance.
And then develop a way of administering all those machines.
You've been told all this already  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
|