- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: How to change node name on sys$batch queue ?
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
Discussions
Discussions
Discussions
Forums
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
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
тАО05-23-2005 02:42 AM
тАО05-23-2005 02:42 AM
using OpenVMS FAQ, i'm actually trying to change the node name of an openVms station.
I've got a problem with sys$batch queue.
I just don't know how to change the node name for that queue and put the new machine node name.
I need help
Thanks in advance for all
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-23-2005 03:00 AM
тАО05-23-2005 03:00 AM
Re: How to change node name on sys$batch queue ?
Check the HELP INITIALIZE /QUEUE
and read the sections for /AUTOSTART_ON and /ON
Depending on how your queue is set up now you will need to use one or the other of those qualifiers.
Make sure the queue is stopped and then use the INIT /QUE command to change the destination nodename(s).
Robert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-23-2005 03:00 AM
тАО05-23-2005 03:00 AM
Re: How to change node name on sys$batch queue ?
I dont understand quite good yours question. To change the batch queue execution node you can do:
$ START/QUE/ON=nodenam:: queuename
Bojan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-23-2005 03:21 AM
тАО05-23-2005 03:21 AM
Re: How to change node name on sys$batch queue ?
Then, i'm actually trying to change the machine node name with the right one.
The OpenVms FAQ mentionned that i've to modify the host name on the various queues in the queue database.
Actually :
show queue
Batch queue SYS$BATCH, stopped on PC1CA4::
the new node name is PC1CA6, but
init/queue/on=PC1CA6:: sys$batch give the following answer : %JBC-F-INCQUETYP inconsistent queue type
What can i do ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-23-2005 03:25 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-23-2005 03:33 AM
тАО05-23-2005 03:33 AM
Re: How to change node name on sys$batch queue ?
thanks for all
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-23-2005 04:56 AM
тАО05-23-2005 04:56 AM
Re: How to change node name on sys$batch queue ?
delete/que sys$batch
and recreate them with init/que/batch/on=new_node_name sys$batch
You can also recreate the queue manager and after purge:
SYS$QUEUE_MANAGER.QMAN$JOURNAL
SYS$QUEUE_MANAGER.QMAN$QUEUES
on sys$system directory
Saludos.
Daniel.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-25-2005 02:02 AM
тАО05-25-2005 02:02 AM
Re: How to change node name on sys$batch queue ?
and then add/que/batch sys$batch/on=node