HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: ntp server in mcsg
Operating System - HP-UX
1825768
Members
2060
Online
109687
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
07-10-2003 01:39 AM
07-10-2003 01:39 AM
Hi, is it possible to have ntp server in mcsg environment? I tried to do that, but problem is with clients. When I try ntpdate package_address I get message
"no server suitable for synchronization found"
but ntpdate node_name
works properly !
Any suggestion?
Thank you in advance.
Hrvoje
"no server suitable for synchronization found"
but ntpdate node_name
works properly !
Any suggestion?
Thank you in advance.
Hrvoje
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2003 01:44 AM
07-10-2003 01:44 AM
Re: ntp server in mcsg
So far as I can tell, NTP is not know to work as a SG package, as it appears it does not bind or report back on hte floating ip address.
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2003 02:06 AM
07-10-2003 02:06 AM
Solution
I've used NTP in MC/SG. It's something else. Are you intranet or internet? Because port 123 for udp is usually close to the public by a firewall. Here's a procedure for intranet NTP server:
Check with:
ntpq -p
NTP Time server
===========
# cd /etc/
# /sbin/init.d/xntp stop
# vi ntp.conf
server 127.127.1.1 minpoll 3 maxpoll 4 prefer
fudge 127.127.1.1 stratum 10
broadcast ip
# /sbin/init.d/xntp start
############################################
HP-UX NTP Client
======
# cd /etc/rc.config.d
# /sbin/init.d/xntp stop
# vi netdaemons
export NTPDATE_SERVER=node name
export XNTPD=1
# ntpdate
# /sbin/init.d/xntp start
Wait for about 5-8 min, run the follwoing to check the status:
# ntpq -p
chk for output of "reftime" it should not be zero if the servers are in sync.
Check with:
ntpq -p
NTP Time server
===========
# cd /etc/
# /sbin/init.d/xntp stop
# vi ntp.conf
server 127.127.1.1 minpoll 3 maxpoll 4 prefer
fudge 127.127.1.1 stratum 10
broadcast ip
# /sbin/init.d/xntp start
############################################
HP-UX NTP Client
======
# cd /etc/rc.config.d
# /sbin/init.d/xntp stop
# vi netdaemons
export NTPDATE_SERVER=node name
export XNTPD=1
# ntpdate
# /sbin/init.d/xntp start
Wait for about 5-8 min, run the follwoing to check the status:
# ntpq -p
chk for output of "reftime" it should not be zero if the servers are in sync.
Support Fatherhood - Stop Family Law
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2003 02:06 AM
07-10-2003 02:06 AM
Re: ntp server in mcsg
Hi,
what about the native possibility of ntp to search multiple hosts ?
You put your MCSG as peers, and client point to both .
We use this configuration in our environtment..
Politically correct example:
## Configured using SAM by root on Thu Sep 26 11:00:33 2002
# Sample XNTP Configurations File
#
# Use "peer", "server" and "broadcast " statements to specify various time
# server to be used and/or time services to be provided.
# Peer: The peer statement specifies that the given host is to be polled
# int "symmetric active" mode. The syntax is :
# peer addr [ key # ] [ version # ] [ minpoll interval_in_sec ] [ prefer ]
#
# peer 128.116.64.3 key 2001 version 2
#
# Server: The server statement causes polling to be done in client mode rather
# than symmetric active. It is an alternative to the peer command
# above. Which you use depends on what you want to achieve.
# The syntax is:
# server addr [ key # ] [ version # ] [ minpoll interval_in_sec ]
# [ prefer ]
#
peer other_sg_hosts version 3
server first_preferred_host version 3 prefer
server second_choiche_host version 3
HTH,
Massimo
what about the native possibility of ntp to search multiple hosts ?
You put your MCSG as peers, and client point to both .
We use this configuration in our environtment..
Politically correct example:
## Configured using SAM by root on Thu Sep 26 11:00:33 2002
# Sample XNTP Configurations File
#
# Use "peer", "server" and "broadcast " statements to specify various time
# server to be used and/or time services to be provided.
# Peer: The peer statement specifies that the given host is to be polled
# int "symmetric active" mode. The syntax is :
# peer addr [ key # ] [ version # ] [ minpoll interval_in_sec ] [ prefer ]
#
# peer 128.116.64.3 key 2001 version 2
#
# Server: The server statement causes polling to be done in client mode rather
# than symmetric active. It is an alternative to the peer command
# above. Which you use depends on what you want to achieve.
# The syntax is:
# server addr [ key # ] [ version # ] [ minpoll interval_in_sec ]
# [ prefer ]
#
peer other_sg_hosts version 3
server first_preferred_host version 3 prefer
server second_choiche_host version 3
HTH,
Massimo
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP