- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- 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
02-07-2002 06:54 AM
02-07-2002 06:54 AM
I want to sinchronize our windows clients with a HP-UX server.
Should I configure something on the server side?
Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2002 07:05 AM
02-07-2002 07:05 AM
Re: ntp server
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x130acb60e503d6118ff40090279cd0f9,00.html
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2002 07:15 AM
02-07-2002 07:15 AM
Solution1) Check ntpd version, first start it ..
#/usr/sbin/xntpd
- Kill the xntpd daemon you just started.
- grep xntpd /var/adm/syslog/syslog.log
Look for the version information such as:
Jun 4 12:38:42 tim xntpd[882]: xntpd version=3.5f...
2) Based on the version output from step 1, add the following line to the /etc/ntp.conf file.
For version 3.4 and older:
server 127.127.1.10
For version 3.5 and later:
server 127.127.1.1
3) Start xntpd.
- Edit /etc/rc.config.d/netdaemons and set the following line as shown:
export NTPDATE_SERVER=127.127.1.1 or 127.127.1.10 depending on step #2.
export XNTPD=1
# /sbin/init.d/xntpd start
4) Give the system about 5 minutes to sync and check the status with command:
# ntpq -c rv
Look for the value of the field 'reftime='. If the field is all zeros the system has not yet synced to a server. Once a hex value replaces the zeros, the system is ready to provide time information to clients.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2002 07:36 AM
02-07-2002 07:36 AM
Re: ntp server
I??d followed steps you suggested and xntpd start returns errors (our ntp version is 3.4):
#./xntpd start
/usr/sbin/ntpdate: sendto(127.127.1.10): Network is unreachable
/usr/sbin/ntpdate: sendto(127.127.1.10): Network is unreachable
/usr/sbin/ntpdate: sendto(127.127.1.10): Network is unreachable
/usr/sbin/ntpdate: sendto(127.127.1.10): Network is unreachable
/usr/sbin/ntpdate: no server suitable for synchronization found
#
However I??ve tested ntp and I think it??s working:
#ntpq -c rv
status=0033 leap_none, sync_unspec, 3 events, event_sync_chg
system="UNIX", leap=00, stratum=2, rootdelay=0.00,
rootdispersion=399.99, peer=60116, refid=LOCAL(1),
reftime=c00d2b7d.4f5f1000 Thu, Feb 7 2002 16:36:13.310, poll=6,
clock=c00d2b9a.91858000 Thu, Feb 7 2002 16:36:42.568, phase=0.000,
freq=0.00, compliance=2
#
Anything else is needed?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2002 07:49 AM
02-07-2002 07:49 AM
Re: ntp server
Try these couple of links,
http://support.microsoft.com/default.aspx?scid=kb;en-us;Q262680
For Windows 2000 clients,
http://support.microsoft.com/default.aspx?scid=kb;en-us;Q216734
For NT clients,
http://support.microsoft.com/default.aspx?scid=kb;en-us;Q232255
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2002 08:30 AM
02-07-2002 08:30 AM
Re: ntp server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2002 08:37 AM
02-07-2002 08:37 AM
Re: ntp server
Here is a simple way to configure NTP on hp server and then you can use configrue the ntp on windows clients,
http://us-support.external.hp.com/cki/bin/doc.pl/sid=352ebf6d1b4be45499/screen=ckiDisplayDocument?docId=200000053307950
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90147/B2355-90147_top.html&con=/hpux/onlinedocs/B2355-90147/00/00/58-con.html&toc=/hpux/onlinedocs/B2355-90147/00/00/58-toc.html&searchterms=ntp%20configure&queryid=20020207-084405
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2002 09:34 AM
02-07-2002 09:34 AM
Re: ntp server
I??ve changed IP to 127.127.1.1 and still returns same error.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2002 09:56 AM
02-07-2002 09:56 AM