Archive for the ‘Sun Solaris’ Category
IMPLEMENTING A CUSTOM SYSTEM SHUTDOWN LOGGING MESSAGE.
To create a custom logging message we edit /etc/syslog.conf and add 2 lines.
#vi /etc/syslog.conf
Tags: vlan, wan, 802.1q, cisco, router, vtp
Logging TCP connections using syslogd.
To enable logging of TCP connections we run the command:
#inetadm -M tcp_trace=TRUE
Verify that tcp_trace is set to TRUE.
#inetadm -p
While viewing an alternate terminal window after running:
#tail -f /var/adm/messages
A message would be displayed to the terminal.
Jan 27 14:49:45 digi inetd[373]: [ID 317013 daemon.notice] telnet[1816] from 192.
168.10.14 33811
Tags: guides, router, cisco, interface, 802.1q, study