- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: QUEUE enters a "Stopped Pending" state
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-17-2004 11:11 PM
10-17-2004 11:11 PM
At one of our customer sites, over the last week the sys$batch queue has entered a "Stopped Pending" state, and I am absolutely certain that NOONE has entered any STOP/QUEUE command whatsoever.
The job_limit on the queue is 15, and there are several jobs which run perpetually on this queue, such that once the state is entered the queue basically starts accumulating jobs since it will NEVER get to a stopped state as long as the "perpetual" jobs are still executing.
Chaim
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2004 11:31 PM
10-17-2004 11:31 PM
Re: QUEUE enters a "Stopped Pending" state
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=715621
You could try setting an alarm ACE on the queue to see if there is something doing a STOP/QUEUE.
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2004 11:36 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2004 11:42 PM
10-17-2004 11:42 PM
Re: QUEUE enters a "Stopped Pending" state
$ set sec/class=queue sys$batch/acl=(audit=security,access=manage+succ+fail)
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2004 11:42 PM
10-17-2004 11:42 PM
Re: QUEUE enters a "Stopped Pending" state
Follow Ians suggestion.
Check the sys$manager:operator.log file for any errors regarding the queue manager. For a fast scan jou can do a search sys$manager:operator.log JBC . Most of queue errors are reported by the Job controller.
Bojan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2004 12:08 AM
10-18-2004 12:08 AM
Re: QUEUE enters a "Stopped Pending" state
%%%%%%%%%%% OPCOM 18-OCT-2004 12:45:06.19 %%%%%%%%%%%
Message from user JOB_CONTROL on ALFMEN
%JBC-E-FAILCREPRC, job controller could not create a process
%%%%%%%%%%% OPCOM 18-OCT-2004 12:45:06.19 %%%%%%%%%%%
Message from user JOB_CONTROL on ALFMEN
-SYSTEM-F-NOSLOT, no PCB available
***************
-SYSTEM-F-NOSLOT, no PCB available
Increase MAXPROCESSCNT ?
Chaim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2004 12:13 AM
10-18-2004 12:13 AM
Re: QUEUE enters a "Stopped Pending" state
Yes, increase MAXPROCESSCNT. Be aware MAXPROCESSCNT is not dynamic so you must do a reboot!
Bojan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2004 12:15 AM
10-18-2004 12:15 AM
Re: QUEUE enters a "Stopped Pending" state
The same error was probably for this thread http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=715621
Bojan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2004 12:16 AM
10-18-2004 12:16 AM
Re: QUEUE enters a "Stopped Pending" state
Chaim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2004 12:17 AM
10-18-2004 12:17 AM
Re: QUEUE enters a "Stopped Pending" state
Do a SHOW MEMORY command. There is a section named "Slot Usage (slots):"
Bojan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2004 12:22 AM
10-18-2004 12:22 AM
Re: QUEUE enters a "Stopped Pending" state
The current maxprocesscnt is 155, with 14 free.
What about the BALSETCNT' should this be increased as well? It is currently set to 180.
Chaim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2004 12:29 AM
10-18-2004 12:29 AM
Re: QUEUE enters a "Stopped Pending" state
Just an advise: never set BALSETCNT higher than MAXPROCESSCNT.
BALSETCNT governs the maximum number of processes resident (= inswapped) on a VMS system, MAXPROCESSCNT governs the maximum number of processes (= inswapped + outswapped) on the system.
Kris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2004 12:32 AM
10-18-2004 12:32 AM
Re: QUEUE enters a "Stopped Pending" state
What would be reasonable values then for these two SYSGEN parameters?
Chaim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2004 12:37 AM
10-18-2004 12:37 AM
Re: QUEUE enters a "Stopped Pending" state
Reasonable value for MAXPROCESSCNT depends on your configuration (available memory, etc.)
Enter a line in MODPARAMS.DAT, something like:
MIN_MAXPROCESSCNT = 200
And thereafter run AUTOGEN from GETDATA through TESTFILES, and see what AUTOGEN thinks the value should be.
Success,
Kris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2004 12:39 AM
10-18-2004 12:39 AM
Re: QUEUE enters a "Stopped Pending" state
From the sysgen help sys_param BALSETCNT:
"Never set BALSETCNT to a value higher than 2 less than MAXPROCESSCNT."
Maybe you should look to this (and the rest of this page)
http://h71000.www7.hp.com/DOC/73final/6491/6491pro_012.html#adjust_balsetcnt
The reasonable value depends on yours environment.
Bojan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2004 12:57 AM
10-18-2004 12:57 AM
Re: QUEUE enters a "Stopped Pending" state
So, I will set the value to 200.
Chaim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2004 10:11 PM
10-18-2004 10:11 PM
Re: QUEUE enters a "Stopped Pending" state
Check if BALSETCNT was computed to 198. If the value is lower you will have outswaped processes when the process count excede BALSETCNT.
BALSETCNT is a dynamic parameter so you can change it without reboot.
Bojan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2004 10:20 PM
10-18-2004 10:20 PM
Re: QUEUE enters a "Stopped Pending" state
Thanks for the "warning"
Chaim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2004 10:31 PM
10-18-2004 10:31 PM
Re: QUEUE enters a "Stopped Pending" state
Minor nit - BALSETCNT is not dynamic.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2004 10:49 PM
10-18-2004 10:49 PM
Re: QUEUE enters a "Stopped Pending" state
Bradford,
Thanks, I look at VMS 7.3-2 where BALSETCNT seems to be dynamic.
Bojan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2004 04:54 PM
10-19-2004 04:54 PM
Re: QUEUE enters a "Stopped Pending" state
BALSETCNT *IS* dynamic, or at least SYSGEN seems
to believe so...
$ sysgen show balsetcnt
Parameter Name Current Default Min. Max. Unit Dynamic
-------------- ------- ------- ------- ------- ---- -------
BALSETCNT 422 30 8 16384 Processes D
Regards
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2004 06:36 PM
10-19-2004 06:36 PM
Re: QUEUE enters a "Stopped Pending" state
BALSETCNT is now dynamic but in past didn't it.
On V6.2 you have to reboot.
On V7.3-2 is dynamic.
I don't know the exact version of vms which became dynamic.
Antonio Vigliotti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2004 07:06 PM
10-19-2004 07:06 PM
Re: QUEUE enters a "Stopped Pending" state
VAX 7.3 -- not dynamic
Alpha 7.1-2 -- not dynamic
Alpha 7.2-1 -- not dynamic
Alpha 7.3 -- not dynamic
Alpha 7.3-1 -- not dynamic
And having just checked the 7.3-2 release notes,
the change to a dynamic parameter was at 7.3-2.
Dave