Which two actions permit the system-log service to receive messages from a remote Solaris host?
A.
setting the property config/log_from_remote to true and restarting the service
B.
setting the property config/log_from_remote to *.noticoand restart the service
C.
configuring a selector for remote messages in the /etc/syslog.conf file
D.
ensuring that port 514 is open to remote traffic and doesn’t require a password
Explanation:
Explanation/Reference:A: To restart remote logging:
svccfg -s system-log setprop config/log_from_remote=true
svcadm restart system-log
D: You can run ‘snoop’ on the interface to see if you see syslog packets leaving the server snoop udp port 514