- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- Configure NTP client on TRU64 Unix
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-21-2008 04:22 AM
04-21-2008 04:22 AM
Configure NTP client on TRU64 Unix
I have been given task to configure the NTP on all the servers with our Intranet server (IP: 144.0.1.102), I have configured all HPUX servers and tested the same but unable to properly configure the Tru64 one as I dont have much idea on the same. Can some one let me know the details in simple way to configure the NTP on all Tru64 servers.
Please also let me know the basic requirements e.g. Downtime of servers ..etc if required.
Hope you all will contribute to my query.
Thanks in advance..Points will follow:::::
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2008 04:41 AM
04-21-2008 04:41 AM
Re: Configure NTP client on TRU64 Unix
http://h30097.www3.hp.com/docs/
http://h30097.www3.hp.com/docs/pub_page/doc_list.html
http://h30097.www3.hp.com/docs/pub_page/V51B_DOCS/V51B_DOCLIST.HTM
(depending on your (unspecified) Tru64 version)
http://h30097.www3.hp.com/docs/base_doc/DOCUMENTATION/V51B_HTML/ARH95ETE/TITLE.HTM
6 Network Time Protocol
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2008 06:51 AM
04-21-2008 06:51 AM
Re: Configure NTP client on TRU64 Unix
In addition to the previous suggestions:
# man ntpsetup
# man ntp.conf
# man xntpd
Downtime shouldn't be required, although you should investigate what will happen with your applications should the time jump significantly...
Cheers,
Rob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2008 10:54 PM
04-21-2008 10:54 PM
Re: Configure NTP client on TRU64 Unix
if it's tru64 v5+
when you're done you can export the config
with
sysman -cli -cdf save -comp ntpconfig -file /tmp/ntpconfig.cdf -cdfgroups ntp_conf
copy the file to other hosts and apply again with sysman
for aditional options see "man syman_cli"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2008 03:11 AM
04-22-2008 03:11 AM
Re: Configure NTP client on TRU64 Unix
Mohammad Sanaullah
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2008 04:30 AM
04-22-2008 04:30 AM
Re: Configure NTP client on TRU64 Unix
1. Read the replies that people have already posted.
2. Do what they say... :-)
Cheers,
Rob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2008 12:12 AM
04-25-2008 12:12 AM
Re: Configure NTP client on TRU64 Unix
Anyway thanks a lot for all the support that I received from participants Specially SYSMAN one....Thanks bu