About Us

RSInfoMinds, a web based IT Training and Consultancy firm. It is established with high dreams in training people in IT Infrastructure Field. We provide Online and Class Room training in various fields of IT Infrastructure Management.

Join Us: http://www.facebook.com/RSInfoMinds
Mail Us: rsinfominds@gmail.com
Twitter: @RSInfoMinds

We are specialized in the below courses:

Redhat Linux Admin Redhat Linux Cluster
Redhat Virutualization IBM AIX Admin
IBM AIX Virtualization IBM AIX Cluster
HP Unix Admin HP Unix Cluster
HP Unix Virtualization Shell Scripting
Veritas Volume Manager Veritas Cluster
Oracle Core DBA VMWare


We provide training in such a way, So that you get in depth knowledge on the Courses you look for.

And we ensure you are very confident from each and every Techincal aspect that the IT Industry needs and expects from you.

We also conduct Workshops on the latest technology and the real time faculties sharing their work experiences to make you the best.

Saturday 19 March 2011

NTP Configuration- AIX Client and Server

AIX Server Configuration:

NTP : Network Time Protocol. Used for time synchronization to perform and support real-time applications.

1) vi /etc/ntp/.conf
# comment the Broadcast line

2) Include the entry,

server 127.127.X.Y, where Y refers to the statum value for the purpose of synchronization. Statum value should be 0 to 3. Save the file.

3) # startsrc -s xntpd

4) # lssrc -ls xntpd

AIX Client Configuration:

1) Ensure there is a proper communication between the client and server.

2) Edit the configuration file for NTP.

# vi /etc/ntp.conf

3) Include the line

server <IP Address of the NTP Server or Name of the NTP Server>

4) Save the file.

5) # startsrc -s xntpd

NTP Syncronization process will take ~10 mins.

6) # lssrc -ls xntpd, if the statum value is "16". It shows no syncronization between the NTP Client and Server.

7) In that case manually configure the NTP,

# ntpdate <IP Address of the NTP Server or Name of the NTP Server>

8) Verify the same.

# ntpq -a or ntpq -peers