- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Location of cron log files....
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
тАО10-15-2004 07:37 AM
тАО10-15-2004 07:37 AM
Can you help to locate log files for cron/crontab.
Trying to check why of one shell didn't run, thoug it scheduled to run every day, and it did so for last 2 month but not yesterday.
Is there any condition for free-space, etc. that can affect crontab work.
I'm on HP UNIX.
Thanks to all
Vlad
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-15-2004 07:40 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-15-2004 07:50 AM
тАО10-15-2004 07:50 AM
Re: Location of cron log files....
If your cron logs don't give any clues, you could check to make sure that your cron daemon is running. Also, check the e-mail for the user account that had the cron job scheduled. They might have e-mail explaining what happened.
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-15-2004 08:07 AM
тАО10-15-2004 08:07 AM
Re: Location of cron log files....
I checked my cron
$ ps ax
PID TTY TIME COMMAND
4286 pts/8 0:00 ksh
24761 pts/8 0:00 ps
that's all I have, does it mean that my cron daemon is not running..
Thax
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-15-2004 08:13 AM
тАО10-15-2004 08:13 AM
Re: Location of cron log files....
> CMD: /appl/bxmail/eml001/proc # on every BD
> bxmail 12323 c Thu Oct 14 14:00:00 PDT 2004
Thanks looks fine form, no any extra info im bxmail email account.
V
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-15-2004 08:13 AM
тАО10-15-2004 08:13 AM
Re: Location of cron log files....
$ ps -ef | grep cron
root 1106 1 0 Jun 13 ? 0:28 /usr/sbin/cron
If you get back a line that says something like the above, then cron is running.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-15-2004 08:16 AM
тАО10-15-2004 08:16 AM
Re: Location of cron log files....
You're right Cron is alive. Still kind of dark matter, I don't have any system support for now, will address this issue later to our guys.
Thanks to all
Vlad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-15-2004 09:18 AM
тАО10-15-2004 09:18 AM
Re: Location of cron log files....
-Regards
Govind
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-15-2004 09:20 AM
тАО10-15-2004 09:20 AM
Re: Location of cron log files....
Regards,
Govind
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-15-2004 10:00 AM
тАО10-15-2004 10:00 AM
Re: Location of cron log files....
No changes were made during last days, alwyase check cron with -l option.
Nothing in syslog.log too.
THanks to all.
Could be hackers.....
Vlad