HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: Creating a batch queue on multiple systems
Operating System - OpenVMS
1828342
Members
3651
Online
109976
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
01-26-2007 06:06 AM
01-26-2007 06:06 AM
Creating a batch queue on multiple systems
I need to create a batch queue that looks like the following queue.
Batch queue PRO$BATCH, idle, on TREK::
/AUTOSTART_ON=(TREK::) /BASE_PRIORITY=4 /JOB_LIMIT=4 /OWNER=[SYSTEM]
/PROTECTION=(S:M,O:D,G:R,W:S)
What is the best command to use for this?
Please give examples!
Thanks!
Batch queue PRO$BATCH, idle, on TREK::
/AUTOSTART_ON=(TREK::) /BASE_PRIORITY=4 /JOB_LIMIT=4 /OWNER=[SYSTEM]
/PROTECTION=(S:M,O:D,G:R,W:S)
What is the best command to use for this?
Please give examples!
Thanks!
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2007 06:23 AM
01-26-2007 06:23 AM
Re: Creating a batch queue on multiple systems
Miles,
HELP INIT /QUE should provide all you need, and more.
From the title of your subject I _ASSUME_ this is a clustered environment? And you want to be able to use it from different nodes in the cluster? Well, as long as the disks where the jobs reside are mounted (also) on TREK::, that is what VMS clustering is doing for you.
If you want the queue to also serve users in the case that TREK:: would be down, then replace the /AUTO=.. with the list of nodes that can serve the queue.
I hope that was what your question was about.
PS from your profile:
>>>
I have assigned points to 224 of 407 responses to my questions.
<<<
Time to catch up somewhat?
Proost.
Have one on me.
jpe
HELP INIT /QUE should provide all you need, and more.
From the title of your subject I _ASSUME_ this is a clustered environment? And you want to be able to use it from different nodes in the cluster? Well, as long as the disks where the jobs reside are mounted (also) on TREK::, that is what VMS clustering is doing for you.
If you want the queue to also serve users in the case that TREK:: would be down, then replace the /AUTO=.. with the list of nodes that can serve the queue.
I hope that was what your question was about.
PS from your profile:
>>>
I have assigned points to 224 of 407 responses to my questions.
<<<
Time to catch up somewhat?
Proost.
Have one on me.
jpe
Don't rust yours pelled jacker to fine doll missed aches.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2007 06:25 AM
01-26-2007 06:25 AM
Re: Creating a batch queue on multiple systems
Thanks!
Sorry I figured it out already!
Sorry I figured it out already!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2007 06:35 AM
01-26-2007 06:35 AM
Re: Creating a batch queue on multiple systems
You gave already all parameters, just add them to the command
INIT/QUEUE/BATCH PRO$BATCH /auto...
In subject You say "on multiple systems":
It depends on wether systems in a cluster or multiple standalone systems.
For standalone systems, the queue can be created with the same name on each system.
Inside a cluster with a common queue manager, create above execution queues, but with a UNIQUE/different queue name on each node.
Then create a GENERIC queue to include all the execution queues:
INIT/QUEUE/BATCH/GENERIC=(pro_trek,pro_node2,...) PRO$BATCH
INIT/QUEUE/BATCH PRO$BATCH /auto...
In subject You say "on multiple systems":
It depends on wether systems in a cluster or multiple standalone systems.
For standalone systems, the queue can be created with the same name on each system.
Inside a cluster with a common queue manager, create above execution queues, but with a UNIQUE/different queue name on each node.
Then create a GENERIC queue to include all the execution queues:
INIT/QUEUE/BATCH/GENERIC=(pro_trek,pro_node2,...) PRO$BATCH
http://www.mpp.mpg.de/~huber
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP