- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Configure NTP
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
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
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
тАО08-06-2008 12:56 AM
тАО08-06-2008 12:56 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-06-2008 03:00 AM
тАО08-06-2008 03:00 AM
Re: Configure NTP
http://docs.hp.com/en/B2355-90774/index.html
http://docs.hp.com/en/B2355-91060/ch04s03.html
http://www.cyberciti.biz/faq/howto-configure-hpux-unix-xntpd-ntp-server/
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
тАО08-06-2008 03:06 AM
тАО08-06-2008 03:06 AM
Re: Configure NTP
attached doc will help you to configure NTP.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-06-2008 03:17 AM
тАО08-06-2008 03:17 AM
Re: Configure NTP
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-06-2008 02:58 PM
тАО08-06-2008 02:58 PM
SolutionFirst, choose one system to act as the internal NTP server. Now do the following:
1. On the system chosen as the NTP server:
A. Edit the /etc/ntp.conf. Search for and uncomment the following lines:
server time.nist.gov
driftfile /etc/ntp.drift
B. Edit the /etc/rc.config.d/netdaemons, and go to the xntp section. Make
the following lines look like this:
export NTPDATE_SERVER=time.nist.gov
export XNTPD=1
export XNTDP_ARGS=
2. On each client system, do the following:
A. Edit the /etc/ntp.conf file and add or uncomment two lines to look like
this:
# server 128.8.10.1 key 2000 minpoll 6 prefer
server
driftfile /etc/ntp.drift
B. Edit the /etc/rc.config.d/netdaemons, find the xntp section, and make it
look like this:
export NTPDATE_SERVER=
export XNTPD=1
export XNTDP_ARGS=
3. On each system, execute /sbin/init.d/xntpd start, or reboot each system.
If the time is off more than a few seconds between the systems, synchronize by rebooting.
4. Run ntpq -p on each system to check status.