- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Steps to configure hpux server with a time syn...
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-06-2006 07:33 AM
04-06-2006 07:33 AM
We are already running time sync server. I want to configure a hpux machine to receive
its time from the time sync servers. What are the steps required to configure it ?
Thanks,
Shiv
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2006 07:41 AM
04-06-2006 07:41 AM
Re: Steps to configure hpux server with a time sync server
The simplest/easiest way is to use SAM. It will do all the setup for you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2006 07:47 AM
04-06-2006 07:47 AM
Solutionedit the file /etc/ntp.conf and
add entries similar to this:
server mickey.mouse.com version 3 prefer
server minnie.mouse.com version 3
server goofy.dog.com
Save the file.
Next edit /etc/rc.config.d/netdaemons and set XNTPD=1
cd /sbin/init.d/
./xntpd start
You can also use SAM to set up Network Time.
Before doing anything, you should read /usr/share/doc/NTP_Primer.txt. It is an excellent guide to setting up NTP and choosing time servers (and yes, you need more than one).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2006 07:51 AM
04-06-2006 07:51 AM
Re: Steps to configure hpux server with a time sync server
http://ntp.isc.org/bin/view/Servers/WebHome
Depending on where you are located, make appropriate selection
This will list those sites that are open, closed, permission required, etc...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2006 07:58 AM
04-06-2006 07:58 AM
Re: Steps to configure hpux server with a time sync server
ntpq -p command to know the status . It shows the associations, time difference between server and client etc. For more details you can run interactive ntpq by just typing #ntpq and at next prompt type "help" for more options.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2006 08:08 AM
04-06-2006 08:08 AM
Re: Steps to configure hpux server with a time sync server
In additon to the informatino already provided, I would suggest you read chapter-7 of "Installing and Administering Internet Services: HP 9000 Networking":
http://docs.hp.com/en/B2355-90685/index.html
Regards!
...JRF...