Forwarding Syslog Messages from a Linux Device
In order to be able to forward syslog messages to the Enterprise Console from a Linux device, the following configuration steps must be implemented:
- Log on to the required Linux device as a super user.
- Type the command:
vi/etc/syslog.conf to open the configuration file called syslog.conf.
- Type *.* and press the Tab key
- Type the name of the host device on which Enterprise Server is running, for example: *.* @ENTCON
- Restart the syslog service using the command:
/etc/rc.d/init.d/syslog restart