- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: NTP configuration
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
10-13-2003 09:55 AM
10-13-2003 09:55 AM
NTP configuration
#echo $TZ
SAT4
so, then I go to /usr/lib/tztab in order to look for this TZ but there is not this SAT. How can I modify the tztab in order to make the changes without a system reboot ??
tha
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2003 10:39 AM
10-13-2003 10:39 AM
Re: NTP configuration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2003 11:17 AM
10-13-2003 11:17 AM
Re: NTP configuration
# set_parms timezone
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2003 12:49 PM
10-13-2003 12:49 PM
Re: NTP configuration
It's important to make sure EVERY user has a valid $TZ value (which is why /etc/profile is used to set $TZ). The man pages for tztab will cover how to create a custom timezone for your locaion.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2003 12:45 AM
10-14-2003 12:45 AM
Re: NTP configuration
I already change it with TZ=SAT3 and export TZ but after a while it goes again to SAT4, anyway I have a NTP server(correct hour) connected for synchronization to his servers but they´re not getting the timezone only minutes and seconds.
Also, is there some documentation about the TZ description in the tztab file ??, I mean not man pages, something that can say that Chile belongs to some of the TZ inside.
thanks in advanc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2003 04:24 AM
10-14-2003 04:24 AM
Re: NTP configuration
So xyz3 = SAT3 = CHI3...
Set it up on tztab, /etc/TIMEZONE and $TZ, and you`re done.
At,
Scrivano
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2003 02:09 AM
10-15-2003 02:09 AM
Re: NTP configuration
This really is the preferred way and how HP intended system time and the TZ enviroment variable to be assigned.
For example:
EST5EDT = Eastern Standard Time, 5 hours behind GMT, Eastern Daylight Time.
EST5 = Eastern Standard Time, 5 hours behind GMT,
timezone Allows the user to select a timezone based on the country of location. Also allows setting a user-supplied timezone. The system will need to be rebooted for a change to take effect.
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B3921-90010/B3921-90010_top.html&con=/hpux/onlinedocs/B3921-90010/00/07/773-con.html&toc=/hpux/onlinedocs/B3921-90010/00/07/773-toc.html&searchterms=timezone%7cset_parms&queryid=20031015-080749
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2003 02:14 AM
10-16-2003 02:14 AM
Re: NTP configuration
Here is a great reference for worldwide timezone rules: http://www.weltzeituhr.com/laender/zeitzonen_e.shtml
But you first must correct the problem that changes $TZ to SAT4.
Bill Hassell, sysadmin