- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- graphical cron interface
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-12-2001 09:07 AM
10-12-2001 09:07 AM
graphical cron interface
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2001 09:19 AM
10-12-2001 09:19 AM
Re: graphical cron interface
cat /var/spool/cron/crontabs/*
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2001 09:25 AM
10-12-2001 09:25 AM
Re: graphical cron interface
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2001 09:32 AM
10-12-2001 09:32 AM
Re: graphical cron interface
There is nothing like a special graphical/command interface for cronjobs except SAM.But is only limited to root cronjobs. YOu can't view user cronjobs through SAM, I guess.
It's a very simple process. They are all
in /var/spool/cron/crontabs (owned by root) directory under each users name depending on the cron capabilities set in /var/adm/cron/cron.allow file.
As a user you can view your crontab file with the command crontab -l and edit it using crontab -e.
Else you can make a copy using crontab -l > cron.file Edit this file,make changes, save and
then do crontab cron.file to make it effective.
But root can view graphical/text window to check the cron using SAM.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2001 09:33 AM
10-12-2001 09:33 AM
Re: graphical cron interface
http://hpux.connect.org.uk/
Software Porting And Archive Centre for HP-UX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2001 03:26 PM
10-12-2001 03:26 PM
Re: graphical cron interface
you will have to write your own GUI, I am afraid.
Have a look at "dtksh" (DeskTop KornSHell), or TCL/Tk
(Tool Command Language/Toolkit), as it is pretty simple
to write GUI wrappers around your scripts with both of
them. There is even a TCL/Tk plaugin to netscape...
HTH,
Wodisch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2001 11:15 AM
11-13-2001 11:15 AM
Re: graphical cron interface
Also, there are third party software products, such as Legato Maestro, (which is now called WorkLoad Scheduler) and even HP's own ITO which provide scheduler capabilities, similar to CRON, but which provide GUI/CLI interaces, increased security, enhanced scheduling, etc.
If you do decide to write your own interface, as previously suggested, I would be interested in seeing it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2001 01:13 PM
11-13-2001 01:13 PM
Re: graphical cron interface
hi,
There is a freeware-vcron- here from
the world of Linux, but the author says it should work fine with other flavours of unix. Probably you can certify it for hpux11 ;-)
<<>>
There is another one called
kcron, but it is for kde interface on linux.
One probable reason why there is no established gui cron tool could be because anything beyond the system scheduling tasks is taken care
by thirdparty software. Especially the ones users manage.
-raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2001 02:30 PM
11-13-2001 02:30 PM
Re: graphical cron interface
http://www.webmin.com/webmin/screens/edit_cron.html
its really cool!
Richard