- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: Restart the Batch Queue on OVMS 7.3-2
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
08-28-2006 11:21 PM
08-28-2006 11:21 PM
New Guy!
My Admin is on Hols and we need to solve this problem.
OVMS 7.3-2 is running on (a test box) Alpha 4100. Unfortunately the batch queue is not running. The usual commands:
SH QUEUE/BATCH
SH QUEUE/ALL
ETC... hang (forever)
CTRL Y to interupt and exit
I have looked in SYS$STARTUP but cannot see a startup for the batch queue.
Can someone recommend a solution and the suitable command?
Thanks
Neal
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2006 11:30 PM
08-28-2006 11:30 PM
Solutionwelcome to the OpenVMS forum.
If a certain queue is not running, a SHOW QUEUE command should not hang, but show the queue in a state e.g. STOPPED.
Is the queuemanager running (SHOW /QUE/MANA/FULL)? perhaps the disk, on which the queue database is located has a problem.
To start the queuemanager you use START/QUE/MANAGER..., but there a more installation dependant settings available, which you should supply (number of queue managers, location of queue database...).
Perhaps yu may post the output of a SHOW/QUEUE/MANAGER/FULL 1st to get us started.
regards Kalle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2006 11:30 PM
08-28-2006 11:30 PM
Re: Restart the Batch Queue on OVMS 7.3-2
welcome to the OpenVMS ITRC forum.
Looks like there is some problem with your queue manager or job controller.
Do these processes exist and are they in HIB state ?
$ SHOW SYS/PROC=JOB_CONTROL
$ SHOW SYS/PROC=QUEUE_MANAGER
Any queue manager errors reported in SYS$MANAGER:OPERATOR.LOG ?
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2006 04:49 AM
08-29-2006 04:49 AM
Re: Restart the Batch Queue on OVMS 7.3-2
As the day progressed other services began to halt.
The console on the server is throwing up disk space errors. Looks like there is not enough disk space on the system disk for these processes to operate.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2006 05:04 AM
08-29-2006 05:04 AM
Re: Restart the Batch Queue on OVMS 7.3-2
time for action!
Perhaps it would be best to start with
$ PURGE SYS$SYSDEVICE:[*...]/KEEP=2/LOG
and see how much you gain.
Not the most elegant solution, but probably the quickest, any maybe enough to proceed with some more nuance.
If that is not enough, a good second idea may be
$ DELETE SYS$SYSDEVICE:[*...]*.LOG.*/BEFORE=YESTERDAY/MODIFIED/LOG
Proost.
Have one on me.
jpe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2006 05:14 AM
08-29-2006 05:14 AM
Re: Restart the Batch Queue on OVMS 7.3-2
I have just posted a new request...
I think it is a tad too late for the action plan.
NK