- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Incorrect time in HP 11.11
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
06-15-2006 02:16 PM
06-15-2006 02:16 PM
Incorrect time in HP 11.11
When i run command: #date, my system show incorrect time.
Ex:
Correct Time is: Fri Jun 16 09:15:00
The system show: Fri Jun 16 09:07:39 TST 2006
The content of my TIMEZONE file:
---------------
TZ=TST-7
export TZ
---------------
I don't know about TST, please help me "HOW TO CORRECT THIS PROBLEM"
Thanks very much !
Vu.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2006 02:23 PM
06-15-2006 02:23 PM
Re: Incorrect time in HP 11.11
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2006 02:26 PM
06-15-2006 02:26 PM
Re: Incorrect time in HP 11.11
When you run 'set_parms timezone' it will display all of the world's timezones.
set_parms date_time
set_parms timezone
http://docs.hp.com/en/B2355-60103/set_parms.1M.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2006 02:46 PM
06-15-2006 02:46 PM
Re: Incorrect time in HP 11.11
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2006 03:36 PM
06-15-2006 03:36 PM
Re: Incorrect time in HP 11.11
I already set time by date command, but someday later It repeat old error. I thinks, it 's not good solution.
Regards,
Vu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2006 03:36 PM
06-15-2006 03:36 PM
Re: Incorrect time in HP 11.11
I already set time by date command, but someday later It repeat old error. I thinks, This 's not good solution.
Regards,
Vu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2006 05:55 PM
06-15-2006 05:55 PM
Re: Incorrect time in HP 11.11
1-check TIMEZONE ;
#/sbin/set_parms timezone
press 6 for asia
than press 9 for unlisted time-zone.
Enter the time zone for your location
2-if there is a timeserver on your network.configure the NTP.
a- add timeserver IP to the /etc/hosts
x.x.x.x timesrv@example.com
b- edit /etc/rc.config.d/netdaemons like following;
NTPDATE_SERVER=â timesrv@example.comâ
XNTPD=1
c-edit /etc/ntp.conf like following;
server timesrv@example.com
driftfile /etc/ntp.drift
d- /sbin/init.d/xntpd stop
/sbin/init.d/xntpd start
e- check the time ;
ntpdate â q timesrv@example.com
or;
set the time once;
ntpdate â b timesrv@example.com
regards;
mustafa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2006 07:08 PM
06-15-2006 07:08 PM
Re: Incorrect time in HP 11.11
ps -ef|grep ntp
If you see /usr/sbin/xntpd you are running ntp.
The final line of /etc/ntp.conf will give you the name of the server you are tied to.
Mark Syder (like the drink but spelt different)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2006 04:18 AM
06-16-2006 04:18 AM