Operating System - OpenVMS
1751856 Members
5386 Online
108782 Solutions
New Discussion юеВ

Re: QUEUE enters a "Stopped Pending" state

 
SOLVED
Go to solution
Chaim Budnick
Regular Advisor

Re: QUEUE enters a "Stopped Pending" state

OK!

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


Kris Clippeleyr
Honored Contributor

Re: QUEUE enters a "Stopped Pending" state

Chaim,

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
I'm gonna hit the highway like a battering ram on a silver-black phantom bike...
Chaim Budnick
Regular Advisor

Re: QUEUE enters a "Stopped Pending" state

OK!

What would be reasonable values then for these two SYSGEN parameters?

Chaim
Kris Clippeleyr
Honored Contributor

Re: QUEUE enters a "Stopped Pending" state

Chaim,

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
I'm gonna hit the highway like a battering ram on a silver-black phantom bike...
Bojan Nemec
Honored Contributor

Re: QUEUE enters a "Stopped Pending" state

Chaim,

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
Chaim Budnick
Regular Advisor

Re: QUEUE enters a "Stopped Pending" state

I ran autogen with min_maxprocesscnt = 200 and nothing out of the ordinary was detected by autogen. I perused the report file and nothing else was modified to a value higher than the current.

So, I will set the value to 200.

Chaim
Bojan Nemec
Honored Contributor

Re: QUEUE enters a "Stopped Pending" state

Chaim,

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
Chaim Budnick
Regular Advisor

Re: QUEUE enters a "Stopped Pending" state

AUTOGEN didn't modify or suggest modifying the BALSETCNT. I was tempted to modify manually, however even the value of 180 is much higher than the maximum ever used.

Thanks for the "warning"

Chaim

Re: QUEUE enters a "Stopped Pending" state

>BALSETCNT is a dynamic parameter so you can >change it without reboot.

Minor nit - BALSETCNT is not dynamic.
Bojan Nemec
Honored Contributor

Re: QUEUE enters a "Stopped Pending" state

Sorry for the dynamic.

Bradford,

Thanks, I look at VMS 7.3-2 where BALSETCNT seems to be dynamic.

Bojan