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-10-2005 08:47 PM
10-10-2005 08:47 PM
CRON kit
I packaged the CRON utility together with some DCL as a PCSI kit. It is tested on VAX and Alpha systems. It should work on IA64, but you have to compile/link it (a BUILD.COM is included).
On VMS version older than V7.3, a relink may be neccessary.
It can be installed under VMS$COMMON or on any other destination. Only the releasenotes are copied onto SYS$HELP (only in german) and an identifier CRON_USER is created.
After downloading it, the file attributes of the PCSI file may have to be reset:
$ set file KR-VMS-CRON-V0103--1.PCSI -
/att=(rfm=fix,mrs=8192,lrl=8192)
regards Kalle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2005 08:48 PM
10-10-2005 08:48 PM
Re: CRON kit
regards Kalle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2005 10:31 PM
10-10-2005 10:31 PM
Re: CRON kit
http://www.process.com/openvms/index.html
and The Collector of VMS Freeware
http://h71000.www7.hp.com/openvms/freeware/cd_guide.html
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2005 11:31 PM
10-10-2005 11:31 PM
Re: CRON kit
regards Kalle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2005 11:34 PM
10-10-2005 11:34 PM
Re: CRON kit
Galen
(Too bad there is no way to directly give points to Karl for posting something like this.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2005 07:24 PM
10-12-2005 07:24 PM
Re: CRON kit
should you be interested to Itanium version? I can compile on rx2600 and localize an italian version. See http://it.openvms.org for furthermore details.
Cheers
Antonio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2006 09:19 AM
09-28-2006 09:19 AM
Re: CRON kit
How do you apply this PCSI kit to an Alpha system?
Thanks,
John Farmer
john dot farmer at genworth dot com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2006 09:30 AM
09-28-2006 09:30 AM
Re: CRON kit
"POLYCENTER Software Installation"
HELP PRODUCT
> How do you apply this PCSI kit to an Alpha
> system?
PRODUCT INSTALL
If you lack the privileges to install a kit
where it was expecting to be put, there exist
options for PRODUCT INSTALL, like
/DESTINATION, which can be helpful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2006 09:40 AM
09-28-2006 09:40 AM
Re: CRON kit
more sense to start a new topic, and refer to
this one in that one.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2006 09:44 AM
09-28-2006 09:44 AM
Re: CRON kit
Thanks,
John Farmer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2006 02:59 AM
10-17-2006 02:59 AM
Re: CRON kit
Cron works great. Thank you. FYI, I couldn't get the mail option to work until I UNcommented the following three lines:
/* sprintf (logfile, "cron$lib:[LOG]LOG.%05d", sequence);
* strcat (commandline, "/log=");
* strcat (commandline, logfile);
*/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2006 04:49 AM
10-21-2006 04:49 AM
Re: CRON kit
tnx for the hint. We use the standard /LOG feature of SUBMIT and put the logfiles into task specific locations, so I never noticed this one.
regards Kalle