Suppose You are a System administrator. Using Log files very easy to monitor the system.
Now there are 50 servers running as Mail, Web, Proxy, DNS services etc. You want
to centralize the logs from all servers into on LOG Server. How will you configure
the LOG Server to accept logs from remote host?
Submitted by: AdministratorBy Default system accept the logs only generated from local host. To accept the Logfrom other host configure:
1. vi /etc/sysconfig/syslog
SYSLOGD_OPTIONS="-m 0 -r"
Where
-m 0 disables 'MARK' messages.
-r enables logging from remote machines
-x disables DNS lookups on messages recieved with -r
2. service syslog restart
Submitted by: Administrator
1. vi /etc/sysconfig/syslog
SYSLOGD_OPTIONS="-m 0 -r"
Where
-m 0 disables 'MARK' messages.
-r enables logging from remote machines
-x disables DNS lookups on messages recieved with -r
2. service syslog restart
Submitted by: Administrator
Read Online Red Hat Certification Job Interview Questions And Answers
Top Red Hat Certification Questions
| ☺ | How to Make Successfully Resolve to server1.example.com where DNS Server is 192.168.0.254 |
| ☺ | Create one partitions having size 100MB and mount it on /data |
| ☺ | Explain What DHCP server option is used to specify the DNS server to clients? A. domain-name-servers B. dns C. domain-name D. routers |
Top Certifications Categories
| ☺ | CCIE Certification Interview Questions. |
| ☺ | CCSP Certification Interview Questions. |
| ☺ | AFMC Interview Questions. |
| ☺ | Sun Certification Interview Questions. |
| ☺ | CCDA Certification Interview Questions. |
