Operating System - OpenVMS
1752616 Members
4483 Online
108788 Solutions
New Discussion юеВ

Re: copying qman$master.dat to another node

 
Steven_101
Advisor

copying qman$master.dat to another node

I need to copy the queues from 1 system to another. Below are the steps I used

$ convert/share qman$master.dat qman$master.steve
$ copy qman$master.steve xxx::sys$common:[sysexe]

On node xxx

$ stop/que/manager/cluster
$ sho que
%JBC-E-JOBQUEDIS, system job queue manager is not running
$ rename qman$master.steve qman$master.dat;10
$ start/que/manager
%JBC-E-QMANNOTSTARTED, queue manager could not be started

11 REPLIES 11
Steven_101
Advisor

Re: copying qman$master.dat to another node

Oh 1 other thing, one system is a VAX and the other is an Alpha
Steven Schweda
Honored Contributor

Re: copying qman$master.dat to another node

Can you do that?

Any OPCOM messages? ("REPLY /ENABLE".)
Jess Goodman
Esteemed Contributor

Re: copying qman$master.dat to another node

You might be better served by finding a copy of DISPLAY_QUEUE.COM which users F$GETQUI to create a set of INITIALIZE /QUEUE commands that will recreate your current queue configuration.
I have one, but it's personal.
Bill Hall
Honored Contributor

Re: copying qman$master.dat to another node

Steven,

You need to redefine which node(s) are to run the queue manager. The QMAN$MASTER contains the old node.

$ start/queue/manager/on=(node1,node2,...)

Bill
Bill Hall
Steven_101
Advisor

Re: copying qman$master.dat to another node

Tried $ start/queue/manager/on=(node1,node2,...)


still wouldn't start
Thomas Ritter
Respected Contributor

Re: copying qman$master.dat to another node

As Steven wrote enable opcom or search the operator log and try adding the location of the files.

On the new node execute ...

$start/que/manager/on=* sys$common:[sysexe]

Volker Halle
Honored Contributor

Re: copying qman$master.dat to another node

Steven,

I don't think this is an supported operation !

Please try to also move the SYS$QUEUE_MANAGER.QMAN$QUEUES file.

Volker.
Wim Van den Wyngaert
Honored Contributor

Re: copying qman$master.dat to another node

I copied the 3 files with backup/ign=int and started the queue manager with the copy.
It works but when I do sh que/all I get "no such queue". When I edit the db I can see the queue names !

Wim
Wim
Wim Van den Wyngaert
Honored Contributor

Re: copying qman$master.dat to another node

Same result when I stop the queue manager on the origin node.

Wim
Wim