-
- Forums
-
Blogs
- Alliances
- Around the Storage Block
- Behind the scenes @ Labs
- HPE Careers
- HPE Storage Tech Insiders
- Infrastructure Insights
- Inspiring Progress
- Internet of Things (IoT)
- My Learning Certification
- OEM Solutions
- Servers: The Right Compute
- Shifting to Software-Defined
- Telecom IQ
- Transforming IT
- Infrastructure Solutions German
- L’Avenir de l’IT
- IT e Trasformazione Digitale
- Enterprise Topics
- ИТ для нового стиля бизнеса
- Blogs
-
Quick Links
- Community
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Contact
- Email us
- Tell us what you think
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Enterprise.nxt
- Marketplace
- Aruba Airheads Community
-
Forums
-
Blogs
-
InformationEnglish
- 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
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-28-2009 11:26 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-28-2009 11:30 PM
12-28-2009 11:30 PM
Solution- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-28-2009 11:32 PM
12-28-2009 11:32 PM
Re: NTP
Which NTP server you want to configure?
1. which Stratum?
Regarsds,
Sooraj
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-28-2009 11:32 PM
12-28-2009 11:32 PM
Re: NTP
the following lines to the server's /etc/ntp.conf file:
server 127.127.1.1 prefer
fudge 127.127.1.1 stratum 10
broadcast 128.1.255.255
Regards,
Sooraj
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-29-2009 03:43 AM
12-29-2009 03:43 AM
Re: NTP
please find the Local NTP server and NTP Client Configuration procedure as below,
Server Side Configuration:
**************************
Open the below file and modify the below lines as below,
vi /etc/rc.config.d/netdaemons
export INETD=1
NTPDATE_SERVER=
export XNTPD=1
export XNTPD_ARGS=
Now open below file and modify,
# vi /etc/ntp.conf
server 127.127.1.1
fudge 127.127.1.1 stratum=10
broadcast
now start the ntp service.
# /sbin/init.d/xntpd start
check the status that server is synchronizing locally through below command.
#ntpq -p
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
Client Side Configuration:
*************************
vi /etc/rc.config.d/netdaemons
export INETD=1
export NTPDATE_SERVER="
export XNTPD=1
vi /etc/ntp.conf
server
server
start the ntp service.
# /sbin/init.d/xntpd start
now check that client is synchrozing with primary NTP server which IP you have mentioned in netdaemon/ntp.conf
#ntpq -p
Thanks
Sarfaraj
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-30-2009 10:44 PM
12-30-2009 10:44 PM
Re: NTP
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2019 Hewlett Packard Enterprise Development LP