HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Scheduled tasks
Operating System - HP-UX
1834208
Members
2637
Online
110066
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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-17-2008 07:18 AM
09-17-2008 07:18 AM
Hi ..
could you please let me know how many ways there are in unix to schedule tasks?
i know cron...
could you explain me about "at" commmand?
is there other way to schedule tasks?
thanks in advance.
could you please let me know how many ways there are in unix to schedule tasks?
i know cron...
could you explain me about "at" commmand?
is there other way to schedule tasks?
thanks in advance.
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2008 07:22 AM
09-17-2008 07:22 AM
Solution
Hi Manuales:
You can create 'crontasks' and do 'at' or 'batch' jobs. The manpages for 'at' (of which 'batch' is really just another queue) offer explanations of usage.
Like 'cron', you need to pay attention to the 'at.allow' and 'at.deny' files. This too is documented in your friendly manpages :-)
Regards!
...JRF...
You can create 'crontasks' and do 'at' or 'batch' jobs. The manpages for 'at' (of which 'batch' is really just another queue) offer explanations of usage.
Like 'cron', you need to pay attention to the 'at.allow' and 'at.deny' files. This too is documented in your friendly manpages :-)
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2008 07:24 AM
09-17-2008 07:24 AM
Re: Scheduled tasks
There are also third party schedulers available, which you have to pay for.
Two products I can think of right off: IBM Tivoli Workload Scheduler (was Maestro many years ago) and Autosys.
Two products I can think of right off: IBM Tivoli Workload Scheduler (was Maestro many years ago) and Autosys.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2008 07:25 AM
09-17-2008 07:25 AM
Re: Scheduled tasks
The at command is basically a one-time version of cron. It uses cron's facilities to schedule a job to be run at some time in the future. You can even make it replicate cron's functionality by using at to schedule a script that then re-schedules the same script, like this:
echo "/full_path_to_myscript" | at 02:00 tomorrow
Put that at the end of your script and it will recur tomorrow!
More info, as always, can be found in the man page for at.
Pete
Pete
echo "/full_path_to_myscript" | at 02:00 tomorrow
Put that at the end of your script and it will recur tomorrow!
More info, as always, can be found in the man page for at.
Pete
Pete
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP