- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: jobcontroller
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-11-2006 04:17 PM
07-11-2006 04:17 PM
jobcontroller
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2006 04:43 PM
07-11-2006 04:43 PM
Re: jobcontroller
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2006 06:29 PM
07-11-2006 06:29 PM
Re: jobcontroller
Jobctl :
. is responsible for all transactions to and from the queue file, including directing print jobs to symbionts and lexical use
. writes all the data to the accounting file
. manages all process creations (directing to loginout)
Communication with other processes is done via mailboxes.
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2006 09:17 PM
07-11-2006 09:17 PM
Re: jobcontroller
A good description can be found in the Internals and Data Structures books by Goldenberg et al. (any version will do, the general details of the Job Controller have not dramatically changed in a long time).
What in particular are you asking about?
- Bob Gezelter, http://www.rlgsc.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2006 09:57 PM
07-11-2006 09:57 PM
Re: jobcontroller
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2006 04:56 AM
07-12-2006 04:56 AM
Re: jobcontroller
The Job Controller creates a new process in response to an interrupt from a terminal driver. The terminal class driver notifies the Job Controller via the Job
Controller mailbox. The Job Controller then creates a new process, and
LOGINOUT executes in the context of the newly created process. Using the
information from the user authorization file, LOGINOUT validates the
username/password combination, sets up the process characteristics
according to the UAF record, initializes the command language interpreter
environment (typically, DCL) and transfers control to it.
Aarchunan
Archie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2006 05:04 AM
07-12-2006 05:04 AM
Re: jobcontroller
Job controller does not have any language like IBM's JCL, no need to confuse.
Also in newer versions of VMS the job controller does a security check when it begins to process the job.
As of VMS V7.3-1, the VMS job controller can set the system clock forward and back and change SYS$TIMEZONE_DIFFERENTIAL.
In a VAXcluster, users may either submit a batch job to a queue on a particular
node (not necessarily their own node), or submit a job to a cluster-wide batch
queue. Jobs on the cluster-wide queue are routed to queues attached to specific
nodes for execution. The algorithm for assigning jobs to specific nodes is a simple
one based on the ratio of executing jobs compared to the job limit of the queue.
Management of batch jobs is the responsibility of a VMS process called the
job controller. Each VMS node runs a job controller process. The process acquires
work from one or more batch queues.
For further details, There is a book "Internals and DataStructures", which covers among many other that topic.
Thanks
Archunan
Archie