I have 2 Solaris 8 servers running on identical hardware except for the amount of memory. The software is not the same for patches (see below).
I wanted to turn off remote syslog (port 514) so I changed /etc/init.d/syslogd by adding a -t at syslogd start, and ran init.d/syslog stop and start. Server #1 restarted without issue and the port is not longer visible in netstat -an. For server #2, I immediately lost connectivity and the server rebooted itself. My file systems required a fsck and the port is still visible in netstat -an. What could cause this and why is the port still visible.
Any help would be appreciated.
DIFF -
< /usr/sbin/syslogd -t >/dev/msglog 2>&1 &
---
> /usr/sbin/syslogd >/dev/msglog 2>&1 &
1) SunOS hccssun5 5.8 Generic_117350-50 sun4u sparc SUNW,Sun-Fire-V440
2) SunOS hccssun5 5.8 Generic_117350-44 sun4u sparc SUNW,Sun-Fire-V440
I wanted to turn off remote syslog (port 514) so I changed /etc/init.d/syslogd by adding a -t at syslogd start, and ran init.d/syslog stop and start. Server #1 restarted without issue and the port is not longer visible in netstat -an. For server #2, I immediately lost connectivity and the server rebooted itself. My file systems required a fsck and the port is still visible in netstat -an. What could cause this and why is the port still visible.
Any help would be appreciated.
DIFF -
< /usr/sbin/syslogd -t >/dev/msglog 2>&1 &
---
> /usr/sbin/syslogd >/dev/msglog 2>&1 &
1) SunOS hccssun5 5.8 Generic_117350-50 sun4u sparc SUNW,Sun-Fire-V440
2) SunOS hccssun5 5.8 Generic_117350-44 sun4u sparc SUNW,Sun-Fire-V440