How to update NTP on AIX?


 
Thread Tools Search this Thread
Operating Systems AIX How to update NTP on AIX?
# 1  
Old 07-12-2016
How to update NTP on AIX?

Hi,

I would like to update NTP version on AIX LPARs.

Code:
lslpp -L bos.net.tcp.client
  Fileset                      Level  State  Type  Description (Uninstaller)
  ----------------------------------------------------------------------------
  bos.net.tcp.client         7.1.3.1    C     F    TCP/IP Client Support

lslpp -L ntp.rte
  Fileset                      Level  State  Type  Description (Uninstaller)
  ----------------------------------------------------------------------------
lslpp: 0504-132  Fileset ntp.rte not installed.

Code:
ls -ltr /usr/sbin/xntpd
lrwxrwxrwx    1 root     system           21 Mar 12 2015  /usr/sbin/xntpd -> /usr/sbin/ntp3/xntpd


current version is 3. I would like to upgrade it to latest version "4". can you please guide me. thank you.

Last edited by bakunin; 07-12-2016 at 05:50 PM..
# 2  
Old 07-12-2016
Quote:
Originally Posted by dio34
current version is 3. I would like to upgrade it to latest version "4". can you please guide me. thank you.
You need to install the ntp.rte package. Notice that even though you may want the most recent version to be installed you need an "install" (base level) package, which you can update then. You can't install "update" packages without having a base level fileset.

You find the base level fileset perhaps on your installation medium (CD, ....) or, if you have set up one, the lpp_source on your NIM server.

I hope this helps.

bakunin
# 3  
Old 07-12-2016
That's over 2 years old, update AIX in the first place
Then look at your "security fixes" if you need help!
# 4  
Old 07-13-2016
ok Thank you. Bakunin and dukessd.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

OpenSSH update in AIX

Hi, We have 4 vulnerabilities in our AIX servers and the files to be installed are as follows: File to be installed OpenSSH_6.0.0.6102 OpenSSH_6.0.0.6107 OpenSSH_6.0.0.6110 Openssh_fix8 My question is, can we install the Openss_fix8 directly to resolve all the issues or should we... (2 Replies)
Discussion started by: gshari.89
2 Replies

2. Red Hat

Ntp client sync with local over ntp server

Hi, I have two ntp servers in my cluster and I want all the nodes in my cluster to sync with either of the ntp servers or just one. Unfortunately it keep rotating the sync, between my ntp server 1, ntp server 2 and local. Is there anyway I can change the sync to avoid local? # ntpq -p ... (3 Replies)
Discussion started by: pjeedu2247
3 Replies

3. UNIX for Dummies Questions & Answers

How to check NTP update frequency?

Hi i want know to how to check NTP update frequency for a server? what should be its ideal value or range ? also, i have configure one switch and on gui i can see NTP update frequency value is 1440. also no idea what should be its ideal value i am not sure if this is correct or not .... (1 Reply)
Discussion started by: scriptor
1 Replies

4. AIX

NTP in AIX

Hello Everyone, I got a question regarding NTP (Network time protocal) in AIX. AIX is new in our environment. so' we do not have any time server that is useful for new LPARs. so' i tried using IBM steps to configure NTP server on one of our test/lab LPARs. I used the below link to make it... (2 Replies)
Discussion started by: System Admin 77
2 Replies

5. HP-UX

Setting up NTP HP-UX clients from solaris NTP server

Hi I wonder if its possible to setup NTP clients running HP-UX o.s. from a solaris 10 NTP server? FR (3 Replies)
Discussion started by: fretagi
3 Replies

6. Linux

How often does Linux NTP server update its time with the external NTP server?

All here, thank you for listening. Now I've set up a Linux NTP server by adding a external windows NTP server in /etc/ntp.conf. Then I start the ntpd daemon. But how often does the Linux NTP server update its time with the external NTP server? I've looked up everywhere but found no information... (1 Reply)
Discussion started by: MichaelLi
1 Replies

7. AIX

NTP servise on AIX

I want to configure NTP service on AIX machine what should i do to configure the NTP service so that all the servers will have the same time. i have 3 AIX machine and i want to synchronize time on all the machine. If i configure NTP server on one machine will it synchronize the time? what do i... (1 Reply)
Discussion started by: pchangba
1 Replies

8. AIX

NTP server with aix & wintel clients

Good morning to all, can someone advise me how to setup aix ntp server with aix & wintel clients? Secondly, I also require to enable the service to autostart on reboot, how do I configure this? Thirdly, how do I configure daily autosync between clients and server? Please advice, thanks.... (0 Replies)
Discussion started by: chongkls77
0 Replies

9. AIX

How to activate the NTP on AIX 5.3

Hello everyone; can any help me to know how to activate the NTP on mein AIX server? The proprosal its thet 3 oder servers are synv on time. Thaks, and regards (3 Replies)
Discussion started by: GEIER
3 Replies

10. Solaris

ntp server and ntp client

All, How do you set a Solaris 9 server which received ntp updates from a ntp server to broadcast them on a local subnet. I have created a /etc/inet/ntp.conf file to receive the updates from a server on network and need to make this server become like a ntp relay from the main server. Any... (1 Reply)
Discussion started by: bubba112557
1 Replies
Login or Register to Ask a Question