Below are step to temporary stop real time system messenger keep
prompting on Solaris terminal screen. Most of issues, this real time
messengers disturbing the troubleshooting task on terminal server.
1. Checking the "system-log" services running or not. Run syntax "svcs -a | grep system-log" to confirmed the services online or not.
2. If online, then we need to stop the services for temporary. Run syntax "svcadm disable system-log" to temporary stop the services.
3. Once troubleshooting task done, enable back the "system-log" services. Run syntax "svcadm enable system-log".
4. Ensure the services are running and online status. Run syntax "svcs -a | grep system-log" to verify.