- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: OpenVMS Job Scheduler - Recomendations
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
Discussions
Discussions
Discussions
Forums
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
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
тАО09-28-2006 10:20 AM
тАО09-28-2006 10:20 AM
I am proposing adding a job scheduler to the mix. Besides the several promient commercial offerings, most freeware searches lead to Cron (and/or Kronos). Is this a recommended solution to pursue for job scheduling? Is this any better than the current use of the VMS Submit command? Does this require "Installation" on OpenVMS? Can someone point me to how-to documentation? I am a developer/analyst by trade, but trying to help establish operations standards in the dept.
No amount of information/suggestions will go un-appreciated. I am starting from the ground up in many areas in I.T. In most of my previous employement, these "infrastructure & tool" decisions had already been made and implemented. I just had to follow the rules. Here, we are needing to establish those rules.
Thanks,
John Farmer
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-28-2006 12:07 PM
тАО09-28-2006 12:07 PM
SolutionInstallation on OpenVMS means different things to different people. In the systems sense, it generally means moving files into various systems directories. Your earlier comments in a different thread inquired about PCSI kits. PCSI (if memory serves, originally named PolyCenter Software Installation) is a OpenVMS component for packaging and distributing software and updates. The "installing" user uses the PRODUCT INSTALL command, with a supplied file (a PCSI file) as implicit input (the names are formulaic based upon architecture and product name).
PCSI kits can also be generated. All of the components and utilities need to generate the kits are present on a normal OpenVMS system (the utilities are documented in the OpenVMS documentation set, accessible at http://www.hp.com/go/openvms ).
Depending upon how the applications on your site are organized, adopting a job scheduling product can be easy or a major product, there is no way to determine this without a careful look at your activities. Some organizations have implemented their own job scheduling, others have not.
I hope that the above is helpful.
- Bob Gezelter, http://www.rlgsc.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-28-2006 12:48 PM
тАО09-28-2006 12:48 PM
Re: OpenVMS Job Scheduler - Recomendations
SUBMIT, and even more with command procedures
which re-SUBMIT themselves.
On the other hand, a pre-fab tool which can
run something on the last Thursday of every
month can save some DCL effort.
It all depends on your actual requirements.
One method of attack might be to try to write
the DCL to do what you need. If/when that
gets cumbersome and/or frustrating, you'll
have a better idea of what to look for in a
fancy scheduling tool.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-28-2006 01:36 PM
тАО09-28-2006 01:36 PM
Re: OpenVMS Job Scheduler - Recomendations
We run the CA Scheduler in Server mode on all four production nodes.
$> sch
Unicenter Job Management V3.0
(C) 2002, Computer Associates International, Inc. All Rights Reserved.
SCHEDULE>
This version 3.0 is okay. The prevsion had realy problems with waited DIO being generated and some bugs when shadow merges were in progress.
I do not endorse the product, but it services us satisfactorily.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-28-2006 07:36 PM
тАО09-28-2006 07:36 PM
Re: OpenVMS Job Scheduler - Recomendations
It runs o.k. and frees us from the burden to program some DCL to specify more complex scheduling requirements. If you have dependancies between jobs, esp. for jobs on other systems, a commercial product may be better suited.
CRON uses the standard batch system for actually running the jobs and is clusterware, in that a CRON daemon runs on every node (you specify), synchronized via a lock, and one of them doing the work.
You find the PCSI kit for CRON on the actual freeware disk.
regards Kalle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-28-2006 11:25 PM
тАО09-28-2006 11:25 PM
Re: OpenVMS Job Scheduler - Recomendations
I use a slightly modified version of resubmit.com and a separate routine resubmit_date.com for calculating the resubmit date which copes with 'every_week' and 'third Monday of the month' etc. See http://dcl.openvms.org/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-29-2006 02:12 AM
тАО09-29-2006 02:12 AM
Re: OpenVMS Job Scheduler - Recomendations
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-29-2006 03:01 AM
тАО09-29-2006 03:01 AM
Re: OpenVMS Job Scheduler - Recomendations
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-29-2006 06:10 AM
тАО09-29-2006 06:10 AM
Re: OpenVMS Job Scheduler - Recomendations
We use JSS from Icam for scheduling and have been very happy with it.
http://h21007.www2.hp.com/dspp/mop/mop_PartnerDetails_IDX/1,2718,6308,00.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-29-2006 03:51 PM
тАО09-29-2006 03:51 PM
Re: OpenVMS Job Scheduler - Recomendations
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-29-2006 03:57 PM
тАО09-29-2006 03:57 PM
Re: OpenVMS Job Scheduler - Recomendations
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-30-2006 12:03 AM
тАО09-30-2006 12:03 AM
Re: OpenVMS Job Scheduler - Recomendations
we essentially follow Steven's idea:
self re-submiiting batches.
To steer all kinds of scheduling, we wrote a DCL routine (made available at DCL.OPENVMS.ORG):
http://dcl.openvms.org/stories.php?story=04/10/15/8590853
@
What can be specified, and the correct syntax for specifications, is documented in the header of the routine.
hth
Proost.
Have one on me.
jpe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-01-2006 12:36 PM
тАО10-01-2006 12:36 PM
Re: OpenVMS Job Scheduler - Recomendations
AUS 10 cents.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-01-2006 08:43 PM
тАО10-01-2006 08:43 PM
Re: OpenVMS Job Scheduler - Recomendations
Whatever you use be careful about side efects.
1) how does the system react when you abort the job ? (jams abort the schedule of e.g. every 15 minutes too).
2) how does the system react when you manually submit the job file ? (jams starts the schedule, even when it was already active).
3) can you prevent 2 jobs with the same name (and work files) from running simultaniously ?
4) Can the scheduler handle job names for which the logical name is not cluster wide defined and how does it react in cluster failover ?
5) How do you know that a job was NOT started ?
6) How does it react on time changes ?
7) how does it react after a cluster down time of a few hours ? (jams starts all jobs at the same time).
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-02-2006 04:04 AM
тАО10-02-2006 04:04 AM
Re: OpenVMS Job Scheduler - Recomendations
We had over 20,000 batch jobs running per night at one of my former sites, and it ran like gangbusters.
We also did many system consolidations, and the ability to export a system's entire JAMS job and setup information, and then import it onto the target system saved us hundreds if not thousands of man-hours that keying all that stuff in would have involved.
Their tech support's great, too.
Wim is right about things you have to look out for, but most of those are going to be gotchas no matter which product you use.
WWWebb
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-10-2006 10:38 AM
тАО10-10-2006 10:38 AM
Re: OpenVMS Job Scheduler - Recomendations
Years ago when we made our decision to buy a scheduler these forums were not available.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-12-2007 06:48 PM
тАО06-12-2007 06:48 PM
Re: OpenVMS Job Scheduler - Recomendations
John
john dot farmer at genworth dot com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-12-2007 08:25 PM
тАО06-12-2007 08:25 PM
Re: OpenVMS Job Scheduler - Recomendations
regards Kalle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-13-2007 09:28 AM
тАО06-13-2007 09:28 AM
Re: OpenVMS Job Scheduler - Recomendations
with so small amount of stuff on your
system, it might be a good time to upgrade
before you put too much on it (I'm stuck
at 7.2-1) for simple schduling I've always
just dcl'ed it. If I had 20000 jobs I wouldn't be using dcl! good luck -Dean