Author |
Message
|
ibolui |
Posted: Tue Sep 07, 2010 7:38 pm Post subject: backup and restore |
|
|
Novice
Joined: 10 Aug 2010 Posts: 22
|
hi,
i am trying to replicate my current wmb and mq, to another machine.
i read about using mqsibackupbroker, which can backup the broker config and all associated resources.
is this what i should use?
so i tried using that,
Code: |
mqsibackupbroker MB7BROKER -d c:\mqsi\backup |
but first problem i encountered is
the system cannot find the path specified
so i thought of adding a system variable "MQSI_JREPATH" to Websphere MQ\java\jre
and encountered the 2nd problem..
the java class is not found: com.ibm.broker.config.util.BackupBroker
how can i get it to work? |
|
Back to top |
|
 |
fjb_saper |
Posted: Wed Sep 08, 2010 12:21 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Before running mqsibackupbroker, did you source the mqsiprofile?  _________________ MQ & Broker admin |
|
Back to top |
|
 |
ibolui |
Posted: Wed Sep 08, 2010 5:00 pm Post subject: |
|
|
Novice
Joined: 10 Aug 2010 Posts: 22
|
Quote: |
Before running mqsibackupbroker, did you source the mqsiprofile? |
i guess not..because i dont know what it means?? |
|
Back to top |
|
 |
jeevan |
Posted: Wed Sep 08, 2010 7:04 pm Post subject: |
|
|
Grand Master
Joined: 12 Nov 2005 Posts: 1432
|
ibolui wrote: |
Quote: |
Before running mqsibackupbroker, did you source the mqsiprofile? |
i guess not..because i dont know what it means?? |
run this command before running any mqsi command. this sets necessary environment to run the broker commands.
C:\Program Files\IBM\MQSI\7.0\bin\mqsiprofile.cmd"
if you are in uinx, u will find the mqsiprofile script under this directory
$/opt/IBM/mqsi/7.0/bin |
|
Back to top |
|
 |
fjb_saper |
Posted: Wed Sep 08, 2010 7:15 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
And in Unix sourcing a profile or a command file has a specific meaning as to the execution of said file. Look it up on google.
Have fun  _________________ MQ & Broker admin |
|
Back to top |
|
 |
ibolui |
Posted: Mon Nov 22, 2010 1:42 am Post subject: |
|
|
Novice
Joined: 10 Aug 2010 Posts: 22
|
i got mqsibackupbroker working correctly.
but that isn't quite what i looking for. actually i am looking to backup broker/flow/configurable services/queues/topics/etc etc.. so that i can replicate everything on a new machine.
is it possible to do so? or do i have recreate everything again?
thanks.. |
|
Back to top |
|
 |
|