- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Changing Time Zone
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-22-2001 10:43 AM
03-22-2001 10:43 AM
Changing Time Zone
I should correct a wrong time zone setting on HP-UX box.
I'd like to know how HP-UX sets time zone when booting.
I know that /usr/lib/tztab describes all possible time zones. Does /etc/TIMEZONE store the current global setting? Unfortunately, I could not find a startup script referring to this file.
Is it possible to change current time zone without restarting the system?
Many thanks in advance for your comments!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2001 10:51 AM
03-22-2001 10:51 AM
Re: Changing Time Zone
Regards,
/rcw
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2001 01:26 PM
03-22-2001 01:26 PM
Re: Changing Time Zone
A reboot is a real good thing to do after this and set_parms may instruct you to do this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2001 01:47 PM
03-22-2001 01:47 PM
Re: Changing Time Zone
run set_params
restart cron /sbin/init.d/crond start
This will keep cron from kicking off jobs when you change the TZ
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2001 12:33 AM
03-23-2001 12:33 AM
Re: Changing Time Zone
how it works.
Startup script /sbin/rc invokes another script /etc/rc.config that executes the third command file /etc/TIMEZONE.
/etc/TIMEZONE sets TZ variable using definitions from file /usr/lib/tztab
So /etc/TIMEZONE and /usr/lib/tztab appear to be the primary place to make modifications.