Error Message:

0513-015 The xntpd Subsystem could not be started.
Please check subsystem resources and try again later.

Solution:

# startsrc -s xntpd
0513-015 The xntpd Subsystem could not be started.
Please check subsystem resources and try again later.

# lssrc -s xntpd
Subsystem Group PID Status
xntpd tcpip inoperative

# ls -l /usr/sbin/xntpd
———- 1 root system 259296 May 27 2008 /usr/sbin/xntpd

# chmod 554 /usr/sbin/xntpd

# ls -l /usr/sbin/xntpd
-r-xr-xr– 1 root system 259296 May 27 2008 /usr/sbin/xntpd

# startsrc -s xntpd
0513-059 The xntpd Subsystem has been started. Subsystem PID is 434414.
solved the problem.