- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- What is system parameter BJOBLIM ?
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
07-28-2004 07:32 PM
07-28-2004 07:32 PM
What is system parameter BJOBLIM ?
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2004 08:00 PM
07-28-2004 08:00 PM
Re: What is system parameter BJOBLIM ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2004 08:41 PM
07-28-2004 08:41 PM
Re: What is system parameter BJOBLIM ?
BJOBLIM = Batch Job limit
IJOBLIM = Interactive job limit
RJOBLIM = Remote job limit
NJOBLIM = Network job limit
Thanks & regards,
Lokesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2004 09:47 PM
07-28-2004 09:47 PM
Re: What is system parameter BJOBLIM ?
This is not used ? I didn't encounter the limit during a test.
*** IJOBLIM = Interactive job limit
But only for non-priv users. Are all interactive users counted for this limit (telnet, set ho) ?
RJOBLIM = Remote job limit
For terminals RT*. Telnet etc are ignored.
NJOBLIM = Network job limit
What is exactly in it ?
IMHO : this is simply a bunch of old crap.
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2004 10:00 PM
07-28-2004 10:00 PM
Re: What is system parameter BJOBLIM ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2004 10:05 PM
07-28-2004 10:05 PM
Re: What is system parameter BJOBLIM ?
What is exactly in it ?"
I guess anything that you see with $SHO SYSTEM/NETWORK
Regards,
Lokesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2004 10:15 PM
07-28-2004 10:15 PM
Re: What is system parameter BJOBLIM ?
This is not used ? I didn't encounter the limit during a test."
How did you tested it ? With a non privilege account and setting BJOBLIM to some low value like 1 or 2 ? Maybe this can give some hint.
Thanks & regards,
Lokesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2004 10:16 PM
07-28-2004 10:16 PM
Re: What is system parameter BJOBLIM ?
I also found that show sys/net doesn't return all process that have f$getjpi(pid,"mode") = NETWORK.
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2004 10:20 PM
07-28-2004 10:20 PM
Re: What is system parameter BJOBLIM ?
I tested it with bjoblim on 2 and with a user with only NETMBX + TMPMBX.
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2004 11:05 PM
07-28-2004 11:05 PM
Re: What is system parameter BJOBLIM ?
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2004 12:20 AM
07-29-2004 12:20 AM
Re: What is system parameter BJOBLIM ?
NJOB, BJOB are not used. BJOB is increased but jobs are not refused.
Only IJOB contains what show sys/int shows.
ana/sys can show you the values
ex sys$gl_njobcnt
(n,i,b)
RJOB is validated by I don't know how to examine it.
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2004 01:23 AM
07-29-2004 01:23 AM
Re: What is system parameter BJOBLIM ?
I seem to remember that BJOBLIM was obsoleted many years ago (V3.x or V4.x).
I believe that is was put in originally with a view to being used to limit batch jobs, but was never implemented in the code, and was subsequently removed from documentation.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2004 05:09 AM
07-29-2004 05:09 AM
Re: What is system parameter BJOBLIM ?
IJOBLIM sets the maximum number of interactive jobs that can be on the system concurrently. You can control the maximum number of concurrent interactive users on the system with the DCL command
SET LOGINS/INTERACTIVE.
IJOBLIM is a DYNAMIC parameter.
RJOBLIM
RJOBLIM defines the maximum number of remote terminals allowed in the system at any one time.
RJOBLIM is a DYNAMIC parameter.
NJOBLIM
NJOBLIM establishes the limit for network jobs. The maximum number of jobs is 1024. The minimum is 0, and the default is
16.
NJOBLIM is a DYNAMIC parameter.
Based on the above definitions, BJOMLIM would be the maximum number batch jobs allowed on a system at any time. It is a dynamic parameter and the maximum value is 1024.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2004 10:03 AM
08-13-2004 10:03 AM
Re: What is system parameter BJOBLIM ?
SYSGEN> HELP SYS_PARA
.
.
.
Sys_Parameters Subtopic?
! then enter unique sys_parameter letters from the list to get a short description of its function.
Yes, BJOBLIM isn't documented on VMS 6.1 or for 7.3 variants. You can still do SHOW BJOBLIM and even do a SET BJOBLIM.
2. SYSGEN parameter descriptions can also be found in OpenVMS SYSTEM Management Utilities Reference Manuals for your VMS version in the System Parameters appendix.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2004 12:13 AM
08-17-2004 12:13 AM
Re: What is system parameter BJOBLIM ?
That document makes it clear that as of V8.2 both BJOBLIM and NJOBLIM are obsolete. (I believe the V8.1 release notes also documented them as obsolete.)
Below is an excerpt of the pertinent text. You can see the entire document at http://h71000.www7.hp.com/doc/82eft/6674/ovms_82_rel_notes.PDF
---Excerpt begins below---
> 4.25.3 Obsolete System Parameters
V8.2
> The following system parameters have been removed in OpenVMS Version 8.2:
> BJOBLIM
> BOOT_STYLE
> EXUSRSTK
> LAMAPREGS
> NISCS_LAN_OVRHD
> NJOBLIM
> QBUS_MULT_INTR
> SA_APP
> SBIERRENABLE
> SCSCONNECT
> SD_ALLOCLASS
> TAILORED
> UDABURSTRATE
> VECTOR_MARGIN
> VECTOR_PROC
> XFMAXRATE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2004 01:38 AM
08-17-2004 01:38 AM
Re: What is system parameter BJOBLIM ?
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2004 09:04 PM
08-22-2004 09:04 PM
Re: What is system parameter BJOBLIM ?
The max. number of batch thah can execute concurently. I never tested but i think is absolete.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2004 12:05 PM
09-21-2004 12:05 PM
Re: What is system parameter BJOBLIM ?
If NJOBLIM worked you could put an upper limit on this, to prevent system memory and the page file from being used up. As it is we have to use MAXPROCESSCNT instead - but if that limit is reached batch jobs can't run and you can't login to try to fix the problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2004 10:29 PM
09-21-2004 10:29 PM
Re: What is system parameter BJOBLIM ?
What VMS version are you running?
I am not sure about latest version, and as stated above it will be removed in 8.2, but I have a very definity memory of NJOBLIM working only too well.
When we had intermitted problems with network connectivity, we finally found out that NJOBLIM was the limiting factor, and increasing it (don't even know how far, at home now, cannot check) removed the problem.
As far as I recall the timeframe, that MUST have been V7.1 or V7.2. I DON'T recall reading any release notes about it being obsoleted.
Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2004 06:29 PM
09-22-2004 06:29 PM
Re: What is system parameter BJOBLIM ?
Until VMS 7.3 : NJOBLIM isn't doing anything.
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2004 08:46 AM
10-07-2004 08:46 AM
Re: What is system parameter BJOBLIM ?
What is exactly in it ?"
FYI network jobs include Motif and Decwindow emulator jobs if you run products like Hummingbird Exceed.