- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to know the ntp server name /ip address
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
Discussions
Discussions
Discussions
Forums
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
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
тАО09-13-2006 12:17 AM
тАО09-13-2006 12:17 AM
How to know the ntp server name /ip address
How can i find any of the ntp servers name in my network. All the servers in the network are running HP-UX. I have 200 servers in network. It is difficult to login each server and check whether is it NTP server. Any method to find from my working server ?
thanks
s.o
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2006 12:28 AM
тАО09-13-2006 12:28 AM
Re: How to know the ntp server name /ip address
# ntpq -pn
...for IPaddress(es)...
# ntpq -p
...for names...
See the 'ntpq(1M)' manpages for more information.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2006 12:28 AM
тАО09-13-2006 12:28 AM
Re: How to know the ntp server name /ip address
Try using this command:
ntpq -p
Also for more info take a look at this thread:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1039402
Regards,
Jaime
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2006 12:30 AM
тАО09-13-2006 12:30 AM
Re: How to know the ntp server name /ip address
NTP uses 123/UDP port, so you can check your servers with network port scanner like nmap.
http://insecure.org/nmap/docs.html
Best Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2006 12:33 AM
тАО09-13-2006 12:33 AM
Re: How to know the ntp server name /ip address
Put all your 200 Servers in /etc/ntp.conf
restart ntp and look at "ntpq -p". Joke!
I think you have to login on some other servers and look what ntp-servers they have configured. With this procedure you may also find some timesources not located on servers but on some e.g. LAN devices.
rgds
HGH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2006 01:24 AM
тАО09-13-2006 01:24 AM
Re: How to know the ntp server name /ip address
If you have 200 servers then you must have a network administrator who manages the routers and firewalls. Any good network administrator will setup your firewall to sync with several Internet time servers and to act as an NTP server for the rest of your company and to offload the requests from the data center(s), a couple of lower level stratum servers would be set up to distribute NTP services.
Bill Hassell, sysadmin