- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Time Sync
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
11-03-1999 05:11 AM
11-03-1999 05:11 AM
Time Sync
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-1999 05:39 AM
11-03-1999 05:39 AM
Re: Time Sync
the daemon during run time and ntpdate only at boot, which may already be in
your config files depending which version you are using of HP-UX. You can also
synchronize xntpd out to the internet so you should never have to set the
date/time again.
First, enable NTP at boot time in the /etc/rc.config.d/netdaemons file. Go to
the section called "xntp configuration" and follow the instruction including
setting up a /etc/ntp.conf file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-1999 07:32 AM
11-04-1999 07:32 AM
Re: Time Sync
K system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-1999 07:45 PM
11-04-1999 07:45 PM
Re: Time Sync
Server A
/etc/ntp.conf should look something like
server 127.127.1.1
Then start /usr/sbin/xntpd daemon on Server A
If you run ntpq -p you should see that the xntpd is running.
On Server B run ntpdate -b ServerA_ipaddress (this will step Server B time to
Server A's time - do this in downtime)
On Server B vi /etc/ntp.conf
peer Server_A_ip_address
Then run /usr/sbin/xntpd running ntpq -p on Server B should show that it has
found Server A as a time source.
When Server B has selected Server A as a time source it will place a + at the
beginning of the line.
This is all from memory and I am sorry if there are mistakes, I currently have
not access to a test machine to confirm procedure.
Be sure to vi /etc/rc.config.d/netdaemons to make changes permanent.
Regards
Paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-1999 02:56 AM
11-05-1999 02:56 AM
Re: Time Sync
for more documentation on NTP, you can go on http://docs.hp.com
Click on HP-UX 10.X Release Documentation
then select -> Networking and communications topic.
Look for the manual "Internet Services, Installing and Administering for HP-UX
10.20"
The Chapter 8 is "Configuring NTP".
Nancy