- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: HP-Ux time has changed
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
04-29-2008 09:54 PM
04-29-2008 09:54 PM
HP-Ux time has changed
We are having rp4440 server with hp-ux 11.11 v1. time of the operating system has been changed automatically. Can it be happened automatically?
Regards
Nirukshitha
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2008 09:58 PM
04-29-2008 09:58 PM
Re: HP-Ux time has changed
How often the time is changing?
Did you set NTP?
Did you set time zone?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2008 10:07 PM
04-29-2008 10:07 PM
Re: HP-Ux time has changed
In addition to that we didn't do any changes in the server.
Anyway,While this is examined, can we know whether we can change the current time in to correct time while oracle is running.
Regards
Nirukshitha
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2008 10:12 PM
04-29-2008 10:12 PM
Re: HP-Ux time has changed
http://www.knowledgeroot.dk/hp-ux/general-hp-ux/how-to-enable-ntpxntpd-on-hp-ux/
It seems that you have a problem with the ntp server that's giving out the time.
Another problem, could be change of timezone. Make sure that you are using the correct timezone and reconfigure it all to make sure.
# vi /etc/TIMEZONE
TZ=MET-1METDST
export TZ
# vi /etc/ntp.conf
server your.timeserver.com version 3 prefer
# vi /etc/rc.config.d/netdaemons
export XNTPD=1
-- Johnny Damtoft
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2008 10:21 PM
04-29-2008 10:21 PM
Re: HP-Ux time has changed
Regards
Nirukshitha
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2008 11:28 PM
04-29-2008 11:28 PM
Re: HP-Ux time has changed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2008 11:56 PM
04-29-2008 11:56 PM
Re: HP-Ux time has changed
What does this show:
date; date -u
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2008 11:40 AM
04-30-2008 11:40 AM
Re: HP-Ux time has changed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2008 02:40 PM
04-30-2008 02:40 PM
Re: HP-Ux time has changed
Select a timezone based on your country of location.Also allows you to set a user-supplied timezone.
The system must be rebooted for any change to take effect.
set_parms date_time
Set the system date and time interactively: This is similar to calling date as a privileged user but without having to format a time specification. The change takes effect immediately.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2008 07:28 PM
05-01-2008 07:28 PM
Re: HP-Ux time has changed
I am in GMT+6 time zone. How do I change server time into GMT+6. Also once we set GMT+6 , what does it give from "date -u " command
Regards
Nirukshitha
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2008 08:17 PM
05-01-2008 08:17 PM
Re: HP-Ux time has changed
your /etc/TIMEZONE should show the following:
SRV2:etc>cat TIMEZONE
TZ=GMT-6
export TZ
And when you run the "date" and "date -u" the following should be displayed:
SRV2:etc>date
Fri May 2 08:14:15 MRU 2008
SRV2:etc>date -u
Fri May 2 02:14:18 UTC 2008
SRV2:etc>
hope this helps!
kind regards
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2008 08:19 PM
05-01-2008 08:19 PM
Re: HP-Ux time has changed
is this is production system, you may wish to shutdown your databases and applications before making the changes.
when you finish making the changes, a reboot would ensure that everything has been properly setup.
good luck!
kind regards
yogeeraj