Tried to answer inline, however IMHO its better to report such detailed error log analysis/behavior to JTAC so you can share constant feedback.
1-) newsyslog[35030]: logfile turned over due to -F request --->What is this? and why is it over? how to check this?
[ANS] It could be due to storage issue. Please check "show system storage", and first try "request system storage clean-up" and re-check. Another way is try to find large files, here is an example command for finding files more than 10MB:
% sh -c 'find / -size +10000000c 2> /dev/null' | xargs du -h | sort -nr
If the found files are useless, please issue the clean up command to resolve the storage issue first. If even after processing the clean up command, the storage is still full, just need to delete the abnormal big size files manually i.e.
CLI:
file delete /var/tmp/...."
or
start shell user root
cd /var/tmp/
rm -rf <filename>
After storage returns to normal, please check the syslog again. If we still see the log, then try to deactive/active syslog config once i.e.:
deactivate system syslog
commit
activate system syslog
commit
If required, modify the syslog configuration particularly the no. of files and file sizes:
https://www.juniper.net/documentation/en_US/junos/topics/reference/configuration-statement/syslog-edit-system.html
2-) xntpd: kernel time sync enabled 2001 ------>what is this? Why is it happening? Any idea or it is relating to the rtc-error?
[ANS] Seen the log in working cases as well. Please validate if NTP is working as expected "show ntp associations"
See table 1:https://www.juniper.net/documentation/en_US/junos/topics/reference/command-summary/show-ntp-associations.html
Another caveat if you see NTP time sync issue on your box: https://kb.juniper.net/InfoCenter/index?page=content&id=KB11436&actp=METADATA
3-) constant rtc-errors----->why is it occurring constantly as system uptime is correct! and why ip addresses of (xxxxx and yyyyy) from associations are same? Is this worong?
[ANS] Believe this was answered on another ports. It might be better to check with JTAC.
4-) generating huge excessive chassid log ---> what can be reason in generating excessive chassid logs. Pls see attachment
[ANS] Better to report this one to JTAC.
Hope this helps.
Regards,
-r.
--------------------------------------------------
If this solves your problem, please mark this post as "Accepted Solution."
Kudos are always appreciated
.