Hi,
we could not see + in front of the secondary NTP server.
root@host1:~$ ntpq -p
remote refid st t when poll reach delay offset jitter
==============================================================================
*adutl01 10.247.2.11 3 u 115 1024 377 0.587 2.872 4.285
adutl02 .LOCL. 1 u 988 1024 377 0.595 -58.812 56.655
root@host1:~$ cat /etc/inet/ntp.conf
server 10.25.1.234
server 10.25.1.237
root@host2:~$ ntpq -p
remote refid st t when poll reach delay offset jitter
==============================================================================
*adult1 10.247.2.11 3 u 825 1024 377 0.556 0.319 4.599
adutl02 .LOCL. 1 u 1025 1024 377 0.579 -45.380 40.172
root@host2:~$ cat /etc/inet/ntp.conf
server 10.25.1.234
server 10.25.1.237
Thank You