- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- copying qman$master.dat to another node
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2006 08:03 AM
10-24-2006 08:03 AM
copying qman$master.dat to another node
$ 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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2006 08:07 AM
10-24-2006 08:07 AM
Re: copying qman$master.dat to another node
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2006 08:50 AM
10-24-2006 08:50 AM
Re: copying qman$master.dat to another node
Any OPCOM messages? ("REPLY /ENABLE".)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2006 09:04 AM
10-24-2006 09:04 AM
Re: copying qman$master.dat to another node
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2006 09:20 AM
10-24-2006 09:20 AM
Re: copying qman$master.dat to another node
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2006 10:20 AM
10-24-2006 10:20 AM
Re: copying qman$master.dat to another node
still wouldn't start
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2006 12:29 PM
10-24-2006 12:29 PM
Re: copying qman$master.dat to another node
On the new node execute ...
$start/que/manager/on=* sys$common:[sysexe]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2006 05:35 PM
10-24-2006 05:35 PM
Re: copying qman$master.dat to another node
I don't think this is an supported operation !
Please try to also move the SYS$QUEUE_MANAGER.QMAN$QUEUES file.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2006 12:12 AM
10-25-2006 12:12 AM
Re: copying qman$master.dat to another node
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2006 12:19 AM
10-25-2006 12:19 AM
Re: copying qman$master.dat to another node
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2006 12:47 AM
10-25-2006 12:47 AM
Re: copying qman$master.dat to another node
For my test I copied the files and did a "start/que/man dir" where dir was the new location.
At the end I wanted to go back to the original situation (start/que/man orig_dir). It didn't work. All queues were gone. Even a reboot didn't solve it.
Wim on VMS 7.3 not fully patched.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2006 11:52 AM
10-30-2006 11:52 AM
Re: copying qman$master.dat to another node
I bet that the queue information is tied to a node.
What if you try starting a queue with the /ON on the VAX node?