- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- Daylight Savings Time Change
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-08-2007 06:17 AM
03-08-2007 06:17 AM
Daylight Savings Time Change
I am new to this area and have inherited an old unix server. My best guess is the following:
AlphaServer 1000A 5/333
Digital Unix V4.0E (rev.1091)
Firmware Version: 5.5-75
My Question: How do I change the system time to reflect the new Daylight Savings Time?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2007 06:39 AM
03-08-2007 06:39 AM
Re: Daylight Savings Time Change
I suggest connecting to an ntp , otherwise use the date command. The man page tels you the data format of command.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2007 06:53 AM
03-08-2007 06:53 AM
Re: Daylight Savings Time Change
http://forums1.itrc.hp.com/service/forums/familyhome.do?familyId=280
I'll put in a request to get this question moved there.
Nevertheless, all information about DST changes as they relate to HP-supported OSs is available at:
http://www.hp.com/go/DST
It offers this link for Tru64-specific information:
http://h30097.www3.hp.com/unix/erp/c00849060.html
The oldest version with DST patches available is V4.0F PK8, so I'm afraid your V4.0E is so old it's already out of support.
In this thread, Mark Poeschl suggests how to make the necessary changes manually. Archunan Muthiah's link offers some related documentation.
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1098139
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2007 06:59 AM
03-08-2007 06:59 AM
Re: Daylight Savings Time Change
ftp://elsie.nci.nih.gov/pub/
# mkdir /tmp/time
ftp> get tzdata2006o.tar.gz ( or the most recent)
# gzip â d tzdata2006o.tar.gz
# tar â xvf tzdata2006o.tar
# mv /etc/zoneinfo/sources/northamerica /etc/zoneinfo/sources/northamerica.2006MMJJ
# cp â p /tmp/time/northamerica /etc/zoneinfo/sources/northamerica
# zic northamerica
# ln -s /etc/zoneinfo/America/Montreal /etc/zoneinfo/localtime
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2007 07:12 AM
03-08-2007 07:12 AM