- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How configure ntp server
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-15-2003 12:52 AM
04-15-2003 12:52 AM
How configure ntp server
I want to configure my system (HP9000 N4000 with HPUX 11.0) like NTP server. How can I get it?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2003 12:54 AM
04-15-2003 12:54 AM
Re: How configure ntp server
look in
/usr/share/doc
for file
# pg $PWD/NTP_Primer.txt
Network Time Protocol on HP-UX
==============================
The Network Time Protocol is a family of programs that are used to adjust
the system clock on your computer and keep it synchronized with external
sources of time. It is designed to provide accuracy in the microsecond to
millisecond range with hardware available in the mid 1990s.
The Network Time Protocol is described in RFC-1305. The family of programs
was developed for the public domain at the University of Delaware, and
plenty of good information is available at their web site:
http://www.eecis.udel.edu/~ntp
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2003 12:55 AM
04-15-2003 12:55 AM
Re: How configure ntp server
Also take a look at the default config file;
/usr/newconfig/etc/ntp.conf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2003 12:59 AM
04-15-2003 12:59 AM
Re: How configure ntp server
The man page is real long! see Alex Glennies response here: (again request for minimans for hp-ux)
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x199dd5fab40ed6118ff40090279cd0f9,00.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2003 01:01 AM
04-15-2003 01:01 AM
Re: How configure ntp server
Here is another online doc,
http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000062686582
Regards,
Robert-Jan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2003 01:56 AM
04-16-2003 01:56 AM
Re: How configure ntp server
you must modify
1- /etc/ntp.conf:
server 127.127.1.1 # the localhost IP
fudge 127.127.1.1 stratum 10 # show poor quality
2- /etc/rc.config.d/netdaemons:
export NTPDATE_SERVER=127.127.1.1
export XNTPD=1
export XNTPD_ARGS=
Now /sbin/init.d/xntpd stop/start