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-08-2003 06:46 PM
04-08-2003 06:46 PM
NTP
have linux, HPUX, in client linux, after configuration NTP client,then it works. But
in HP-UX, I also configration NTP client, then
restart xntpd daemon, it said couldn't find
the NTP server. Does anyone tell me how to do
this? Can HP-UX as a NTP client, if NTP server
if SUN server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2003 07:12 PM
04-08-2003 07:12 PM
Re: NTP
http://www.docs.hp.com/hpux/onlinedocs/B2355-90685/B2355-90685.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2003 07:12 PM
04-08-2003 07:12 PM
Re: NTP
ntp 123/tcp
ntp 123/udp
This makes it an IP standard and universal between other servers.
Check client synchronization with ntpq -p. Note the "*" in the left of the report. The "*" indicates who the client has selected as an NTP server.
There is also up to a 10 minute latency for synchronization. Also the client must start out with less then a 3 minute offset to the server's time or you'll see the failure in syslog.log.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2003 09:37 AM
04-09-2003 09:37 AM
Re: NTP
Does
nslookup hostnameofSunServer
give the correct IP address?
What do you have in your /etc/ntp.conf file?
Is the time within 3minutes?
Is the SUN server running version 3 of ntp?
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2003 12:33 PM
04-09-2003 12:33 PM
Re: NTP
I use actual IP addresses in my /etc/ntp.conf.
1. here is what a client /etc/ntp.conf looks like:
driftfile /etc/ntp.drift
restrict default notrust nomodify
restrict 151.208.28.49
restrict 151.208.28.45
server 151.208.28.49
server 151.208.28.45
The "49" and "45" are my two ntp servers.
2. Set local clients and servers to initiate ntp at boot time:
vi /etc/rc.config.d/netdaemons
export NTPDATE_SERVER=Time server name or IP address
export XNTPD=1
export XNTPD_ARGS=
3. Here is how you change ntp.conf on the fly:
/sbin/init.d/xntpd stop
cp /etc/ntp.conf /etc/ntp.conf.old
vi /etc/ntp.conf
/sbin/init.d/xntpd start
4. Here are some usefull ntp commands on hp-ux:
ntpq -p List peers
xntpdc -p List peers
xntpdc
sysinfo
peers
help
ntpdate