Red Hat Certification Exam Question:

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?

Tweet Share WhatsApp

Answer:

By 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

Download Red Hat Certification PDF Read All 40 Red Hat Certification Questions
Previous QuestionNext Question
Explain One Package named zsh is dump on ftp://server1.example.com under /pub/updates directory and your FTP server is 192.168.0.254. Install the package zsh.Explain In order to set the time zone to US/Eastern via Kickstart, what must be in the Kickstart configuration file? A. tz US/Eastern B. timezone US/Eastern C. It is not possible to set time zone D. timeconfig US/Eastern