BrickStor appliance is capable to send system events to centralized syslog server. In order to configure your appliance sending events to such remote syslog server follow the following steps
Step-by-step guide
-
Create configuration file for syslog server
vi /etc/rsyslog.d/remote.conf
-
Input the following data replacing IP and Port number with your syslog server
For UDP use single @
For TCP use double @@
Example UDP Configuration*.* @192.168.1.123:514
Example TCP Configuration
*.* @@192.168.1.123:514
-
Restart "system-log" service
svcadm restart system-log