- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to change system time
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-07-2003 01:28 AM
03-07-2003 01:28 AM
How to change system time
We found that our HP-UX m/c time is 5 minutes faster than actual time.
How can we set time properly.
Can we use date command or sam to change time ?
Do we have to reboot the m/c !
Kindly give me command and steps.
Thanks
R.Ezhil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2003 01:31 AM
03-07-2003 01:31 AM
Re: How to change system time
Also , search on internet for time servers and then use one of them as your time server if you do not have any time server configured in your network.
time server can be configured from SAM.
hope this helps..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2003 01:35 AM
03-07-2003 01:35 AM
Re: How to change system time
# date [-u] mmddhhmm[yy]
or use set_parms command if there is more wrong as the delay of 5 minutes:
# set_parms date_time
regards ...
Armin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2003 01:36 AM
03-07-2003 01:36 AM
Re: How to change system time
Use SAM to configure the time server and also edit the /etc/rc.config.d/netdaemon file and give the time server name:
NTPDATE_server=IP_OF_TIME_SERVER
and
XNTPD=1
This way when you boot the server next time it will synchronize the time with time server.
hope this helps..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2003 01:44 AM
03-07-2003 01:44 AM
Re: How to change system time
i prefer to use:
set_parms date_time
it is recommended that you shutdown all your applications especially that you will be going back in time.
i would do it in single user mode and restart the server after the change.
hth
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2003 01:46 AM
03-07-2003 01:46 AM
Re: How to change system time
In your case, 5 minutes fast is 300 seconds so simply run date -a -300.
Regards,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2003 02:08 AM
03-07-2003 02:08 AM