- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- cron - query
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
03-30-2005 07:11 PM
03-30-2005 07:11 PM
System : N4000/HP-UX 11.00/TZ=SST-8
I have a user "abc" which has the TZ=EST-10EDT. EST-10EDT is 3 hours ahead of SST-8.
abc has a scheduled cronjob at 2:00 am. It is observed that it runs at 2:00am on TZ SST-8 but not TZ EST-10EDT.
Does this mean that the cron for abc doesn't read the profile of abc but it executes the cronjob on the global Timezone "SST-8"?
How do I make the cronjob read the profile of abc and excutes the cronjob at the TZ EST-10EDT?
Thank you,
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2005 07:17 PM
03-30-2005 07:17 PM
Re: cron - query
It reads the profile for environment variables etc, but runs on the global timezone, otherwise you'd have to have several instances of cron for each timezone users decide to use.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2005 07:33 PM
03-30-2005 07:33 PM
Re: cron - query
I have found the following link in this ITRC forum. Any solution to this issue? My problem seems to be same as mine.
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=9375
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2005 07:54 PM
03-30-2005 07:54 PM
Re: cron - query
Regds
TT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2005 01:14 AM
03-31-2005 01:14 AM
Solutioncron jobs will run at the appropriate time with the default timezone as specified in /etc/TIMEZONE.