- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Crontab error
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
04-19-2009 03:51 AM
04-19-2009 03:51 AM
Crontab error
# crontab -l
static
Cron file selection? (select from above): static
Invalid Cron File name
Can any one please help me in that ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2009 04:13 AM
04-19-2009 04:13 AM
Re: Crontab error
What does "whence crontab" show?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2009 04:16 AM
04-19-2009 04:16 AM
Re: Crontab error
[NEW : root@cs2-v2 : /var/spool/cron/crontabs]
# uname -a
HP-UX cs2-v2 B.11.23 U ia64 0838911998 unlimited-user license
[NEW : root@cs2-v2 : /var/spool/cron/crontabs]
# whence crontab
/usr/local/bin/cron_wrapper.sh
[NEW : root@cs2-v2 : /var/spool/cron/crontabs]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2009 04:32 AM
04-19-2009 04:32 AM
Re: Crontab error
No it isn't. It looks like some alias has hijacked your crontab. HP-UX's is in /usr/bin/crontab.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2009 04:53 AM
04-19-2009 04:53 AM
Re: Crontab error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2009 08:00 AM
04-19-2009 08:00 AM
Re: Crontab error
Solve what? It's doing what you asked.
Remove the alias?
Fix the script?
Change your path?
Specify a full path to the "crontab" which
you would really like to run?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2009 10:19 AM
04-19-2009 10:19 AM
Re: Crontab error
We would have to see & debug your script. You could add a "set -x" to it to trace it.