Author |
Message
|
starship |
Posted: Tue Mar 28, 2006 10:38 pm Post subject: Migrate v5.2 to new Server(W2K3) v5.3 |
|
|
Apprentice
Joined: 07 Dec 2005 Posts: 33 Location: INDIA
|
Hi Guys,
Can you please suggest a way or a tool by which I can export all the data on the v5.2 machine to the new machine v5.3.
Please advice and let me know if more information is required.
Current Setup:
-----------------
v5.2 with Queue Manager running on a windows 2000 server.
Required Setup:
------------------
v5.3 with the same Queue Manager/objects on a new Windows 2003 server.
PS: We are not using any third party tool such as the Candle Command Centre. |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Mar 28, 2006 10:55 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
What data?
The queue definitions?
The security definitions?
The messages on queues? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
starship |
Posted: Wed Mar 29, 2006 12:14 am Post subject: |
|
|
Apprentice
Joined: 07 Dec 2005 Posts: 33 Location: INDIA
|
We have to replicate everything on to the new box. |
|
Back to top |
|
 |
sebastianhirt |
Posted: Wed Mar 29, 2006 12:40 am Post subject: |
|
|
Yatiri
Joined: 07 Jun 2004 Posts: 620 Location: Germany
|
try amqoamd and Support pack MS03 (aka Savequeuemanager)
enjoy
Sebastian |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Mar 29, 2006 6:01 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Actually, since the message data has to move as well...
It might be better to do a full backup of the queue manager, and restore it on the other machine (as if a disaster occurred), and then allow the 5.3 installer process to migrate the qmgr from 5.2 to 5.3. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
starship |
Posted: Wed Mar 29, 2006 11:14 pm Post subject: |
|
|
Apprentice
Joined: 07 Dec 2005 Posts: 33 Location: INDIA
|
I have got the MS03 and have run the script saveqmgr -m xxxx.MQ and then it writes everything to SaveQmgr.TXT......how do you backup everything on to the new machine.......... |
|
Back to top |
|
 |
sebastianhirt |
Posted: Wed Mar 29, 2006 11:43 pm Post subject: |
|
|
Yatiri
Joined: 07 Jun 2004 Posts: 620 Location: Germany
|
You mean how you can restore it!?
The textfile produced by MS03 is a runmqsc script. So you just do something like this
runmqsc QM_Name < Your_File_Name |
|
Back to top |
|
 |
starship |
Posted: Thu Mar 30, 2006 9:41 pm Post subject: |
|
|
Apprentice
Joined: 07 Dec 2005 Posts: 33 Location: INDIA
|
Thanks for the help.
Sebastian,
Can you plesae tell me what is AMQOAMD and you were refering to use it?
What I found on the net is: that it displays the authority info abt the objects of Queue Manager |
|
Back to top |
|
 |
wschutz |
Posted: Fri Mar 31, 2006 2:15 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
If you issue:
Code: |
amqoamd -s -m qmgrname > set_my_security.cmd
|
This will create a file with the "setmqaut" commands needed to recreate the security settings on the qmgr you specified. _________________ -wayne |
|
Back to top |
|
 |
|