- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- primary clock to 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
06-15-2005 07:55 AM
06-15-2005 07:55 AM
primary clock to ntp server
we have hp-unix 10.22 run on ntp server this server has
its primary clock from gps connected to the serial port of the server
so the following configuration at its /etc/ntp.conf
server 127.127.26.1 #gps clock
server 127.127.1.1 #local clock
we want to take the primary clock from csu/dsu
(acculink model 3172 )instead of gps
could you tell me the changes should be done with the /etc/ntp.conf?
and any other configuration related to ntp server?
thanks for help
omyma
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2005 09:41 AM
06-15-2005 09:41 AM
Re: primary clock to ntp server
If you are attaching a clock directly then my first thought would be to disable ntp because it will override the clock input from the local source.
I'd probably look at this file:
/etc/rc.config.d/netdaemons contains
export NTPDATE_SERVER=
export XNTPD=1
export XNTPD_ARGS=
and change XNTPD=0
Its been a long time since I used a non-ntp clock and it had a utility that had to be run to update the time on the server.
I used this thread for info and it may be more useful to you than me.
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=59218
Why I got points in that thread is anybody's guess.
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
06-15-2005 09:47 AM
06-15-2005 09:47 AM
Re: primary clock to ntp server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2005 10:03 AM
06-15-2005 10:03 AM
Re: primary clock to ntp server
can you get to a public one ? here's reference is you need to try:
http://ntp.isc.org/bin/view/Servers/WebHome
are you using: ntpdate command on the other servers, just wondering. I have a few servers running ntpdate from the cron, which hits our main server. the main server has the proper time by running the xntpd daemon.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2005 06:31 PM
06-15-2005 06:31 PM
Re: primary clock to ntp server
i need to use clock of E1 connected to our
csu/dsu(acculink model 3172 ),so i ask about the address of this csu to write it in /etc/ntp.conf ,or any web site includes this information
as far as i know every device (gps or csu/dsu) has a specific address so i ask about this special list of addresses
note : all our network do not access internet ,lan and wan parts are closed no connection through internet.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2005 06:50 AM
06-19-2005 06:50 AM
Re: primary clock to ntp server
the situation now is the master clock is "cesium beam frequency standered Model 3000" is manufactured by Ericcson company
this clock come to us through E1 and we need to synch our hp servers using this clock by attatch the serial port of server to E1.
any one know the pseudo ip address of this kind of clock , if it has no Number is there another method to configure it as stratum 0 in /etc/ntp.conf ?
waiting your reply
omyma
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2005 08:45 AM
06-19-2005 08:45 AM
Re: primary clock to ntp server
# ntptrace -v YOUR-Stratum-Name
# nslookup YOUR-Stratum-Name
# man ntpq
# USE ntpq TO INTERACTIVE MODE and DEBUG
# ntpq
ntpq> help
Commands available:
addvars associations authenticate cl clearvars
clocklist clockvar cooked cv debug
delay exit help host hostnames
keyid keytype lassociations lopeers lpassociations
lpeers mreadlist mreadvar mrl mrv
ntpversion opeers passociations passwd peers
poll pstatus quit raw readlist
readvar rl rmvars rv showvars
timeout version writelist writevar
ntpq>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2005 06:59 AM
06-22-2005 06:59 AM
Re: primary clock to ntp server
as a result of all trials are failed so
now i make a simulation for this external clock on lab
i connect an external clock source(square wave from function generator)to the serial port of hp server
now i want to configure hp server to synch form this clock ?
please tell me what is the device files should i create ?
and the configuration of /etc/ntp.conf
is that method will work or not?
omyma
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2005 07:04 AM
06-23-2005 07:04 AM
Re: primary clock to ntp server
http://www.eecis.udel.edu/~mills/ntp/html/refclock.html
I don't see the Aculink model listed.
Clock driver will be at 127.127.n.1 where n
is the driver id from the list on the site above.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2005 02:03 AM
06-25-2005 02:03 AM
Re: primary clock to ntp server
our NTP server has hp-unix version 10.2 .
shall i use pps driver with following data
Address: 127.127.22.u
Reference ID: PPS
Driver ID: PPS
Serial or Parallel Port: /dev/ppsu
Requires: PPSAPI interface
and i want to know , does hp unix version 10.2 support PPSAPI interface or not ?
if not what can i do to use this driver?
omyma