We keep getting these emails every 6 hours here at work. Does anyone recognize them? I think they are coming from the Sun StorageTek management software running on this server which is no longer connected to any StorageTek device. We'd like to disable or uninstall the software, or at the very least, somehow stop the emails. Does anyone know where to look for the configuration of this software? I don't really want to grep every file on the system looking for matching strings...
You requested the following events be forwarded to you from <server_name>
Site : <site_name> Agent : <server_name> Severity : Major Category : agent Device Id : <server_name> Topic : System Event Type : NotifierFailedEvent Event Code : 4.72.582 Event Date : 2012-05-03 10:00:01
Description: An attempt to contact the ASR server resulted in a Connection refused failure.
Probable Cause: The ASR has indicated a problem processing the posted data. The cause may be due to an internal server failure, invalid settings locally, or due to the
Recommended Action: Examine the reason indicated in the description. If the reason indicates a server failure, then back end support will need to be notified. If the connection was refused, verify the Sun Connection Configuration settings first, then verify with back end support that the server is operational.
On 2012-05-08 14:13, Kevin McGregor wrote:
We keep getting these emails every 6 hours here at work. Does anyone recognize them? I think they are coming from the Sun StorageTek management software running on this server which is no longer connected to any StorageTek device. We'd like to disable or uninstall the software, or at the very least, somehow stop the emails. Does anyone know where to look for the configuration of this software? I don't really want to grep every file on the system looking for matching strings...
I'm not sure if your software support would be the same as for our ancient Sun StoreEdge RAID array, but the services we had to support it were as follows:
lrwxrwxrwx 1 root 17 Aug 27 2001 /etc/rc0.d/K80amon -> ../init.d/amdemon lrwxrwxrwx 1 root 17 Aug 27 2001 /etc/rc1.d/S90amon -> ../init.d/amdemon lrwxrwxrwx 1 root 17 Aug 27 2001 /etc/rc2.d/S90amon -> ../init.d/amdemon lrwxrwxrwx 1 root 18 Aug 27 2001 /etc/rc0.d/K90rdac -> ../init.d/rdacctrl lrwxrwxrwx 1 root 18 Aug 27 2001 /etc/rcS.d/S55rdac -> ../init.d/rdacctrl
The amon/amdemon service was the array monitor, and the rdac/rdacctrl service was lower-level RAID control driver support, if I recall. (It's been years since we set this up or even used it.)
Of course, with newer Solaris versions than version 8, services would be managed differently, and may likely have different names.
Hope this helps!